a92d6a298b45d6fe127f8ff3a1df2b8aff54b713
[gnulib.git] / ChangeLog
1 2007-02-17  Bruno Haible  <bruno@clisp.org>
2
3         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
4         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6         long lines.
7
8 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
9             Bruno Haible  <bruno@clisp.org>
10
11         * modules/tmpfile: New file.
12         * lib/tmpfile.c: New file.
13         * m4/tmpfile.m4: New file.
14         * MODULES.html.sh (func_all_modules): New section "Input/output".
15
16 2007-02-15  Bruno Haible  <bruno@clisp.org>
17
18         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19         (supports_delete_on_close): New function.
20         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
21
22 2007-02-14  Bruno Haible  <bruno@clisp.org>
23
24         * modules/mbspcasecmp-tests: New file.
25         * tests/test-mbspcasecmp.sh: New file.
26         * tests/test-mbspcasecmp.c: New file.
27
28         New module mbspcasecmp.
29         * modules/mbspcasecmp: New file.
30         * lib/mbspcasecmp.c: New file.
31         * lib/string_.h (strncasecmp): Change warning message.
32         (mbspcasecmp): New declaration.
33         * m4/mbspcasecmp.m4: New file.
34         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35         GNULIB_MBSPCASECMP.
36         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
37         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38
39 2007-02-14  Bruno Haible  <bruno@clisp.org>
40
41         * modules/mbsncasecmp-tests: New file.
42         * tests/test-mbsncasecmp.sh: New file.
43         * tests/test-mbsncasecmp.c: New file.
44
45         New module mbsncasecmp.
46         * modules/mbsncasecmp: New file.
47         * lib/mbsncasecmp.c: New file.
48         * lib/string_.h (mbsncasecmp): New declaration.
49         * m4/mbsncasecmp.m4: New file.
50         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
51         GNULIB_MBSNCASECMP.
52         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
53         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
54
55 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
56
57         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
58         Verify that it doesn't overlap with our flags.
59         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
60         do not have the desired effect in multibyte locales; instead, use
61         mbscasecmp.
62         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
63         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
64         we don't require GNU fnmatch ourselves (if our users require it, they
65         should do so explicitly).
66
67         Fix regex code so it doesn't rely on strcasecmp.
68         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
69         Otherwise, include gnulib's langinfo.h.
70         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
71         undesirable behavior in non-C locales.  Instead, rely on localecharset.
72         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
73         * modules/regex (FILES): Remove m4/codeset.m4.
74         (Depends-on): Add localcharset.  Remove strcase.
75
76 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
77
78         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
79         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
80
81 2007-02-13  Bruno Haible  <bruno@clisp.org>
82
83         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
84         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
85
86 2007-02-12  Bruno Haible  <bruno@clisp.org>
87
88         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
89         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
90         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
91         time warning rather than a link error.
92
93 2007-02-12  Bruno Haible  <bruno@clisp.org>
94
95         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
96         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
97         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
98
99 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
102         args, not 2.
103
104 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
105
106         New module 'time', so that apps can include <time.h> as per
107         POSIX and GNU instead of separate include files like time_r.h
108         and timegm.h.  This implementation tries out a simpler approach
109         for replacing decls in standard include files (as compared to
110         the string module), somewhat as an experiment.
111
112         * config/srclist.txt: Comment out mktime.c for now.
113         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
114         since it doesn't apply any more.  Use generic wording instead.
115         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
116         'time'.
117         * lib/time_.h, m4/time_h.m4, modules/time: New files.
118         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
119         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
120         Don't include <sys/types.h>; no longer needed since we assume C89.
121         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
122         * lib/strftime.c: Likewise.
123         * lib/time_r.c: Likewise.
124         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
125         * lib/nanosleep.c: Include <time.h> first, to check interface.
126         * lib/strptime.c: Likewise.
127         * lib/time_r.c: Likewise.
128         * lib/timegm.c: Likewise.
129         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
130         needed.
131         * lib/timegm.c: Don't include timegm.h; no longer needed.
132         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
133         time.h now handles any problems in that area.
134         (struct timespec, nanosleep): Remove; time.h now arranges for these.
135         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
136         that time.h defines struct timespec.
137         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
138         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
139         handles that.
140         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
141         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
142         needed.  Set REPLACE_LOCALTIME.
143         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
144         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
145         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
146         nanosleep; time_h.m4 now does that.  Don't require
147         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
148         module handles this now.
149         * modules/getdate (Depends-on): Remove timespec.  Add time.
150         * modules/nanosleep (Depends-on): Likewise.
151         * modules/stat-time (Depends-on): Likewise.
152         * modules/nanosleep (Include): Include time.h, not timespec.h.
153         * modules/strptime (Files): Remove lib/strptime.h.
154         (Depends-on): Add extensions, time.
155         (Include): Include time.h, not strptime.h.
156         * modules/time_r (Files): Remove lib/time_r.h.
157         (Depends-on): Add time.
158         (Include): Include time.h, not time_r.h.
159         * modules/timegm: Likewise.
160         * modules/timespec (Description): Now does timespec-related decls
161         of our own, instead of struct timespec itself.
162         (Depends-on): Add time; remove extensions.
163         (Maintainer): Add self.
164         * modules/utimecmp (Depends-on): Add time; remove timespec.
165         * modules/utimens (Depends-on): Likewise.
166         * modules/xnanosleep (Depends-on): Likewise.
167
168 2007-02-11  Bruno Haible  <bruno@clisp.org>
169
170         * lib/c-strstr.c: Include allocsa.h.
171         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
172         * lib/c-strcasestr.c: Include allocsa.h.
173         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
174         * lib/strcasestr.c: Include allocsa.h.
175         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
176         * lib/mbsstr.c: Include allocsa.h.
177         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
178         allocsa/freesa instead of malloc/free.
179         * lib/mbscasestr.c: Include allocsa.h.
180         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
181         allocsa/freesa instead of malloc/free.
182         * modules/c-strstr (Depends-on): Add allocsa.
183         * modules/c-strcasestr (Depends-on): Likewise.
184         * modules/strcasestr (Depends-on): Likewise.
185         * modules/mbsstr (Depends-on): Likewise.
186         * modules/mbscasestr (Depends-on): Likewise.
187
188 2007-02-11  Bruno Haible  <bruno@clisp.org>
189
190         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
191
192         * modules/mbsspn-tests: New file.
193         * tests/test-mbsspn.sh: New file.
194         * tests/test-mbsspn.c: New file.
195
196 2007-02-11  Bruno Haible  <bruno@clisp.org>
197
198         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
199
200         * modules/mbspbrk-tests: New file.
201         * tests/test-mbspbrk.sh: New file.
202         * tests/test-mbspbrk.c: New file.
203
204 2007-02-11  Bruno Haible  <bruno@clisp.org>
205
206         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
207         unneeded cast.
208
209         * modules/mbscspn-tests: New file.
210         * tests/test-mbscspn.sh: New file.
211         * tests/test-mbscspn.c: New file.
212
213 2007-02-11  Bruno Haible  <bruno@clisp.org>
214
215         * modules/mbscasecmp-tests: New file.
216         * tests/test-mbscasecmp.sh: New file.
217         * tests/test-mbscasecmp.c: New file.
218
219 2007-02-11  Bruno Haible  <bruno@clisp.org>
220
221         Ensure O(n) worst-case complexity of mbscasestr.
222         * lib/mbscasestr.c: Include stdbool.h.
223         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
224         functions.
225         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
226         the bookkeeping indicates that it's worth it.
227         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
228
229         * modules/mbscasestr-tests: New file.
230         * tests/test-mbscasestr1.c: New file.
231         * tests/test-mbscasestr2.sh: New file.
232         * tests/test-mbscasestr2.c: New file.
233         * tests/test-mbscasestr3.sh: New file.
234         * tests/test-mbscasestr3.c: New file.
235         * tests/test-mbscasestr4.sh: New file.
236         * tests/test-mbscasestr4.c: New file.
237         * m4/locale-tr.m4: New file.
238
239 2007-02-11  Bruno Haible  <bruno@clisp.org>
240
241         Ensure O(n) worst-case complexity of mbsstr.
242         * lib/mbsstr.c: Include stdbool.h.
243         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
244         functions.
245         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
246         bookkeeping indicates that it's worth it.
247         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
248
249         * modules/mbsstr-tests: New file.
250         * tests/test-mbsstr1.c: New file.
251         * tests/test-mbsstr2.sh: New file.
252         * tests/test-mbsstr2.c: New file.
253         * tests/test-mbsstr3.sh: New file.
254         * tests/test-mbsstr3.c: New file.
255         * m4/locale-fr.m4: New file.
256
257 2007-02-11  Bruno Haible  <bruno@clisp.org>
258
259         * lib/mbsrchr.c (mbsrchr): Fix bug.
260
261         * modules/mbsrchr-tests: New file.
262         * tests/test-mbsrchr.sh: New file.
263         * tests/test-mbsrchr.c: New file.
264
265 2007-02-11  Bruno Haible  <bruno@clisp.org>
266
267         * lib/mbschr.c (mbschr): Fix bug.
268
269         * modules/mbschr-tests: New file.
270         * tests/test-mbschr.sh: New file.
271         * tests/test-mbschr.c: New file.
272         * m4/locale-zh.m4: New file.
273
274 2007-02-11  Bruno Haible  <bruno@clisp.org>
275
276         Support for copying multibyte string iterators.
277         * lib/mbiter.h: Include <string.h>.
278         (mbiter_multi_copy): New function.
279         (mbi_copy): New macro.
280         * lib/mbuiter.h: Include <string.h>.
281         (mbuiter_multi_copy): New function.
282         (mbui_copy): New macro.
283
284 2007-02-11  Bruno Haible  <bruno@clisp.org>
285
286         New module mbslen.
287         * modules/mbslen: New file.
288         * lib/mbslen.c: New file.
289         * lib/string_.h (mbslen): New declaration.
290         * m4/mbslen.m4: New file.
291         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
292         GNULIB_MBSLEN.
293         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
294         * MODULES.html.sh (Internationalization functions): Add mbslen.
295
296 2007-02-11  Bruno Haible  <bruno@clisp.org>
297
298         Ensure O(n) worst-case complexity of strcasestr substitute.
299         * lib/strcasestr.c: Include stdbool.h.
300         (knuth_morris_pratt): New function.
301         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
302         bookkeeping indicates that it's worth it.
303         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
304
305         * modules/strcasestr-tests: New file.
306         * tests/test-strcasestr.c: New file.
307
308 2007-02-11  Bruno Haible  <bruno@clisp.org>
309
310         Ensure O(n) worst-case complexity of c_strcasestr.
311         * lib/c-strcasestr.c: Include stdbool.h, string.h.
312         (knuth_morris_pratt): New function.
313         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
314         the bookkeeping indicates that it's worth it.
315         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
316
317         * modules/c-strcasestr-tests: New file.
318         * tests/test-c-strcasestr.c: New file.
319
320 2007-02-11  Bruno Haible  <bruno@clisp.org>
321
322         Ensure O(n) worst-case complexity of c_strstr.
323         * lib/c-strstr.c: Include stdbool.h, string.h.
324         (knuth_morris_pratt): New function.
325         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
326         bookkeeping indicates that it's worth it.
327         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
328
329         * lib/c-strstr.c: Complete rewrite for maintainability.
330
331         * modules/c-strstr-tests: New file.
332         * tests/test-c-strstr.c: New file.
333
334 2007-02-11  Bruno Haible  <bruno@clisp.org>
335
336         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
337         5.2.1 and earlier, whereby \055 was treated just like the range
338         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
339
340 2007-02-08  Bruno Haible  <bruno@clisp.org>
341
342         * modules/regex (Depends-on): Add stdbool.
343         Reported by Dalibor Topic <robilad@kaffe.org>.
344
345 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
346
347         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
348         Prefer returning from main to exiting from it.
349         Remove unnecessary parens after sizeof.
350
351 2007-02-05  Bruno Haible  <bruno@clisp.org>
352
353         New module mbssep.
354         * modules/mbssep: New file.
355         * lib/mbssep.c: New file.
356         * lib/string_.h (strsep): Add a conditional link warning.
357         (mbssep): New declaration.
358         * m4/mbssep.m4: New file.
359         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
360         GNULIB_MBSSEP.
361         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
362         * MODULES.html.sh (Internationalization functions): Add mbssep.
363
364 2007-02-05  Bruno Haible  <bruno@clisp.org>
365
366         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
367         Optimize search in case of 1 delimiter.
368
369 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
370
371         * lib/acl.h: Include sys/types.h before sys/acl.h.
372
373 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
374
375         Merge upstream fix for glibc bugzilla #3957:
376
377         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
378
379         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
380         bit for RE_HAT_LISTS_NOT_NEWLINE.
381         (build_charclass_op): Remove bogus comment.
382
383 2007-02-05  Simon Josefsson  <simon@josefsson.org>
384
385         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
386
387 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
388
389         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
390         * lib/memmem.c [!defined _LIBC]: Include config.h.
391
392 2007-02-04  Bruno Haible  <bruno@clisp.org>
393
394         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
395         warning message.
396
397 2007-02-04  Bruno Haible  <bruno@clisp.org>
398
399         New module mbstok_r.
400         * modules/mbstok_r: New file.
401         * lib/mbstok_r.c: New file.
402         * lib/string_.h (strtok_r): Change argument names to match the
403         comments. Add a conditional link warning.
404         (mbstok_r): New declaration.
405         * m4/mbstok_r.m4: New file.
406         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
407         GNULIB_MBSTOK_R.
408         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
409         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
410
411 2007-02-04  Bruno Haible  <bruno@clisp.org>
412
413         New module mbsspn.
414         * modules/mbsspn: New file.
415         * lib/mbsspn.c: New file.
416         * lib/string_.h (strspn): Add a conditional link warning.
417         (mbsspn): New declaration.
418         * m4/mbsspn.m4: New file.
419         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
420         GNULIB_MBSSPN.
421         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
422         * MODULES.html.sh (Internationalization functions): Add mbsspn.
423
424 2007-02-04  Bruno Haible  <bruno@clisp.org>
425
426         New module mbspbrk.
427         * modules/mbspbrk: New file.
428         * lib/mbspbrk.c: New file.
429         * lib/string_.h (strpbrk): Add a conditional link warning.
430         (mbspbrk): New declaration.
431         * m4/mbspbrk.m4: New file.
432         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
433         GNULIB_MBSPBRK.
434         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
435         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
436
437 2007-02-04  Bruno Haible  <bruno@clisp.org>
438
439         New module mbscspn.
440         * modules/mbscspn: New file.
441         * lib/mbscspn.c: New file.
442         * lib/string_.h (strcspn): Add a conditional link warning.
443         (mbscspn): New declaration.
444         * m4/mbscspn.m4: New file.
445         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
446         GNULIB_MBSCSPN.
447         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
448         * MODULES.html.sh (Internationalization functions): Add mbscspn.
449
450 2007-02-04  Bruno Haible  <bruno@clisp.org>
451
452         New module mbscasestr, reduced goal of strcasestr.
453         * modules/mbscasestr: New file.
454         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
455         (mbscasestr): Renamed from strcasestr.
456         * lib/strcasestr.c: Don't include mbuiter.h.
457         (strcasestr): Remove support for multibyte locales.
458         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
459         Change the conditional link warning.
460         (mbscasestr): New declaration.
461         * m4/mbscasestr.m4: New file.
462         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
463         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
464         REPLACE_STRCASESTR.
465         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
466         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
467         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
468         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
469         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
470         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
471         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
472         (Depends-on): Remove mbuiter.
473         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
474
475 2007-02-04  Bruno Haible  <bruno@clisp.org>
476
477         Simplify handling of strncasecmp.
478         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
479         the conditional link warning.
480         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
481         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
482         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
483         * modules/strcase (configure.ac): Don't invoke
484         gl_STRING_MODULE_INDICATOR.
485         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
486
487 2007-02-04  Bruno Haible  <bruno@clisp.org>
488
489         New module mbscasecmp, reduced goal of strcasecmp.
490         * modules/mbscasecmp: New file.
491         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
492         (mbscasecmp): Renamed from strcasecmp.
493         * lib/strcasecmp.c: Don't include mbuiter.h.
494         (strcasecmp): Remove support for multibyte locales.
495         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
496         Change the conditional link warning.
497         (mbscasecmp): New declaration.
498         * m4/mbscasecmp.m4: New file.
499         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
500         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
501         REPLACE_STRCASECMP.
502         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
503         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
504         GNULIB_MBSCASECMP.
505         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
506         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
507         * modules/strcase (Files): Remove m4/mbrtowc.m4.
508         (Depends-on): Remove mbuiter.
509         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
510
511 2007-02-04  Bruno Haible  <bruno@clisp.org>
512
513         New module mbsstr. Remove module strstr.
514         * modules/mbsstr: New file.
515         * modules/strstr: Remove file.
516         * lib/mbsstr.c: Renamed from lib/strstr.c.
517         (mbsstr): Renamed from strstr.
518         * lib/string_.h (strstr): Remove declaration. Change the conditional
519         link warning.
520         (mbsstr): New declaration.
521         * m4/mbsstr.m4: New file.
522         * m4/strstr.m4: Remove file.
523         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
524         REPLACE_STRSTR.
525         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
526         Don't initialize GNULIB_STRSTR.
527         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
528         substitute GNULIB_STRSTR and REPLACE_STRSTR.
529         * MODULES.html.sh (Internationalization functions): Add mbsstr.
530         (Support for systems lacking ANSI C 89): Remove strstr.
531
532 2007-02-04  Bruno Haible  <bruno@clisp.org>
533
534         New module mbsrchr.
535         * modules/mbsrchr: New file.
536         * lib/mbsrchr.c: New file.
537         * lib/string_.h (strrchr): Add a conditional link warning.
538         (mbsrchr): New declaration.
539         * m4/mbsrchr.m4: New file.
540         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
541         GNULIB_MBSRCHR.
542         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
543         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
544
545 2007-02-04  Bruno Haible  <bruno@clisp.org>
546
547         New module mbschr.
548         * modules/mbschr: New file.
549         * lib/mbschr.c: New file.
550         * lib/string_.h (strchr): Add a conditional link warning.
551         (mbschr): New declaration.
552         * m4/mbschr.m4: New file.
553         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
554         GNULIB_MBSCHR.
555         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
556         * MODULES.html.sh (Internationalization functions): Add mbschr.
557
558 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
559
560         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
561
562         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
563
564 2007-02-04  Bruno Haible  <bruno@clisp.org>
565
566         New module description section 'configure.ac-early'.
567         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
568         (func_get_autoconf_early_snippet): New function.
569         (func_import, func_create_testdir): Use it. Remove special cases for
570         modules 'extensions' and 'lock'.
571         * modules/extensions (configure.ac-early): Require
572         gl_USE_SYSTEM_EXTENSIONS.
573         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
574
575 2007-02-04  Bruno Haible  <bruno@clisp.org>
576
577         Make use of gcj-4.3's -fsource and -ftarget option.
578         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
579         and if so try the options -fsource and -ftarget.
580         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
581         source_version, ftarget_option, target_version arguments.
582         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
583         (is_envjavac_oldgcj_14_14_usable): Renamed from
584         is_envjavac_gcj_14_14_usable.
585         (is_envjavac_oldgcj_14_13_usable): Renamed from
586         is_envjavac_gcj_14_13_usable.
587         (is_gcj_present): Update.
588         (is_gcj_43, is_gcj43_usable): New functions.
589         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
590         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
591         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
592         try the options -fsource and -ftarget.
593
594 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
595
596         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
597         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
598         larger value.
599
600 2007-02-03  Jim Meyering  <jim@meyering.net>
601
602         Give tools a better chance to allocate space for very large buffers.
603         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
604
605         Make pwd and readlink work also when run with an unreadable parent dir
606         on systems with openat support.
607         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
608         provided getcwd function, even when we have openat support.
609         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
610
611 2007-02-02  Bruno Haible  <bruno@clisp.org>
612
613         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
614         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
615         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
616         portability problems if one of these functions is only used on specific
617         platforms.
618         Reported by Paul Eggert.
619
620 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
621
622         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
623         is causing more trouble than it's curing.
624         * lib/regex_internal.h (__mempcpy): Remove.
625         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
626         (and make the code a tad smaller to boot).
627         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
628
629 2007-02-02  Jim Meyering  <jim@meyering.net>
630
631         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
632         section, not in the Makefile.am: one.
633
634 2007-02-02  Eric Blake  <ebb9@byu.net>
635
636         * lib/strchrnul.c: Always include config.h first.
637
638         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
639         gnulib strstr is not necessary here.
640
641 2007-02-02  Simon Josefsson  <simon@josefsson.org>
642
643         * m4/socklen.m4: Fix typo.
644
645 2007-02-02  Eric Blake  <ebb9@byu.net>
646
647         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
648         * modules/netinet_in (Makefile.am): Likewise.
649
650 2007-02-01  Bruno Haible  <bruno@clisp.org>
651
652         * lib/string_.h (GL_LINK_WARNING): New macro.
653         (strcasecmp, strstr, strcasestr): If provided by the system,
654         conditionally define as a macro that leads to a warning instead of to
655         an error.
656         (strncasecmp): Conditionally define as a macro that leads to a warning.
657
658 2007-02-01  Jim Meyering  <jim@meyering.net>
659
660         Give tools a better chance to allocate space for very large buffers.
661         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
662
663 2007-02-01  Karl Berry  <karl@gnu.org>
664
665         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
666
667 2007-02-01  Bruno Haible  <bruno@clisp.org>
668
669         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
670         renamings.
671
672 2007-02-01  Eric Blake  <ebb9@byu.net>
673
674         * modules/regex (Depends-on): Revert dependence on mempcpy.
675         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
676         module's definition of mempcpy.
677         Reported by Paul Eggert.
678
679 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
680
681         * lib/string_.h: If the gnulib module XYZ is not present, undefine
682         the symbol XYZ before redefining it.  This fixes a problem with
683         programs that don't use XYZ, when compiled on systems that define
684         XYZ to something else.
685
686 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
687
688         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
689         occurs when "mkdir -m foo" creates a setgid directory that is (1)
690         writeable to group or other and (2) is intended to have a special
691         mode bit that is set or cleared.  In such a case, the directory
692         should be neither group- nor other-writeable until the special
693         mode bits are right.
694
695 2007-01-31  Eric Blake  <ebb9@byu.net>
696
697         * modules/mountlist (Depends-on): Add strstr.
698
699         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
700         bug.
701         * modules/string (Makefile.am): Remove redundant replacement.
702         * modules/regex (Depends-on): Add mempcpy.
703
704 2007-01-31  Bruno Haible  <bruno@clisp.org>
705
706         New module description field 'Link'.
707         * gnulib-tool (func_usage): Document --extract-link-directive.
708         (sed_extract_prog): Recognize 'Link' directive.
709         (func_get_link_directive): New function.
710         (func_import): Show summary of link directives.
711         Handle --extract-link-directive option.
712         * modules/acl (Link): New section.
713         * modules/clock-time (Link): New section.
714         * modules/euidaccess (Link): New section.
715         * modules/gettext (Link): New section.
716         * modules/iconv (Link): New section.
717         * modules/lock (Link): New section.
718         * modules/nanosleep (Link): New section.
719         * modules/readline (Link): New section.
720
721 2007-01-27  Bruno Haible  <bruno@clisp.org>
722
723         Enforce the use of gnulib modules for unportable <string.h> functions.
724         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
725         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
726         (gl_HEADER_STRING_H_BODY): Require it.
727         * lib/string_.h: If the gnulib module XYZ is not present, redefine
728         the symbol XYZ to one that gives a link error.
729         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
730         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
731         * modules/mempcpy (configure.ac): Likewise.
732         * modules/memrchr (configure.ac): Likewise.
733         * modules/stpcpy (configure.ac): Likewise.
734         * modules/stpncpy (configure.ac): Likewise.
735         * modules/strcase (configure.ac): Likewise.
736         * modules/strcasestr (configure.ac): Likewise.
737         * modules/strchrnul (configure.ac): Likewise.
738         * modules/strdup (configure.ac): Likewise.
739         * modules/strndup (configure.ac): Likewise.
740         * modules/strnlen (configure.ac): Likewise.
741         * modules/strpbrk (configure.ac): Likewise.
742         * modules/strsep (configure.ac): Likewise.
743         * modules/strstr (configure.ac): Likewise.
744         * modules/strtok_r (configure.ac): Likewise.
745
746 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
747
748         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
749
750 2007-01-30  Jim Meyering  <jim@meyering.net>
751
752         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
753
754 2007-01-29  Bruno Haible  <bruno@clisp.org>
755
756         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
757         * lib/execute.c: Likewise.
758         * lib/pipe.c: Likewise.
759         * lib/printf-args.h: Likewise.
760         * lib/printf-args.c: Likewise.
761         * lib/printf-parse.c: Likewise.
762         * lib/vasnprintf.c: Likewise.
763
764 2007-01-29  Eric Blake  <ebb9@byu.net>
765
766         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
767         declaration.
768
769 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
770
771         * lib/strptime.h (strptime): Use 'restrict' for args where
772         POSIX requires this.
773         * lib/strptime.c (strptime): Likewise.
774         Change license notice from LGPL to GPL, since gnulib-tool will
775         change this as needed.
776         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
777         defined.
778         Include "strptime.h" first, to check interface.
779         Do not #undef _LIBC and _NL_CURRENT.
780         Do not include <stdlib.h>; no longer needed.
781         Include "time_r.h" and declare ptime_locale_status
782         only if _LIBC is not defined.
783         (__P): Remove unused macro.
784         (match_string): Bring back glibc version, but use it only if _LIBC
785         is defined.
786         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
787         Remove unnecessary assertion and abort() call.
788         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
789         * m4/strptime.m4: Fix serial number comment.
790         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
791         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
792         (Depends-on): Add time_r.
793
794 2007-01-29  Bruno Haible  <bruno@clisp.org>
795
796         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
797         strptime.
798         * modules/strptime (Depends-on): Add stdbool.
799         * lib/strptime.h: Include <time.h> always. Add comments.
800
801 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
802
803         * modules/strptime: New file.
804         * lib/strptime.h: New file.
805         * lib/strptime.c: New file.
806         * m4/strptime.m4: New file.
807
808 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
809
810         * MODULES.html.sh: New module mpsort.
811         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
812
813         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
814         a circularity problem with HP-UX ia64 reported by Bob Proulx in
815         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
816         All uses changed.
817         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
818         All uses changed.
819         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
820         to _Restrict_.
821         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
822         the parameter matches the prototype.
823
824 2007-01-28  Jim Meyering  <jim@meyering.net>
825
826         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
827         sys/time.h here, reverting that part of the previous patch:
828         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
829
830 2007-01-28  Bruno Haible  <bruno@clisp.org>
831
832         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
833         value of $(SYS_TIME_H).
834         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
835         remove it conditionally, too. [added by Jim Meyering]
836         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
837         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
838         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
839         GETTIMEOFDAY_REPLACEMENT to 1.
840
841 2007-01-28  Bruno Haible  <bruno@clisp.org>
842
843         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
844         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
845         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
846         Set UNISTD_H instead of UNISTD_H2.
847         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
848
849 2007-01-28  Bruno Haible  <bruno@clisp.org>
850
851         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
852         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
853
854 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
855
856         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
857         (func_create_testdir): Ensure C locale for `grep' and `tr'
858         character ranges.
859         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
860         ACLOCAL_AMFLAGS parsing state machine.
861
862 2007-01-27  Bruno Haible  <bruno@clisp.org>
863
864         * modules/unistr/base: Update.
865
866 2007-01-27  Bruno Haible  <bruno@clisp.org>
867
868         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
869         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
870         * modules/unistr/u32-mbtouc-unsafe: Renamed from
871         modules/unistr/u32-mbtouc.
872         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
873         * lib/unistr.h: Update.
874         * lib/linebreak.c: Update.
875         * modules/unistr/u32-mbtouc: Renamed from
876         modules/unistr/u32-mbtouc-safe.
877         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
878         * lib/unistr.h: Update.
879         * lib/unistr/u32-to-u8.c: Update.
880         * lib/unistr/u32-to-u16.c: Update.
881
882 2007-01-27  Bruno Haible  <bruno@clisp.org>
883
884         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
885         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
886         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
887         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
888         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
889         * modules/unistr/u16-mbtouc-unsafe: Renamed from
890         modules/unistr/u16-mbtouc.
891         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
892         * lib/unistr.h: Update.
893         * lib/linebreak.c: Update.
894         * modules/linebreak: Update.
895         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
896         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
897         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
898         * modules/unistr/u16-mbtouc: Renamed from
899         modules/unistr/u16-mbtouc-safe.
900         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
901         * lib/unistr.h: Update.
902         * lib/unistr/u16-to-u8.c: Update.
903         * modules/unistr/u16-to-u8: Update.
904         * lib/unistr/u16-to-u32.c: Update.
905         * modules/unistr/u16-to-u32: Update.
906
907 2007-01-27  Bruno Haible  <bruno@clisp.org>
908
909         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
910         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
911         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
912         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
913         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
914         * modules/unistr/u8-mbtouc-unsafe: Renamed from
915         modules/unistr/u8-mbtouc.
916         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
917         * lib/unistr.h: Update.
918         * lib/striconveh.c: Update.
919         * modules/striconveh: Update.
920         * lib/linebreak.c: Update.
921         * modules/linebreak: Update.
922         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
923         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
924         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
925         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
926         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
927         * lib/unistr.h: Update.
928         * lib/striconveh.c: Update.
929         * modules/striconveh: Update.
930         * lib/unistr/u8-to-u16.c: Update.
931         * modules/unistr/u8-to-u16: Update.
932         * lib/unistr/u8-to-u32.c: Update.
933         * modules/unistr/u8-to-u32: Update.
934
935 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
936
937         Sync from Libtool.
938         * lib/argz.c: Do not include strings.h nor memory.h, include
939         string.h unconditionally.  Patch by Simon Josefsson.
940
941 2007-01-27  Bruno Haible  <bruno@clisp.org>
942
943         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
944         from gl_HEADER_STRING_H_BODY.
945         (gl_HEADER_STRING_H_BODY): Require it.
946         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
947         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
948         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
949         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
950         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
951         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
952         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
953         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
954         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
955         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
956         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
957         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
958         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
959         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
960         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
961
962 2007-01-27  Bruno Haible  <bruno@clisp.org>
963
964         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
965         check_PROGRAMS into noinst_PROGRAMS.
966         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
967         check_PROGRAMS in this case.
968         (func_import): Set for_test to false.
969         (func_create_testdir): Set for_test to true.
970
971 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
972             Bruno Haible  <bruno@clisp.org>
973
974         * modules/strcasestr (Files): Remove lib/strcasestr.h.
975         (Depends-on): Add string.
976         (Includes): Use <string.h> instead of strcasestr.h.
977         * modules/string (Makefile.am): Also substitute the value of
978         REPLACE_STRCASESTR.
979         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
980         assume strcasestr is declared in <string.h> not <strings.h>. Also
981         set REPLACE_STRCASESTR.
982         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
983         REPLACE_STRCASESTR.
984         * lib/strcasestr.h: Remove file.
985         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
986         * lib/string_.h (strcasestr): New declaration.
987
988 2007-01-27  Bruno Haible  <bruno@clisp.org>
989
990         * lib/string_.h: Use 'extern'.
991
992 2007-01-27  Jim Meyering  <jim@meyering.net>
993
994         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
995         of set-but-not-used local, "q".
996
997         * lib/mempcpy.c: Include <config.h> before <string.h>.
998         This fixes a compilation error on HP-UX, due to the system's
999         "restrict"-using mempcpy prototype.
1000
1001 2007-01-26  Bruno Haible  <bruno@clisp.org>
1002
1003         Small optimization.
1004         * lib/javacomp.c: Include c-strstr.h.
1005          (is_envjavac_gcj): Use c_strstr instead of strstr.
1006         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1007
1008 2007-01-26  Bruno Haible  <bruno@clisp.org>
1009
1010         * MODULES.html.sh (Unicode string functions): Add the new modules.
1011
1012         * modules/uniconv/u32-strconv-to-locale: New file.
1013         * lib/uniconv/u32-strconv-to-locale.c: New file.
1014
1015         * modules/uniconv/u16-strconv-to-locale: New file.
1016         * lib/uniconv/u16-strconv-to-locale.c: New file.
1017
1018         * modules/uniconv/u8-strconv-to-locale: New file.
1019         * lib/uniconv/u8-strconv-to-locale.c: New file.
1020
1021         * modules/uniconv/u32-strconv-from-locale: New file.
1022         * lib/uniconv/u32-strconv-from-locale.c: New file.
1023
1024         * modules/uniconv/u16-strconv-from-locale: New file.
1025         * lib/uniconv/u16-strconv-from-locale.c: New file.
1026
1027         * modules/uniconv/u8-strconv-from-locale: New file.
1028         * lib/uniconv/u8-strconv-from-locale.c: New file.
1029
1030         * modules/uniconv/u32-strconv-to-enc: New file.
1031         * lib/uniconv/u32-strconv-to-enc.c: New file.
1032         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1033         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1034
1035         * modules/uniconv/u16-strconv-to-enc: New file.
1036         * lib/uniconv/u16-strconv-to-enc.c: New file.
1037         * lib/uniconv/u-strconv-to-enc.h: New file.
1038         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1039         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1040
1041         * modules/uniconv/u8-strconv-to-enc: New file.
1042         * lib/uniconv/u8-strconv-to-enc.c: New file.
1043         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1044         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1045
1046         * modules/uniconv/u32-strconv-from-enc: New file.
1047         * lib/uniconv/u32-strconv-from-enc.c: New file.
1048         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1049         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1050
1051         * modules/uniconv/u16-strconv-from-enc: New file.
1052         * lib/uniconv/u16-strconv-from-enc.c: New file.
1053         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1054         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1055
1056         * modules/uniconv/u8-strconv-from-enc: New file.
1057         * lib/uniconv/u8-strconv-from-enc.c: New file.
1058         * lib/uniconv/u-strconv-from-enc.h: New file.
1059         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1060         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1061
1062         * modules/uniconv/u32-conv-from-enc: New file.
1063         * lib/uniconv/u32-conv-from-enc.c: New file.
1064         * modules/uniconv/u32-conv-from-enc-tests: New file.
1065         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1066
1067         * modules/uniconv/u16-conv-from-enc: New file.
1068         * lib/uniconv/u16-conv-from-enc.c: New file.
1069         * lib/uniconv/u-conv-from-enc.h: New file.
1070         * modules/uniconv/u16-conv-from-enc-tests: New file.
1071         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1072
1073         * modules/uniconv/u8-conv-from-enc: New file.
1074         * lib/uniconv/u8-conv-from-enc.c: New file.
1075         * modules/uniconv/u8-conv-from-enc-tests: New file.
1076         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1077
1078         * modules/uniconv/base: New file.
1079         * lib/uniconv.h: New file.
1080
1081 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1082
1083         * doc/gnulib-tool.texi (Initial import): Update to match current
1084         behavior with strdup module.
1085         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1086         * lib/memmem.h: Remove; all uses removed.  This is now done
1087         by <string.h>.
1088         * lib/mempcpy.h: Likewise.
1089         * lib/memrchr.h: Likewise.
1090         * lib/stpcpy.h: Likewise.
1091         * lib/stpncpy.h: Likewise.
1092         * lib/strcase.h: Likewise.
1093         * lib/strchrnul.h: Likewise.
1094         * lib/strdup.h: Likewise.
1095         * lib/strndup.h: Likewise.
1096         * lib/strnlen.h: Likewise.
1097         * lib/strpbrk.h: Likewise.
1098         * lib/strsep.h: Likewise.
1099         * lib/strstr.h: Likewise.
1100         * lib/strtok_r.h: Likewise.
1101         * lib/string_.h: New file.
1102         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1103         Rely on <string.h> instead.
1104         * lib/canon-host.c: Likewise.
1105         * lib/chdir-long.c: Likewise.
1106         * lib/concatpath.c: Likewise.
1107         * lib/exclude.c: Likewise.
1108         * lib/fchdir.c: Likewise.
1109         * lib/getaddrinfo.c: Likewise.
1110         * lib/getcwd.c: Likewise.
1111         * lib/getsubopt.c: Likewise.
1112         * lib/glob.c: Likewise.
1113         * lib/hard-locale.c: Likewise.
1114         * lib/iconvme.c: Likewise.
1115         * lib/javacomp.c: Likewise.
1116         * lib/mempcpy.c: Likewise.
1117         * lib/memrchr.c: Likewise.
1118         * lib/regex_internal.h: Likewise.
1119         * lib/stpncpy.c: Likewise.
1120         * lib/strcasecmp.c: Likewise.
1121         * lib/strchrnul.c: Likewise.
1122         * lib/strdup.c: Likewise.
1123         * lib/striconv.c: Likewise.
1124         * lib/striconveh.c: Likewise.
1125         * lib/striconveha.c: Likewise.
1126         * lib/strncasecmp.c: Likewise.
1127         * lib/strndup.c: Likewise.
1128         * lib/strnlen.c: Likewise.
1129         * lib/strsep.c: Likewise.
1130         * lib/strstr.c: Likewise.
1131         * lib/strtok_r.c: Likewise.
1132         * lib/userspec.c: Likewise.
1133         * lib/w32spawn.h: Likewise.
1134         * lib/xstrndup.c: Likewise.
1135         * lib/mountlist.c (strstr): Remove decl.
1136         * m4/string_h.m4: New file.
1137         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1138         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1139         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1140         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1141         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1142         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1143         Set REPLACE_STRCASECMP if necessary.
1144         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1145         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1146         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1147         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1148         HAVE_DECL_STRDUP if necessary.
1149         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1150         since gl_FUNC_STRNDUP does that now.
1151         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1152         Check for decl here...
1153         (gl_PREREQ_STRNLEN): ... not here.
1154         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1155         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1156         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1157         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1158         necessary.
1159         * modules/string: New file.
1160         * modules/memmem (Files): Remove special-purpose include file.
1161         (Depends-on): Add string.
1162         (Include): Include <string.h>, not the removed file.
1163         * modules/mempcpy: Likewise.
1164         * modules/memrchr: Likewise.
1165         * modules/stpcpy: Likewise.
1166         * modules/stpncpy: Likewise.
1167         * modules/strcase: Likewise.
1168         * modules/strchrnul: Likewise.
1169         * modules/strdup: Likewise.
1170         * modules/strndup: Likewise.
1171         * modules/strnlen: Likewise.
1172         * modules/strpbrk: Likewise.
1173         * modules/strsep: Likewise.
1174         * modules/strstr: Likewise.
1175         * modules/strtok_r: Likewise.
1176         * tests/test-dirname.c: Don't include "strdup.h", since
1177         <string.h> now suffices.
1178         * tests/test-memmem.c: Don't include "memmem.h", since
1179         <string.h> now suffices.
1180
1181 2007-01-25  Bruno Haible  <bruno@clisp.org>
1182
1183         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1184         *resultp is 0.
1185
1186         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1187         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1188         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1189         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1190
1191         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1192         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1193         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1194         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1195         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1196         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1197
1198 2007-01-24  Bruno Haible  <bruno@clisp.org>
1199
1200         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1201         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1202         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1203         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1204         gl_FUNC_FTS_CORE.
1205         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1206         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1207         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1208         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1209         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1210         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1211         gl_FUNC_FCHOWNAT.
1212         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1213         gl_FUNC_STRFTIME.
1214         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1215         Reported by Ralf Wildenhues.
1216
1217 2007-01-24  Bruno Haible  <bruno@clisp.org>
1218
1219         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1220         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1221         gl_GETADDRINFO.
1222         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1223         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1224         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1225
1226 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1227
1228         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1229         Don't use 'exit'; just return from 'main'.
1230         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1231
1232         * lib/fnmatch_.h: Readjust white space and comments to match
1233         glibc, to avoid spurious diffs.
1234
1235 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1236
1237         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1238         2004-12-01 change by Jakub Jelinek, since this code won't compile
1239         if !LIBC.  Problem reported by Bob Proulx.
1240
1241 2007-01-23  Bruno Haible  <bruno@clisp.org>
1242
1243         * lib/striconveh.c: Include c-strcaseeq.h.
1244         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1245         * modules/striconveh (Depends-on): Add c-strcaseeq.
1246
1247 2007-01-23  Bruno Haible  <bruno@clisp.org>
1248
1249         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1250
1251         * modules/c-strcaseeq: New file.
1252         * lib/c-strcaseeq.h: New file.
1253
1254         * modules/streq: New file.
1255         * lib/streq.h: New file.
1256
1257 2007-01-23  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/striconveha-tests: New file.
1260         * tests/test-striconveha.c: New file.
1261
1262         * lib/striconveha.h: Include <stdbool.h>.
1263         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1264         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1265         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1266         (mem_iconveha): New function.
1267         (str_iconveha_notranslit): Renamed from str_iconveha.
1268         (str_iconveha): New function.
1269         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1270         c-strcase.
1271
1272 2007-01-23  Bruno Haible  <bruno@clisp.org>
1273
1274         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1275         encodings without forgiving before trying any encoding with handler.
1276         (str_iconveha): Try all encodings without forgiving before trying any
1277         encoding with handler.
1278
1279 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1280
1281         Import the following changes from libc.
1282
1283         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1284
1285         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1286
1287         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1288
1289         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1290         normal_bracket label.
1291
1292         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1293
1294         [BZ #361]
1295         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1296         to normal_bracket after fetching the next character.
1297
1298 2007-01-22  Bruno Haible  <bruno@clisp.org>
1299
1300         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1301         argument.
1302         * lib/striconveh.c (iconv_carefully_1): New function.
1303         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1304         argument.
1305         (str_cd_iconveh): Update.
1306         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1307         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1308         * tests/test-striconveh.c (MAGIC): New macro.
1309         (new_offsets): New function.
1310         (main): Test call with and without offsets.
1311
1312 2007-01-22  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1315         * modules/sys_select (Makefile.am): Likewise.
1316         * modules/sys_socket (Makefile.am): Likewise.
1317         * modules/sys_time (Makefile.am): Likewise.
1318
1319 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1320
1321         * modules/gettimeofday (License): Change from GPL to LGPL, since
1322         gettimeofday is a library function.
1323
1324 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1325
1326         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1327
1328 2007-01-21  Bruno Haible  <bruno@clisp.org>
1329
1330         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1331
1332 2007-01-21  Bruno Haible  <bruno@clisp.org>
1333
1334         * modules/striconveha: New file.
1335         * lib/striconveha.h: New file.
1336         * lib/striconveha.c: New file.
1337         * MODULES.html.sh (Internationalization functions): Add striconveha.
1338         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1339         string.
1340         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1341
1342 2007-01-21  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1345         * lib/striconveh.c (str_iconveh): Likewise.
1346
1347 2007-01-21  Bruno Haible  <bruno@clisp.org>
1348
1349         * lib/striconveh.h (mem_iconveh): New declaration.
1350         * lib/striconveh.c (mem_iconveh): New function.
1351         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1352
1353 2007-01-21  Bruno Haible  <bruno@clisp.org>
1354
1355         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1356
1357         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1358         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1359         original result buffer.
1360         (str_cd_iconveh): Update.
1361         * tests/test-striconveh.c (main): Update.
1362
1363         * lib/striconv.h (mem_cd_iconv): Change specification.
1364         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1365         result buffer.
1366         (str_cd_iconv): Update.
1367         * tests/test-striconv.c (main): Update.
1368
1369 2007-01-21  Bruno Haible  <bruno@clisp.org>
1370
1371         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1372
1373 2007-01-20  Jim Meyering  <jim@meyering.net>
1374
1375         * lib/userspec.c (parse_with_separator): If a user or group string
1376         starts with "+", skip the corresponding name-to-ID look-up, since
1377         such a look-up must fail: user and group names may not include "+".
1378
1379 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1380
1381         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1382         since we now assume the sys_time module.
1383         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1384         check for sys/time.h; no longer needed.
1385         * modules/poll (Depends-on): Depend on sys_time.
1386
1387 2007-01-18  Bruno Haible  <bruno@clisp.org>
1388
1389         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1390         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1391
1392         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1393         gettimeofday.
1394
1395         * tests/test-gettimeofday.c: Include <time.h>.
1396         (dummy): Remove variable.
1397
1398         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1399         gl_HEADER_SYS_TIME_H.
1400         (gl_HEADER_SYS_TIME_H): New macro.
1401
1402         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1403         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1404         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1405         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1406         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1407         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1408         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1409         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1410         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1411         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1412         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1413
1414         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1415         last change; it caused a compilation error when cross-compiling to
1416         Cygwin.
1417
1418 2007-01-18  Jim Meyering  <jim@meyering.net>
1419
1420         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1421         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1422         than the race-prone "test -d sys || mkdir sys".
1423         (configure.ac): Use AC_PROG_MKDIR_P.
1424         * modules/sys_select: Likewise.
1425         * modules/sys_socket: Likewise.
1426         * modules/sys_time: Likewise.
1427
1428 2007-01-18  Eric Blake  <ebb9@byu.net>
1429
1430         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1431         replace gettimeofday.
1432         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1433         name, to avoid infinite recursion.
1434
1435 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1436
1437         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1438         module sys_time.
1439         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1440         assume timespec.h defines struct timeval.
1441         * lib/settime.c: Likewise.
1442         * lib/utimens.c: Likewise.
1443         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1444         since we now assume the gettimeofday module.
1445         * lib/tempname.c (__gen_tempname): Likewise.
1446         * lib/gettimeofday.h: Remove.
1447         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1448         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1449         Include <time.h>, for 'time()'.
1450         (localtime_buffer_addr): Also use this workaround if
1451         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1452         to simplify the uses.  All uses changed.
1453         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1454         that #undef is inside {}, and 'const' follows type name consistently.
1455         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1456         (gettimeofday): Do not use the maximum possible value for
1457         tv->tv_usec, since that might break usages other than ls.c.
1458         Instead, we'll leave ls.c alone.  This undoes today's patch
1459         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1460         we've never observed the problem but might as well keep the
1461         canary.
1462         * lib/nanosleep.c: Include timespec.h first, for interface check.
1463         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1464         now assume the sys_time module.
1465         * lib/tempname.c: Likewise.
1466         * lib/timespec.h: Likewise.
1467         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1468         needed.
1469         * lib/strftime.c: Likewise.
1470         * lib/timespec.h: Likewise.
1471         * lib/posixtm.c: Include posixtm.h first, for interface check.
1472         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1473         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1474         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1475         * lib/sys_time_.h: New file.
1476         * lib/timespec.h (struct timespec): Use long int, not long.
1477         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1478         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1479         Remove obsolescent call to AC_HEADER_TIME.
1480         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1481         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1482         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1483         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1484         Likewise.
1485         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1486         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1487         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1488         into the sys_time module.  Check for gettimeofday just once.
1489         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1490         for gettimeofday signature to just check the signature.  Merely
1491         compile it, since linking doesn't test signature.  Improve test for
1492         whether gettimeofday.o is actually needed.
1493         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1494         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1495         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1496         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1497         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1498         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1499         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1500         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1501         than worrying about sys/time.h.
1502         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1503         Don't bother worrying about TIME_WITH_SYS_TIME.
1504         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1505         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1506         * m4/sys_time_h.m4: New file.
1507         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1508         Don't include sys/time.h.  Return from main rather than exiting.
1509         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1510         all uses changed.
1511         * modules/gethrxtime (Depends-on): Add sys_time.
1512         * modules/gettime (Depends-on): Likewise.
1513         * modules/gettimeofday (Depends-on): Likewise.
1514         * modules/nanosleep (Depends-on): Likewise.
1515         * modules/settime (Depends-on): Likewise.
1516         * modules/tempname (Depends-on): Likewise.
1517         * modules/utimens (Depends-on): Likewise.
1518         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1519         (Include:) Change back to <sys/time.h>.
1520         (Maintainer:) Add self.
1521         * modules/sys_time: New file.
1522         * modules/tempname (Depends-on): Add gettimeofday.
1523         * tests/test-gettimeofday.c: Include <sys/time.h>
1524         rather than gettimeofday.h.
1525
1526 2007-01-17  Bruno Haible  <bruno@clisp.org>
1527
1528         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1529         the license default to GPL.
1530         (func_create_testdir): Don't complain if a module is LGPL and its
1531         tests module depends on GPLed modules.
1532
1533 2007-01-17  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/gettimeofday.c (gettimeofday): Add code for the case
1536         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1537         maximum possible value for tv->tv_usec, rather than the minimum one.
1538
1539 2005-10-08  Martin Lambers  <marlam@marlam.de>
1540 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1541 2007-01-16  Bruno Haible  <bruno@clisp.org>
1542
1543         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1544         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1545         gl_FUNC_GETTIMEOFDAY.
1546         (Include): Add gettimeofday.h.
1547         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1548         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1549         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1550         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1551         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1552         * lib/gettimeofday.h: New file.
1553         * lib/gettimeofday.c: Include <sys/timeb.h>.
1554         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1555         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1556         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1557         fall back on time().
1558
1559         * tests/test-gettimeofday.c: New file.
1560         * modules/gettimeofday-tests: New file.
1561
1562 2007-01-16  Eric Blake  <ebb9@byu.net>
1563
1564         * modules/fnmatch (Depends-on): Depend on wchar.
1565         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1566         * m4/fnmatch.m4: Likewise.
1567         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1568         * m4/mbchar.m4: Likewise.
1569         * modules/mbswidth (Depends-on): Depend on wchar.
1570         * lib/mbswidth.c: Assume <wchar.h>.
1571         * m4/mbswidth.m4: Likewise.
1572         * modules/quotearg (Depends-on): Depend on wchar.
1573         * lib/quotearg.c: Assume <wchar.h>.
1574         * m4/quotearg.m4: Likewise.
1575         * modules/regex (Depends-on): Depend on wchar.
1576         * lib/regex_internal.h: Assume <wchar.h>.
1577         * m4/regex.m4: Likewise.
1578         * modules/stdint (Depends-on): Depend on wchar.
1579         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1580         * m4/stdint.m4: Likewise.
1581         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1582         * modules/strftime (Depends-on): Depend on wchar.
1583         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1584         * modules/strtol (Depends-on): Depend on wchar.
1585         * lib/strtol.c: Assume <wchar.h>.
1586         * modules/wcwidth (Depends-on): Depend on wchar.
1587         * lib/wcwidth.h: Assume <wchar.h>.
1588         * m4/wcwidth.m4: Likewise.
1589
1590 2007-01-16  Bruno Haible  <bruno@clisp.org>
1591
1592         * modules/csharpexec-script: New, created from...
1593         * modules/csharpexec: ... this.
1594
1595 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1596
1597         * modules/javaexec-script: New, created from...
1598         * modules/javaexec: ... this.
1599
1600 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1601
1602         * modules/poll (Dependencies): Add sys_select.
1603
1604 2007-01-15  Jim Meyering  <jim@meyering.net>
1605
1606         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1607         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1608         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1609         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1610
1611 2007-01-15  Bruno Haible  <bruno@clisp.org>
1612
1613         * modules/striconveh: New file.
1614         * lib/striconveh.h: New file.
1615         * lib/striconveh.c: New file.
1616         * MODULES.html.sh (Internationalization functions): Add striconveh.
1617
1618         * modules/striconveh-tests: New file.
1619         * tests/test-striconveh.c: New file.
1620
1621 2007-01-15  Bruno Haible  <bruno@clisp.org>
1622
1623         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1624         not from GNU libiconv or GNU libc.
1625
1626 2007-01-15  Bruno Haible  <bruno@clisp.org>
1627
1628         * doc/gnulib-intro.texi (Copyright): Explain the different license
1629         terms for module descriptions, autoconf macros, tests, documentation.
1630
1631 2007-01-14  Bruno Haible  <bruno@clisp.org>
1632
1633         * modules/striconv-tests: New file.
1634         * tests/test-striconv.c: New file.
1635
1636 2007-01-14  Bruno Haible  <bruno@clisp.org>
1637
1638         * modules/iconv-tests: New file.
1639         * tests/test-iconv.c: New file.
1640
1641 2007-01-14  Bruno Haible  <bruno@clisp.org>
1642
1643         * gnulib-tool (func_get_license): For test modules, use the license of
1644         the main module.
1645
1646 2007-01-14  Bruno Haible  <bruno@clisp.org>
1647
1648         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1649         if iconv is found to exist.
1650
1651 2007-01-14  Bruno Haible  <bruno@clisp.org>
1652
1653         * modules/c-ctype-tests: New file.
1654         * tests/test-c-ctype.c: New file.
1655
1656 2007-01-14  Bruno Haible  <bruno@clisp.org>
1657
1658         * modules/binary-io-tests: New file.
1659         * tests/test-binary-io.sh: New file.
1660         * tests/test-binary-io.c: New file.
1661
1662 2007-01-14  Bruno Haible  <bruno@clisp.org>
1663
1664         * modules/array-oset-tests: New file.
1665         * tests/test-array_oset.c: New file.
1666
1667 2007-01-14  Bruno Haible  <bruno@clisp.org>
1668
1669         * modules/array-list-tests: New file.
1670         * tests/test-array_list.c: New file.
1671
1672 2007-01-14  Bruno Haible  <bruno@clisp.org>
1673
1674         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1675         and make.
1676         Reported by Simon Josefsson in
1677         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1678
1679 2007-01-14  Bruno Haible  <bruno@clisp.org>
1680
1681         * modules/allocsa-tests: New file.
1682         * tests/test-allocsa.c: New file.
1683
1684 2007-01-14  Bruno Haible  <bruno@clisp.org>
1685
1686         * modules/fchdir (Depends-on): Add absolute-header.
1687         * modules/unistd (Depends-on): Likewise.
1688
1689 2006-12-30  Bruno Haible  <bruno@clisp.org>
1690
1691         * modules/fchdir: New file.
1692         * modules/unistd (Files): Add lib/unistd_.h.
1693         (Makefile.am): Generate unistd.h from unistd_.h.
1694         * lib/fchdir.c: New file.
1695         * lib/dirent_.h: New file.
1696         * lib/unistd_.h: New file.
1697         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1698         * m4/fchdir.m4: New file.
1699         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1700         (gl_HEADER_UNISTD): Invoke it.
1701         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1702         function.
1703         * lib/backupfile.c (opendir, closedir): Undefine.
1704         * lib/chown.c (open, close): Undefine.
1705         * lib/clean-temp.c (open, close): Undefine.
1706         * lib/copy-file.c (open, close): Undefine.
1707         * lib/execute.c (open, close): Undefine.
1708         * lib/fsusage.c (open, close): Undefine.
1709         * lib/gc-gnulib.c (open, close): Undefine.
1710         * lib/getcwd.c (opendir, closedir): Undefine.
1711         * lib/glob.c (opendir, closedir): Undefine.
1712         * lib/javacomp.c (open, close): Undefine.
1713         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1714         * lib/openat-proc.c (open, close): Undefine.
1715         * lib/pagealign_alloc.c (open, close): Undefine.
1716         * lib/pipe.c (open, close): Undefine.
1717         * lib/progreloc.c (open, close): Undefine.
1718         * lib/savedir.c (opendir, closedir): Undefine.
1719         * lib/utime.c (open, close): Undefine.
1720         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1721
1722 2007-01-10  Bruno Haible  <bruno@clisp.org>
1723
1724         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1725
1726 2007-01-12  Eric Blake  <ebb9@byu.net>
1727
1728         Provide a robust <wchar.h>.  Further simplifications are now
1729         possible in other modules, but not included here.
1730         * modules/wchar: New module.
1731         * m4/wchar.m4: New file.
1732         * lib/wchar_.h: Likewise.
1733         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1734         of the new module.
1735         * MODULES.html.sh (Extended multibyte and wide character utilities):
1736         New section.
1737
1738 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1739
1740         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1741         to a reasonable default for memory allocation.
1742         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1743         file system that reports garbage st_size values for symlinks.
1744         Problem reported by Liyang Hu.
1745
1746 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1747
1748         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1749         Emacs .#* auto-save files).
1750
1751 2007-01-11  Bruno Haible  <bruno@clisp.org>
1752
1753         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1754         directory.
1755
1756 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1757
1758         Use @...@ consistently in lib/wctype_.h.
1759         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1760         on it being set to 1 or 0.
1761         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1762         go back to AC_SUBSTing it.
1763         * modules/wctype (Makefile.am): Undo previous change.
1764
1765 2007-01-10  Eric Blake  <ebb9@byu.net>
1766
1767         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1768         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1769         * modules/wctype (Makefile.am): Likewise.
1770         Reported by Chris McGuire.
1771
1772 2007-01-10  Jim Meyering  <jim@meyering.net>
1773
1774         fts.c: a small readability/maintainability improvement
1775         * lib/fts.c (fts_read): Make this code slightly more readable and
1776         maintainable by hoisting the "sp->fts_cur = p" assignments to
1777         immediately follow the statements that set P.  Derived from
1778         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1779
1780 2007-01-10  Eric Blake  <ebb9@byu.net>
1781
1782         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1783         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1784         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1785         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1786         Reported by Chris McGuire.
1787
1788 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1789
1790         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1791         in sed script.
1792
1793 2007-01-09  Bruno Haible  <bruno@clisp.org>
1794
1795         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1796         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1797         variables.
1798         (func_module): Use them.
1799
1800 2007-01-09  Bruno Haible  <bruno@clisp.org>
1801
1802         * modules/unistr/base: New file.
1803         * lib/unistr.h: New file.
1804
1805         * modules/unistr/u8-to-u16: New file.
1806         * lib/unistr/u8-to-u16.c: New file.
1807
1808         * modules/unistr/u8-to-u32: New file.
1809         * lib/unistr/u8-to-u32.c: New file.
1810
1811         * modules/unistr/u16-to-u8: New file.
1812         * lib/unistr/u16-to-u8.c: New file.
1813
1814         * modules/unistr/u16-to-u32: New file.
1815         * lib/unistr/u16-to-u32.c: New file.
1816
1817         * modules/unistr/u32-to-u8: New file.
1818         * lib/unistr/u32-to-u8.c: New file.
1819
1820         * modules/unistr/u32-to-u16: New file.
1821         * lib/unistr/u32-to-u16.c: New file.
1822
1823         * modules/unistr/u8-check: New file.
1824         * modules/unistr/u16-check: New file.
1825         * modules/unistr/u32-check: New file.
1826         * lib/unistr/u8-check.c: New file.
1827         * lib/unistr/u16-check.c: New file.
1828         * lib/unistr/u32-check.c: New file.
1829
1830         * modules/unistr/u8-chr: New file.
1831         * modules/unistr/u16-chr: New file.
1832         * modules/unistr/u32-chr: New file.
1833         * lib/unistr/u8-chr.c: New file.
1834         * lib/unistr/u16-chr.c: New file.
1835         * lib/unistr/u32-chr.c: New file.
1836
1837         * modules/unistr/u8-cmp: New file.
1838         * modules/unistr/u16-cmp: New file.
1839         * modules/unistr/u32-cmp: New file.
1840         * lib/unistr/u8-cmp.c: New file.
1841         * lib/unistr/u16-cmp.c: New file.
1842         * lib/unistr/u32-cmp.c: New file.
1843
1844         * modules/unistr/u8-cpy: New file.
1845         * modules/unistr/u16-cpy: New file.
1846         * modules/unistr/u32-cpy: New file.
1847         * lib/unistr/u8-cpy.c: New file.
1848         * lib/unistr/u16-cpy.c: New file.
1849         * lib/unistr/u32-cpy.c: New file.
1850         * lib/unistr/u-cpy.h: New file.
1851
1852         * modules/unistr/u8-cpy-alloc: New file.
1853         * modules/unistr/u16-cpy-alloc: New file.
1854         * modules/unistr/u32-cpy-alloc: New file.
1855         * lib/unistr/u8-cpy-alloc.c: New file.
1856         * lib/unistr/u16-cpy-alloc.c: New file.
1857         * lib/unistr/u32-cpy-alloc.c: New file.
1858         * lib/unistr/u-cpy-alloc.h: New file.
1859
1860         * modules/unistr/u8-endswith: New file.
1861         * modules/unistr/u16-endswith: New file.
1862         * modules/unistr/u32-endswith: New file.
1863         * lib/unistr/u8-endswith.c: New file.
1864         * lib/unistr/u16-endswith.c: New file.
1865         * lib/unistr/u32-endswith.c: New file.
1866         * lib/unistr/u-endswith.h: New file.
1867
1868         * modules/unistr/u8-mblen: New file.
1869         * modules/unistr/u16-mblen: New file.
1870         * modules/unistr/u32-mblen: New file.
1871         * lib/unistr/u8-mblen.c: New file.
1872         * lib/unistr/u16-mblen.c: New file.
1873         * lib/unistr/u32-mblen.c: New file.
1874
1875         * modules/unistr/u8-mbtouc: New file.
1876         * modules/unistr/u16-mbtouc: New file.
1877         * modules/unistr/u32-mbtouc: New file.
1878         * lib/unistr/u8-mbtouc.c: New file.
1879         * lib/unistr/u16-mbtouc.c: New file.
1880         * lib/unistr/u32-mbtouc.c: New file.
1881
1882         * modules/unistr/u8-mbtouc-safe: New file.
1883         * modules/unistr/u16-mbtouc-safe: New file.
1884         * modules/unistr/u32-mbtouc-safe: New file.
1885         * lib/unistr/u8-mbtouc-safe.c: New file.
1886         * lib/unistr/u16-mbtouc-safe.c: New file.
1887         * lib/unistr/u32-mbtouc-safe.c: New file.
1888
1889         * modules/unistr/u8-move: New file.
1890         * modules/unistr/u16-move: New file.
1891         * modules/unistr/u32-move: New file.
1892         * lib/unistr/u8-move.c: New file.
1893         * lib/unistr/u16-move.c: New file.
1894         * lib/unistr/u32-move.c: New file.
1895         * lib/unistr/u-move.h: New file.
1896
1897         * modules/unistr/u8-next: New file.
1898         * modules/unistr/u16-next: New file.
1899         * modules/unistr/u32-next: New file.
1900         * lib/unistr/u8-next.c: New file.
1901         * lib/unistr/u16-next.c: New file.
1902         * lib/unistr/u32-next.c: New file.
1903
1904         * modules/unistr/u8-prev: New file.
1905         * modules/unistr/u16-prev: New file.
1906         * modules/unistr/u32-prev: New file.
1907         * lib/unistr/u8-prev.c: New file.
1908         * lib/unistr/u16-prev.c: New file.
1909         * lib/unistr/u32-prev.c: New file.
1910
1911         * modules/unistr/u8-set: New file.
1912         * modules/unistr/u16-set: New file.
1913         * modules/unistr/u32-set: New file.
1914         * lib/unistr/u8-set.c: New file.
1915         * lib/unistr/u16-set.c: New file.
1916         * lib/unistr/u32-set.c: New file.
1917         * lib/unistr/u-set.h: New file.
1918
1919         * modules/unistr/u8-startswith: New file.
1920         * modules/unistr/u16-startswith: New file.
1921         * modules/unistr/u32-startswith: New file.
1922         * lib/unistr/u8-startswith.c: New file.
1923         * lib/unistr/u16-startswith.c: New file.
1924         * lib/unistr/u32-startswith.c: New file.
1925         * lib/unistr/u-startswith.h: New file.
1926
1927         * modules/unistr/u8-stpcpy: New file.
1928         * modules/unistr/u16-stpcpy: New file.
1929         * modules/unistr/u32-stpcpy: New file.
1930         * lib/unistr/u8-stpcpy.c: New file.
1931         * lib/unistr/u16-stpcpy.c: New file.
1932         * lib/unistr/u32-stpcpy.c: New file.
1933         * lib/unistr/u-stpcpy.h: New file.
1934
1935         * modules/unistr/u8-stpncpy: New file.
1936         * modules/unistr/u16-stpncpy: New file.
1937         * modules/unistr/u32-stpncpy: New file.
1938         * lib/unistr/u8-stpncpy.c: New file.
1939         * lib/unistr/u16-stpncpy.c: New file.
1940         * lib/unistr/u32-stpncpy.c: New file.
1941         * lib/unistr/u-stpncpy.h: New file.
1942
1943         * modules/unistr/u8-strcat: New file.
1944         * modules/unistr/u16-strcat: New file.
1945         * modules/unistr/u32-strcat: New file.
1946         * lib/unistr/u8-strcat.c: New file.
1947         * lib/unistr/u16-strcat.c: New file.
1948         * lib/unistr/u32-strcat.c: New file.
1949         * lib/unistr/u-strcat.h: New file.
1950
1951         * modules/unistr/u8-strchr: New file.
1952         * modules/unistr/u16-strchr: New file.
1953         * modules/unistr/u32-strchr: New file.
1954         * lib/unistr/u8-strchr.c: New file.
1955         * lib/unistr/u16-strchr.c: New file.
1956         * lib/unistr/u32-strchr.c: New file.
1957
1958         * modules/unistr/u8-strcmp: New file.
1959         * modules/unistr/u16-strcmp: New file.
1960         * modules/unistr/u32-strcmp: New file.
1961         * lib/unistr/u8-strcmp.c: New file.
1962         * lib/unistr/u16-strcmp.c: New file.
1963         * lib/unistr/u32-strcmp.c: New file.
1964
1965         * modules/unistr/u8-strcpy: New file.
1966         * modules/unistr/u16-strcpy: New file.
1967         * modules/unistr/u32-strcpy: New file.
1968         * lib/unistr/u8-strcpy.c: New file.
1969         * lib/unistr/u16-strcpy.c: New file.
1970         * lib/unistr/u32-strcpy.c: New file.
1971         * lib/unistr/u-strcpy.h: New file.
1972
1973         * modules/unistr/u8-strcspn: New file.
1974         * modules/unistr/u16-strcspn: New file.
1975         * modules/unistr/u32-strcspn: New file.
1976         * lib/unistr/u8-strcspn.c: New file.
1977         * lib/unistr/u16-strcspn.c: New file.
1978         * lib/unistr/u32-strcspn.c: New file.
1979         * lib/unistr/u-strcspn.h: New file.
1980
1981         * modules/unistr/u8-strdup: New file.
1982         * modules/unistr/u16-strdup: New file.
1983         * modules/unistr/u32-strdup: New file.
1984         * lib/unistr/u8-strdup.c: New file.
1985         * lib/unistr/u16-strdup.c: New file.
1986         * lib/unistr/u32-strdup.c: New file.
1987         * lib/unistr/u-strdup.h: New file.
1988
1989         * modules/unistr/u8-strlen: New file.
1990         * modules/unistr/u16-strlen: New file.
1991         * modules/unistr/u32-strlen: New file.
1992         * lib/unistr/u8-strlen.c: New file.
1993         * lib/unistr/u16-strlen.c: New file.
1994         * lib/unistr/u32-strlen.c: New file.
1995         * lib/unistr/u-strlen.h: New file.
1996
1997         * modules/unistr/u8-strmblen: New file.
1998         * modules/unistr/u16-strmblen: New file.
1999         * modules/unistr/u32-strmblen: New file.
2000         * lib/unistr/u8-strmblen.c: New file.
2001         * lib/unistr/u16-strmblen.c: New file.
2002         * lib/unistr/u32-strmblen.c: New file.
2003
2004         * modules/unistr/u8-strmbtouc: New file.
2005         * modules/unistr/u16-strmbtouc: New file.
2006         * modules/unistr/u32-strmbtouc: New file.
2007         * lib/unistr/u8-strmbtouc.c: New file.
2008         * lib/unistr/u16-strmbtouc.c: New file.
2009         * lib/unistr/u32-strmbtouc.c: New file.
2010
2011         * modules/unistr/u8-strncat: New file.
2012         * modules/unistr/u16-strncat: New file.
2013         * modules/unistr/u32-strncat: New file.
2014         * lib/unistr/u8-strncat.c: New file.
2015         * lib/unistr/u16-strncat.c: New file.
2016         * lib/unistr/u32-strncat.c: New file.
2017         * lib/unistr/u-strncat.h: New file.
2018
2019         * modules/unistr/u8-strncmp: New file.
2020         * modules/unistr/u16-strncmp: New file.
2021         * modules/unistr/u32-strncmp: New file.
2022         * lib/unistr/u8-strncmp.c: New file.
2023         * lib/unistr/u16-strncmp.c: New file.
2024         * lib/unistr/u32-strncmp.c: New file.
2025
2026         * modules/unistr/u8-strncpy: New file.
2027         * modules/unistr/u16-strncpy: New file.
2028         * modules/unistr/u32-strncpy: New file.
2029         * lib/unistr/u8-strncpy.c: New file.
2030         * lib/unistr/u16-strncpy.c: New file.
2031         * lib/unistr/u32-strncpy.c: New file.
2032         * lib/unistr/u-strncpy.h: New file.
2033
2034         * modules/unistr/u8-strnlen: New file.
2035         * modules/unistr/u16-strnlen: New file.
2036         * modules/unistr/u32-strnlen: New file.
2037         * lib/unistr/u8-strnlen.c: New file.
2038         * lib/unistr/u16-strnlen.c: New file.
2039         * lib/unistr/u32-strnlen.c: New file.
2040         * lib/unistr/u-strnlen.h: New file.
2041
2042         * modules/unistr/u8-strpbrk: New file.
2043         * modules/unistr/u16-strpbrk: New file.
2044         * modules/unistr/u32-strpbrk: New file.
2045         * lib/unistr/u8-strpbrk.c: New file.
2046         * lib/unistr/u16-strpbrk.c: New file.
2047         * lib/unistr/u32-strpbrk.c: New file.
2048         * lib/unistr/u-strpbrk.h: New file.
2049
2050         * modules/unistr/u8-strrchr: New file.
2051         * modules/unistr/u16-strrchr: New file.
2052         * modules/unistr/u32-strrchr: New file.
2053         * lib/unistr/u8-strrchr.c: New file.
2054         * lib/unistr/u16-strrchr.c: New file.
2055         * lib/unistr/u32-strrchr.c: New file.
2056
2057         * modules/unistr/u8-strspn: New file.
2058         * modules/unistr/u16-strspn: New file.
2059         * modules/unistr/u32-strspn: New file.
2060         * lib/unistr/u8-strspn.c: New file.
2061         * lib/unistr/u16-strspn.c: New file.
2062         * lib/unistr/u32-strspn.c: New file.
2063         * lib/unistr/u-strspn.h: New file.
2064
2065         * modules/unistr/u8-strstr: New file.
2066         * modules/unistr/u16-strstr: New file.
2067         * modules/unistr/u32-strstr: New file.
2068         * lib/unistr/u8-strstr.c: New file.
2069         * lib/unistr/u16-strstr.c: New file.
2070         * lib/unistr/u32-strstr.c: New file.
2071         * lib/unistr/u-strstr.h: New file.
2072
2073         * modules/unistr/u8-strtok: New file.
2074         * modules/unistr/u16-strtok: New file.
2075         * modules/unistr/u32-strtok: New file.
2076         * lib/unistr/u8-strtok.c: New file.
2077         * lib/unistr/u16-strtok.c: New file.
2078         * lib/unistr/u32-strtok.c: New file.
2079         * lib/unistr/u-strtok.h: New file.
2080
2081         * modules/unistr/u8-uctomb: New file.
2082         * modules/unistr/u16-uctomb: New file.
2083         * modules/unistr/u32-uctomb: New file.
2084         * lib/unistr/u8-uctomb.c: New file.
2085         * lib/unistr/u16-uctomb.c: New file.
2086         * lib/unistr/u32-uctomb.c: New file.
2087
2088         * MODULES.html.sh (Unicode string functions): Add the new modules.
2089
2090 2007-01-08  Bruno Haible  <bruno@clisp.org>
2091
2092         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2093         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2094         subdirectories.
2095
2096 2007-01-08  Karl Berry  <karl@gnu.org>
2097
2098         * doc/error.texi: mention that main() fns must set program_name
2099         when progname is used.
2100
2101 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2102
2103         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2104         WCTYPE_H is empty, for the benefit of builds from non-distclean
2105         directories.  Problem reported by Eric Blake in
2106         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2107
2108 2007-01-08  Bruno Haible  <bruno@clisp.org>
2109
2110         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2111         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2112         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2113         PROVIDE_CANONICALIZE_FILENAME_MODE.
2114         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2115
2116 2007-01-08  Bruno Haible  <bruno@clisp.org>
2117
2118         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2119         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2120         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2121         * lib/fts.c: Likewise.
2122         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2123
2124 2006-12-25  Bruno Haible  <bruno@clisp.org>
2125
2126         * modules/utf8-ucs4-safe: New file.
2127         * lib/utf8-ucs4-safe.h: New file.
2128         * lib/unistr/utf8-ucs4-safe.c: New file.
2129
2130         * modules/utf16-ucs4-safe: New file.
2131         * lib/utf16-ucs4-safe.h: New file.
2132         * lib/unistr/utf16-ucs4-safe.c: New file.
2133
2134         * MODULES.html.sh (Unicode string functions): Add the new modules.
2135
2136 2007-01-08  Bruno Haible  <bruno@clisp.org>
2137
2138         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2139         (Depends-on): Add unitypes.
2140         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2141         (u8_mbtouc_aux): Move out to separate file.
2142         (u8_mbtouc): Use ucs4_t, uint8_t types.
2143         * lib/unistr/utf8-ucs4.c: New file.
2144
2145         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2146         (Depends-on): Add unitypes.
2147         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2148         (u16_mbtouc_aux): Move out to separate file.
2149         (u16_mbtouc): Use ucs4_t, uint16_t types.
2150         * lib/unistr/utf16-ucs4.c: New file.
2151
2152         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2153         (Depends-on): Add unitypes.
2154         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2155         (u8_uctomb_aux): Move out to separate file.
2156         (u8_uctomb): Use ucs4_t, uint8_t types.
2157         * lib/unistr/ucs4-utf8.c: New file.
2158
2159         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2160         (Depends-on): Add unitypes.
2161         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2162         (u16_uctomb_aux): Move out to separate file.
2163         (u16_uctomb): Use ucs4_t, uint16_t types.
2164         * lib/unistr/ucs4-utf16.c: New file.
2165
2166 2006-12-25  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/unitypes: New file.
2169         * lib/unitypes.h: New file.
2170         * MODULES.html.sh (func_all_modules): New section "Unicode string
2171         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2172         this section. Add unitypes.
2173
2174 2007-01-08  Bruno Haible  <bruno@clisp.org>
2175
2176         Avoid variable names that conflict with those from libtool.
2177         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2178         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2179         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2180         library_names_spec to acl_library_names_spec, hardcode_* to
2181         acl_hardcode_*.
2182         Reported by Ralf Wildenhues.
2183
2184 2007-01-08  Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2187         definition.
2188         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2189         definition.
2190         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2191         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2192         definition.
2193         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2194         definition.
2195         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2196         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2197         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2198         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2199         definition.
2200         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2201         definition.
2202         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2203         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2204         GC_USE_<algorithm>.
2205         * lib/gc-libgcrypt.c: Likewise.
2206         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2207         * modules/gc-arctwo (configure.ac): Likewise.
2208         * modules/gc-des (configure.ac): Likewise.
2209         * modules/gc-hmac-md5 (configure.ac): Likewise.
2210         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2211         * modules/gc-md2 (configure.ac): Likewise.
2212         * modules/gc-md4 (configure.ac): Likewise.
2213         * modules/gc-md5 (configure.ac): Likewise.
2214         * modules/gc-random (configure.ac): Likewise.
2215         * modules/gc-rijndael (configure.ac): Likewise.
2216         * modules/gc-sha1 (configure.ac): Likewise.
2217
2218 2007-01-08  Bruno Haible  <bruno@clisp.org>
2219
2220         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2221         macro definition.
2222         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2223         definition.
2224         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2225         definition.
2226         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2227         * modules/fcntl-safer (configure.ac): Likewise.
2228         * modules/fopen-safer (configure.ac): Likewise.
2229         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2230         GNULIB_FWRITEERROR macro definition.
2231
2232 2007-01-08  Bruno Haible  <bruno@clisp.org>
2233
2234         * m4/gnulib-common.m4: New file.
2235         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2236         (func_get_filelist): Add m4/gnulib-common.m4.
2237
2238 2007-01-08  Bruno Haible  <bruno@clisp.org>
2239
2240         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2241         command.
2242
2243 2007-01-08  Jim Meyering  <jim@meyering.net>
2244
2245         Use a more robust test for a "can't happen" condition.
2246         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2247         narrowed the st_size value.  Presuming the "can't happen" condition
2248         is true, that narrowing could conceivably convert an invalid st_size
2249         value into a valid one.  Instead, use a change based on Matthew
2250         Woehlke's original patch.
2251
2252         Slight readability improvement: use an assert-like macro
2253         in place of literal "abort ()" uses.
2254         * lib/fts.c (fts_assert): Define.
2255         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2256         Use this macro instead of a bare 'abort'.
2257
2258 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2259
2260         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2261         simply work around them.
2262         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2263         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2264         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2265         Don't bother to define as macros, since the standard doesn't require it.
2266         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2267         longer worry about IRIX 5.3.
2268         (HAVE_WCTYPE_CTMP_BUG): Remove.
2269
2270 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2271
2272         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2273         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2274         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2275         Problems reported by Georg Schwarz for IRIX 5.3.
2276
2277         * gnulib-tool (autoconf_minversion): Take the maximum version number
2278         found, not the minimum.  Problem reported by James Youngman.
2279
2280 2007-01-03  Karl Berry  <karl@gnu.org>
2281
2282         * doc/error.texi: new file, explaining interaction with progname.
2283         * doc/gnulib.texi: include it.  Update copyright.
2284
2285 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2286
2287         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2288         AC_CANONICAL_HOST, to improve autobuild outputs.
2289
2290 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2291             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2292
2293         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2294         sockets, server sockets, and other file descriptors.  Count errors
2295         to compute the return value.  Reorder the code a bit to be easier
2296         to follow.  Don't set event bits that were not requested (except
2297         POLLERR and POLLHUP).
2298
2299 2007-01-01  Bruno Haible  <bruno@clisp.org>
2300
2301         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2302
2303 2007-01-03  Jim Meyering  <jim@meyering.net>
2304
2305         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2306
2307 2007-01-02  Bruno Haible  <bruno@clisp.org>
2308
2309         * modules/settime (Include): Require timespec.h.
2310         * modules/nanosleep (Include): Likewise.
2311
2312 2007-01-01  Bruno Haible  <bruno@clisp.org>
2313
2314         * gnulib-tool (func_emit_copyright_notice): Bump year.
2315         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2316
2317 2007-01-01  Bruno Haible  <bruno@clisp.org>
2318
2319         Improve support for OpenBSD.
2320         * build-aux/config.rpath (libname_spec): Export.
2321         (library_names_spec): New variable. Export.
2322         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2323         library_names_spec from the config.rpath output. Locate shared library
2324         through the name pattern in library_names_spec.
2325
2326 2007-01-01  Eric Blake  <ebb9@byu.net>
2327
2328         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2329
2330 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2331
2332         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2333         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2334         assume the C locale, and avoid an "eval" that could cause trouble.
2335         Problem with SORT reported by Bob Proulx.
2336
2337         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2338         Define.  Trivial patch from Henning Nielsen Lund, originally
2339         sent to bug-grep@gnu.org today.
2340
2341 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2342
2343         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2344         struct stat.  Problem reported by Henning Nielsen Lund.
2345         * lib/acl.c: Include acl.h first, to check interface.  Don't
2346         bother to include sys/types.h and sys/stat.h again.
2347
2348 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2349
2350         Import the following change from libc; problem reported by
2351         Sven Verdoolaege.
2352
2353         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2354
2355         [BZ #1373]
2356         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2357
2358 2006-12-28  Jim Meyering  <jim@meyering.net>
2359
2360         * build-aux/announce-gen: Do not assume that the package
2361         builds any of tar.gz, tar.bz2, and .xdelta files.
2362         Suggestion from Simon Josefsson.
2363
2364 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2365
2366         * modules/announce-gen: New file.
2367
2368 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2369
2370         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2371         handles its gotchas now.
2372         * lib/mbswidth.c: Likewise.
2373         * lib/wcwidth.h: Likewise.
2374         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2375         and iswcntrl; the wctype module does this stuff now.
2376         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2377         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2378         * modules/mbchar (Depends-on): Add wctype.
2379         * modules/mbswidth (Depends-on): Likewise.
2380         * modules/wcwidth (Depends-on): Likewise.
2381
2382 2006-12-27  Eric Blake  <ebb9@byu.net>
2383
2384         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2385         module uses more than what <wctype.h> is required to provide.
2386
2387 2006-12-26  Eric Blake  <ebb9@byu.net>
2388
2389         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2390
2391 2006-12-26  Eric Blake  <ebb9@byu.net>
2392
2393         * modules/absolute-header: New module.
2394         * modules/fcntl (Depends-on): Depend on it.
2395         * modules/inttypes (Depends-on): Likewise.
2396         * modules/stdint (Depends-on): Likewise.
2397         * modules/sys_stat (Depends-on): Likewise.
2398         * modules/wctype (Depends-on): Likewise.
2399         * MODULES.html.sh (Support for building libraries and
2400         executables): Document it.
2401
2402 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2403
2404         * gnulib-tool (SED): Remove, undoing previous change.
2405         The problem was that it broke coreutils on Solaris, because
2406         "sed --posix" leaked into a makefile.
2407         (sed): New alias, if 'alias' and GNU sed.
2408
2409 2006-12-24  Jim Meyering  <jim@meyering.net>
2410
2411         Work around an fchownat bug in glibc-2.4:
2412         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2413         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2414         in spite of the -P option.
2415         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2416         New macros.
2417         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2418         * modules/openat (Files): Add lib/fchownat.c.
2419         * lib/openat.c (fchownat): Don't define here.  Move to...
2420         * lib/fchownat.c: ...this new file.
2421
2422 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2423
2424         Fix bug reported by Bruno Haible in
2425         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2426         where quotearg.c didn't compile on Mac OS X 10.2 because it
2427         lacks <wchar.h> and wint_t.
2428         * lib/wctype_.h (__wctype_wint_t): New type.
2429         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2430         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2431         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2432         Arg is now of type __wctype_wint_t, not wint_t.
2433         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2434         substitute HAVE_WINT_T.
2435         * modules/wctype (Files): Add m4/wint_t.m4.
2436         (wctype.h): Substitute HAVE_WINT_T.
2437
2438 2006-12-23  Bruno Haible  <bruno@clisp.org>
2439
2440         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2441
2442 2006-12-23  Bruno Haible  <bruno@clisp.org>
2443
2444         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2445         S_ISLNK.
2446         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2447         mingw.
2448
2449 2006-12-22  Bruno Haible  <bruno@clisp.org>
2450
2451         * lib/copy-file.c: Include acl.h.
2452         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2453         Close the file descriptors only after being done with copy_acl.
2454         * modules/copy-file (Depends-on): Add acl.
2455
2456 2006-12-22  Bruno Haible  <bruno@clisp.org>
2457
2458         * gnulib-tool (SED): New variable.
2459         Use $SED instead of sed everywhere.
2460
2461 2006-12-22  Bruno Haible  <bruno@clisp.org>
2462
2463         * modules/no-c++: New file.
2464         * m4/no-c++.m4: New file.
2465         * MODULES.html.sh (Support for building libraries and executables):
2466         Add no-c++.
2467
2468 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2469
2470         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2471         Include <limits.h>, and use its INT_MAX to rewrite the
2472         j loop so that it does not overflow 'int'.  Problem reported by
2473         Ralf Wildenhues in
2474         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2475         Play it safe by shifting left by 1 rather than multiplying by 2,
2476         as GCC is less likely to optimize this away when the value
2477         is signed (when it assumes overflow leads to undefined behavior).
2478         Also, don't assume time_t uses two's complement.
2479
2480 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2481
2482         * MODULES.html.sh: New module wctype.
2483         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2484         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2485         <wctype.h>, since the new wctype module should fix this.
2486         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2487         the wctype module should arrange for it.
2488         * lib/regex_internal.h: Likewise.
2489         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2490         since the wctype module should handle this now.
2491         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2492         * modules/fnmatch (Depends-on): Add wctype.
2493         * modules/quotearg (Depends-on): Likewise.
2494         * modules/regex (Depends-on): Likewise.
2495
2496 2006-12-19  Bruno Haible  <bruno@clisp.org>
2497
2498         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2499         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2500
2501 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2502
2503         * modules/savewd (Depends-on): Fix dependency on fcntl.
2504
2505 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2506
2507         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2508         conforms to C99, rather than relying on the user's environment
2509         setting of STDINT_H.
2510
2511 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2512         and Eric Blake  <ebb9@byu.net>
2513
2514         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2515         This is more consistent with the other defines here.
2516         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2517         Port to z/OS.  Problem reported by Paul Gilmartin.
2518         Change local vars to use gl_ prefix rather than ac_.
2519         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2520         with other defines.
2521         * modules/double-slash-root: New module.
2522         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2523         (Depends-on): Add double-slash-root.
2524         * MODULES.html.sh (File system functions): Mention new module.
2525
2526 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2527
2528         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2529         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2530         This is for the benefit of gzip, which doesn't do i18n.
2531
2532 2006-12-12  Jim Meyering  <jim@meyering.net>
2533
2534         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2535         Reported by Andreas Schwab <schwab@suse.de>.
2536
2537 2006-12-12  Bruno Haible  <bruno@clisp.org>
2538
2539         Merge these changes.
2540         2006-09-05  Bruno Haible  <bruno@clisp.org>
2541         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2542         iconv_alloc succeeded.
2543         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2544         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2545         test for " && dest " at the end - dest is always != NULL there. Call
2546         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2547         with 2xNULL arguments, also to flush the state storage. Handle the
2548         IRIX iconv behaviour. Realloc the final result, to throw away unused
2549         memory.
2550
2551 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2552
2553         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2554         and fchmodat unconditionally, since glibc 2.4 has them.
2555         Problem reported by Arkadiusz Miskiewicz.
2556
2557 2006-12-10  Bruno Haible  <bruno@clisp.org>
2558
2559         * gnulib-tool (func_import): Show the include files only for those
2560         modules that are copied and specified.
2561         Reported by Karl Berry.
2562
2563 2006-12-08  Jim Meyering  <jim@meyering.net>
2564
2565         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2566         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2567
2568         * build-aux/announce-gen: Add two new options, both optional:
2569         --bootstrap-tools=TOOL_LIST
2570               a comma-separated list of tools, e.g.,
2571               autoconf,automake,bison,gnulib
2572         --gnulib-snapshot-date=DATE
2573               if gnulib is in the bootstrap tool list,
2574               then report this as the snapshot date.
2575               If not specified, use the current date/time.
2576               If you specify a date here, be sure it's UTC.
2577
2578 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2579
2580         * tests/test-argp-2.sh: Fix test to match actual output.
2581         (func_compare): Fix sed script to be portable.
2582
2583 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2584
2585         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2586         workaround for this case.  It is not autoconfigured now; offhand
2587         it's hard to see how to autoconfigure it.
2588
2589 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2590
2591         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2592         a directory that is about to be chowned.  Such a directory's
2593         initial file permissions should permit the owner only and this
2594         should not be changed until after the chown, since the group and
2595         other bits would be incorrect if they granted permission before
2596         the chown.
2597
2598         Fix porting problem for iswctype reported by Georg Schwarz in:
2599         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2600         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2601         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2602         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2603         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2604
2605 2006-12-03  Jim Meyering  <jim@meyering.net>
2606
2607         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2608         p->fts_statp may not yet be defined.
2609         (fts_read): Instead, set it in the caller, once p->fts_statp is
2610         sure to be defined, and corresponds to a top-level directory.
2611         This bug made du -x fail.  Here's the coreutils test case:
2612         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2613         Reported by Mike Frysinger.
2614
2615 2006-12-01  Jim Meyering  <jim@meyering.net>
2616
2617         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2618         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2619         Reported by Simon Josefsson.
2620
2621 2006-11-30  Jim Meyering  <jim@meyering.net>
2622
2623         * m4/warning.m4: Use the all-permissive copyright notice
2624         recommended by RMS (rather than LGPL).
2625         * m4/vararrays.m4: Likewise.
2626         * m4/flexmember.m4: Likewise.
2627
2628 2006-11-29  Bruno Haible  <bruno@clisp.org>
2629
2630         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2631         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2632         using +=.
2633         Reported by Simon Josefsson <simon@josefsson.org>.
2634
2635 2006-11-28  James Youngman <jay@gnu.org>
2636
2637         * README: Advise users that they might find the bug-gnulib@gnu.org
2638         and autotools-announce@gnu.org mailing lists useful.
2639
2640 2006-11-28  Bruno Haible  <bruno@clisp.org>
2641
2642         * m4/ptrdiff_max.m4: Remove file.
2643
2644 2006-11-21  Bruno Haible  <bruno@clisp.org>
2645
2646         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2647         _AC_COMPUTE_INT.
2648         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2649         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2650         _AC_COMPUTE_INT.
2651         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2652         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2653         _AC_COMPUTE_INT.
2654         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2655
2656 2006-11-28  Jim Meyering  <jim@meyering.net>
2657
2658         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2659         warning from "gcc -Wshadow" about shadowing the builtin.
2660
2661 2006-11-27  Bruno Haible  <bruno@clisp.org>
2662
2663         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2664         _AC_COMPUTE_INT.
2665         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2666
2667 2006-11-27  Bruno Haible  <bruno@clisp.org>
2668             Paul Eggert  <eggert@cs.ucla.edu>
2669
2670         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2671
2672 2006-11-26  Bruno Haible  <bruno@clisp.org>
2673
2674         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2675         noinst_LTLIBRARIES.
2676
2677 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2678             Bruno Haible  <bruno@clisp.org>
2679
2680         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2681         if compiling with "gcc -ansi".
2682
2683 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2684
2685         Fix some incompatibilities with gcc -ansi -pedantic.
2686         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2687         if compiling pedantically with GCC, unless it's C99 or later.
2688         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2689         it mishandles gcc -ansi -pedantic as well.
2690         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2691         if gcc -pedantic.
2692         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2693         initializers for struct if -pedantic, unless it's C99 or later.
2694
2695 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2696
2697         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2698         Don't close an fd more than once. Identical atimes indicate
2699         success, not failure.
2700
2701 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2702
2703         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2704
2705 2006-11-23  Jim Meyering  <jim@meyering.net>
2706
2707         * build-aux/announce-gen: New file.  From coreutils.
2708
2709 2006-11-22  Jim Meyering  <jim@meyering.net>
2710
2711         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2712         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2713         (fts_read): Use a temporary to narrow the overused st_size member
2714         before using it in a switch statement.  Reported by Matthew Woehlke.
2715
2716         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2717         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2718
2719 2006-11-20  Bruno Haible  <bruno@clisp.org>
2720
2721         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2722         changequote instead of pairs of brackets.
2723         Reported by Andreas Schwab <schwab@suse.de>.
2724
2725 2006-11-21  Jim Meyering  <jim@meyering.net>
2726
2727         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2728         so as to remain compatible with older compilers.
2729         Patch from Michael Deutschmann.
2730
2731 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2732
2733         * MODULES.html.sh (File system functions): Add openat.
2734
2735         * lib/openat.h (rpl_fstatat): New macro, if
2736         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2737         (fstatat): Define to rpl_fstatat under the same conditions,
2738         unless COMPILING_FSTATAT.
2739         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2740         seems to have the bug.
2741         * lib/fstatat.c: New file.
2742         * modules/openat (Files): Add it.
2743
2744 2006-11-20  Bruno Haible  <bruno@clisp.org>
2745
2746         * Makefile: New file.
2747
2748 2006-11-20  Jim Meyering  <jim@meyering.net>
2749
2750         The beginnings of syntax-related checks for gnulib.
2751         * lib/Makefile: New file.
2752         * lib/t-idcache: New script.  Ensure that the two halves of
2753         idcache.c stay in sync.
2754
2755         * lib/idcache.c: Adjust comments in user- and group- portions to
2756         be more accurate, and to be consistent with one another.
2757
2758 2006-11-20  Jim Meyering  <jim@meyering.net>
2759
2760         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2761         continue using the flexible array member (thus, this module performs
2762         half as many malloc calls), with the addition that...
2763         (getgroup, getuser): Consistently record a non-match via an empty
2764         "name" string, and map an empty string match to a NULL return value.
2765         * modules/idcache (Depends-on): Re-add flexmember.
2766
2767         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2768         (getuidbyname, getgroup, getgidbyname): Likewise.
2769
2770         Use cleaner syntax: NULL rather than 0.
2771         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2772
2773 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2774
2775         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2776         It mishandled the case where the group was missing.
2777         Problem reported by Greg Schafer.
2778         * modules/idcache: Likewise.
2779
2780 2006-11-18  Jim Meyering  <jim@meyering.net>
2781
2782         * check-module (%exempt_header): Add exception for some
2783         conditionally-included headers.
2784
2785         * modules/i-ring (Depends-on): Add verify.
2786         (License): Change to LGPL.
2787
2788 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2789
2790         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2791         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2792         and inttostr.h.  Use snprintf rather than uinttostr, so that
2793         LGPLed code doesn't depend on GPLed.
2794
2795 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2796
2797         * modules/inline (License): Change from GPL to LGPL.
2798
2799 2006-11-17  Jim Meyering  <jim@meyering.net>
2800
2801         * modules/d-type (License): Switch to LGPL.
2802
2803 2006-11-15  Bruno Haible  <bruno@clisp.org>
2804
2805         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2806
2807 2006-11-15  Eric Blake  <ebb9@byu.net>
2808
2809         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2810         the module dependency.
2811
2812 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2813             Bruno Haible  <bruno@clisp.org>
2814
2815         * gnulib-tool (func_create_testdir): Add license consistency check.
2816
2817 2006-11-15  Eric Blake  <ebb9@byu.net>
2818
2819         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2820         random "(cached)" in configure output.
2821
2822 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2823
2824         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2825         test for conforming inttypes.h is both announced and cached.
2826
2827         * MODULES.html.sh (seen_modules, seen_files): New variables.
2828         (func_module): Rewrite to use a few less gnulib-tool and sed
2829         invocations.  Avoid a couple of quadratic algorithms for ...
2830         (missed_modules, missed_files): ... these, with ...
2831         (func_append, func_tmpdir): ... these new functions, from
2832         gnulib-tool.  Analogously, install traps for cleanup.
2833
2834         * tests/test-gc.c (main): Remove unused variables.
2835         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2836
2837 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * modules/inttostr (License): Change to LGPL.
2840
2841 2006-11-14  Eric Blake  <ebb9@byu.net>
2842
2843         * modules/tempname (License): Change to LGPL.
2844
2845 2006-11-14  Eric Blake  <ebb9@byu.net>
2846
2847         * doc/functions.texi (Function Portability): *printf functions on
2848         Cygwin now understand all POSIX size specifiers.
2849
2850 2006-11-14  Bruno Haible  <bruno@clisp.org>
2851
2852         * modules/c-ctype (License): Change to LGPL.
2853
2854 2006-11-12  Bruno Haible  <bruno@clisp.org>
2855
2856         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2857         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2858         for GNOME libraries, for which the include files are installed in
2859         subdirectories of $prefix/include.
2860
2861 2006-11-12  Bruno Haible  <bruno@clisp.org>
2862
2863         * m4/lib-link.m4: Require at least autoconf-2.54.
2864         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2865         name to underscores for the --with option.
2866
2867 2006-11-13  Bruno Haible  <bruno@clisp.org>
2868
2869         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2870         the tests directory.
2871         Reported by Ralf Wildenhues.
2872
2873 2006-11-13  Bruno Haible  <bruno@clisp.org>
2874
2875         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2876         (func_emit_initmacro_end): Undo the override here.
2877         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2878         Works around the famous automake error in coreutils.
2879
2880 2006-11-13  Eric Blake  <ebb9@byu.net>
2881
2882         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2883         element, not its node.
2884
2885 2006-11-12  Bruno Haible  <bruno@clisp.org>
2886
2887         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2888         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2889
2890 2006-11-12  Bruno Haible  <bruno@clisp.org>
2891
2892         * gnulib-tool: New option --local-symlink.
2893         (func_usage): Document it.
2894         (lsymbolic): New variable.
2895         (func_import, func_create_testdir): If --symlink was not specified,
2896         test whether --local-symlink was specified and the file comes from
2897         the local_gnulib_dir.
2898
2899 2006-11-12  Bruno Haible  <bruno@clisp.org>
2900
2901         * gnulib-tool (func_ln): New function.
2902         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2903
2904 2006-11-12  Bruno Haible  <bruno@clisp.org>
2905
2906         Finish support for source files in subdirectories.
2907         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2908         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2909         AUTOMAKE_OPTIONS.
2910         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2911
2912 2006-11-12  Bruno Haible  <bruno@clisp.org>
2913
2914         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2915         EXTRA_lib_SOURCES augmentation.
2916         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2917
2918 2006-11-12  Jim Meyering  <jim@meyering.net>
2919
2920         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2921         file descriptors.  This also averts a failure on systems with
2922         native openat support when a traversed directory lacks "x" access.
2923         * lib/fts_.h: Include "i-ring.h"
2924         (struct FTS) [fts_fd_ring]: New member.
2925         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2926         (FCHDIR): Add parentheses.
2927         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2928         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2929         When descending, rather than simply closing the previous
2930         fts_cwd_fd value, push that file descriptor onto the ring.
2931         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2932         (fts_open): Initialize the new fd_ring member.
2933         (fts_close): Clear the ring.
2934         (fts_safe_changedir): When possible, use our new fd_ring to skip
2935         the diropen and fstat and dev/ino comparison that would normally
2936         accompany a virtual `chdir ("..")'.
2937
2938         * modules/fts (Depends-on): Add i-ring.
2939         * modules/i-ring: New module.
2940         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2941         * m4/i-ring.m4: New file.
2942
2943 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2944
2945         * gnulib-tool (func_create_testdir): Fix replacement of
2946         `build-aux' in configure.ac.  Run autotools in gltests
2947         subdirectory.
2948         (func_create_testdir, func_create_megatestdir, test): There is
2949         no need for '--force' in most autotool invocations in a new
2950         tree.  Actually fail the whole test if any of the tools, or the
2951         configure or make stages fail.
2952
2953         Sync from Automake.
2954         * build-aux/gnupload: Revert last change.  Add pointer to upload
2955         instructions of the GNU Maintenance Instructions.
2956         Suggestion by Karl Berry.
2957
2958 2006-11-10  Jim Meyering  <jim@meyering.net>
2959
2960         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2961
2962 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2963
2964         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2965         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2966         (bind_textdomain_codeset) [! ENABLE_NLS]:
2967         Evaluate all the arguments.  That way, callers get compatible behavior
2968         if the arguments have side effects.  Also, it avoids some GCC
2969         diagnostics in some cases; Joel E. Denny reported problems when Bison
2970         was configured with --enable-gcc-warnigs.
2971
2972 2006-11-10  Jim Meyering  <jim@meyering.net>
2973
2974         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2975         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2976         account.
2977
2978 2006-11-10  Jim Meyering  <jim@meyering.net>
2979
2980         * modules/inline: New file/module.
2981         * modules/xalloc (Files): Remove m4/inline.m4.
2982         (Depends-on): Add inline, instead.
2983         * modules/oset: Likewise.
2984         * modules/list: Likewise.
2985
2986 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2987
2988         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2989         Problem reported by Matthew Woehlke.
2990
2991 2006-11-09  Bruno Haible  <bruno@clisp.org>
2992
2993         * lib/tempname.c (gen_tempname): Remove variant that invokes
2994         __gen_tempname.
2995         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2996         __gen_tempname.
2997
2998 2006-11-08  Bruno Haible  <bruno@clisp.org>
2999
3000         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3001         to 'yes' instead of 'cross-compiling'.
3002
3003 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3004
3005         * lib/quotearg.h (quotearg_free): New decl.
3006         * lib/quotearg.c (quotearg_free): New function.
3007         (slot0, nslots, slotvec0, slotvec):
3008         Now file-scope so that quotearg_free can get at them.
3009
3010 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3011
3012         Sync from Automake.
3013         * build-aux/gnupload: Add missing 'gnu' to example URL.
3014         Report by Karl Berry.
3015
3016 2006-11-08  Bruno Haible  <bruno@clisp.org>
3017
3018         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3019         Suggested by Paul Eggert.
3020
3021 2006-11-08  Jim Meyering  <jim@meyering.net>
3022
3023         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3024         It's already included if !_LIBC.
3025         (fts_safe_changedir): Add a comment.
3026
3027 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3028
3029         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3030         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3031         Matthew Woehlke.
3032
3033         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3034         definitions up, to avoid colliding with change below.
3035         (static_inline) [HAVE_INLINE]: New macro.
3036         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3037         Provide extern decls when !HAVE_INLINE.  Do not define unless
3038         static_inline is defined, either by us or by xmalloc.c.  Use
3039         static_inline rather than static inline.
3040         (XCALLOC): Optimize sizeof(T) = 1 case.
3041         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3042
3043 2006-11-07  Bruno Haible  <bruno@clisp.org>
3044
3045         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3046         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3047         AC_C_INLINE.
3048         * modules/xalloc (Files): Add m4/inline.m4.
3049
3050 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3051
3052         * README: Fix typo.
3053         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3054         (Miscellanous Notes): ...from this.
3055
3056 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3059         Mention that offsetof should be used instead of sizeof.
3060         From Bruno Haible.
3061
3062 2006-11-07  Bruno Haible  <bruno@clisp.org>
3063
3064         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3065
3066 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3067
3068         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3069         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3070         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3071         (gl_tree_add_before, gl_tree_add_after):
3072         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3073         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3074         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3075         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3076         (gl_linked_add_after, gl_linked_add_at): Likewise.
3077         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3078         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3079         (gl_tree_add_before, gl_tree_add_after): Likewise.
3080         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3081         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3082         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3083
3084 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3085
3086         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3087
3088 2006-11-06  Bruno Haible  <bruno@clisp.org>
3089
3090         * m4/inline.m4: New file.
3091         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3092         * modules/list (Files): Add m4/inline.m4.
3093         * modules/oset (Files): Likewise.
3094
3095 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3096
3097         * lib/idcache.c: Include <stddef.h>, for offsetof.
3098         (struct userid.name): Change from char * to a flexible array member.
3099         All uses changed.
3100         * modules/idcache (Depends-on): Add flexmember.
3101
3102         * MODULES.html.sh (Core language properties): New module flexmember.
3103         * modules/flexmember, m4/flexmember.m4: New files.
3104
3105         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3106         inline functions that are identical with the old xnmalloc_inline,
3107         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3108         that we can avoid some unnecessary integer multiplications and
3109         divisions in the common case where the element size is known at
3110         compile time.
3111         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3112         needed.
3113         (xnboundedmalloc): Remove.
3114         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3115         arguments, for consistency with rest of this header.
3116         (xcharalloc): Rewrite using XNMALLOC.
3117         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3118         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3119         versions have been moved to lib/xalloc.h and renamed to be the
3120         non-*_inline versions.
3121         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3122         and xnrealloc functions, since those functions are now inline and
3123         now call us.
3124         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3125         renaming described above.
3126         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3127         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3128         captures the dependency in AC_C_INLINE.
3129
3130         New module canonicalize-lgpl, proposed by Charles Wilson in
3131         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3132         with a few small changes afterwards.
3133         * MODULES.html.sh (File system functions): New module
3134         canonicalize-lgpl.
3135         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3136         and canonicalize_file_name.
3137         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3138         * modules/canonicalize-lgpl: New files.
3139
3140 2006-11-05  Bruno Haible  <bruno@clisp.org>
3141
3142         * gnulib-tool (func_import, func_create_testdir): Create directories
3143         also for files in subdirectories of lib/.
3144
3145 2006-11-05  Bruno Haible  <bruno@clisp.org>
3146
3147         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3148         ANSI C compliant.
3149
3150 2006-11-03  Bruno Haible  <bruno@clisp.org>
3151
3152         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3153         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3154         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3155         (xnboundedmalloc): New inline function.
3156         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3157         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3158         xmalloc.
3159         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3160         xmalloc.
3161         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3162         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3163         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3164         xmalloc.
3165         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3166         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3167         xmalloc.
3168         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3169         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3170         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3171         xmalloc.
3172         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3173         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3174         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3175         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3176         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3177         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3178         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3179
3180 2006-11-03  Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/c-ctype.h [C++]: Define functions without name mangling.
3183         * lib/fwriteerror.h [C++]: Likewise.
3184         * lib/gcd.h [C++]: Likewise.
3185         * lib/linebreak.h [C++]: Likewise.
3186
3187 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3188
3189         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3190         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3191         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3192         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3193         Check for functions and headers just once.
3194         Check for declaration of canonicalize_file_name.
3195         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3196
3197 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3198
3199         * gnulib-tool (func_import): Fix typo in actioncmd.
3200
3201 2006-11-02  Bruno Haible  <bruno@clisp.org>
3202
3203         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3204         newline sequence in the Makefile.am snippet as a space, like "make"
3205         does.
3206         Reported by Roger Persson <perrog@gmail.com>.
3207
3208 2006-11-01  Bruno Haible  <bruno@clisp.org>
3209
3210         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3211         already declared in <string.h>.
3212         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3213
3214 2006-11-01  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3217         * lib/strcase.h: Include <string.h>.
3218         (strcasecmp): Define to rpl_strcasecmp here.
3219
3220 2006-11-01  Bruno Haible  <bruno@clisp.org>
3221
3222         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3223
3224 2006-11-01  Eric Blake  <ebb9@byu.net>
3225
3226         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3227
3228         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3229
3230 2006-10-29  Bruno Haible  <bruno@clisp.org>
3231
3232         Make it compile in C++ mode.
3233         * lib/full-write.c (full_rw): Add a cast.
3234
3235 2006-11-01  Bruno Haible  <bruno@clisp.org>
3236
3237         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3238         be POSIX compliant.
3239         Reported by Roger Persson <perrog@gmail.com>.
3240
3241 2006-11-01  Eric Blake  <ebb9@byu.net>
3242
3243         * lib/getopt_.h: Fix comments.
3244
3245 2006-10-31  Eric Blake  <ebb9@byu.net>
3246
3247         * modules/tmpdir (Depends-on): Add sys_stat.
3248         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3249         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3250         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3251         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3252         tempname.
3253
3254 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3255
3256         Avoid some C++ diagnostics reported by Bruno Haible.
3257         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3258         xmalloc.
3259         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3260         (struct slotvec): Move to top level.
3261         (quotearg_n_options): Rewrite to avoid xmalloc.
3262         * lib/xalloc.h (xcharalloc): New function.
3263         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3264         [defined __cplusplus]: Add function template that provides result
3265         type propagation.  This part of the change is from Bruno Haible.
3266
3267 2006-10-29  Bruno Haible  <bruno@clisp.org>
3268
3269         Make it compile in C++ mode.
3270         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3271         * lib/strnlen1.c (strnlen1): Cast memchr result.
3272         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3273         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3274         (create_temp_dir): Rename local variable 'template'.
3275         (compile_csharp_using_sscli): Add cast.
3276         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3277         * lib/findprog.c (find_in_path): Likewise.
3278         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3279         * lib/wait-process.c (register_slave_subprocess): Likewise.
3280
3281 2006-10-22  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/tsearch: New file.
3284         * lib/tsearch.h: New file.
3285         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3286         * m4/tsearch.m4: New file.
3287         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3288
3289 2006-10-29  Eric Blake  <ebb9@byu.net>
3290
3291         * lib/arcfour.c: Assume config.h.
3292         * lib/arctwo.c: Likewise.
3293         * lib/base64.c: Likewise.
3294         * lib/check-version.c: Likewise.
3295         * lib/crc.c: Likewise.
3296         * lib/des.c: Likewise.
3297         * lib/gc-gnulib.c: Likewise.
3298         * lib/gc-libgcrypt.c: Likewise.
3299         * lib/gc-pbkdf2-sha1.c: Likewise.
3300         * lib/getaddrinfo.c: Likewise.
3301         * lib/getdelim.c: Likewise.
3302         * lib/getline.c: Likewise.
3303         * lib/hmac-md5.c: Likewise.
3304         * lib/hmac-sha1.c: Likewise.
3305         * lib/iconvme.c: Likewise.
3306         * lib/md2.c: Likewise.
3307         * lib/md4.c: Likewise.
3308         * lib/memxor.c: Likewise.
3309         * lib/read-file.c: Likewise.
3310         * lib/readline.c: Likewise.
3311         * lib/rijndael-alg-fst.c: Likewise.
3312         * lib/rijndael-api-fst.c: Likewise.
3313         * lib/xgetdomainname.c: Likewise.
3314
3315 2006-10-28  Eric Blake  <ebb9@byu.net>
3316
3317         * lib/xstrndup.c: Assume config.h.
3318
3319 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3320
3321         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3322         stat-macros.h is now for our own macros, whereas stat_h is for
3323         macros in the <sys/stat.h> name space.
3324         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3325         (STAT_MACROS_H): Remove.
3326         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3327         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3328         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3329         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3330         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3331         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3332         Move these macros to ...
3333         * lib/stat_.h: here.  Don't include stat-macros.h.
3334         * lib/canonicalize.c: Don't include stat-macros.h.
3335         * lib/chown.c: Likewise.
3336         * lib/euidaccess.c: Likewise.
3337         * lib/file-type.c: Likewise.
3338         * lib/filemode.c: Likewise.
3339         * lib/glob.c: Likewise.
3340         * lib/isapipe.c: Likewise.
3341         * lib/lchown.c: Likewise.
3342         * lib/lstat.c: Likewise.
3343         * lib/mkdir-p.c: Likewise.
3344         * lib/rmdir.c: Likewise.
3345         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3346         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3347         unless mkdir isn't declared, to speed up 'configure'.
3348         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3349         would define all the S_* symbols.
3350         * modules/canonicalize (Depends-on):
3351         Depend on sys_stat, not stat-macros.
3352         * modules/chown: Likewise.
3353         * modules/euidaccess: Likewise.
3354         * modules/filemode: Likewise.
3355         * modules/file-type: Likewise.
3356         * modules/glob: Likewise.
3357         * modules/isapipe: Likewise.
3358         * modules/lchown: Likewise.
3359         * modules/lstat: Likewise.
3360         * modules/mkancesdirs: Likewise.
3361         * modules/rmdir: Likewise.
3362         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3363         * modules/modechange: Likewise.
3364         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3365         (configure.ac): Remove gl_STAT_MACROS.
3366         * modules/sys_stat (Depends-on): Remove stat-macros.
3367
3368 2006-10-27  Bruno Haible  <bruno@clisp.org>
3369
3370         * m4/signed.m4: Remove file.
3371         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3372         invocation.
3373         * modules/vasnprintf (Files): Remove m4/signed.m4.
3374
3375 2006-10-27  Bruno Haible  <bruno@clisp.org>
3376
3377         Update to GNU gettext 0.16.
3378         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3379         m4/inttypes-h.m4, m4/signed.m4.
3380         * m4/gettext.m4: Update to GNU gettext 0.16.
3381         * m4/intl.m4: New file, from GNU gettext.
3382         * m4/intldir.m4: New file, from GNU gettext.
3383         * config/srclist.txt: Update
3384
3385 2006-10-27  Eric Blake  <ebb9@byu.net>
3386
3387         * MODULES.html.sh: Document tempname.
3388         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3389         dependencies.
3390         (Files): Move lib/tempname.c...
3391         * modules/tempname: ...to this new module.
3392         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3393         (gl_PREREQ_TEMPNAME): Move...
3394         * m4/tempname.m4: ...to this new file.
3395         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3396         * modules/sys_stat (Depends-on): Add stat-macros.
3397         * lib/stat_.h (includes): Pick up stat macros.
3398         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3399         if stat macros are broken.
3400         * lib/tempname.c (includes): No need to include "stat-macros.h".
3401         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3402         (direxists, __path_search) [!_LIBC]: Don't compile these in
3403         gnulib; the tmpdir module covers that.
3404         * lib/tempname.h: New file.
3405
3406 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3407
3408         * COPYING: Explain how gnulib-tool converts licence headers.
3409         Almost all wording by Eric Blake.
3410
3411 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3412
3413         * lib/mbchar.h (is_basic_table): Make read-only.
3414         * lib/mbchar.c (is_basic_table): Likewise.
3415         Reported by John Darrington.
3416
3417 2006-10-25  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/progname.h (set_program_name): Undefine before defining.
3420
3421 2006-10-25  Bruno Haible  <bruno@clisp.org>
3422
3423         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3424         false for non-gcc C++ compilers.
3425         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3426
3427 2006-10-24  Bruno Haible  <bruno@clisp.org>
3428
3429         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3430         iconv implementations like Irix iconv.
3431
3432 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3433
3434         * modules/vararrays: New file.
3435         * m4/vararrays.m4: New file, taken from diffutils.
3436         * MODULES.html.sh: New module vararrays.
3437
3438 2006-10-24  Karl Berry  <karl@gnu.org>
3439
3440         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3441         Don't call GNU Unix.
3442
3443 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3444
3445         * users.txt: Add Libtool.
3446
3447         Sync from Libtool:
3448
3449         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3450
3451         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3452         to gnulib's policy of including config.h unconditionally.
3453
3454 2006-10-24  Bruno Haible  <bruno@clisp.org>
3455
3456         * modules/wcwidth (Files): Add m4/wint_t.m4.
3457         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3458         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3459
3460 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3461
3462         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3463         to pacify GCC with some -W flags enabled.  Problem reported by
3464         Bruno Haible.
3465
3466 2006-10-24  Jim Meyering  <jim@meyering.net>
3467
3468         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3469         Reported by Karl Berry.
3470
3471 2006-10-23  Bruno Haible  <bruno@clisp.org>
3472
3473         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3474
3475 2006-10-24  Bruno Haible  <bruno@clisp.org>
3476
3477         * lib/gl_list.h: Use C comment style, not C++ comment style.
3478
3479 2006-10-23  Eric Blake  <ebb9@byu.net>
3480
3481         * lib/getaddrinfo.c (includes): Add missing include.
3482
3483 2006-10-23  Bruno Haible  <bruno@clisp.org>
3484             Paul Eggert  <eggert@cs.ucla.edu>
3485
3486         Ability to rename obstack_free.
3487         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3488         obstack_free.
3489         (obstack_free): Invoke the __obstack_free macro.
3490         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3491
3492 2006-10-23  Bruno Haible  <bruno@clisp.org>
3493             Paul Eggert  <eggert@cs.ucla.edu>
3494
3495         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3496         __argc, __argv from the declaration. (They are defined as macros on
3497         mingw.)
3498
3499 2006-10-22  Bruno Haible  <bruno@clisp.org>
3500
3501         * doc/gnulib-intro.texi: New file.
3502         * doc/gnulib.texi: Include it.
3503
3504 2006-10-21  Bruno Haible  <bruno@clisp.org>
3505
3506         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3507         "Introduction", "Miscellanous Notes", "Particular Modules".
3508
3509 2006-10-21  Bruno Haible  <bruno@clisp.org>
3510
3511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3512         Change mostlyclean-local rule to avoid sh syntax error from bash
3513         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3514
3515 2006-10-23  Jim Meyering  <jim@meyering.net>
3516
3517         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3518         in place of snprintf.
3519
3520         * modules/inttostr (Files): Add lib/uinttostr.c.
3521         * lib/uinttostr.c (inttostr): New file/function.
3522         * lib/inttostr.h (uinttostr): Declare.
3523         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3524         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3525         Add uinttostr.
3526         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3527
3528 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3529
3530         * lib/canonicalize.c (ELOOP): Define if not already defined.
3531         Problem reported by Bruno Haible in
3532         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3533
3534 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3535
3536         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3537         Problem reported by Perry Smith and Ville Laurikari.
3538
3539         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3540         uses.
3541
3542 2006-10-19  Bruno Haible  <bruno@clisp.org>
3543
3544         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3545         for mingw.
3546
3547 2006-10-19  Bruno Haible  <bruno@clisp.org>
3548
3549         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3550         Needed for mingw.
3551
3552 2006-10-19  Bruno Haible  <bruno@clisp.org>
3553
3554         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3555
3556 2006-10-19  Bruno Haible  <bruno@clisp.org>
3557
3558         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3559         it.
3560
3561 2006-10-19  Bruno Haible  <bruno@clisp.org>
3562
3563         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3564         invocation.
3565
3566 2006-10-19  Bruno Haible  <bruno@clisp.org>
3567
3568         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3569         mountlist by default.
3570
3571 2006-10-16  Bruno Haible  <bruno@clisp.org>
3572
3573         * lib/c-strstr.c: Include c-strstr.h.
3574
3575 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3576
3577         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3578         in a slash.
3579
3580 2006-10-18  Bruno Haible  <bruno@clisp.org>
3581
3582         * lib/lock.h [C++]: Wrap definitions in extern "C".
3583
3584 2006-10-18  Bruno Haible  <bruno@clisp.org>
3585
3586         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3587         gl_LIBOBJS list.
3588
3589 2006-10-18  Bruno Haible  <bruno@clisp.org>
3590
3591         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3592
3593 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3594
3595         * lib/xstrtol.h: Include gettext.h.
3596         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3597         Problem reported by Eric Blake.
3598         * modules/xstrtol (Depends-on): Add gettext-h.
3599
3600 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3601
3602         * lib/strftime.c (advance): New macro.
3603         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3604         incomplete type, so you can't add 0 to it.  Problem and patch
3605         reported by Eelco Dolstra for dietlibc.
3606
3607 2006-10-18  Jim Meyering  <jim@meyering.net>
3608
3609         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3610         type for a local, and rename it: s/up/user_proc/.
3611
3612 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3613
3614         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3615         READ_UTMP_USER_PROCESS.
3616         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3617
3618 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3619
3620         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3621         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3622
3623 2006-10-17  Eric Blake  <ebb9@byu.net>
3624
3625         * lib/sigprocmask.c (sigprocmask): Fix typo.
3626
3627         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3628
3629         * modules/clean-temp (Makefile.am): Don't add to make output...
3630         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3631         config.h.
3632
3633 2006-10-17  Bruno Haible  <bruno@clisp.org>
3634
3635         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3636         differently if DEFAULT_TEXT_DOMAIN is set.
3637
3638 2006-10-16  Bruno Haible  <bruno@clisp.org>
3639
3640         * lib/clean-temp.c: Include fwriteerror.h.
3641
3642 2006-10-16  Bruno Haible  <bruno@clisp.org>
3643
3644         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3645
3646 2006-10-16  Bruno Haible  <bruno@clisp.org>
3647
3648         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3649         * lib/sigprocmask.h: Include <sys/types.h>.
3650         (sigset_t): Use the system's definition if present.
3651
3652 2006-10-17  Eric Blake  <ebb9@byu.net>
3653
3654         * lib/xvasprintf.c (includes): Assume config.h.
3655         * lib/xasprintf.c (includes): Likewise.
3656
3657 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3658
3659         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3660         at least as wide as intmax_t.
3661
3662 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3663
3664         (Imported from Automake.)
3665         * build-aux/gnupload: Update to version 1.1 of directive file.
3666
3667 2006-10-16  Eric Blake  <ebb9@byu.net>
3668
3669         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3670         match Automake 1.10a.
3671
3672 2006-10-14  Bruno Haible  <bruno@clisp.org>
3673
3674         * modules/sigprocmask: New file.
3675         * lib/sigprocmask.h: New file.
3676         * lib/sigprocmask.c: New file.
3677         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3678         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3679         request sigprocmask.o.
3680         (gl_PREREQ_SIGPROCMASK): New macro.
3681         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3682         (Depends-on): Add sigprocmask.
3683         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3684         gt_SIGNALBLOCKING. Test for 'raise' only once.
3685         * lib/fatal-signal.c: Include sigprocmask.h.
3686         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3687         unblock_fatal_signals): Define always.
3688         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3689         sigprocmask.
3690
3691 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3692
3693         Sync from Automake.
3694         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3695         which incorrectly sets the mode of an existing destination
3696         directory.  In some cases the unpatched install-sh could do the
3697         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3698         system.  We hope this is rare in practice, but it's clearly worth
3699         fixing.  Problem reported by Alex Unleashed in
3700         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3701         Also, don't bother to check for -m bugs unless we're using -m;
3702         suggested by Stepan Kasal.
3703
3704 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3705
3706         Sync from Automake.
3707         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3708         `-c' flag, so they appear at the same position as in %FASTDEP%
3709         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3710         which ignores unknown options only after the first non-option.
3711         Bug report against M4 by Nelson H. F. Beebe.
3712
3713 2006-10-13  Jim Meyering  <jim@meyering.net>
3714
3715         Fix a bug in yesterday's change.
3716         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3717         p->fts_statp->st_dev would be used uninitialized.
3718         Ensures that we always call fts_stat on the very first entry.
3719         Miklos Szeredi reported that find -xdev stopped working.
3720
3721 2006-10-12  Bruno Haible  <bruno@clisp.org>
3722
3723         * gnulib-tool (func_get_automake_snippet): Append an automatically
3724         computed EXTRA_DIST augmentation.
3725         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3726         * modules/alloca-opt (Makefile.am): Likewise.
3727         * modules/allocsa (Makefile.am): Likewise.
3728         * modules/arcfour (Makefile.am): Likewise.
3729         * modules/arctwo (Makefile.am): Likewise.
3730         * modules/argmatch (Makefile.am): Likewise.
3731         * modules/argz (Makefile.am): Likewise.
3732         * modules/atexit (Makefile.am): Likewise.
3733         * modules/backupfile (Makefile.am): Likewise.
3734         * modules/byteswap (Makefile.am): Likewise.
3735         * modules/c-strtod (Makefile.am): Likewise.
3736         * modules/c-strtold (Makefile.am): Likewise.
3737         * modules/calloc (Makefile.am): Likewise.
3738         * modules/canon-host (Makefile.am): Likewise.
3739         * modules/canonicalize (Makefile.am): Likewise.
3740         * modules/chdir-long (Makefile.am): Likewise.
3741         * modules/chdir-safer (Makefile.am): Likewise.
3742         * modules/check-version (Makefile.am): Likewise.
3743         * modules/chown (Makefile.am): Likewise.
3744         * modules/cloexec (Makefile.am): Likewise.
3745         * modules/close-stream (Makefile.am): Likewise.
3746         * modules/closeout (Makefile.am): Likewise.
3747         * modules/crc (Makefile.am): Likewise.
3748         * modules/csharpexec (Makefile.am): Likewise.
3749         * modules/cycle-check (Makefile.am): Likewise.
3750         * modules/des (Makefile.am): Likewise.
3751         * modules/dev-ino (Makefile.am): Likewise.
3752         * modules/dirfd (Makefile.am): Likewise.
3753         * modules/dirname (Makefile.am): Likewise.
3754         * modules/dup2 (Makefile.am): Likewise.
3755         * modules/eealloc (Makefile.am): Likewise.
3756         * modules/error (Makefile.am): Likewise.
3757         * modules/euidaccess (Makefile.am): Likewise.
3758         * modules/exclude (Makefile.am): Likewise.
3759         * modules/exitfail (Makefile.am): Likewise.
3760         * modules/fcntl-safer (Makefile.am): Likewise.
3761         * modules/fcntl (Makefile.am): Likewise.
3762         * modules/file-type (Makefile.am): Likewise.
3763         * modules/fileblocks (Makefile.am): Likewise.
3764         * modules/filemode (Makefile.am): Likewise.
3765         * modules/filenamecat (Makefile.am): Likewise.
3766         * modules/fnmatch (Makefile.am): Likewise.
3767         * modules/fopen-safer (Makefile.am): Likewise.
3768         * modules/fpending (Makefile.am): Likewise.
3769         * modules/fprintftime (Makefile.am): Likewise.
3770         * modules/free (Makefile.am): Likewise.
3771         * modules/fsusage (Makefile.am): Likewise.
3772         * modules/ftruncate (Makefile.am): Likewise.
3773         * modules/fts (Makefile.am): Likewise.
3774         * modules/gc-arcfour (Makefile.am): Likewise.
3775         * modules/gc-des (Makefile.am): Likewise.
3776         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3777         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3778         * modules/gc-md4 (Makefile.am): Likewise.
3779         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3780         * modules/gc-sha1 (Makefile.am): Likewise.
3781         * modules/gc (Makefile.am): Likewise.
3782         * modules/getaddrinfo (Makefile.am): Likewise.
3783         * modules/getcwd (Makefile.am): Likewise.
3784         * modules/getdelim (Makefile.am): Likewise.
3785         * modules/getdomainname (Makefile.am): Likewise.
3786         * modules/getgroups (Makefile.am): Likewise.
3787         * modules/gethostname (Makefile.am): Likewise.
3788         * modules/gethrxtime (Makefile.am): Likewise.
3789         * modules/getline (Makefile.am): Likewise.
3790         * modules/getloadavg (Makefile.am): Likewise.
3791         * modules/getlogin_r (Makefile.am): Likewise.
3792         * modules/getndelim2 (Makefile.am): Likewise.
3793         * modules/getopt (Makefile.am): Likewise.
3794         * modules/getpagesize (Makefile.am): Likewise.
3795         * modules/getpass-gnu (Makefile.am): Likewise.
3796         * modules/getpass (Makefile.am): Likewise.
3797         * modules/getsubopt (Makefile.am): Likewise.
3798         * modules/gettime (Makefile.am): Likewise.
3799         * modules/gettimeofday (Makefile.am): Likewise.
3800         * modules/getugroups (Makefile.am): Likewise.
3801         * modules/getusershell (Makefile.am): Likewise.
3802         * modules/glob (Makefile.am): Likewise.
3803         * modules/group-member (Makefile.am): Likewise.
3804         * modules/hard-locale (Makefile.am): Likewise.
3805         * modules/hash (Makefile.am): Likewise.
3806         * modules/hmac-md5 (Makefile.am): Likewise.
3807         * modules/hmac-sha1 (Makefile.am): Likewise.
3808         * modules/human (Makefile.am): Likewise.
3809         * modules/idcache (Makefile.am): Likewise.
3810         * modules/imaxabs (Makefile.am): Likewise.
3811         * modules/imaxdiv (Makefile.am): Likewise.
3812         * modules/inet_ntop (Makefile.am): Likewise.
3813         * modules/inet_pton (Makefile.am): Likewise.
3814         * modules/intprops (Makefile.am): Likewise.
3815         * modules/inttostr (Makefile.am): Likewise.
3816         * modules/inttypes (Makefile.am): Likewise.
3817         * modules/isapipe (Makefile.am): Likewise.
3818         * modules/javaversion (Makefile.am): Likewise.
3819         * modules/lchmod (Makefile.am): Likewise.
3820         * modules/lchown (Makefile.am): Likewise.
3821         * modules/localcharset (Makefile.am): Likewise.
3822         * modules/long-options (Makefile.am): Likewise.
3823         * modules/lstat (Makefile.am): Likewise.
3824         * modules/malloc (Makefile.am): Likewise.
3825         * modules/mathl (Makefile.am): Likewise.
3826         * modules/mbchar (Makefile.am): Likewise.
3827         * modules/md2 (Makefile.am): Likewise.
3828         * modules/md4 (Makefile.am): Likewise.
3829         * modules/md5 (Makefile.am): Likewise.
3830         * modules/memcasecmp (Makefile.am): Likewise.
3831         * modules/memchr (Makefile.am): Likewise.
3832         * modules/memcmp (Makefile.am): Likewise.
3833         * modules/memcoll (Makefile.am): Likewise.
3834         * modules/memcpy (Makefile.am): Likewise.
3835         * modules/memmem (Makefile.am): Likewise.
3836         * modules/memmove (Makefile.am): Likewise.
3837         * modules/mempcpy (Makefile.am): Likewise.
3838         * modules/memrchr (Makefile.am): Likewise.
3839         * modules/memset (Makefile.am): Likewise.
3840         * modules/memxor (Makefile.am): Likewise.
3841         * modules/mkancesdirs (Makefile.am): Likewise.
3842         * modules/mkdir-p (Makefile.am): Likewise.
3843         * modules/mkdir (Makefile.am): Likewise.
3844         * modules/mkdtemp (Makefile.am): Likewise.
3845         * modules/mkstemp (Makefile.am): Likewise.
3846         * modules/mktime (Makefile.am): Likewise.
3847         * modules/modechange (Makefile.am): Likewise.
3848         * modules/mountlist (Makefile.am): Likewise.
3849         * modules/nanosleep (Makefile.am): Likewise.
3850         * modules/obstack (Makefile.am): Likewise.
3851         * modules/openat (Makefile.am): Likewise.
3852         * modules/pagealign_alloc (Makefile.am): Likewise.
3853         * modules/pathmax (Makefile.am): Likewise.
3854         * modules/physmem (Makefile.am): Likewise.
3855         * modules/poll (Makefile.am): Likewise.
3856         * modules/posixtm (Makefile.am): Likewise.
3857         * modules/posixver (Makefile.am): Likewise.
3858         * modules/putenv (Makefile.am): Likewise.
3859         * modules/quote (Makefile.am): Likewise.
3860         * modules/quotearg (Makefile.am): Likewise.
3861         * modules/raise (Makefile.am): Likewise.
3862         * modules/read-file (Makefile.am): Likewise.
3863         * modules/readline (Makefile.am): Likewise.
3864         * modules/readlink (Makefile.am): Likewise.
3865         * modules/readtokens (Makefile.am): Likewise.
3866         * modules/readutmp (Makefile.am): Likewise.
3867         * modules/realloc (Makefile.am): Likewise.
3868         * modules/regex (Makefile.am): Likewise.
3869         * modules/rename-dest-slash (Makefile.am): Likewise.
3870         * modules/rename (Makefile.am): Likewise.
3871         * modules/rijndael (Makefile.am): Likewise.
3872         * modules/rmdir (Makefile.am): Likewise.
3873         * modules/rpmatch (Makefile.am): Likewise.
3874         * modules/safe-read (Makefile.am): Likewise.
3875         * modules/safe-write (Makefile.am): Likewise.
3876         * modules/same-inode (Makefile.am): Likewise.
3877         * modules/same (Makefile.am): Likewise.
3878         * modules/save-cwd (Makefile.am): Likewise.
3879         * modules/savedir (Makefile.am): Likewise.
3880         * modules/setenv (Makefile.am): Likewise.
3881         * modules/settime (Makefile.am): Likewise.
3882         * modules/sha1 (Makefile.am): Likewise.
3883         * modules/sig2str (Makefile.am): Likewise.
3884         * modules/snprintf (Makefile.am): Likewise.
3885         * modules/stat-macros (Makefile.am): Likewise.
3886         * modules/stat-time (Makefile.am): Likewise.
3887         * modules/stdbool (Makefile.am): Likewise.
3888         * modules/stdint (Makefile.am): Likewise.
3889         * modules/stdlib-safer (Makefile.am): Likewise.
3890         * modules/stpcpy (Makefile.am): Likewise.
3891         * modules/stpncpy (Makefile.am): Likewise.
3892         * modules/strcase (Makefile.am): Likewise.
3893         * modules/strcasestr (Makefile.am): Likewise.
3894         * modules/strchrnul (Makefile.am): Likewise.
3895         * modules/strcspn (Makefile.am): Likewise.
3896         * modules/strdup (Makefile.am): Likewise.
3897         * modules/strerror (Makefile.am): Likewise.
3898         * modules/strftime (Makefile.am): Likewise.
3899         * modules/strndup (Makefile.am): Likewise.
3900         * modules/strnlen (Makefile.am): Likewise.
3901         * modules/strpbrk (Makefile.am): Likewise.
3902         * modules/strsep (Makefile.am): Likewise.
3903         * modules/strstr (Makefile.am): Likewise.
3904         * modules/strtod (Makefile.am): Likewise.
3905         * modules/strtoimax (Makefile.am): Likewise.
3906         * modules/strtok_r (Makefile.am): Likewise.
3907         * modules/strtol (Makefile.am): Likewise.
3908         * modules/strtoll (Makefile.am): Likewise.
3909         * modules/strtoul (Makefile.am): Likewise.
3910         * modules/strtoull (Makefile.am): Likewise.
3911         * modules/strtoumax (Makefile.am): Likewise.
3912         * modules/strverscmp (Makefile.am): Likewise.
3913         * modules/sys_socket (Makefile.am): Likewise.
3914         * modules/sys_stat (Makefile.am): Likewise.
3915         * modules/sysexits (Makefile.am): Likewise.
3916         * modules/time_r (Makefile.am): Likewise.
3917         * modules/timegm (Makefile.am): Likewise.
3918         * modules/timespec (Makefile.am): Likewise.
3919         * modules/tmpfile-safer (Makefile.am): Likewise.
3920         * modules/trim (Makefile.am): Likewise.
3921         * modules/unistd-safer (Makefile.am): Likewise.
3922         * modules/unlinkdir (Makefile.am): Likewise.
3923         * modules/unlocked-io (Makefile.am): Likewise.
3924         * modules/userspec (Makefile.am): Likewise.
3925         * modules/utime (Makefile.am): Likewise.
3926         * modules/utimecmp (Makefile.am): Likewise.
3927         * modules/utimens (Makefile.am): Likewise.
3928         * modules/vasnprintf (Makefile.am): Likewise.
3929         * modules/vasprintf (Makefile.am): Likewise.
3930         * modules/vsnprintf (Makefile.am): Likewise.
3931         * modules/xalloc (Makefile.am): Likewise.
3932         * modules/xgetcwd (Makefile.am): Likewise.
3933         * modules/xnanosleep (Makefile.am): Likewise.
3934         * modules/xreadlink (Makefile.am): Likewise.
3935         * modules/xstrtod (Makefile.am): Likewise.
3936         * modules/xstrtol (Makefile.am): Likewise.
3937         * modules/xstrtold (Makefile.am): Likewise.
3938         * modules/yesno (Makefile.am): Likewise.
3939         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3940
3941 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3942
3943         * modules/error (Makefile.am): Distribute files through
3944         EXTRA_DIST, not lib_SOURCES.
3945
3946 2006-10-12  Eric Blake  <ebb9@byu.net>
3947
3948         * modules/error (Makefile.am): Distribute files in /lib.
3949         * modules/obstack (Makefile.am): Likewise.
3950
3951 2006-10-12  Bruno Haible  <bruno@clisp.org>
3952
3953         * modules/acl (Makefile.am): Distribute all files in lib/ through
3954         EXTRA_DIST.
3955         * modules/arcfour (Makefile.am): Likewise.
3956         * modules/arctwo (Makefile.am): Likewise.
3957         * modules/argmatch (Makefile.am): Likewise.
3958         * modules/argz (Makefile.am): Likewise.
3959         * modules/atexit (Makefile.am): Likewise.
3960         * modules/backupfile (Makefile.am): Likewise.
3961         * modules/c-strtod (Makefile.am): Likewise.
3962         * modules/c-strtold (Makefile.am): Likewise.
3963         * modules/calloc (Makefile.am): Likewise.
3964         * modules/canon-host (Makefile.am): Likewise.
3965         * modules/canonicalize (Makefile.am): Likewise.
3966         * modules/chdir-long (Makefile.am): Likewise.
3967         * modules/chdir-safer (Makefile.am): Likewise.
3968         * modules/check-version (Makefile.am): Likewise.
3969         * modules/chown (Makefile.am): Likewise.
3970         * modules/cloexec (Makefile.am): Likewise.
3971         * modules/close-stream (Makefile.am): Likewise.
3972         * modules/closeout (Makefile.am): Likewise.
3973         * modules/crc (Makefile.am): Likewise.
3974         * modules/cycle-check (Makefile.am): Likewise.
3975         * modules/des (Makefile.am): Likewise.
3976         * modules/dirfd (Makefile.am): Likewise.
3977         * modules/dirname (Makefile.am): Likewise.
3978         * modules/dup2 (Makefile.am): Likewise.
3979         * modules/euidaccess (Makefile.am): Likewise.
3980         * modules/exclude (Makefile.am): Likewise.
3981         * modules/exitfail (Makefile.am): Likewise.
3982         * modules/fcntl-safer (Makefile.am): Likewise.
3983         * modules/file-type (Makefile.am): Likewise.
3984         * modules/fileblocks (Makefile.am): Likewise.
3985         * modules/filemode (Makefile.am): Likewise.
3986         * modules/filenamecat (Makefile.am): Likewise.
3987         * modules/fnmatch (Makefile.am): Likewise.
3988         * modules/fopen-safer (Makefile.am): Likewise.
3989         * modules/fpending (Makefile.am): Likewise.
3990         * modules/fprintftime (Makefile.am): Likewise.
3991         * modules/free (Makefile.am): Likewise.
3992         * modules/fsusage (Makefile.am): Likewise.
3993         * modules/ftruncate (Makefile.am): Likewise.
3994         * modules/fts (Makefile.am): Likewise.
3995         * modules/gc (Makefile.am): Likewise.
3996         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3997         * modules/getaddrinfo (Makefile.am): Likewise.
3998         * modules/getcwd (Makefile.am): Likewise.
3999         * modules/getdelim (Makefile.am): Likewise.
4000         * modules/getdomainname (Makefile.am): Likewise.
4001         * modules/getgroups (Makefile.am): Likewise.
4002         * modules/gethostname (Makefile.am): Likewise.
4003         * modules/gethrxtime (Makefile.am): Likewise.
4004         * modules/getline (Makefile.am): Likewise.
4005         * modules/getloadavg (Makefile.am): Likewise.
4006         * modules/getlogin_r (Makefile.am): Likewise.
4007         * modules/getopt (Makefile.am): Likewise.
4008         * modules/getpass (Makefile.am): Likewise.
4009         * modules/getpass-gnu (Makefile.am): Likewise.
4010         * modules/getsubopt (Makefile.am): Likewise.
4011         * modules/gettime (Makefile.am): Likewise.
4012         * modules/gettimeofday (Makefile.am): Likewise.
4013         * modules/getugroups (Makefile.am): Likewise.
4014         * modules/getusershell (Makefile.am): Likewise.
4015         * modules/glob (Makefile.am): Likewise.
4016         * modules/group-member (Makefile.am): Likewise.
4017         * modules/hard-locale (Makefile.am): Likewise.
4018         * modules/hash (Makefile.am): Likewise.
4019         * modules/hmac-md5 (Makefile.am): Likewise.
4020         * modules/hmac-sha1 (Makefile.am): Likewise.
4021         * modules/human (Makefile.am): Likewise.
4022         * modules/idcache (Makefile.am): Likewise.
4023         * modules/imaxabs (Makefile.am): Likewise.
4024         * modules/imaxdiv (Makefile.am): Likewise.
4025         * modules/inet_ntop (Makefile.am): Likewise.
4026         * modules/inet_pton (Makefile.am): Likewise.
4027         * modules/inttostr (Makefile.am): Likewise.
4028         * modules/isapipe (Makefile.am): Likewise.
4029         * modules/lchown (Makefile.am): Likewise.
4030         * modules/long-options (Makefile.am): Likewise.
4031         * modules/lstat (Makefile.am): Likewise.
4032         * modules/malloc (Makefile.am): Likewise.
4033         * modules/mathl (Makefile.am): Likewise.
4034         * modules/mbchar (Makefile.am): Likewise.
4035         * modules/md2 (Makefile.am): Likewise.
4036         * modules/md4 (Makefile.am): Likewise.
4037         * modules/md5 (Makefile.am): Likewise.
4038         * modules/memcasecmp (Makefile.am): Likewise.
4039         * modules/memchr (Makefile.am): Likewise.
4040         * modules/memcmp (Makefile.am): Likewise.
4041         * modules/memcoll (Makefile.am): Likewise.
4042         * modules/memcpy (Makefile.am): Likewise.
4043         * modules/memmem (Makefile.am): Likewise.
4044         * modules/memmove (Makefile.am): Likewise.
4045         * modules/mempcpy (Makefile.am): Likewise.
4046         * modules/memrchr (Makefile.am): Likewise.
4047         * modules/memset (Makefile.am): Likewise.
4048         * modules/memxor (Makefile.am): Likewise.
4049         * modules/mkancesdirs (Makefile.am): Likewise.
4050         * modules/mkdir (Makefile.am): Likewise.
4051         * modules/mkdir-p (Makefile.am): Likewise.
4052         * modules/mkdtemp (Makefile.am): Likewise.
4053         * modules/mkstemp (Makefile.am): Likewise.
4054         * modules/mktime (Makefile.am): Likewise.
4055         * modules/modechange (Makefile.am): Likewise.
4056         * modules/mountlist (Makefile.am): Likewise.
4057         * modules/nanosleep (Makefile.am): Likewise.
4058         * modules/openat (Makefile.am): Likewise.
4059         * modules/pagealign_alloc (Makefile.am): Likewise.
4060         * modules/physmem (Makefile.am): Likewise.
4061         * modules/poll (Makefile.am): Likewise.
4062         * modules/posixtm (Makefile.am): Likewise.
4063         * modules/posixver (Makefile.am): Likewise.
4064         * modules/putenv (Makefile.am): Likewise.
4065         * modules/quote (Makefile.am): Likewise.
4066         * modules/quotearg (Makefile.am): Likewise.
4067         * modules/raise (Makefile.am): Likewise.
4068         * modules/read-file (Makefile.am): Likewise.
4069         * modules/readline (Makefile.am): Likewise.
4070         * modules/readlink (Makefile.am): Likewise.
4071         * modules/readtokens (Makefile.am): Likewise.
4072         * modules/readutmp (Makefile.am): Likewise.
4073         * modules/realloc (Makefile.am): Likewise.
4074         * modules/regex (Makefile.am): Likewise.
4075         * modules/rename (Makefile.am): Likewise.
4076         * modules/rename-dest-slash (Makefile.am): Likewise.
4077         * modules/rijndael (Makefile.am): Likewise.
4078         * modules/rmdir (Makefile.am): Likewise.
4079         * modules/rpmatch (Makefile.am): Likewise.
4080         * modules/safe-read (Makefile.am): Likewise.
4081         * modules/safe-write (Makefile.am): Likewise.
4082         * modules/same (Makefile.am): Likewise.
4083         * modules/save-cwd (Makefile.am): Likewise.
4084         * modules/savedir (Makefile.am): Likewise.
4085         * modules/setenv (Makefile.am): Likewise.
4086         * modules/settime (Makefile.am): Likewise.
4087         * modules/sha1 (Makefile.am): Likewise.
4088         * modules/sig2str (Makefile.am): Likewise.
4089         * modules/snprintf (Makefile.am): Likewise.
4090         * modules/stdlib-safer (Makefile.am): Likewise.
4091         * modules/stpcpy (Makefile.am): Likewise.
4092         * modules/stpncpy (Makefile.am): Likewise.
4093         * modules/strcase (Makefile.am): Likewise.
4094         * modules/strcasestr (Makefile.am): Likewise.
4095         * modules/strchrnul (Makefile.am): Likewise.
4096         * modules/strcspn (Makefile.am): Likewise.
4097         * modules/strdup (Makefile.am): Likewise.
4098         * modules/strerror (Makefile.am): Likewise.
4099         * modules/strftime (Makefile.am): Likewise.
4100         * modules/strndup (Makefile.am): Likewise.
4101         * modules/strnlen (Makefile.am): Likewise.
4102         * modules/strpbrk (Makefile.am): Likewise.
4103         * modules/strsep (Makefile.am): Likewise.
4104         * modules/strstr (Makefile.am): Likewise.
4105         * modules/strtod (Makefile.am): Likewise.
4106         * modules/strtoimax (Makefile.am): Likewise.
4107         * modules/strtok_r (Makefile.am): Likewise.
4108         * modules/strtol (Makefile.am): Likewise.
4109         * modules/strtoll (Makefile.am): Likewise.
4110         * modules/strtoul (Makefile.am): Likewise.
4111         * modules/strtoull (Makefile.am): Likewise.
4112         * modules/strtoumax (Makefile.am): Likewise.
4113         * modules/strverscmp (Makefile.am): Likewise.
4114         * modules/time_r (Makefile.am): Likewise.
4115         * modules/timegm (Makefile.am): Likewise.
4116         * modules/tmpfile-safer (Makefile.am): Likewise.
4117         * modules/unistd-safer (Makefile.am): Likewise.
4118         * modules/unlinkdir (Makefile.am): Likewise.
4119         * modules/userspec (Makefile.am): Likewise.
4120         * modules/utime (Makefile.am): Likewise.
4121         * modules/utimecmp (Makefile.am): Likewise.
4122         * modules/utimens (Makefile.am): Likewise.
4123         * modules/vasnprintf (Makefile.am): Likewise.
4124         * modules/vasprintf (Makefile.am): Likewise.
4125         * modules/vsnprintf (Makefile.am): Likewise.
4126         * modules/xalloc (Makefile.am): Likewise.
4127         * modules/xgetcwd (Makefile.am): Likewise.
4128         * modules/xnanosleep (Makefile.am): Likewise.
4129         * modules/xreadlink (Makefile.am): Likewise.
4130         * modules/xstrtod (Makefile.am): Likewise.
4131         * modules/xstrtol (Makefile.am): Likewise.
4132         * modules/xstrtold (Makefile.am): Likewise.
4133         * modules/yesno (Makefile.am): Likewise.
4134
4135 2006-10-12  Jim Meyering  <jim@meyering.net>
4136
4137         * m4/getloadavg.m4: Revert the change below.
4138
4139         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4140         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4141         fail with a symlink, which is what coreutils' ./bootstrap now
4142         creates by default.
4143
4144 2006-10-12  Bruno Haible  <bruno@clisp.org>
4145
4146         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4147         mingw.
4148         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4149         MSVC and mingw explicitly.
4150
4151 2006-10-11  Simon Josefsson  <jas@extundo.com>
4152             Bruno Haible  <bruno@clisp.org>
4153
4154         Add support for multiple gnulib-tool invocations in the scope of a
4155         single configure.ac file.
4156         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4157         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4158         with the same contents as the _LIBADD variable.
4159         (func_emit_initmacro_start, func_emit_initmacro_end,
4160         func_emit_initmacro_done): New functions.
4161         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4162         gl_LIBOBJS and gl_LTLIBOBJS.
4163
4164 2006-10-11  Bruno Haible  <bruno@clisp.org>
4165
4166         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4167         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4168         autoreconf. Instead, invoke autopoint explicitly but move back the
4169         *.m4 files from gnulib.
4170
4171 2006-10-11  Bruno Haible  <bruno@clisp.org>
4172
4173         * gnulib-tool (func_usage): Make module names after --create-testdir
4174         optional.
4175         (func_create_testdir): If no module was specified, use nearly all
4176         modules.
4177
4178 2006-10-12  Jim Meyering  <jim@meyering.net>
4179
4180         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4181         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4182         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4183         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4184         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4185         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4186         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4187         (fts_set_stat_required): New function.
4188         (fts_open): Defer the calls to fts_stat, if possible or requested.
4189         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4190         into fts_stat itself.
4191         (fts_read): Perform any required (deferred) fts_stat call.
4192         (fts_build): Likewise, for the directory we're about to open and read.
4193         In the readdir loop, carefully decide whether each entry will require
4194         an eventual call to fts_stat, using dirent.d_type info if available.
4195         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4196         a command line argument into this function.  Update all callers.
4197         Map a return value of FTS_DOT to FTS_D for a command line argument.
4198         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4199         Thanks to Miklos Szeredi for his tenacity and for the initial
4200         bug report about "find" failing on a FUSE-based file system.
4201
4202         * lib/fts.c (fts_open): Use consistent indentation.
4203
4204 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4205
4206         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4207         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4208         reported by Jim Meyering.  All uses of cache variables renamed
4209         to match Autoconf's.
4210         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4211         the other one.
4212
4213         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4214         Fix misspelling in diagnostic.
4215
4216 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4217
4218         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4219         defined.  Problem reported by Matthew Woehlke.
4220
4221         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4222         Add support for Tandem NonStop R series.
4223         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4224         Use new macro.
4225
4226         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4227         (has_trailing_slash): Omit size arg; all callers changed.
4228         Omit 'inline', since it doesn't help performance and we'd
4229         need to configure it.
4230         Don't count //, ///, etc. as having a trailing slash.
4231         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4232         (rpl_rename_dest_slash): On failure, use rename's errno rather
4233         than (in some cases) an incorrect or junk errno.
4234         Simplify code by removing need to compute length; this does
4235         cause it to make two passes instead of one over the file name,
4236         but it's worth it.
4237
4238         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4239         change, since Autoconf's version may no longer be appropriate now
4240         that we are using CVS Autoconf's version.  Add support for Tandem.
4241
4242 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4243             Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4246         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4247         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4248         gl_AC_TYPE_LONG_LONG.
4249
4250         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4251         instead of HAVE_LONG_LONG.
4252         * lib/printf-args.c (printf_fetchargs): Likewise.
4253         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4254         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4255         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4256         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4257         gl_AC_TYPE_LONG_LONG.
4258
4259 2006-10-11  Bruno Haible  <bruno@clisp.org>
4260
4261         * m4/longlong.m4: Add comments.
4262         * m4/ulonglong.m4: Likewise.
4263
4264 2006-10-10  Bruno Haible  <bruno@clisp.org>
4265
4266         Make it possible to #define stpcpy, strdup to aliases.
4267         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4268         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4269
4270 2006-10-10  Bruno Haible  <bruno@clisp.org>
4271
4272         Make it possible to #define gcd to an alias.
4273         * lib/gcd.c: Include config.h.
4274
4275 2006-10-10  Bruno Haible  <bruno@clisp.org>
4276
4277         Make it possible to #define c_isascii to an alias.
4278         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4279         defined. Undefine the macros before defining them, to avoid gcc
4280         warnings.
4281         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4282         define NO_C_CTYPE_MACROS early.
4283
4284 2006-10-10  Bruno Haible  <bruno@clisp.org>
4285
4286         Make it possible to #define set_program_name to an alias.
4287         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4288         ENABLE_RELOCATABLE early.
4289
4290 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4291
4292         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4293         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4294         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4295         More generally, don't assume that 64-bit signed int is available
4296         if unsigned int is, and vice versa.
4297         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4298         unsigned symbols, not on their signed counterparts.
4299         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4300         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4301         (UINT64_C, UINTMAX_C):
4302         Likewise.
4303         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4304         unsigned counterparts.
4305         (Have_long_long, Unsigned): New macros.
4306         (Int): Renamed from INT.
4307         (strtoimax): Use the new macros.
4308         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4309         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4310         * modules/inttypes (inttypes.h): Substitute
4311         HAVE_UNSIGNED_LONG_LONG_INT.
4312         * modules/stdint (stdint.h): Likewise.
4313         (Files): Add m4/ulonglong.m4.
4314
4315 2006-10-10  Bruno Haible  <bruno@clisp.org>
4316
4317         Fix a gcc -Wshadow warning.
4318         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4319         to 'bucket'.
4320         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4321         gl_linked_indexof_from_to): Likewise.
4322         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4323         Likewise.
4324         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4325         Likewise.
4326         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4327         Reported by Eric Blake.
4328
4329 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4330
4331         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4332         for NetBSD.  Problem reported by Bruno Haible.
4333
4334 2006-10-09  Jim Meyering  <jim@meyering.net>
4335
4336         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4337         Patch from Bruno Haible.
4338
4339 2006-10-09  Jim Meyering  <jim@meyering.net>
4340
4341         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4342         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4343         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4344
4345 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         Don't include <config.h> twice; this doesn't work in some cases,
4348         e.g., when config.h has "#define intmax_t long long int" and
4349         we include <config.h>, <inttypes.h>, <config.h> in that order.
4350         Problem reported by Matthew Woehlke in:
4351         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4352         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4353         * lib/fts-cycle.c: Don't include config.h.
4354         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4355         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4356         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4357         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4358         inttypes.h.
4359         * lib/xstrtoumax.c: Likewise.
4360         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4361         __strtol and the like, so that this module is more like its siblings.
4362         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4363         Remove; no longer needed now that we assume gnulib inttypes.h.
4364
4365 2006-10-08  Bruno Haible  <bruno@clisp.org>
4366
4367         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4368         option.
4369
4370 2006-10-07  Jim Meyering  <jim@meyering.net>
4371
4372         * modules/inttypes (inttypes.h): Revert what seems to have been
4373         an inadvertent part of today's change: use "|", not "/" in the
4374         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4375
4376 2006-10-07  Bruno Haible  <bruno@clisp.org>
4377
4378         * modules/sublist: New file.
4379
4380 2006-10-07  Bruno Haible  <bruno@clisp.org>
4381
4382         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4383         * modules/argz (argz.h): Likewise.
4384         * modules/arpa_inet (arpa/inet.h): Likewise.
4385         * modules/byteswap (byteswap.h): Likewise.
4386         * modules/configmake (configmake.h): Likewise.
4387         * modules/fcntl (fcntl.h): Likewise.
4388         * modules/fnmatch (fnmatch.h): Likewise.
4389         * modules/getopt (getopt.h): Likewise.
4390         * modules/glob (glob.h): Likewise.
4391         * modules/inttypes (inttypes.h): Likewise.
4392         * modules/netinet_in (netinet/in.h): Likewise.
4393         * modules/poll (poll.h): Likewise.
4394         * modules/stdbool (stdbool.h): Likewise.
4395         * modules/stdint (stdint.h): Likewise.
4396         * modules/sys_select (sys/select.h): Likewise.
4397         * modules/sys_socket (sys/socket.h): Likewise.
4398         * modules/sys_stat (sys/stat.h): Likewise.
4399         * modules/sysexits (sysexits.h): Likewise.
4400         * modules/unistd (unistd.h): Likewise.
4401         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4402         Add a "DO NOT EDIT" comment to the generated file.
4403         (func_import): Likewise for gnulib-comp.m4.
4404
4405 2006-10-07  Bruno Haible  <bruno@clisp.org>
4406
4407         * lib/gl_sublist.h: New file.
4408         * lib/gl_sublist.c: New file.
4409
4410 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4411
4412         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4413         name (relative to the original working directory) and the file
4414         name component (relative to the temporary working directory).  All
4415         callers changed.
4416         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4417         * lib/mkdir-p.c (make_dir_parents): Likewise.
4418         * lib/mkdir-p.h (make_dir_parents): Likewise.
4419
4420 2006-10-06  Eric Blake  <ebb9@byu.net>
4421
4422         Define several macros for use by the clean-temp module.
4423         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4424         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4425         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4426
4427         * lib/clean-temp.h (close_stream_temp): New declaration.
4428         * lib/clean-temp.c (includes): Pull in headers according to what
4429         other modules are in use.
4430         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4431
4432 2006-10-06  Bruno Haible  <bruno@clisp.org>
4433
4434         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4435         instead of fopen, fwriteerror.
4436
4437 2006-10-06  Bruno Haible  <bruno@clisp.org>
4438
4439         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4440         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4441         int.
4442         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4443         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4444         Return an error indicator.
4445         Suggested by Eric Blake.
4446
4447 2006-10-06  Bruno Haible  <bruno@clisp.org>
4448
4449         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4450         Reported by Eric Blake.
4451
4452 2006-10-06  Bruno Haible  <bruno@clisp.org>
4453
4454         * modules/closeout (Description): Mention stderr too.
4455
4456 2006-10-06  Bruno Haible  <bruno@clisp.org>
4457         and Paul Eggert  <eggert@cs.ucla.edu>
4458
4459         * lib/closeout.c (close_stdout): Also close stderr.
4460         * lib/closeout.h: Update comment.
4461
4462 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4463
4464         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4465         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4466         * lib/dirchownmod.c: Include lchown.h.
4467         * lib/lchown.c: Don't include files that lchown.h now includes.
4468         Don't declare chown, since lchown.h now does that.
4469         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4470         (lchown): Define to rpl_chown if lchown is declared but
4471         does not exist.  Declare using a prototype if lchown is not
4472         declared.  Add a copyright notice.
4473         * lib/mkstemp.h: Include <unistd.h>.
4474         * lib/openat.c: Include lchown.h.
4475
4476         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4477         we now test for that separately.
4478         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4479         rather than O_NOFOLLOW, when testing whether it's possible to
4480         avoid a race condition reliably.
4481         * lib/savewd.c (savewd_chdir): Likewise.
4482
4483         Remove macros that are no longer needed now that stdint.h is
4484         reliable.
4485         * lib/fsusage.c (UINTMAX_MAX): Remove.
4486         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4487         * lib/utimecmp.c (SIZE_MAX): Remove.
4488
4489         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4490
4491         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4492         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4493         O_NOATIME works.
4494
4495 2006-10-05  Bruno Haible  <bruno@clisp.org>
4496
4497         * lib/gl_list.h (gl_sortedlist_search_from_to,
4498         gl_sortedlist_indexof_from_to): New declarations.
4499         (gl_list_implementation): New fields sortedlist_search_from_to,
4500         sortedlist_indexof_from_to.
4501         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4502         inline functions.
4503         * lib/gl_list.c (gl_sortedlist_search_from_to,
4504         gl_sortedlist_indexof_from_to): New functions.
4505         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4506         function.
4507         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4508         (gl_array_sortedlist_search_from_to): New function.
4509         (gl_array_list_implementation): Update.
4510         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4511         function.
4512         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4513         (gl_carray_sortedlist_search_from_to): New function.
4514         (gl_carray_list_implementation): Update.
4515         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4516         gl_linked_sortedlist_indexof_from_to): New functions.
4517         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4518         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4519         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4520         gl_tree_sortedlist_indexof_from_to): New functions.
4521         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4522         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4523         Update.
4524         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4525         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4526         Update.
4527
4528 2006-10-05  Bruno Haible  <bruno@clisp.org>
4529
4530         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4531         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4532         (struct gl_list_implementation): Add fields search_from_to,
4533         indexof_from_to. Remove fields search, indexof.
4534         (gl_list_search): Use the search_from_to method.
4535         (gl_list_search_from, gl_list_search_from_to): New functions.
4536         (gl_list_indexof): Use the indexof_from_to method.
4537         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4538         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4539         (gl_list_search_from, gl_list_search_from_to): New functions.
4540         (gl_list_indexof): Use the indexof_from_to method.
4541         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4542         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4543         gl_array_indexof. Add start_index, end_index arguments.
4544         (gl_array_search_from_to): Renamed from gl_array_search. Add
4545         start_index, end_index arguments.
4546         (gl_array_remove, gl_array_list_implementation): Update.
4547         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4548         gl_carray_indexof. Add start_index, end_index arguments.
4549         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4550         start_index, end_index arguments.
4551         (gl_carray_remove, gl_carray_list_implementation): Update.
4552         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4553         gl_linked_search. Add start_index, end_index arguments.
4554         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4555         start_index, end_index arguments.
4556         (gl_linked_remove): Update.
4557         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4558         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4559         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4560         field to 'size_t'.
4561         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4562         gl_tree_search. Add start_index, end_index arguments.
4563         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4564         start_index, end_index arguments.
4565         (gl_tree_remove): Update.
4566         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4567         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4568         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4569         function.
4570         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4571         gl_tree_search. Add start_index, end_index arguments.
4572         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4573         start_index, end_index arguments.
4574         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4575         Update.
4576         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4577
4578 2006-10-05  Bruno Haible  <bruno@clisp.org>
4579
4580         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4581
4582         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4583         fwriteerror_temp): New declarations.
4584         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4585         (descriptors): New variable.
4586         (cleanup): First, close the descriptors.
4587         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4588         fclose_temp, fwriteerror_temp): New functions.
4589
4590 2006-10-04  Jim Meyering  <jim@meyering.net>
4591
4592         * lib/fts.c (fts_open): Tiny comment change.
4593
4594 2006-10-04  Bruno Haible  <bruno@clisp.org>
4595
4596         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4597         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4598         gl_LOCK_BODY.
4599         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4600         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4601         gl_LOCK_EARLY_BODY.
4602         (gl_LOCK): Require gl_LOCK_BODY.
4603
4604 2006-10-04  Bruno Haible  <bruno@clisp.org>
4605
4606         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4607         (gl_oset_search_atleast): New declaration.
4608         (struct gl_oset_implementation): Add field 'search_atleast'.
4609         (gl_oset_search_atleast): New inline function.
4610         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4611         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4612         (gl_array_oset_implementation): Update.
4613         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4614         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4615         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4616
4617 2006-10-04  Bruno Haible  <bruno@clisp.org>
4618
4619         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4620
4621 2006-10-03  Bruno Haible  <bruno@clisp.org>
4622
4623         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4624         from gl_avltreehash_list_implementation.
4625
4626 2006-10-03  Bruno Haible  <bruno@clisp.org>
4627
4628         * lib/gl_oset.c (gl_oset_add): Fix return type.
4629
4630 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4631
4632         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4633
4634 2006-10-02  Eric Blake  <ebb9@byu.net>
4635
4636         * modules/strnlen (Depends-on): Add extensions.
4637
4638 2006-10-02  Eric Blake  <ebb9@byu.net>
4639
4640         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4641         definition in 2.60+.
4642
4643 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4644
4645         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4646         checks.
4647
4648 2006-10-02  Bruno Haible  <bruno@clisp.org>
4649
4650         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4651         to the AUTOMAKE_OPTIONS.
4652         Reported by Jim Meyering.
4653
4654 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4655
4656         Work around bug in Solaris 10 /proc file system:
4657         /proc/self/fd/NNN/.. isn't the parent directory of
4658         the directory whose file descriptor is NNN.  This needs to
4659         be worked around at run time, not compile time, since a
4660         program might be built on Solaris 8, where things work, and
4661         run on Solaris 10.
4662         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4663         to use the following interface instead:
4664         (OPENAT_BUFFER_SIZE): New macro.
4665         (openat_proc_name): New function.
4666         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4667         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4668         Likewise.
4669         * lib/openat-proc.c: New file.
4670         * modules/openat (Files): Add lib/openat-proc.c.
4671         (Depends-on): Add same-inode, stdbool.
4672         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4673
4674 2006-09-29  Bruno Haible  <bruno@clisp.org>
4675
4676         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4677         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4678         argument. Set stdout_closed before testing for ferror, not after.
4679         (fwriteerror, fwriteerror_no_ebadf): New functions.
4680
4681 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4682
4683         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4684
4685 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4686
4687         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4688         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4689
4690 2006-09-28  Jim Meyering  <jim@meyering.net>
4691
4692         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4693         Include <unistd.h>.
4694
4695 2006-09-28  Bruno Haible  <bruno@clisp.org>
4696
4697         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4698         * modules/linkedhash-list (Depends-on): Likewise.
4699         * modules/rbtreehash-list (Depends-on): Likewise.
4700
4701 2006-09-28  Bruno Haible  <bruno@clisp.org>
4702
4703         * lib/strndup.h: Simplify the redefinition of strndup.
4704         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4705         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4706
4707 2006-09-28  Bruno Haible  <bruno@clisp.org>
4708
4709         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4710         * lib/gl_linkedhash_list.c: Likewise.
4711         * lib/gl_rbtreehash_list.c: Likewise.
4712
4713 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4714
4715         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4716         getaddrinfo.
4717
4718         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4719         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4720         it causes <stdio_ext.h> to cause a compile-time error.
4721         Problem reported by Nelson H. F. Beebe.
4722         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4723         of HAVE_DECL___PENDING.
4724
4725         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4726         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4727         declaration.
4728
4729 2006-09-27  Jim Meyering  <jim@meyering.net>
4730
4731         This file could end up with a definition for a function
4732         named __strndup, rather than rpl_strndup on a system with
4733         incomplete weak_alias support.
4734         * lib/strndup.c (strndup): Rename from __strndup.
4735         Remove #defines that used to map __strndup to strndup.
4736         Don't use K&R prototypes.
4737         Remove LIBC-related code, since this file is not sync'd with glibc.
4738         * lib/strndup.h: Revamp, accordingly.
4739         * m4/strndup.m4: Modernize.
4740
4741 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4742
4743         * modules/savewd (Depends-on): Add 'raise'.
4744         * lib/savewd.c: Include <signal.h>, for 'raise'.
4745
4746 2006-09-26  Jim Meyering  <jim@meyering.net>
4747
4748         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4749         when we detect Darwin 8.7.0's acl_get_file bug.
4750         Rearrange to perform the new (below) run-test while $LIBS
4751         contains any acl-related library.  Set USE_ACL at the end.
4752         (gl_ACL_GET_FILE): New function.
4753
4754 2006-09-26  Eric Blake  <ebb9@byu.net>
4755
4756         * lib/verror.c: Include <config.h> unconditionally.
4757
4758 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         * modules/clock-time (Maintainer): Add self.
4761         * modules/getlogin_r (Depends-on): Add extensions.
4762
4763 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4764
4765         * modules/clock-time: New module.
4766         * modules/nanosleep (Depends-on): Add clock-time.
4767         * modules/gethrxtime (Depends-on): Likewise.
4768         * modules/gettime (Depends-on): Likewise.
4769         * modules/settime (Depends-on): Likewise.
4770
4771         * modules/fts-lgpl: Depend on openat.
4772         * modules/mkancesdirs: Depend on savewd.
4773         * modules/mkdir-p: Likewise.
4774
4775 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4776
4777         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4778
4779         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4780         `gl_have_arbitrary_file_name_length_limit' to
4781         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4782         actually works between configure runs.
4783
4784 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4785             Bruno Haible  <bruno@clisp.org>
4786
4787         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4788
4789 2006-09-25  Jim Meyering  <jim@meyering.net>
4790
4791         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4792         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4793
4794 2006-09-25  Eric Blake  <ebb9@byu.net>
4795
4796         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4797         exec's in 2006-09-18 patch when shuffling fds.
4798
4799 2006-09-25  Bruno Haible  <bruno@clisp.org>
4800
4801         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4802         Reported by Jim Meyering.
4803
4804 2006-09-24  Jim Meyering  <jim@meyering.net>
4805
4806         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4807         compare a pointer against a literal "0".  That caused failures with
4808         at least HP-UX's hpcc.
4809
4810 2006-09-22  Simon Josefsson  <jas@extundo.com>
4811
4812         * modules/gc-sha1:
4813         * modules/gc-md4:
4814         * modules/gc-hmac-sha1:
4815         * modules/gc-hmac-md5:
4816         * modules/gc-des:
4817         * modules/gc-arcfour: Distribute more files.
4818
4819 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4820
4821         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4822         (gl_linked_iterator_from_to): Initialize struct completely.
4823         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4824         (gl_tree_iterator_from_to): Likewise
4825         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4826         * lib/gl_array_list.c [lint] (gl_array_iterator)
4827         (gl_array_iterator_from_to): Likewise.
4828         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4829         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4830         (gl_carray_iterator_from_to): Likewise.
4831
4832         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4833         * lib/md4.c (md4_process_block): Remove unused variable.
4834         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4835         parentheses for clarity.
4836
4837 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4838
4839         * modules/bison-i18n (Depends-on): Add gettext.
4840
4841 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4842
4843         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4844         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4845         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4846         also add missing comma that caused broken test.
4847         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4848         stdlib.h, for `abort'.
4849         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4850         variables.
4851         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4852         include unistd.h if present, for `rmdir'.
4853         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4854         variables.
4855         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4856         in the process include standard headers for prototypes.
4857         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4858         gets declared on GNU/Linux.
4859         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4860         unistd.h, for `rmdir'.
4861         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4862
4863         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4864         always true.
4865         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4866
4867         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4868
4869 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4870
4871         * gnulib-tool (func_version): Create output all at once.  This
4872         may help avoid triggering unnecessary SIGPIPEs, and at any
4873         rate it doesn't hurt.
4874
4875 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4876             Bruno Haible  <bruno@clisp.org>
4877
4878         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4879         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4880         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4881
4882         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4883         (gl_FUNC_VASPRINTF): Invoke it.
4884
4885 2006-09-22  Bruno Haible  <bruno@clisp.org>
4886
4887         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4888         getloadavg.c as first argument.
4889
4890 2006-09-22  Bruno Haible  <bruno@clisp.org>
4891
4892         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4893         at the beginning of the gl_INIT macro.
4894         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4895         gl_GETLOADAVG.
4896
4897 2006-09-22  Bruno Haible  <bruno@clisp.org>
4898
4899         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4900         module.
4901         Suggested by Ralf Wildenhues.
4902
4903 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         Import this patch from libc:
4906
4907         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4908
4909         * lib/regex_internal.c (re_string_reconstruct): Handle
4910         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4911         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4912         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4913         re_string_context_at.
4914
4915         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4916         now requires it.
4917         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4918         gl_REGEX now does it for us.
4919         (gl_REGEX): Add test taken from
4920         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4921
4922         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4923         Check that large offsets work.  Modernize Autoconf usages.
4924         Prefer "yes" to mean a good thing rather than a bad.
4925         Don't put "#define mkstemp" in config.h, as this might interfere
4926         with standard system headers that "#define mkstemp mkstemp64".
4927
4928         * modules/mkstemp (Depends-on): Add extensions, so that
4929         mkstemp is visible on some platforms.
4930         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4931         (Include): Change to "mkstemp.h" from <stdlib.h>.
4932         (Files): Add mkstemp.h.
4933
4934         * lib/mkstemp.h: New file, since some standard headers
4935         #define mkstemp.
4936         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4937         Include "mkstemp.h".
4938         Make the _LIBC code resemble glibc original more,
4939         e.g., use K&R style.
4940         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4941         (mkstemp): Remove, since mkstemp.h does this for us.
4942         * lib/stdlib--.h: Include mkstemp.h.
4943
4944         Import this patch from libc:
4945
4946         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4947
4948         * lib/tempname.c (__gen_tempname): Change attempts_min
4949         into a macro.  Use preprocessor to decide how to initialize
4950         attempts [Coverity CID 67].
4951
4952 2006-09-20  Bruno Haible  <bruno@clisp.org>
4953
4954         * lib/mkdtemp.c: Import from libc.
4955         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4956                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4957                 attempts_min into a macro.  Use preprocessor to decide how to
4958                 initialize attempts [Coverity CID 67].
4959         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4960                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4961                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4962
4963 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4964
4965         * gnulib-tool (func_exit): New function, to allow to pass the
4966         exit status portably through the trap.  Use everywhere.
4967         (--help, --version): Signal a write error.
4968         (trap): catch SIGPIPE, for write errors.
4969         Exit at the end of the trap, with the correct exit status.
4970
4971 2006-09-19  Karl Berry  <karl@gnu.org>
4972
4973         * doc/gnulib.texi: note about the license texinfo files.
4974
4975 2006-09-19  Eric Blake  <ebb9@byu.net>
4976
4977         * gnulib-tool: Avoid space-tab.
4978
4979 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4980
4981         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4982         that prevented coreutils 6.1 from building.  Problem reported
4983         by Petter Reinholdtsen.
4984
4985 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4986
4987         * gnulib-tool (avoidlist): Fix typo that broke options like
4988         --avoid=lock that are used by coreutils bootstrap.
4989
4990 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4991
4992         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4993         more systematically.
4994
4995 2006-09-18  Jim Meyering  <jim@meyering.net>
4996
4997         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4998
4999 2006-09-18  Bruno Haible  <bruno@clisp.org>
5000
5001         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5002
5003 2006-09-18  Bruno Haible  <bruno@clisp.org>
5004
5005         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5006         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5007         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5008         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5009         * m4/gettext.m4: Require autoconf >= 2.52.
5010         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5011         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5012         of gl_cv_header_inttypes_h.
5013
5014 2006-09-18  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/javaversion.c: Include configmake.h.
5017
5018 2006-09-18  Bruno Haible  <bruno@clisp.org>
5019
5020         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5021         avoid that the while loops be executed in a subshell.
5022
5023 2006-09-18  Bruno Haible  <bruno@clisp.org>
5024
5025         * MODULES.html.sh (func_module): Break long lines.
5026         Suggested by Bruce Korb <bkorb@gnu.org>.
5027
5028 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5029
5030         Speed up by a factor of 1.12.
5031         * gnulib-tool (nl): New variable.
5032         (func_import): Rewrite include directive extraction to only read each
5033         directive once.
5034
5035 2006-09-17  Bruno Haible  <bruno@clisp.org>
5036
5037         * modules/javaversion (Makefile.am): Remove DEFS setting.
5038         (Depends-on): Add configmake, for PKGDATADIR definition.
5039
5040 2006-09-17  Bruno Haible  <bruno@clisp.org>
5041
5042         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5043
5044 2006-09-17  Bruno Haible  <bruno@clisp.org>
5045
5046         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5047         (func_modules_transitive_closure, func_modules_add_dummy,
5048         func_modules_to_filelist, func_import, func_create_testdir,
5049         func_create_megatestdir, ...): Use it wherever possible.
5050         Suggested by Ralf Wildenhues.
5051
5052 2006-09-16  Karl Berry  <karl@gnu.org>
5053
5054         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5055         to avoid sectioning errors.
5056         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5057         [ifinfo]: blank line after @center-ed titles.
5058         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5059         Spell FSF address consistently with others.
5060         (These changes approved by rms.)
5061
5062 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5063
5064         Speed up by a factor of 1.61.
5065         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5066         already checked module names again.
5067
5068 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5069
5070         Speed up by a factor of 1.13.
5071         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5072         for new_files, and the input to func_add_or_update.
5073
5074 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5075
5076         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5077         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5078
5079 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5080
5081         * modules/mkancesdirs (Depends-on): Add fcntl.
5082         * modules/savewd: New file.
5083         * MODULES.html.sh (File system functions): Add savewd.
5084
5085         * modules/configmake (Makefile.am): Add support for the
5086         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5087
5088 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5089
5090         * m4/savewd.m4: New file.
5091
5092 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5093
5094         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5095         (dirchownmod): New arg FD.  All callers changed.
5096         Use FD rather than opening the directory ourself, as opening is
5097         now the caller's responsibility.
5098         * lib/dirchownmod.h: Likewise.
5099         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5100         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5101         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5102         (test_dir): Remove.
5103         (mkancesdirs): Return length of prefix of FILE that has already
5104         been made, or -2 if there is a child doing the work.  Redo
5105         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5106         ".", and treat ".." specially since it might stray back into
5107         already-created areas.  Use a subprocess if necessary.  New arg
5108         WD; all users changed.  MAKE_DIR function should now return 1
5109         if it creates a directory that is not readable.  Return -2 if
5110         a child process is spun off.
5111         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5112         Adjust signature to match code.
5113         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5114         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5115         all users changed.
5116         * lib/savewd.c, lib/savewd.h: New files.
5117
5118 2006-09-15  Jim Meyering  <jim@meyering.net>
5119
5120         * modules/rename-dest-slash: New module.
5121         * MODULES.html.sh (posix_compat): Add it here.
5122
5123         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5124
5125 2006-09-15  Jim Meyering  <jim@meyering.net>
5126
5127         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5128         file.
5129
5130         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5131
5132 2006-09-15  Jim Meyering  <jim@meyering.net>
5133
5134         * lib/rename-dest-slash.c (has_trailing_slash): Use
5135         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5136         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5137         test before testing whether SRC is a directory.
5138         Suggestions from Bruno Haible.
5139
5140         Avoid a warning about an unused variable.
5141         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5142         into the #ifdef block where it's used.
5143
5144         * lib/rename-dest-slash.c: New file.
5145
5146 2006-09-14  Bruno Haible  <bruno@clisp.org>
5147
5148         * lib/allocsa.c: Include <config.h> unconditionally.
5149         * lib/asnprintf.c: Likewise.
5150         * lib/asprintf.c: Likewise.
5151         * lib/c-strcasecmp.c: Likewise.
5152         * lib/c-strcasestr.c: Likewise.
5153         * lib/c-strncasecmp.c: Likewise.
5154         * lib/c-strstr.c: Likewise.
5155         * lib/classpath.c: Likewise.
5156         * lib/clean-temp.c: Likewise.
5157         * lib/concatpath.c: Likewise.
5158         * lib/copy-file.c: Likewise.
5159         * lib/csharpcomp.c: Likewise.
5160         * lib/csharpexec.c: Likewise.
5161         * lib/execute.c: Likewise.
5162         * lib/fatal-signal.c: Likewise.
5163         * lib/findprog.c: Likewise.
5164         * lib/fwriteerror.c: Likewise.
5165         * lib/gl_array_list.c: Likewise.
5166         * lib/gl_array_oset.c: Likewise.
5167         * lib/gl_avltree_list.c: Likewise.
5168         * lib/gl_avltree_oset.c: Likewise.
5169         * lib/gl_avltreehash_list.c: Likewise.
5170         * lib/gl_carray_list.c: Likewise.
5171         * lib/gl_linked_list.c: Likewise.
5172         * lib/gl_linkedhash_list.c: Likewise.
5173         * lib/gl_list.c: Likewise.
5174         * lib/gl_oset.c: Likewise.
5175         * lib/gl_rbtree_list.c: Likewise.
5176         * lib/gl_rbtree_oset.c: Likewise.
5177         * lib/gl_rbtreehash_list.c: Likewise.
5178         * lib/imaxabs.c: Likewise.
5179         * lib/imaxdiv.c: Likewise.
5180         * lib/javacomp.c: Likewise.
5181         * lib/javaexec.c: Likewise.
5182         * lib/javaversion.c: Likewise.
5183         * lib/linebreak.c: Likewise.
5184         * lib/localcharset.c: Likewise.
5185         * lib/lock.c: Likewise.
5186         * lib/mbchar.c: Likewise.
5187         * lib/mbswidth.c: Likewise.
5188         * lib/mkdtemp.c: Likewise.
5189         * lib/pipe.c: Likewise.
5190         * lib/printf-args.c: Likewise.
5191         * lib/printf-parse.c: Likewise.
5192         * lib/progname.c: Likewise.
5193         * lib/progreloc.c: Likewise.
5194         * lib/readlink.c: Likewise.
5195         * lib/sh-quote.c: Likewise.
5196         * lib/stpcpy.c: Likewise.
5197         * lib/stpncpy.c: Likewise.
5198         * lib/strcasecmp.c: Likewise.
5199         * lib/strcasestr.c: Likewise.
5200         * lib/strcspn.c: Likewise.
5201         * lib/striconv.c: Likewise.
5202         * lib/strncasecmp.c: Likewise.
5203         * lib/strnlen1.c: Likewise.
5204         * lib/strstr.c: Likewise.
5205         * lib/strtok_r.c: Likewise.
5206         * lib/tls.c: Likewise.
5207         * lib/tmpdir.c: Likewise.
5208         * lib/unicodeio.c: Likewise.
5209         * lib/unsetenv.c: Likewise.
5210         * lib/vasnprintf.c: Likewise.
5211         * lib/vasprintf.c: Likewise.
5212         * lib/wait-process.c: Likewise.
5213         * lib/xallocsa.c: Likewise.
5214         * lib/xsetenv.c: Likewise.
5215         * lib/xstriconv.c: Likewise.
5216
5217 2006-09-13  Simon Josefsson  <jas@extundo.com>
5218
5219         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5220         that internally, suggested by Ralf Wildenhues
5221         <Ralf.Wildenhues@gmx.de>.
5222
5223 2006-09-13  Simon Josefsson  <jas@extundo.com>
5224
5225         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5226         @LIBOBJS@.
5227         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5228
5229 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5232         longer worry about uses that don't define HAVE_CONFIG_H.
5233         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5234         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5235         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5236         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5237         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5238         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5239         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5240         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5241         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5242         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5243         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5244         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5245         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5246         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5247         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5248         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5249         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5250         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5251         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5252         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5253         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5254         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5255         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5256         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5257         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5258         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5259         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5260         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5261         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5262         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5263         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5264         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5265         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5266         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5267         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5268         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5269         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5270         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5271         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5272         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5273         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5274         Likewise.
5275
5276 2006-09-13  Eric Blake  <ebb9@byu.net>
5277
5278         * lib/getopt.c: Fix typo in last commit.
5279
5280 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5281
5282         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5283         dgettext.
5284
5285 2006-09-12  Jim Meyering  <jim@meyering.net>
5286
5287         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5288         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5289         Reported by Nelson H. F. Beebe.
5290
5291 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5292
5293         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5294         program_invocation_name and program_invocation_short_name are
5295         initialized.
5296         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5297         and program_invocation_short_name to argp.h, so they are visible
5298         to user programs.
5299         * lib/argp.h: Likewise
5300
5301 2006-09-10  Bruno Haible  <bruno@clisp.org>
5302
5303         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5304         m4/inttypes_h.m4, m4/uintmax_t.m4.
5305
5306 2006-09-10  Bruno Haible  <bruno@clisp.org>
5307
5308         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5309         gl_AC_TYPE_UINTMAX_T.
5310
5311 2006-09-10  Bruno Haible  <bruno@clisp.org>
5312
5313         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5314
5315 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5316
5317         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5318         convention.  Text proposed by Bruno Haible.
5319         (struct argp_option): Document the use of N_() wrappers.
5320
5321         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5322         '\v', and translate the two parts separately, instead of feeding
5323         the whole string to gettext.  This allows to exclude
5324         '\v' from the strings visible to the translator by writing doc
5325         strings as N_("..") "\v" N_("..").
5326
5327 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5328
5329         * config/srclist.txt: Undo latest change; the bug was fixed.
5330
5331 2006-09-09  Bruno Haible  <bruno@clisp.org>
5332
5333         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5334         assignments if building a library without libtool.
5335         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5336         in func_emit_lib_Makefile_am.
5337         (func_import): When building a static library libfoo.a, arrange to
5338         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5339         (func_create_testdir): Likewise.
5340         * modules/gc (configure.ac, Makefile.am): If building statically,
5341         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5342         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5343         * modules/striconv (configure.ac, Makefile.am): Likewise.
5344         Based on a suggestion by Ralf Wildenhues.
5345
5346 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5347
5348         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5349         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5350         Also:
5351
5352         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5353         Add year_2050_test to catch glibc bug 2821
5354         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5355
5356         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5357         Prefer #ifdef to #if.
5358
5359         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5360         Return from 'main' instead of calling 'exit'.
5361
5362 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5363
5364         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5365         returned the maximum time_t value rather than (time_t) -1.
5366         Problem originally reported by William Bardwell
5367         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5368
5369         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5370         Moved to here ...
5371         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5372         ... from here.
5373
5374 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5375
5376         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5377         2821 is fixed.
5378
5379 2006-09-08  Jim Meyering  <jim@meyering.net>
5380
5381         Don't make generated files read-only.  That would bother too many
5382         people.  However, do retain the ability to work when targets are
5383         read-only: remove the destination and temporary files before writing
5384         them (when generated via sed or echo), or by using the -f option for
5385         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5386         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5387         * modules/byteswap, modules/configmake, modules/fcntl:
5388         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5389         * modules/localcharset, modules/netinet_in, modules/poll:
5390         * modules/stdbool, modules/stdint, modules/sys_select:
5391         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5392
5393 2006-09-08  Jim Meyering  <jim@meyering.net>
5394
5395         Avoid new build failure on FreeBSD 6.0.
5396         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5397         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5398         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5399
5400 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5401
5402         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5403
5404 2006-09-07  Jim Meyering  <jim@meyering.net>
5405
5406         Fix global typo in last change: use chmod u-w, not chmod u-x.
5407         Spotted by Paul Eggert and Bruce Korb.
5408         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5409         * modules/byteswap, modules/configmake, modules/fcntl:
5410         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5411         * modules/localcharset, modules/netinet_in, modules/poll:
5412         * modules/stdbool, modules/stdint, modules/sys_select:
5413         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5414
5415 2006-09-06  Jim Meyering  <jim@meyering.net>
5416
5417         Make generated files be read-only.
5418         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5419         Ensure that each generated file is now read-only.
5420         * modules/argz: Likewise.
5421         * modules/arpa_inet: Likewise.
5422         * modules/byteswap: Likewise.
5423         * modules/configmake: Likewise.
5424         * modules/fcntl: Likewise.
5425         * modules/fnmatch: Likewise.
5426         * modules/getopt: Likewise.
5427         * modules/glob: Likewise.
5428         * modules/inttypes: Likewise.
5429         * modules/netinet_in: Likewise.
5430         * modules/poll: Likewise.
5431         * modules/stdbool: Likewise.
5432         * modules/stdint: Likewise.
5433         * modules/sys_select: Likewise.
5434         * modules/sys_socket: Likewise.
5435         * modules/sys_stat: Likewise.
5436         * modules/sysexits: Likewise.
5437         * modules/localcharset: Same as above, but continue using temporary
5438         file named "t-$@" (why different?) rather than the "$@-t" used
5439         everywhere else.
5440
5441         * modules/sysexits (Makefile.am): Replace literal occurrences
5442         of "sysexit.h" more readable, and more consistent, "$@".
5443
5444 2006-09-06  Bruno Haible  <bruno@clisp.org>
5445
5446         * modules/striconv: New file.
5447         * modules/xstriconv: New file.
5448         * MODULES.html.sh (Internationalization functions): Add striconv,
5449         xstriconv.
5450
5451 2006-09-06  Bruno Haible  <bruno@clisp.org>
5452
5453         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5454         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5455         not using libtool correctly.
5456
5457 2006-09-06  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/striconv.h: New file.
5460         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5461         iconvstring.c.
5462         * lib/xstriconv.h: New file.
5463         * lib/xstriconv.c: New file.
5464
5465 2006-09-06  Bruno Haible  <bruno@clisp.org>
5466
5467         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5468         lib_..._LDFLAGS.
5469
5470 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5471
5472         * lib/argz_.h: Sync from Libtool.
5473
5474         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5475                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5476
5477         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5478
5479 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5480
5481         * modules/trim: New file.
5482
5483 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5484
5485         * lib/trim.h: New file.
5486         * lib/trim.c: New file.
5487
5488 2006-09-05  Bruno Haible  <bruno@clisp.org>
5489
5490         * MODULES.html.sh (String handling): Add trim.
5491
5492 2006-09-04  Karl Berry  <karl@gnu.org>
5493
5494         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5495         until next release.
5496
5497 2006-09-03  Bruno Haible  <bruno@clisp.org>
5498
5499         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5500         correctly.
5501
5502 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5503
5504         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5505         not gl_GETLOADAVG.  Omit unneeded semicolons.
5506         Problems reported by Ralf Wildenhues in
5507         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5508         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5509         at the end, which is the usual gnulib style.
5510
5511         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5512         of doing all the work ourselves.
5513         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5514         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5515
5516 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5517
5518         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5519         Problem reported by Ralf Wildenhues in
5520         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5521
5522         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5523         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5524
5525 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5526
5527         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5528         yesterday's patch by changing test -n to test -z.
5529
5530 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5531
5532         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5533         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5534         the former is now obsolescent.
5535
5536         * modules/chdir-long (Depends-on): Add fcntl.
5537
5538 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5541         obsolescent, and programs should use gnulib instead.
5542         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5543         but with prefixes changed.
5544
5545 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5546
5547         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5548         or stdbool.h, because they might not exist while configuring.
5549
5550         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5551         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5552         does that for us.
5553         (O_DIRECTORY): Remove.
5554
5555 2006-08-31  Eric Blake  <ebb9@byu.net>
5556
5557         * gnulib-tool: Don't let emacs change spaces to TAB.
5558
5559 2006-08-31  Bruno Haible  <bruno@clisp.org>
5560
5561         * gnulib-tool: When calling func_import more than once, do it in a
5562         subshell.
5563         Reported by Eric Blake <ebb9@byu.net>.
5564
5565 2006-08-31  Bruno Haible  <bruno@clisp.org>
5566
5567         * gnulib-tool (nl): Remove variable.
5568         (sed_transform_lib_file): Use more robust test for config-h module.
5569         (func_import): Fix typo in 2006-08-25 patch.
5570
5571 2006-08-31  Bruno Haible  <bruno@clisp.org>
5572
5573         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5574         specified, augment Makefile.am variables instead of assigning them.
5575
5576 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5577
5578         Work around a bug in both the Linux and SunOS 64-bit kernels:
5579         nanosleep mishandles sleeps for longer than 2**31 seconds.
5580         Problem reported by Frank v Waveren in
5581         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5583         Check for nanosleep bug.
5584         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5585
5586 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5587
5588         Work around a bug in both the Linux and SunOS 64-bit kernels:
5589         nanosleep mishandles sleeps for longer than 2**31 seconds.
5590         Problem reported by Frank v Waveren in
5591         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5592         * lib/nanosleep.c (BILLION): New constant.
5593         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5594         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5595         implementation.
5596
5597 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         * modules/nanosleep (Depends-on): Add gettime.
5600
5601 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5602         and Simon Josefsson  <jas@extundo.com>
5603         and Oskar Liljeblad  <oskar@osk.mine.nu>
5604
5605         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5606         * gnulib-tool (func_import): New license type 'unmodifiable license
5607         text'.
5608         * modules/fdl: Use it.  Longer description.
5609         * module/gpl, module/lgpl: New files.
5610
5611 2006-08-30  Jim Meyering  <jim@meyering.net>
5612
5613         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5614         shadowing the parameter.
5615
5616 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5617
5618         Sync from Libtool:
5619
5620         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5621
5622         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5623         sharing with gnulib.  Report by Eric Blake.
5624
5625 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5626
5627         * modules/isapipe: New file.
5628         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5629
5630 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         * modules/configmake (Makefile.am): Add a comment, and omit
5633         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5634         by Bruno Haible.
5635
5636 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5637
5638         * m4/isapipe.m4: New file.
5639
5640 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5641
5642         * lib/isapipe.c, lib/isapipe.h: New files.
5643
5644 2006-08-29  Jim Meyering  <jim@meyering.net>
5645
5646         * modules/configmake (Makefile.am): Make configmake.h depend on
5647         Makefile.  Otherwise, a stale configmake.h could hang around.
5648
5649 2006-08-29  Eric Blake  <ebb9@byu.net>
5650
5651         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5652         resolution of upstream bug 3044.
5653
5654 2006-08-29  Bruno Haible  <bruno@clisp.org>
5655
5656         * modules/localcharset (Depends-on): Add configmake.
5657         (Makefile.am): Remove setting of LIBDIR through DEFS.
5658
5659 2006-08-29  Bruno Haible  <bruno@clisp.org>
5660
5661         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5662         defined.
5663
5664 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5665
5666         * modules/fcntl: New file.
5667         * modules/chdir-safer (Depends-on): Add fcntl.
5668         * modules/fts: Likewise.
5669         * modules/mkdir-p: Likewise.
5670
5671         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5672         This undoes the most recent change, since we're now addressing the
5673         problem in a different way.
5674
5675         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5676         into output, since the output might be called Makefile.am even
5677         if $makefile_name is something different.
5678         (func_import): Use $makefile_am rather than
5679         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5680         empty.
5681
5682         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5683
5684 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5685
5686         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5687         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5688         recent change to stdint.m4, since we're now addressing the problem in a
5689         different way.
5690
5691 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5692
5693         * m4/fcntl_h.m4: New file.
5694
5695 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5696
5697         * lib/fcntl_.h: New file.
5698         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5699         the fcntl module.
5700         * lib/dirchownmod.c: Likewise.
5701         * lib/fts.c: Likewise.
5702
5703         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5704         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5705         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5706         just before including <inttypes.h>, to avoid circular inclusion.
5707
5708 2006-08-28  Jim Meyering  <jim@meyering.net>
5709
5710         * doc/visibility.texi: Actually read and correct the grammar of the
5711         sentence affected by yesterday's change.
5712
5713 2006-08-28  Eric Blake  <ebb9@byu.net>
5714
5715         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5716         needs wrapper.
5717
5718 2006-08-28  Eric Blake  <ebb9@byu.net>
5719
5720         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5721
5722 2006-08-28  Eric Blake  <ebb9@byu.net>
5723
5724         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5725
5726 2006-08-28  Bruno Haible  <bruno@clisp.org>
5727
5728         * modules/c-strstr: New file, from GNU gettext.
5729         * MODULES.html.sh (String handling): Add c-strstr.
5730
5731 2006-08-28  Bruno Haible  <bruno@clisp.org>
5732
5733         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5734         macros.
5735         Reported by Eric Blake.
5736
5737 2006-08-28  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5740         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5741         * lib/vasprintf.c: Include errno.h, limits.h.
5742         (EOVERFLOW): New fallback definition.
5743         (vasprintf): Test here whether the string length is > INT_MAX.
5744         * lib/vsnprintf.c: Include errno.h, limits.h.
5745         (EOVERFLOW): New fallback definition.
5746         (vsnprintf): Fix bug when generated string was too long for the buffer.
5747         Test here whether the string length is > INT_MAX.
5748
5749 2006-08-28  Bruno Haible  <bruno@clisp.org>
5750
5751         * lib/inttypes_.h (SCNX*): Remove definitions.
5752         Reported by Eric Blake.
5753
5754 2006-08-28  Bruno Haible  <bruno@clisp.org>
5755
5756         * lib/c-strstr.h: New file, from GNU gettext.
5757         * lib/c-strstr.c: New file, from GNU gettext.
5758
5759 2006-08-28  Bruno Haible  <bruno@clisp.org>
5760
5761         * gnulib-tool: Reorder some statements.
5762
5763 2006-08-28  Bruno Haible  <bruno@clisp.org>
5764
5765         * gnulib-tool: New option --makefile-name.
5766         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5767         $makefile_name.
5768         (func_import): Write $makefile_name to the cache file, and read it from
5769         there unless explicitly specified. Use $makefile_name as file name
5770         instead of Makefile.am. Adjust the recommendations accordingly.
5771
5772 2006-08-28  Bruno Haible  <bruno@clisp.org>
5773
5774         * gnulib-tool (func_verify_module): Check against misapplying patch.
5775
5776 2006-08-28  Bruno Haible  <bruno@clisp.org>
5777
5778         * gnulib-tool (func_relativize, func_relconcat): New functions.
5779         Give an error if --local-dir is given with --update.
5780         Remove trailing slashes from $local_gnulib_dir.
5781         (func_import): Store the relativized $local_gnulib_dir in
5782         gnulib-cache.m4, and read it from there if not specified explicitly.
5783
5784 2006-08-28  Bruno Haible  <bruno@clisp.org>
5785
5786         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5787         is the current directory. Respect also $local_gnulib_dir.
5788
5789 2006-08-28  Bruno Haible  <bruno@clisp.org>
5790             Simon Josefsson  <jas@extundo.com>
5791
5792         BeOS portability.
5793         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5794
5795 2006-08-27  Jim Meyering  <jim@meyering.net>
5796
5797         * doc/visibility.texi: Remove duplicate word: "pointer".
5798
5799 2006-08-26  Bruno Haible  <bruno@clisp.org>
5800
5801         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5802         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5803         (Makefile.am): Create inttypes.h from inttypes_.h.
5804         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5805
5806         * modules/imaxabs: New file.
5807
5808         * modules/imaxdiv: New file.
5809
5810 2006-08-26  Bruno Haible  <bruno@clisp.org>
5811
5812         * m4/inttypes.m4: New file.
5813         * m4/_inttypes_h.m4: Remove file.
5814         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5815         PRI_MACROS_BROKEN.
5816         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5817
5818         * m4/imaxabs.m4: New file.
5819
5820         * m4/imaxdiv.m4: New file.
5821
5822 2006-08-26  Bruno Haible  <bruno@clisp.org>
5823
5824         * lib/inttypes_.h: New file.
5825         * lib/inttypes.h: Remove file.
5826         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5827
5828         * lib/imaxabs.c: New file.
5829
5830         * lib/imaxdiv.c: New file.
5831
5832 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         New config-h module, so that "make" output needn't be cluttered
5835         by -DHAVE_CONFIG_H.
5836         * MODULES.html.sh (Support for building libraries and executables):
5837         Add config-h.
5838         * modules/config-h: New file.
5839         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5840         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5841         the config-h module is used.
5842
5843         New configmake module, so that "make" output needn't be cluttered
5844         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5845         * MODULES.html.sh (Support for building libraries and executables):
5846         Add configmake.
5847         * modules/configmake: New file.
5848
5849 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5850
5851         * m4/config-h.m4: New file.
5852
5853 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5854
5855         * config/srclist.txt: Add elisp-comp.
5856
5857 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         * MODULES.html.sh (Support for building libraries and executables):
5860         Add elisp-comp.
5861         * build-aux/elisp-comp: New file.
5862         * modules/elisp-comp: New file.
5863
5864 2006-08-24  Bruno Haible  <bruno@clisp.org>
5865
5866         * gnulib-tool (func_create_testdir): Use non-default values of
5867         sourcebase and m4base.
5868
5869 2006-08-24  Bruno Haible  <bruno@clisp.org>
5870
5871         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5872         HTML structure.
5873
5874 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         * modules/openat (Depends-on): Add lchown.
5877
5878 2006-08-23  Bruno Haible  <bruno@clisp.org>
5879
5880         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5881         of gl_LOCK_EARLY instead of gl_LOCK.
5882
5883 2006-08-23  Bruno Haible  <bruno@clisp.org>
5884
5885         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5886         on OSF/1 to no.
5887         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5888
5889 2006-08-23  Bruno Haible  <bruno@clisp.org>
5890
5891         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5892         as unusable.
5893
5894         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5895         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5896         (gl_LOCK): New macro.
5897
5898 2006-08-22  Simon Josefsson  <jas@extundo.com>
5899
5900         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5901         to md5 module.
5902
5903 2006-08-22  Simon Josefsson  <jas@extundo.com>
5904
5905         * MODULES.html.sh: Add "Support for maintaining and release
5906         projects".
5907
5908         * build-aux/gnupload: New file, from coreutils.
5909
5910 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5911
5912         Avoid the need for AC_LIBSOURCES in m4 macros.
5913         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5914         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5915         * modules/check-version (EXTRA_DIST): Add check-version.h.
5916         * modules/crc (EXTRA_DIST): Add crc.h.
5917         * modules/des (EXTRA_DIST): Add des.h.
5918         * modules/gc (EXTRA_DIST): Add gc.h.
5919         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5920         * modules/getline (EXTRA_DIST): Add getline.h.
5921         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5922         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5923         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5924         * modules/md2 (EXTRA_DIST): Add md2.h.
5925         * modules/md4 (EXTRA_DIST): Add md4.h.
5926         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5927         * modules/read-file (EXTRA_DIST): Add read-file.h.
5928         * modules/readline (EXTRA_DIST): Add readline.h.
5929         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5930         rijndael-api-fst.h.
5931
5932 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5933
5934         * m4/rijndael.m4 (gl_ARCFOUR):
5935         * m4/arctwo.m4 (gl_ARCTWO):
5936         * m4/check-version.m4 (gl_CHECK_VERSION):
5937         * m4/crc.m4 (gl_CRC):
5938         * m4/des.m4 (gl_DES):
5939         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5940         * m4/gc.m4 (gl_GC):
5941         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5942         * m4/getline.m4 (gl_FUNC_GETLINE):
5943         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5944         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5945         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5946         * m4/md2.m4 (gl_MD2):
5947         * m4/md4.m4 (gl_MD4):
5948         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5949         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5950         * m4/readline.m4 (gl_FUNC_READLINE):
5951         * m4/rijndael.m4 (gl_RIJNDAEL):
5952         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5953         to get the necessary .h files and whatnot.
5954
5955 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5956
5957         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5958         gnulib rather than the other way around.
5959         * config/srclistvars.sh (COREUTILS): Remove.
5960
5961 2006-08-22  Jim Meyering  <jim@meyering.net>
5962
5963         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5964
5965         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5966
5967 2006-08-22  Eric Blake  <ebb9@byu.net>
5968
5969         * modules/regexprops-generic: New file.
5970         * MODULES.html.sh (Support for building documentation): List it.
5971
5972 2006-08-22  Eric Blake  <ebb9@byu.net>
5973
5974         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5975         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5976         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5977         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5978
5979 2006-08-22  Bruno Haible  <bruno@clisp.org>
5980
5981         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5982         and lib_LTLIBRARIES like the other lib_* variables.
5983
5984 2006-08-22  Bruno Haible  <bruno@clisp.org>
5985
5986         * build-aux/x-to-1.in: New file, from GNU gettext.
5987
5988 2006-08-22  Bruno Haible  <bruno@clisp.org>
5989
5990         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5991         <utmpx.h> exists.
5992
5993 2006-08-22  Bruno Haible  <bruno@clisp.org>
5994
5995         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5996         <utmpx.h> exists.
5997
5998 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5999
6000         BeOS portability.
6001         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6002         exist.
6003         Problem reported by Bruno Haible.
6004
6005 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6006
6007         Avoid the need for AC_LIBSOURCES in m4 macros.
6008         * modules/acl (EXTRA_DIST): Add acl.h.
6009         * modules/argmatch (Files): Add m4/argmatch.m4.
6010         (configure.ac): Add gl_ARGMATCH.
6011         (EXTRA_DIST): Renamed from lib_SOURCES, for
6012         consistency with the other modules.  Remove argmatch.c.
6013         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6014         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6015         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6016         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6017         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6018         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6019         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6020         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6021         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6022         * modules/closeout (EXTRA_DIST): Add closeout.h.
6023         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6024         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6025         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6026         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6027         dirname.h; remove basename.c and stripslash.c.
6028         * modules/exclude (EXTRA_DIST): Add exclude.h.
6029         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6030         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6031         * modules/file-type (EXTRA_DIST): Add file-type.h.
6032         * modules/filemode (EXTRA_DIST): Add filemode.h.
6033         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6034         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6035         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6036         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6037         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6038         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6039         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6040         * modules/getdate (EXTRA_DIST): Add getdate.c.
6041         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6042         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6043         * modules/getpass (EXTRA_DIST): Add getpass.h.
6044         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6045         * modules/group-member (EXTRA_DIST): Add group-member.h.
6046         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6047         * modules/hash (EXTRA_DIST): Add hash.h.
6048         * modules/human (EXTRA_DIST): Add human.h.
6049         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6050         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6051         * modules/lchown (EXTRA_DIST): Add lchown.h.
6052         * modules/long-options (EXTRA_DIST): Add long-options.h.
6053         * modules/lstat (EXTRA_DIST): Add lstat.h.
6054         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6055         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6056         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6057         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6058         * modules/memxor (EXTRA_DIST): Add memxor.h.
6059         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6060         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6061         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6062         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6063         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6064         * modules/physmem (EXTRA_DIST): Add physmem.h.
6065         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6066         * modules/posixver (EXTRA_DIST): Add posixver.h.
6067         * modules/quote (EXTRA_DIST): Add quote.h.
6068         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6069         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6070         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6071         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6072         regex_internal.h regexec.c.
6073         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6074         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6075         * modules/same (EXTRA_DIST): Add same.h.
6076         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6077         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6078         * modules/savedir (EXTRA_DIST): Add savedir.h.
6079         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6080         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6081         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6082         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6083         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6084         * modules/strdup (EXTRA_DIST): Add strdup.h.
6085         * modules/strftime (EXTRA_DIST): Add strftime.h.
6086         * modules/strndup (EXTRA_DIST): Add strndup.h.
6087         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6088         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6089         * modules/time_r (EXTRA_DIST): Add time_r.h.
6090         * modules/timespec (EXTRA_DIST): Add timespec.h.
6091         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6092         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6093         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6094         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6095         * modules/userspec (EXTRA_DIST): Add userspec.h.
6096         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6097         * modules/utimens (EXTRA_DIST): Add utimens.h.
6098         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6099         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6100         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6101         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6102         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6103         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6104         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6105         * modules/yesno (EXTRA_DIST): Add yesno.h.
6106
6107 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6108
6109         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6110
6111         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6112         * m4/dev-ino.m4, same-inode.m4: Remove.
6113
6114         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6115         * m4/acl.m4 (AC_FUNC_ACL):
6116         * m4/backupfile.m4 (gl_BACKUPFILE):
6117         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6118         * m4/canon-host.m4 (gl_CANON_HOST):
6119         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6120         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6121         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6122         * m4/cloexec.m4 (gl_CLOEXEC):
6123         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6124         * m4/closeout.m4 (gl_CLOSEOUT):
6125         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6126         * m4/dirname.m4 (gl_DIRNAME):
6127         * m4/exclude.m4 (gl_EXCLUDE):
6128         * m4/exitfail.m4 (gl_EXITFAIL):
6129         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6130         * m4/file-type.m4 (gl_FILE_TYPE):
6131         * m4/filemode.m4 (gl_FILEMODE):
6132         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6133         * m4/fpending.m4 (gl_FUNC_FPENDING):
6134         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6135         * m4/fts.m4 (gl_FUNC_FTS):
6136         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6137         * m4/getdate.m4 (gl_GETDATE):
6138         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6139         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6140         * m4/getpass.m4 (gl_FUNC_GETPASS):
6141         * m4/gettime.m4 (gl_GETTIME):
6142         * m4/getugroups.m4 (gl_GETUGROUPS):
6143         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6144         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6145         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6146         * m4/hash.m4 (gl_HASH):
6147         * m4/idcache.m4 (gl_IDCACHE):
6148         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6149         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6150         * m4/long-options.m4 (gl_LONG_OPTIONS):
6151         * m4/lstat.m4 (gl_FUNC_LSTAT):
6152         * m4/md5.m4 (gl_MD5):
6153         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6154         * m4/memcoll.m4 (gl_MEMCOLL):
6155         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6156         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6157         * m4/memxor.m4 (gl_MEMXOR):
6158         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6159         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6160         * m4/modechange.m4 (gl_MODECHANGE):
6161         * m4/mountlist.m4 (gl_MOUNTLIST):
6162         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6163         * m4/openat.m4 (gl_FUNC_OPENAT):
6164         * m4/pathmax.m4 (gl_PATHMAX):
6165         * m4/physmem.m4 (gl_PHYSMEM):
6166         * m4/posixtm.m4 (gl_POSIXTM):
6167         * m4/posixver.m4 (gl_POSIXVER):
6168         * m4/quote.m4 (gl_QUOTE):
6169         * m4/quotearg.m4 (gl_QUOTEARG):
6170         * m4/readtokens.m4 (gl_READTOKENS):
6171         * m4/readutmp.m4 (gl_READUTMP):
6172         * m4/regex.m4 (gl_REGEX):
6173         * m4/safe-read.m4 (gl_SAFE_READ):
6174         * m4/safe-write.m4 (gl_SAFE_WRITE):
6175         * m4/same.m4 (gl_SAME):
6176         * m4/save-cwd.m4 (gl_SAVE_CWD):
6177         * m4/savedir.m4 (gl_SAVEDIR):
6178         * m4/settime.m4 (gl_SETTIME):
6179         * m4/sha1.m4 (gl_SHA1):
6180         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6181         * m4/stat-macros.m4 (gl_STAT_MACROS):
6182         * m4/stat-time.m4 (gl_STAT_TIME):
6183         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6184         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6185         * m4/strdup.m4 (gl_FUNC_STRDUP):
6186         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6187         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6188         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6189         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6190         * m4/time_r.m4 (gl_TIME_R):
6191         * m4/timespec.m4 (gl_TIMESPEC):
6192         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6193         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6194         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6195         * m4/userspec.m4 (gl_USERSPEC):
6196         * m4/utimecmp.m4 (gl_UTIMECMP):
6197         * m4/utimens.m4 (gl_UTIMENS):
6198         * m4/xalloc.m4 (gl_XALLOC):
6199         * m4/xgetcwd.m4 (gl_XGETCWD):
6200         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6201         * m4/xreadlink.m4 (gl_XREADLINK):
6202         * m4/xstrtod.m4 (gl_XSTRTOD):
6203         * m4/yesno.m4 (gl_YESNO):
6204         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6205         to get the necessary .h files and whatnot.
6206
6207 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6208             Bruno Haible  <bruno@clisp.org>
6209
6210         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6211         /bin/sh understanding of '!' conditional negation.
6212
6213 2006-08-21  Jim Meyering  <jim@meyering.net>
6214
6215         * modules/openat (Depends-on): Really alphabetize.
6216
6217         * modules/acl (Depends-on): Add error and quote.
6218
6219         * check-module (find_included_lib_files): Add at-func.c to the
6220         ok-to-include-more-than-once white list.
6221
6222         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6223
6224 2006-08-21  Bruno Haible  <bruno@clisp.org>
6225
6226         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6227         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6228         Reported by Martin Lambers <marlam@marlam.de>.
6229
6230 2006-08-21  Bruno Haible  <bruno@clisp.org>
6231
6232         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6233         specify an installation location, don't emit a noinst_LIBRARIES or
6234         noinst_LTLIBRARIES assignment.
6235
6236 2006-08-21  Bruno Haible  <bruno@clisp.org>
6237
6238         BeOS portability.
6239         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6240         BeOS has mbrtowc() but no <wctype.h>.
6241
6242 2006-08-21  Bruno Haible  <bruno@clisp.org>
6243
6244         BeOS portability.
6245         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6246         exist.
6247
6248 2006-08-21  Bruno Haible  <bruno@clisp.org>
6249
6250         BeOS portability.
6251         * lib/mbchar.h: Include <wctype.h> only if it exists.
6252
6253 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6254
6255         Remove files that are no longer needed by their respective modules.
6256         * m4/obstack.m4: Remove.
6257         * m4/strerror_r.m4: Remove.
6258         * m4/uint32_t.m4: Remove.
6259         * m4/uintptr_t.m4: Remove.
6260         * m4/ullong_max.m4: Remove.
6261         * m4/xstrtoimax.m4: Remove.
6262         * m4/xstrtoumax.m4: Remove.
6263
6264         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6265         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6266         dependencies now capture this.
6267
6268         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6269         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6270         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6271         * m4/human.m4 (gl_HUMAN): Likewise.
6272         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6273         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6274
6275         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6276
6277         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6278         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6279         stdint.
6280         * m4/human.m4 (gl_HUMAN): Likewise.
6281         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6282         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6283         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6284         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6285         * m4/xstrtol (gl_XSTRTOL): Likewise.
6286
6287         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6288         AC_TYPE_LONG_LONG_INT.
6289         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6290         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6291         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6292         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6293
6294         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6295         on stdbool.
6296
6297         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6298         (gl_PREREQ_XSTRTOUL): Remove.
6299
6300         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6301
6302         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6303         mode.
6304
6305 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6306
6307         Add and change modules to make it easier for coreutils to use
6308         gnulib-tool.
6309         * modules/backupfile (Files): Remove m4/d-ino.m4.
6310         (Depends-on): Add d-ino.
6311         * modules/cycle-check (Depends-on): Add stdint.
6312         (lib_SOURCES): Add cycle-check.h.
6313         * modules/d-ino: New module.
6314         * modules/d-type: New module.
6315         * modules/error (Files): Remove m4/strerror_r.m4.
6316         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6317         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6318         m4/inttypes_h.m4, m4/uintmax_t.m4.
6319         (Depends-on): Add stdint.
6320         (lib_SOURCES): Add fsusage.h.
6321         * modules/getcwd (Files): Remove d-ino.m4.
6322         (Depends-on): Add d-ino.
6323         * modules/getndelim2 (Depends-on): Add stdint.
6324         * modules/glob (Files): Remove m4/d-type.m4.
6325         (Depends-on): Add d-type.
6326         * modules/host-os: New module.
6327         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6328         m4/inttypes_h.m4, m4/uintmax_t.m4.
6329         * Depends-on: Add stdint.
6330         (lib_SOURCES): Add human.h.
6331         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6332         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6333         m4/uintmax_t.m4, m4/ulonglong.m4.
6334         (Depends-on): Add stdint.
6335         (EXTRA_DIST): Add inttostr.h.
6336         * modules/lchmod: New module.
6337         * modules/link-follow: New module.
6338         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6339         (Depends-on): Add lchmod.
6340         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6341         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6342         (Depends-on): Add stdint.
6343         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6344         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6345         (Depends-on): Add stdint.
6346         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6347         * modules/perl: New module.
6348         * modules/regex (Depends-on): Add stdint.
6349         * modules/rmdir-errno: New module.
6350         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6351         m4/intmax_t.m4.
6352         (Depends-on): Add stdint.
6353         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6354         m4/uintmax_t.m4.
6355         (Depends-on): Add stdint.
6356         * modules/unlink-busy: New module.
6357         * modules/utimecmp (Depends-on): Add stdint.
6358         * modules/uptime: New module.
6359         * modules/winsz-ioctl: New module.
6360         * modules/winsz-termios: New module.
6361         * modules/xnanosleep (Depends-on): Add nanosleep.
6362         * modules/ullong_max: Remove.
6363         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6364         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6365         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6366         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6367         (Depends-on): Add inttypes.
6368         (lib_SOURCES): Add xstrtol.h.
6369         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6370         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6371         * MODULES.html.sh: Move 'assert' into the assert section.
6372         Move 'dummy' into the linking section.
6373         Remove ullong_max.
6374         Add section for compatibility checks for POSIX:2001 functions,
6375         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6376         winsz-ioctl, and winsz-termios into it.
6377         Add lchmod.
6378         Add top-level Misc section and put host-os, perl, and uptime
6379         into it.
6380
6381 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6382
6383         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6384         now assume the stdint module.  Do not include inttypes.h.
6385         * lib/fsusage.h: Likewise.
6386         * lib/getndelim2.c: Likewise.
6387         * lib/human.h: Likewise.
6388         * lib/inttostr.h: Likewise.
6389         * lib/obstack.c: Likewise.
6390         * lib/regex_internal.h: Likewise.
6391         * lib/tempname.c: Likewise.
6392         * lib/utimecmp.c: Likewise.
6393         * lib/xstrtol.h: Likewise.
6394
6395         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6396
6397         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6398         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6399         * lib/xtime.h: Likewise.
6400
6401 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6402
6403         * modules/openat (Files): Add lib/fchmodat.c.
6404         Fixes problem reported by Jay Youngman.
6405
6406 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6407
6408         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6409         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6410
6411 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6412             Bruno Haible  <bruno@clisp.org>
6413
6414         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6415         and is a script that invokes bison. Tighten the code. Add comments.
6416
6417 2006-08-18  Jim Meyering  <jim@meyering.net>
6418
6419         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6420         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6421         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6422         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6423
6424 2006-08-18  Bruno Haible  <bruno@clisp.org>
6425
6426         * modules/bison-i18n: New file.
6427         * MODULES.html.sh (Internationalization functions): Add it.
6428
6429 2006-08-18  Bruno Haible  <bruno@clisp.org>
6430
6431         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6432         sys/statvfs.h. When getmntinfo was found, check its declaration and
6433         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6434
6435 2006-08-18  Bruno Haible  <bruno@clisp.org>
6436
6437         * m4/bison-i18n.m4: New file, from bison.
6438
6439 2006-08-18  Bruno Haible  <bruno@clisp.org>
6440
6441         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6442         (ME_DUMMY): Treat "kernfs" as a dummy.
6443         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6444
6445 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6446
6447         Update from coreutils.
6448
6449         2006-08-15  Jim Meyering  <jim@meyering.net>
6450
6451         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6452
6453         2006-01-17  Jim Meyering  <jim@meyering.net>
6454
6455         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6456
6457         2006-01-11  Jim Meyering  <jim@meyering.net>
6458
6459         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6460         Check for the lchmod function.
6461
6462 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         Update from coreutils.
6465
6466         * lib/__fpending.h: Add copyright notice.
6467         * lib/fprintftime.h: Likewise.
6468         * lib/savedir.c: Use (C) in copyright notice.
6469         * lib/savedir.h: Likewise.
6470
6471         2006-08-15  Jim Meyering  <jim@meyering.net>
6472
6473         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6474         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6475         in support of the EXPECTED_ERRNO macro.
6476         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6477         definitions.  Instead, define the appropriate symbols and include
6478         "at-func.c".
6479         * lib/mkdirat.c (mkdirat): Likewise.
6480         * lib/fchmodat.c (fchmodat): Likewise.
6481         (ENOSYS): Remove definition.
6482         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6483         it.  Don't include "unistd--.h" -- it wasn't ever used.
6484
6485         2006-01-17  Jim Meyering  <jim@meyering.net>
6486
6487         Rewrite fts.c not to change the current working directory,
6488         by using openat, fstatat, fdopendir, etc..
6489
6490         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6491         (HAVE_OPENAT_SUPPORT): Define.
6492         [_LIBC] (fchdir): Don't undef or define; no longer used.
6493         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6494         Now, this `function' always succeeds, and consumes its file descriptor
6495         parameter -- so callers must not close such FDs.  Update callers.
6496         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6497         (diropen): Add parameter, SP.  Adjust all callers.
6498         Implement using diropen_fd, rather than open.
6499         (fts_open): Initialize new member, fts_cwd_fd.
6500         Remove fts_rft-setting code.
6501         (fts_close): Close fts_cwd_fd, if necessary.
6502         (__opendir2): Define in terms of opendir or opendirat,
6503         depending on whether the FST_NOCHDIR flag is set.
6504         (fts_build): Since fts_safe_changedir consumes its FD, and since
6505         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6506         and close the dup'd file descriptor upon failure.
6507         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6508         (fts_safe_changedir): Tweak semantics to reflect that this function
6509         now calls cwd_advance_fd and hence consumes its FD argument.
6510         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6511         [struct FTS] (fts_rft): Remove now-unused member.
6512         [struct FTS] (fts_cycle.state): Improve comment.
6513
6514         * lib/openat.c (openat_needs_fchdir): New function.
6515         * lib/openat.h (openat_needs_fchdir): Declare it.
6516
6517 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6518
6519         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6520         Problem and fix reported by Pádraig Brady in
6521         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6522
6523 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6524
6525         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6526
6527 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6528
6529         * lib/memcoll.c (memcoll): Optimize for the common case where the
6530         arguments are bytewise equal.
6531
6532 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6533
6534         * doc/regexprops-generic.texi: Add a copyright notice.
6535
6536 2006-08-15  Bruno Haible  <bruno@clisp.org>
6537
6538         * modules/tmpdir (License): Change to LGPL.
6539
6540 2006-08-15  Bruno Haible  <bruno@clisp.org>
6541
6542         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6543         module.
6544
6545 2006-08-14  Simon Josefsson  <jas@extundo.com>
6546
6547         * config/srclist.txt: Add gnupload.
6548
6549 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6550
6551         Change copyright notice from LGPL 2 to GPL 2, since that's the
6552         standard form used in the gnulib repository.
6553         * tests/test-lock.c: Likewise.
6554         * tests/test-stdint.c: Likewise.
6555         * tests/test-tls.c: Likewise.
6556
6557         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6558         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6559         Add copyright notice.
6560
6561         * check-module: Add copyright notice.  Output a copyright
6562         notice if "--version" is specified.
6563         * modules/COPYING: New file.
6564         * tests/test-getaddrinfo.c: Add copyright notice.
6565         * tests/test-verify.c: Likewise.
6566
6567 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         Change copyright notice from LGPL 2 to GPL 2, since that's the
6570         standard form used in the gnulib repository.
6571         * lib/lock.c: LGPL -> GPL.
6572         * lib/lock.h: Likewise.
6573         * lib/strnlen1.c: Likewise.
6574         * lib/strnlen1.h: Likewise.
6575         * lib/tls.c: Likewise.
6576         * lib/tls.h: Likewise.
6577         * lib/tmpdir.c: Likewise.
6578
6579         * lib/TODO: Remove; this belongs only in coreutils.
6580
6581 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6582
6583         Add copyright notices to long-enough files that lack them, since
6584         otherwise the files aren't clearly free.  Use the same notice that
6585         getdate.texi already uses.
6586         * doc/alloca-opt.texi: Add copyright notice.
6587         * doc/alloca.texi: Likewise.
6588         * doc/ctime.texi: Likewise.
6589         * doc/functions.texi: Likewise.
6590         * doc/gcd.texi: Likewise.
6591         * doc/gnulib-tool.texi: Likewise.
6592         * doc/inet_ntoa.texi: Likewise.
6593         * doc/visibility.texi: Likewise.
6594
6595         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6596         * doc/quote.texi: Add copyright notice.
6597
6598         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6599         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6600         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6601         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6602         is now obsolete, and give a pointer to the Sun list.
6603         Add copyright notice.
6604
6605 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6606
6607         * config/srclistvars.sh: Add copyright notice.
6608
6609 2006-08-14  Eric Blake  <ebb9@byu.net>
6610
6611         Import the following change from libc:
6612
6613         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6614
6615         Upstream bug 2997.
6616         * lib/misc/error.c: Add space between program name and message if file
6617         name is missing.
6618
6619 2006-08-12  Karl Berry  <karl@gnu.org>
6620
6621         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6622         remove, these originate in gnulib now.
6623
6624 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6625
6626         * doc/Makefile (standards.info standards.html standards.dvi):
6627         Also depend on make-stds.texi.
6628
6629 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6630
6631         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6632         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6633
6634         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6635         in wchar_t.  Problem reported by Eric Blake.
6636
6637         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6638         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6639         Also, help the compiler to keep LEN in a register.
6640
6641 2006-08-11  Eric Blake  <ebb9@byu.net>
6642
6643         * users.txt: Sort.  Add tar.
6644
6645 2006-08-11  Bruno Haible  <bruno@clisp.org>
6646
6647         * users.txt: New file.
6648
6649 2006-08-11  Bruno Haible  <bruno@clisp.org>
6650
6651         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6652         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6653
6654 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         * modules/snprintf (Depends-on): Remove minmax.
6657         (Maintainer): Add self and Bruno.
6658
6659 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6660
6661         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6662         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6663         (EOVERFLOW): Define if the system does not.
6664         Do not include "minmax.h"; it wasn't used.
6665         (snprintf): Don't assume size_t promotes to an unsigned type.
6666         Fix bug when generated string was too long for the buffer: the
6667         buffer's contents are supposed to be the initial prefix of the
6668         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6669         exceeds INT_MAX; do the check ourselves.
6670
6671         Import the following changes from libc:
6672
6673         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6674
6675         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6676         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6677         set wc to the byte which couldn't be converted.
6678         (re_string_reconstruct): Don't clear valid_raw_len before calling
6679         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6680         tip_context using re_string_context_at.
6681
6682         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6683
6684         * lib/posix/regex.h: g++ still cannot handled [restrict].
6685
6686         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6687
6688         * lib/posix/regex.h: Remove special handling for VMS.
6689
6690 2006-08-10  Jim Meyering  <jim@meyering.net>
6691
6692         * modules/same-inode: New module.
6693         * modules/dev-ino: New module.
6694         * modules/cycle-check: Depend on these modules, rather than simply
6695         including their .h files.
6696         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6697         required via m4/cycle-check.m4.
6698         * modules/same: Depend on new same-inode module, rather than
6699         including same-inode.h.
6700         * modules/chdir-safer: New file.
6701
6702         * modules/chown (Depends-on): Add stat-macros.
6703
6704 2006-08-10  Jim Meyering  <jim@meyering.net>
6705
6706         * m4/cycle-check.m4: New file.
6707         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6708         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6709
6710 2006-08-10  Eric Blake  <ebb9@byu.net>
6711
6712         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6713         in from original proposal.
6714
6715 2006-08-10  Eric Blake  <ebb9@byu.net>
6716         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6717
6718         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6719         namespace.
6720
6721 2006-08-10  Bruno Haible  <bruno@clisp.org>
6722
6723         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6724         as well.
6725
6726 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         Sync from coreutils.
6729
6730         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6731
6732         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6733         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6734
6735 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6736
6737         * modules/restrict: Remove; no longer needed now that we assume
6738         Autoconf 2.59 or later.
6739         * MODULES.html.sh: Remove 'restrict'.
6740         * modules/argp (Depends-on): Remove 'restrict'.
6741         * modules/base64 (Depends-on): Likewise.
6742         * modules/gc (Depends-on): Likewise.
6743         * modules/getaddrinfo (Depends-on): Likewise.
6744         * modules/glob (Depends-on): Likewise.
6745         * modules/inet_ntop (Depends-on): Likewise.
6746         * modules/inet_pton (Depends-on): Likewise.
6747         * modules/memxor (Depends-on): Likewise.
6748         * modules/regex (Depends-on): Likewise.
6749         * modules/strtok_r (Depends-on): Likewise.
6750         * modules/time_r (Depends-on): Likewise.
6751
6752 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6753
6754         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6755         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6756         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6757         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6758         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6759         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6760         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6761         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6762
6763         Merge from coreutils.
6764         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6765         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6766         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6767         * m4/time_r.m4 (gl_TIME_R): Likewise.
6768
6769 2006-08-09  Karl Berry  <karl@gnu.org>
6770
6771         * config/srclist.txt: no more gettext-tools, per Bruno.
6772
6773 2006-08-08  Eric Blake  <ebb9@byu.net>
6774
6775         * modules/verror: New module.
6776         * MODULES.html.sh: Document it.
6777
6778 2006-08-08  Eric Blake  <ebb9@byu.net>
6779
6780         * lib/verror.h, lib/verror.c: New files.
6781
6782 2006-08-08  Eric Blake  <ebb9@byu.net>
6783
6784         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6785         verror_at_line output complies with GNU Coding Standards even when
6786         file is NULL.
6787
6788 2006-08-07  Bruno Haible  <bruno@clisp.org>
6789
6790         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6791         versions of AIX.
6792         Reported by Ralf Wildenhues.
6793
6794 2006-08-07  Bruno Haible  <bruno@clisp.org>
6795
6796         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6797         in an AC_DEFUN. Needed so that the autoconf snippets can use
6798         AC_REQUIRE.
6799
6800 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6801
6802         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6803         Initialize pkgdata_DATA.
6804         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6805         overriding it.
6806
6807 2006-08-06  Eric Blake  <ebb9@byu.net>
6808
6809         * lib/error.h: Fold in some upstream changes from glibc.
6810         * lib/error.c: Likewise.
6811
6812 2006-08-04  Bruno Haible  <bruno@clisp.org>
6813
6814         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6815         Make the mostlyclean-local rule depend on mostlyclean-generic.
6816         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6817
6818 2006-07-31  Bruno Haible  <bruno@clisp.org>
6819
6820         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6821         <stdlib.h>, <string.h>.
6822
6823 2006-07-30  Bruno Haible  <bruno@clisp.org>
6824
6825         * modules/readlink (License): Change to LGPL.
6826
6827 2006-07-30  Bruno Haible  <bruno@clisp.org>
6828
6829         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6830         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6831         set PKGDATADIR to point to it.
6832
6833 2006-07-30  Bruno Haible  <bruno@clisp.org>
6834
6835         * modules/csharpexec (configure.ac): Comment out macro invocation.
6836         * modules/javaexec (configure.ac): Likewise.
6837         * modules/javacomp-script (configure.ac): Likewise.
6838
6839         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6840
6841 2006-07-30  Bruno Haible  <bruno@clisp.org>
6842
6843         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6844         linked-list.
6845
6846 2006-07-30  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6849
6850 2006-07-30  Bruno Haible  <bruno@clisp.org>
6851
6852         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6853         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6854         get removed.
6855
6856 2006-07-29  Bruno Haible  <bruno@clisp.org>
6857
6858         Make it possible for gnulib-tool to work with locally modified or
6859         augmented gnulib repositories.
6860         * gnulib-tool (func_usage): Document --local-dir option.
6861         (local_gnulib_dir): New variable.
6862         Handle --local-dir option.
6863         (func_lookup_file): New function.
6864         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6865         (func_get_description, func_get_filelist, func_get_description,
6866         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6867         func_get_automake_snippet, func_get_include_directive,
6868         func_get_license, func_get_maintainer): Use func_lookup_file.
6869         (func_import, func_create_testdir): Use func_lookup_file.
6870
6871 2006-07-29  Bruno Haible  <bruno@clisp.org>
6872
6873         * modules/setenv (Depends-on): Add unistd.
6874
6875 2006-07-29  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6878
6879 2006-07-29  Bruno Haible  <bruno@clisp.org>
6880
6881         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6882
6883 2006-07-29  Bruno Haible  <bruno@clisp.org>
6884
6885         * gnulib-tool (import, update): If there is no Makefile.am, look at
6886         aclocal.m4, instead of bailing out.
6887
6888 2006-07-29  Bruno Haible  <bruno@clisp.org>
6889
6890         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6891         Categorize the options by when they are useful.
6892
6893 2006-07-29  Bruno Haible  <bruno@clisp.org>
6894
6895         * gnulib-tool (func_usage): Document option --no-libtool.
6896         Handle option --no-libtool.
6897         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6898         for changed semantics of $libtool variable.
6899         (func_import): Likewise. If libtool is not used, show this through
6900         an option --no-libtool.
6901         (func_create_testdir): Update.
6902
6903 2006-07-29  Bruno Haible  <bruno@clisp.org>
6904
6905         * gnulib-tool (func_import): Extend error message about missing
6906         --doc-base.
6907
6908 2006-07-29  Bruno Haible  <bruno@clisp.org>
6909
6910         * gnulib-tool (func_import): Don't create the $docbase directory if
6911         there is no file to store there.
6912
6913 2006-07-29  Bruno Haible  <bruno@clisp.org>
6914
6915         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6916         relevant, look for configure.ac there, not in the current directory.
6917         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6918
6919 2006-07-29  Bruno Haible  <bruno@clisp.org>
6920
6921         * gnulib-tool (SORT): New variable.
6922         (func_usage): Undocument --assume-autoconf option.
6923         Remove --assume-autoconf option handling.
6924         (autoconf_minversion): Determine from the contents of configure.ac.
6925         (func_import): Remove autoconf_minversion handling.
6926         Suggested by Eric Blake.
6927
6928 2006-07-29  Bruno Haible  <bruno@clisp.org>
6929
6930         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6931
6932 2006-07-29  Bruno Haible  <bruno@clisp.org>
6933
6934         * config/srclist.txt (*setenv.[ch]): Remove rules.
6935
6936 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6937
6938         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6939
6940 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6941
6942         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6943         arpa/inet.h.
6944
6945 2006-07-28  Simon Josefsson  <jas@extundo.com>
6946
6947         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6948         * modules/inet_pton (Depends-on): Likewise.
6949
6950 2006-07-28  Simon Josefsson  <jas@extundo.com>
6951
6952         * m4/netinet_in_h.m4: New file.
6953
6954 2006-07-28  Simon Josefsson  <jas@extundo.com>
6955
6956         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6957         #include's.
6958
6959 2006-07-28  Simon Josefsson  <jas@extundo.com>
6960
6961         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6962         #include's.
6963
6964 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6965
6966         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6967         setgid on directories only if they set these bits.
6968         * lib/modechange.h: Remove obsolete comment about masks.
6969
6970 2006-07-28  Eric Blake  <ebb9@byu.net>
6971
6972         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6973         macro expansion.
6974
6975 2006-07-28  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6978
6979 2006-07-28  Bruno Haible  <bruno@clisp.org>
6980
6981         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6982
6983 2006-07-28  Bruno Haible  <bruno@clisp.org>
6984
6985         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6986         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6987         Define fallbacks.
6988         Avoids link error on FreeBSD 4.x.
6989         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6990
6991         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6992         encoding.
6993         * lib/mbswidth.c (iswcntrl): Likewise.
6994
6995 2006-07-27  Bruno Haible  <bruno@clisp.org>
6996
6997         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6998         test.
6999
7000 2006-07-27  Bruno Haible  <bruno@clisp.org>
7001
7002         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7003         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7004         defined.
7005
7006 2006-07-26  Eric Blake  <ebb9@byu.net>
7007
7008         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7009
7010 2006-07-26  Eric Blake  <ebb9@byu.net>
7011
7012         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7013         like mingw that lack mkstemp.
7014         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7015         avoid compilation warning on mingw.
7016
7017 2006-07-26  Bruno Haible  <bruno@clisp.org>
7018
7019         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7020         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7021         INT_FAST*_MIN, INTPTR_MIN.
7022
7023 2006-07-25  Bruno Haible  <bruno@clisp.org>
7024
7025         * modules/version-etc (Depends-on): Add stdarg.
7026
7027 2006-07-25  Bruno Haible  <bruno@clisp.org>
7028
7029         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7030         complex commands.
7031
7032 2006-07-25  Bruno Haible  <bruno@clisp.org>
7033
7034         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7035         defined in <stdarg.h> or config.h.
7036
7037 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7038
7039         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7040         (gl_STDIO_SAFER): Remove.
7041
7042 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7043
7044         * MODULES.html.sh (File stream based Input/Output):
7045         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7046         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7047         * modules/fopen-safer, modules/tmpfile-safer: New files.
7048         * modules/stdio-safer: Remove.
7049
7050 2006-07-24  Bruno Haible  <bruno@clisp.org>
7051
7052         * modules/tmpdir: New file.
7053         * MODULES.html.sh (File system functions): Add it.
7054
7055 2006-07-24  Bruno Haible  <bruno@clisp.org>
7056
7057         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7058         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7059
7060 2006-07-24  Bruno Haible  <bruno@clisp.org>
7061
7062         * modules/clean-temp: New file.
7063
7064 2006-07-24  Bruno Haible  <bruno@clisp.org>
7065
7066         * m4/tmpdir.m4: New file, from GNU gettext.
7067
7068 2006-07-24  Bruno Haible  <bruno@clisp.org>
7069
7070         * lib/tmpdir.h: New file, from GNU gettext.
7071         * lib/tmpdir.c: New file, from GNU gettext.
7072
7073 2006-07-24  Bruno Haible  <bruno@clisp.org>
7074
7075         * lib/clean-temp.h: New file, from GNU gettext.
7076         * lib/clean-temp.c: New file, from GNU gettext.
7077
7078 2006-07-23  Eric Blake  <ebb9@byu.net>
7079
7080         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7081         (Depends-on): Add binary-io.
7082
7083 2006-07-23  Eric Blake  <ebb9@byu.net>
7084
7085         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7086
7087 2006-07-23  Eric Blake  <ebb9@byu.net>
7088
7089         * lib/tmpfile-safer.c: New file.
7090         * lib/stdio-safer.h (fopen_safer): Add prototype.
7091         * lib/stdio--.h (tmpfile): Make safer.
7092
7093 2006-07-23  Bruno Haible  <bruno@clisp.org>
7094
7095         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7096         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7097         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7098         gl_linked_remove_at): Use it.
7099
7100 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7101         and Simon Josefsson <jas@extundo.com>
7102
7103         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7104
7105         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7106
7107 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7108
7109         * modules/close-stream: New file.
7110         * modules/closeout (Description): Make it clear that it exits
7111         with a diagnostic on error.
7112         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7113         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7114
7115 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7116
7117         * m4/close-stream.m4: New file.
7118
7119 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         * lib/close-stream.c, lib/close-stream.h: New files.
7122
7123 2006-07-22  Bruno Haible  <bruno@clisp.org>
7124
7125         Merge from GNU gettext 0.15.
7126
7127         2006-05-01  Bruno Haible  <bruno@clisp.org>
7128
7129                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7130
7131         2006-07-22  Bruno Haible  <bruno@clisp.org>
7132
7133                 * modules/javaversion: New file.
7134                 * MODULES.html.sh (Java): Add javaversion.
7135
7136         2006-03-12  Bruno Haible  <bruno@clisp.org>
7137
7138                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7139
7140         2005-12-04  Bruno Haible  <bruno@clisp.org>
7141
7142                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7143                 (untested).
7144
7145         2006-06-21  Bruno Haible  <bruno@clisp.org>
7146
7147                 Avoid warnings from recent versions of mcs.
7148                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7149                 -o, -L, -r any more. Use options documented since mcs-1.0
7150                 instead. Similarly for -g.
7151
7152         2005-12-04  Bruno Haible  <bruno@clisp.org>
7153
7154                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7155                 .resources, not .resource.
7156
7157         2005-07-09  Bruno Haible  <bruno@clisp.org>
7158
7159                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7160                 add a .dll suffix.
7161                 Reported by Mark Junker <mjscod@gmx.de>.
7162
7163         2006-07-22  Bruno Haible  <bruno@clisp.org>
7164
7165                 * modules/gettext: Upgrade to gettext-0.15.
7166                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7167                 m4/visibility.m4.
7168                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7169
7170 2006-07-22  Bruno Haible  <bruno@clisp.org>
7171
7172         Merge from GNU gettext 0.15.
7173
7174         2006-03-25  Bruno Haible  <bruno@clisp.org>
7175
7176                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7177
7178         2006-07-21  Bruno Haible  <bruno@clisp.org>
7179
7180                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7181                 "1.1".
7182
7183         2006-05-09  Bruno Haible  <bruno@clisp.org>
7184
7185                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7186                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7187                 for the conftestver execution.
7188
7189         2006-05-01  Bruno Haible  <bruno@clisp.org>
7190
7191                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7192                 optional target-version argument. Verify that the compiler
7193                 groks source of the specified source-version, or add -source
7194                 option as necessary. Verify that the compiler produces
7195                 bytecode in the specified target-version, or add -target and
7196                 -source options as necessary. Make the result of the test
7197                 available as variable CONF_JAVAC. Also log error output in
7198                 config.log.
7199
7200         2006-03-11  Bruno Haible  <bruno@clisp.org>
7201
7202                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7203
7204         2006-05-09  Bruno Haible  <bruno@clisp.org>
7205
7206                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7207                 CLASSPATH_SEPARATOR to a semicolon.
7208
7209         2006-03-12  Bruno Haible  <bruno@clisp.org>
7210
7211                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7212                 available as variable CONF_JAVA, for subsequent autoconf
7213                 tests. Also log error output in config.log.
7214
7215         2006-07-19  Bruno Haible  <bruno@clisp.org>
7216
7217                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7218                 that getline works on glibc2 systems. Needed to avoid trouble
7219                 in relocatable.c.
7220                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7221
7222         2005-12-04  Bruno Haible  <bruno@clisp.org>
7223
7224                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7225                 launcher (untested).
7226
7227         2005-12-04  Bruno Haible  <bruno@clisp.org>
7228
7229                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7230
7231         2006-07-22  Bruno Haible  <bruno@clisp.org>
7232
7233                 * gettext.m4: Update from GNU gettext-0.15.
7234                 * nls.m4: Likewise.
7235                 * po.m4: Likewise.
7236                 * inttypes-pri.m4: Likewise.
7237                 * inttypes-h.m4: Renamed from inttypes.m4.
7238                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7239
7240 2006-07-22  Bruno Haible  <bruno@clisp.org>
7241
7242         Merge from GNU gettext 0.15.
7243
7244         2005-07-05  Bruno Haible  <bruno@clisp.org>
7245
7246                 * printf-args.c (printf_fetchargs): Work around broken
7247                 definition of wint_t on mingw.
7248
7249         2005-02-12  Bruno Haible  <bruno@clisp.org>
7250
7251                 * xallocsa.h: Add extern "C" for C++.
7252
7253         2006-05-17  Bruno Haible  <bruno@clisp.org>
7254
7255                 Cygwin portability.
7256                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7257
7258         2006-04-30  Bruno Haible  <bruno@clisp.org>
7259
7260                 * progreloc.c: Include <mach-o/dyld.h> if available.
7261                 (find_executable): Use _NSGetExecutablePath when possible.
7262
7263         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7264
7265                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7266                 function.
7267
7268         2005-12-29  Bruno Haible  <bruno@clisp.org>
7269
7270                 * progreloc.c (set_program_name_and_installdir): Fix
7271                 compilation error.
7272
7273         2005-12-04  Bruno Haible  <bruno@clisp.org>
7274
7275                 Cygwin portability.
7276                 * progreloc.c: Include <windows.h> also on Cygwin.
7277                 (find_executable): Add support for Cygwin.
7278                 (set_program_name_and_installdir): Handle also platforms with
7279                 nonempty EXEEXT.
7280
7281         2006-07-11  Bruno Haible  <bruno@clisp.org>
7282
7283                 * javacomp.c: Fix a comment.
7284                 Reported by Jim Meyering.
7285
7286         2006-04-30  Bruno Haible  <bruno@clisp.org>
7287
7288                 * javacomp.h (compile_java_class): Add source_version,
7289                 target_version arguments.
7290                 * javacomp.c: Rewritten to choose only a compiler that
7291                 respects the specified source_version and target_version.
7292
7293         2006-06-27  Bruno Haible  <bruno@clisp.org>
7294
7295                 Assume correct S_ISDIR macro.
7296                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7297
7298         2006-07-22  Bruno Haible  <bruno@clisp.org>
7299
7300                 * javaversion.h: New file, from GNU gettext.
7301                 * javaversion.c: New file, from GNU gettext.
7302                 * javaversion.java: New file, from GNU gettext.
7303                 * javaversion.class: New file, from GNU gettext.
7304
7305         2006-05-17  Bruno Haible  <bruno@clisp.org>
7306
7307                 Cygwin portability.
7308                 * javaexec.c (execute_java_class): Test for jview program
7309                 also on Cygwin.
7310
7311         2006-04-09  Bruno Haible  <bruno@clisp.org>
7312
7313                 * fatal-signal.c: Don't include string.h.
7314                 (at_fatal_signal): Use a copying loop instead of memcpy.
7315
7316         2005-12-04  Bruno Haible  <bruno@clisp.org>
7317
7318                 * csharpexec.c: Add support for 'clix' launcher (untested).
7319                 (execute_csharp_using_sscli): New function.
7320                 (execute_csharp_program): Call it.
7321
7322         2006-06-21  Bruno Haible  <bruno@clisp.org>
7323
7324                 Avoid warnings from recent versions of mcs.
7325                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7326                 -o, -L, -r any more. Use options documented since mcs-1.0
7327                 instead. Similarly for -g.
7328
7329         2005-07-09  Bruno Haible  <bruno@clisp.org>
7330
7331                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7332                 add a .dll suffix.
7333                 Reported by Mark Junker <mjscod@gmx.de>.
7334
7335         2006-06-17  Bruno Haible  <bruno@clisp.org>
7336
7337                 * config.charset: Update for NetBSD 3.0.
7338
7339         2006-05-17  Bruno Haible  <bruno@clisp.org>
7340
7341                 Cygwin portability.
7342                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7343
7344         2006-05-16  Bruno Haible  <bruno@clisp.org>
7345
7346                 * localcharset.c [CYGWIN]: Include <windows.h>.
7347                 (get_charset_aliases): For Cygwin, return the same CPxxx
7348                 aliases list as under WIN32.
7349                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7350                 the environment variables. Fall back to GetACP().
7351
7352         2006-04-05  Bruno Haible  <bruno@clisp.org>
7353
7354                 * config.charset: Update Juan Manuel Guerrero's address.
7355
7356         2005-02-12  Bruno Haible  <bruno@clisp.org>
7357
7358                 * allocsa.h: Add extern "C" for C++.
7359
7360         2005-02-10  Bruno Haible  <bruno@clisp.org>
7361
7362                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7363                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7364
7365         2006-07-22  Bruno Haible  <bruno@clisp.org>
7366
7367                 * gettext.h: Update to GNU gettext-0.15.
7368
7369 2006-07-22  Bruno Haible  <bruno@clisp.org>
7370
7371         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7372         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7373         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7374
7375 2006-07-21  Eric Blake  <ebb9@byu.net>
7376
7377         * modules/stdlib-safer: New file.
7378         * MODULES.html.sh (File stream based Input/Output): Add
7379         stdlib-safer.
7380
7381 2006-07-21  Eric Blake  <ebb9@byu.net>
7382
7383         * lib/stdlib-safer.h: New file from coreutils, required by
7384         stdlib--.h.
7385
7386 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7389
7390 2006-07-20  Bruno Haible  <bruno@clisp.org>
7391
7392         * gnulib-tool: Recognize new option --assume-autoconf.
7393         (autoconf_minversion): New variable.
7394         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7395
7396 2006-07-20  Bruno Haible  <bruno@clisp.org>
7397
7398         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7399
7400 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7401
7402         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7403         Reindent and repaginate.
7404
7405 2006-07-19  Derek Price  <derek@ximbiot.com>
7406
7407         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7408         Correct grammar.
7409
7410 2006-07-17  Bruno Haible  <bruno@clisp.org>
7411
7412         * modules/list: New file.
7413         * modules/array-list: New file.
7414         * modules/carray-list, modules/carray-list-tests: New files.
7415         * modules/linked-list, modules/linked-list-tests: New files.
7416         * modules/avltree-list, modules/avltree-list-tests: New files.
7417         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7418         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7419         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7420         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7421         * modules/oset: New file.
7422         * modules/array-oset: New file.
7423         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7424         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7425         * tests/test-carray_list.c: New file.
7426         * tests/test-linked_list.c: New file.
7427         * tests/test-avltree_list.c: New file.
7428         * tests/test-rbtree_list.c: New file.
7429         * tests/test-linkedhash_list.c: New file.
7430         * tests/test-avltreehash_list.c: New file.
7431         * tests/test-rbtreehash_list.c: New file.
7432         * tests/test-avltree_oset.c: New file.
7433         * tests/test-rbtree_oset.c: New file.
7434         * MODULES.html.sh (Container data structures): New section.
7435
7436 2006-07-17  Bruno Haible  <bruno@clisp.org>
7437
7438         * m4/gl_list.m4: New file.
7439
7440 2006-07-17  Bruno Haible  <bruno@clisp.org>
7441
7442         * lib/gl_list.h: New file.
7443         * lib/gl_list.c: New file.
7444         * lib/gl_array_list.h: New file.
7445         * lib/gl_array_list.c: New file.
7446         * lib/gl_carray_list.h: New file.
7447         * lib/gl_carray_list.c: New file.
7448         * lib/gl_linked_list.h: New file.
7449         * lib/gl_linked_list.c: New file.
7450         * lib/gl_anylinked_list1.h: New file.
7451         * lib/gl_anylinked_list2.h: New file.
7452         * lib/gl_avltree_list.h: New file.
7453         * lib/gl_avltree_list.c: New file.
7454         * lib/gl_anyavltree_list1.h: New file.
7455         * lib/gl_anyavltree_list2.h: New file.
7456         * lib/gl_rbtree_list.h: New file.
7457         * lib/gl_rbtree_list.c: New file.
7458         * lib/gl_anyrbtree_list1.h: New file.
7459         * lib/gl_anyrbtree_list2.h: New file.
7460         * lib/gl_anytree_list1.h: New file.
7461         * lib/gl_anytree_list2.h: New file.
7462         * lib/gl_linkedhash_list.h: New file.
7463         * lib/gl_linkedhash_list.c: New file.
7464         * lib/gl_anyhash_list1.h: New file.
7465         * lib/gl_anyhash_list2.h: New file.
7466         * lib/gl_avltreehash_list.h: New file.
7467         * lib/gl_avltreehash_list.c: New file.
7468         * lib/gl_rbtreehash_list.h: New file.
7469         * lib/gl_rbtreehash_list.c: New file.
7470         * lib/gl_anytreehash_list1.h: New file.
7471         * lib/gl_anytreehash_list2.h: New file.
7472
7473         * lib/gl_oset.h: New file.
7474         * lib/gl_oset.c: New file.
7475         * lib/gl_array_oset.h: New file.
7476         * lib/gl_array_oset.c: New file.
7477         * lib/gl_avltree_oset.h: New file.
7478         * lib/gl_avltree_oset.c: New file.
7479         * lib/gl_rbtree_oset.h: New file.
7480         * lib/gl_rbtree_oset.c: New file.
7481         * lib/gl_anytree_oset.h: New file.
7482
7483 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         * m4/mkancesdirs.m4: New file.
7486         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7487         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7488         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7489         it.
7490
7491 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7492
7493         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7494         * lib/mkancesdirs.h: New files.
7495         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7496         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7497         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7498         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7499         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7500         callers changed.  Revamp internals significantly, by not
7501         attempting to create directories that are temporarily more
7502         permissive than the final results.  Do not attempt to use
7503         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7504         This removes some race conditions, fixes some bugs, and simplifies
7505         things.  Use new dirchownmod function to do owner and mode changes.
7506         * lib/mkdir-p.h: Likewise.
7507         * lib/modechange.c (octal_to_mode): New function.
7508         (struct mode_change): New member mentioned.
7509         (make_node_op_equals): New arg mentioned.  All callers changed.
7510         (mode_compile): Keep track of which mode bits the user has explicitly
7511         mentioned.
7512         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7513         New arg PMODE_BITS, to keep track of which mode bits the user
7514         mentioned; it treats S_ISUID and S_ISGID speciall.
7515         All callers changed.
7516         * lib/modechange.h: Likewise.
7517
7518 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         * MODULES.html.sh: Add mkancestors.
7521         * modules/mkancesdirs: New module.
7522         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7523         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7524         The chdir-safer and afs files are now orphans; I'll remove them
7525         unless someone speaks up.
7526         Add lib/dirchownmod.c, lib/dirchownmod.h.
7527         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7528         Add lchown, mkancesdirs.
7529         (Maintainer): Add self.
7530
7531 2006-07-15  Karl Berry  <karl@gnu.org>
7532
7533         * gnulib-tool: help message wording/arrangement.
7534
7535 2006-07-14  Simon Josefsson  <jas@extundo.com>
7536
7537         * doc/gnulib.texi (Libtool and Windows): New section.
7538
7539 2006-07-12  Simon Josefsson  <jas@extundo.com>
7540
7541         * modules/gendocs (License): Fix license, approved by Karl.
7542
7543 2006-07-12  Eric Blake  <ebb9@byu.net>
7544
7545         * MODULES.html.sh: Add gendocs.
7546
7547 2006-07-11  Eric Blake  <ebb9@byu.net>
7548
7549         * modules/fdl: New module, to install doc/fdl.texi.
7550         * MODULES.html.sh: Add new section for documentation modules.
7551         * gnulib-tool: Avoid space-tab.
7552         (--doc-base): New option, to manage files from doc.
7553
7554 2006-07-11  Eric Blake  <ebb9@byu.net>
7555
7556         * m4/absolute-header.m4: Fix comments to match recent change.
7557
7558 2006-07-11  Eric Blake  <ebb9@byu.net>
7559
7560         * gnulib-tool: List --doc-base before --tests-base.
7561
7562 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7563
7564         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7565
7566 2006-07-11  Bruno Haible  <bruno@clisp.org>
7567
7568         * README: Mention where to put documentation.
7569
7570 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7571
7572         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7573
7574 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7577         to stdint.m4.
7578
7579 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7580
7581         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7582         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7583         "no/such/file/stdint.h" when there is no such file, so that
7584         the resulting C code can be parsed by dodgy compilers.
7585         Problems reported by Bob Proulx.
7586
7587 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7588
7589         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7590         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7591         macros into the GNU _D_EXACT_NAMLEN.
7592         * lib/savedir.c:  Likewise.
7593         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7594
7595 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7596         and Paul Eggert  <eggert@cs.ucla.edu>
7597
7598         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7599         * m4/savedir.m4:
7600         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7601         macros into the GNU _D_EXACT_NAMLEN.
7602
7603 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7604
7605         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7606         around the absolute name, to work around a problem with the HP-UX
7607         11.23 native C compiler, reported by Bob Proulx.
7608
7609 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7610
7611         * doc/maintain.texi, make-stds.texi: Sync from
7612         <http://savannah.gnu.org/projects/gnustandards>.
7613
7614 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7615
7616         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7617
7618 2006-07-09  Jim Meyering  <jim@meyering.net>
7619
7620         * m4/glob.m4: Remove a doubled word in a comment.
7621
7622 2006-07-09  Jim Meyering  <jim@meyering.net>
7623
7624         * lib/argp-pv.c: Remove a doubled word in a comment.
7625         * lib/check-version.c (check_version): Likewise.
7626         * lib/javacomp.c (compile_java_class): Likewise.
7627
7628 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7629
7630         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7631         for the benefit of people using Autoconf 2.60.  If you want to
7632         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7633         (or m4/onceonly.m4, if pre-2.57) manually.
7634
7635 2006-07-08  Jim Meyering  <jim@meyering.net>
7636
7637         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7638         comment.
7639         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7640         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7641         comment.
7642
7643 2006-07-08  Jim Meyering  <jim@meyering.net>
7644
7645         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7646
7647 2006-07-07  Simon Josefsson  <jas@extundo.com>
7648
7649         * tests/test-crc.c: Change expected crc value, the test vector
7650         were probably computed using the old broken crc.c?
7651
7652 2006-07-06  Simon Josefsson  <jas@extundo.com>
7653
7654         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7655         now the canonical place for the M4 file).
7656
7657         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7658         from the sys_socket dependency now.
7659
7660         * modules/inet_pton (Files): Ditto.
7661
7662         * modules/inet_ntop (Files): Ditto.
7663
7664 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7665
7666         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7667         not gl_PREREQ_GETUSERSHELL.
7668
7669 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7670
7671         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7672         with only one argument, for Autoconf 2.60.
7673         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7674         expand to nothing, so add a shell command to avoid syntax error.
7675         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7676
7677 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7678
7679         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7680
7681 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7682
7683         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7684         no longer needed.  Check for isblank decl.
7685         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7686         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7687         of existence.
7688
7689 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7690
7691         * lib/getloadavg.c: Use __VMS, not VMS.
7692         * lib/getopt.c: Likewise.
7693         * lib/getpagesize.h: Likewise.
7694         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7695         and probably does not work.
7696
7697 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7698
7699         * lib/.cppi-disable: Add wcwidth.
7700         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7701         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7702         (ISGRAPH): Remove.  All uses changed to isgraph.
7703         (FOLD) [!defined _LIBC]: Remove special case.
7704         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7705         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7706         HAVE_ISBLANK.
7707         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7708         case.
7709
7710 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7711
7712         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7713         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7714         brackets.  Other minor changes to suppress some compiler
7715         warnings.
7716
7717 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7718         and Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7721         of invoking obsolescent AC_HEADER_DIRENT macro.
7722         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7723         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7724         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7725         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7726         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7727         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7728         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7729         * m4/readdir.m4: Remove; no longer needed.
7730
7731 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7732         and Paul Eggert  <eggert@cs.ucla.edu>
7733
7734         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7735         Don't worry about this obsolete case any more.
7736         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7737         directories.
7738         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7739         worry about this obsolete case any more.
7740         * lib/fts.c: Likewise.
7741         * lib/getcwd.c: Likewise.
7742         * lib/glob.h: Likewise.
7743         * lib/savedir.c: Likewise.
7744
7745 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7746
7747         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7748         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7749         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7750         needed.
7751         All uses removed.
7752         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7753         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7754         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7755         needed.
7756         * m4/getdate.m4 (gl_GETDATE): Likewise.
7757         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7758         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7759         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7760         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7761         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7762         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7763         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7764         needed.
7765
7766 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7767
7768         * lib/memcasecmp.c: Include <limits.h>.
7769         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7770         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7771         Don't assume isdigit succeeds only on '0' through '9'.
7772
7773 2006-07-05  Eric Blake  <ebb9@byu.net>
7774
7775         * modules/getaddrinfo (Depends-on): Add snprintf.
7776
7777 2006-07-05  Eric Blake  <ebb9@byu.net>
7778
7779         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7780         to avoid 'header present but could not be compiled' on cygwin.
7781
7782 2006-07-05  Eric Blake  <ebb9@byu.net>
7783
7784         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7785         missing from netdb.h.
7786         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7787
7788 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7789
7790         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7791         no longer needed.
7792         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7793         * m4/getdate.m4 (gl_GETDATE): Likewise.
7794         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7795         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7796         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7797         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7798         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7799
7800 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7801
7802         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7803         All uses of is_space replaced by isspace.
7804         * lib/exit.h: Don't talk about STDC_HEADERS.
7805         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7806         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7807         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7808         replaced by isprint etc.
7809         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7810         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7811         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7812         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7813         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7814         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7815
7816 2006-07-05  Bruno Haible  <bruno@clisp.org>
7817
7818         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7819         the function exists, before testing against AIX.
7820         Reported by Martin Lambers <marlam@marlam.de>.
7821
7822 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7823
7824         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7825         From Mark D. Baushke.
7826
7827 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7828
7829         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7830         to the absolute name, not just one, to bypass Sun C 5.8's
7831         "warning: #include of /usr/include/... may be non-portable".
7832
7833 2006-07-04  Eric Blake  <ebb9@byu.net>
7834
7835         * modules/dirname-tests: New test module.
7836         * tests/test-dirname.c: New file, replacing dirname.c
7837         TEST_DIRNAME section that was recently deleted.
7838
7839 2006-07-04  Bruno Haible  <bruno@clisp.org>
7840
7841         Assume ANSI C header files and <ctype.h> functions.
7842         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7843         (mbsnwidth): Use isprint, iscntrl instead.
7844
7845 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         Merge from coreutils.
7848         * MODULES.html.sh: Add xstrtold.
7849         * modules/xstrtold: New file.
7850         * modules/cycle-check (Files): Add lib/same-inode.h.
7851         * modules/dirname (Files): Add m4/double-slash-root.m4.
7852         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7853         * modules/mkdir-p (Files): Add lib/same-inode.h.
7854         * modules/same (Files): Add lib/same-inode.h.
7855
7856 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7857
7858         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7859         This is to keep the terminology clean; POSIX talks about
7860         "absolute pathnames", not "full pathnames", but the GNU
7861         Coding Standards say to use "path" for something else;
7862         so use "absolute" to keep both sides happy.
7863         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7864         Set gl_absolute_header, not gl_full_header_path.
7865         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7866         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7867         All uses changed.
7868
7869         Merge from coreutils.
7870
7871         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7872
7873         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7874         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7875         want to require the building of c-strtod.o.
7876         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7877         needs -lm directly.
7878         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7879
7880         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7881
7882         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7883         --as-needed option if available.  Problem reported by Albert Chin in
7884         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7885         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7886         cc merely issues a bunch of annoying warnings for --as-needed
7887         (this problem was reported by Bob Proulx).  Also, try linking with
7888         -lm to detect a bug in binutils 2.16 (this problem was reported
7889         by Ralf Wildenhues).
7890
7891         2006-06-18  Jim Meyering  <jim@meyering.net>
7892
7893         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7894         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7895         macro.
7896         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7897         also check for glibc-2.4's abort-inducing bug.
7898
7899         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7900         Low-probability clean-up should be to use rmdir to get rid of
7901         the just-created directory, not unlink.
7902
7903         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7904         configure fail, and request a bug report to inform us about it.
7905         Add a comment that, barring reports to the contrary, in 2007 we'll
7906         assume ftruncate is universally available.
7907
7908         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7909
7910         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7911
7912         2006-03-12  Jim Meyering  <jim@meyering.net>
7913
7914         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7915         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7916         * m4/same.m4 (gl_SAME): Likewise.
7917         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7918
7919         2006-03-11  Eric Blake  <ebb9@byu.net>
7920
7921         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7922         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7923         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7924         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7925
7926 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7927
7928         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7929         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7930         reported by Mark D. Baushke, one in
7931         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7932
7933         Merge from coreutils.
7934
7935         * lib/.cppi-disable: Add stdint_.h.
7936         * lib/.cvsignore: Add stdint.h.
7937
7938         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7941         both double and long double versions.
7942         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7943         * lib/xstrtold.c: New file.
7944         * lib/xstrtod.h (xstrtold): New decl.
7945
7946         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7947
7948         * lib/filemode.c (setst): Remove.
7949         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7950         (arguably) clearer, and the generated code is a bit smaller on my
7951         Debian GNU/Linux stable x86 host.
7952
7953         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7954
7955         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7956         Assume that filemode.h includes sys/types.h and sys/stat.h.
7957         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7958         (ftypelet): Reorder to put common cases first, for efficiency.
7959         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7960         to do 'M'.
7961         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7962         of 10, for compatibility with FreeBSD.  All callers changed.
7963         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7964         types that can't be deduced solely from st_mode.  First arg is now a
7965         const pointer.
7966         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7967         (strmode): Renamed from mode_string.
7968         (filemodestring): New decl.
7969         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7970         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7971         needed.
7972         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7973
7974         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7975
7976         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7977         fsusage.h now does that.  Include fsusage.h first, to test interface.
7978         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7979         at most one method (the old code could have generated decls that
7980         didn't conform to C89, not that this was ever exercised).
7981         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7982
7983         2006-03-19  Jim Meyering  <jim@meyering.net>
7984
7985         Work even in a chroot where d_ino values for entries in "/"
7986         don't match the stat.st_ino values for the same names.
7987         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7988         number, iterate through all entries again, using lstat instead.
7989         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7990         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7991
7992         * lib/getcwd.c (__getcwd): Clarify a comment.
7993         Use memcpy in place of a call to strcpy.
7994
7995         2006-03-12  Jim Meyering  <jim@meyering.net>
7996
7997         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7998         matches that of the current directory (which we're about to chdir ".."
7999         out of), then save the dev-ino of the parent, instead.
8000
8001         * lib/same-inode.h (SAME_INODE): New file/macro.
8002         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8003         Include "same-inode.h", instead.
8004         * lib/same.c: Likewise.
8005         * lib/cycle-check.h: Include "same-inode.h".
8006         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8007         * lib/cycle-check.c (SAME_INODE): Remove definition.
8008         * lib/root-dev-ino.h: Include "same-inode.h".
8009
8010         2006-03-11  Eric Blake  <ebb9@byu.net>
8011
8012         * lib/same.c (same_name): s/base_name/last_component/
8013         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8014         * lib/filenamecat.c (file_name_concat): Likewise.
8015
8016         2006-03-11  Eric Blake  <ebb9@byu.net>,
8017                     Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8020         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8021         drive prefix.
8022         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8023         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8024         (last_component): New method.
8025         * lib/dirname.c (dir_len): Determine when drive letters need a
8026         subsequent slash.  Preserve // when it is special.
8027         (dir_name): Don't append dot when drive letter is absolute.
8028         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8029         * lib/basename.c (base_name): New semantics - malloc the result.
8030         Preserve // when it is special.  Preserve relative files that look
8031         like drive letters.
8032         (base_len): Preserve // when it is special.
8033         (last_component): New method, similar to old base_name semantics.
8034         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8035         base_name.  Strip redundant slashes from ///.
8036
8037 2006-07-03  Jim Meyering  <jim@meyering.net>
8038
8039         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8040         macro is used before the first cycle_check call.
8041
8042 2006-07-03  Eric Blake  <ebb9@byu.net>
8043
8044         * modules/dirname (Depends-on): Add xstrndup.
8045
8046 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8047
8048         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8049         test cases, so that config.log is a bit easier to follow.
8050
8051 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8052
8053         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8054         both are 64 bits, since this seems to be the tradition, and this
8055         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8056         we ever run into a host that prefers long long to long in this
8057         case, we'll need another configure-time test.  Problem reported by
8058         Jim Meyering.
8059
8060 2006-07-02  Eric Blake  <ebb9@byu.net>
8061
8062         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8063
8064 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * modules/inttypes (Depends-on): No longer depends on stdint.
8067         * modules/stdint (Description): Say more about assumptions.
8068         Say that the fast types might differ.  Say macros are used.
8069         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8070         (Makefile.am): Revise list of substituted symbols to match
8071         new stdint.m4.
8072         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8073         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8074         * tests/test-stdint.c (verify_same_types)
8075         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8076         the code conforms to C99/C89.
8077         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8078         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8079
8080 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8081
8082         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8083         but fix a bug, by requiring at least 64 bits.
8084         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8085         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8086         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8087         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8088
8089         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8090         changes.  Make 2.59 a prerequisite.  Check and substitute for
8091         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8092         inttypes.h.  Do not use special include files; just use the
8093         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8094         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8095         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8096         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8097         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8098         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8099         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8100         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8101         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8102         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8103         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8104         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8105         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8106         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8107         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8108         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8109         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8110         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8111         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8112         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8113         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8114         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8115         not check for things that C99 does not require, e.g., int8_t.  If
8116         a test isn't needed unless <stdint.h> isn't working, and is
8117         unlikely to be needed for any other reason, then don't do it
8118         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8119         size_t, since we assume C89 freestanding at least.  Do not check
8120         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8121         the right thing even if the types are not defined.  Instead use:
8122         (gl_STDINT_TYPE_PROPERTIES): New macro.
8123         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8124         testing whether <sys/types.h> clashes, as Autoconf does this for
8125         us now.  All uses removed.
8126         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8127         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8128         (gl_CHECK_TYPE_SAME):
8129         Remove; no longer needed.
8130         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8131         exists, since we'll return 0 anyway in that case.
8132         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8133
8134 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8135
8136         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8137         possible collision with system files.
8138         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8139         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8140         WCHAR_MIN and WCHAR_MAX in this case.
8141         (<stddef.h>): Do not include; no longer needed.
8142         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8143         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8144         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8145         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8146         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8147         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8148         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8149         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8150         !defined(__c99))]: Include in this case too, since it's harmless
8151         now.
8152         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8153         dangerous to do so.
8154         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8155         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8156         (_STDINT_MIN, _STDINT_MAX): New macros.
8157         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8158         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8159         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8160         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8161         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8162         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8163         macros, not typedefs; this simplifies things quite a bit.
8164         Use long int for all types narrower than int64_t.
8165         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8166         Define in terms of long long int or int64_t or long int,
8167         not int64_t or int32_t.  This saves some compile-time testing.
8168         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8169         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8170         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8171         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8172         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8173         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8174         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8175         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8176         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8177         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8178         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8179         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8180         undef any previous version and define our own version, for
8181         simplicity and consistency with the new macros for types.
8182         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8183         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8184         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8185         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8186         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8187         @WINT_T_SUFFIX@ to keep things simple here.
8188         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8189         Simplify by assuming typical 8/16/32/64 host, since we're
8190         already doing that elsewhere anyway.
8191         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8192         and assume long long int is 64 bits if available.  This
8193         speeds up 'configure'.
8194
8195 2006-07-01  Eric Blake  <ebb9@byu.net>
8196
8197         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8198         Reported by Andreas Buening.
8199
8200 2006-07-01  Eric Blake  <ebb9@byu.net>
8201
8202         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8203
8204 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8205
8206         * lib/getaddrinfo.c: fixed typo
8207
8208 2006-06-29  Jim Meyering  <jim@meyering.net>
8209
8210         * modules/strftime (Maintainer): Add my name, since with the
8211         FPRINTFTIME changes strftime.c has forked from glibc.
8212
8213 2006-06-29  Eric Blake  <ebb9@byu.net>
8214
8215         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8216
8217 2006-06-29  Eric Blake  <ebb9@byu.net>
8218
8219         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8220
8221 2006-06-29  Eric Blake  <ebb9@byu.net>
8222
8223         * lib/stat_.h: New file.
8224
8225 2006-06-29  Eric Blake  <ebb9@byu.net>
8226
8227         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8228         unused static function.
8229
8230 2006-06-29  Eric Blake  <ebb9@byu.net>
8231
8232         * doc/functions.texi (Function Portability): Document missing lstat
8233         on mingw.
8234
8235 2006-06-29  Eric Blake  <ebb9@byu.net>
8236
8237         * MODULES.html.sh: Add sys_stat.
8238         * modules/sys_stat: New module.
8239         * modules/mkstemp (Depends-on): Add sys_stat.
8240
8241 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8242
8243         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8244
8245 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8246
8247         * m4/c-bs-a.m4: Removed.
8248
8249 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8250
8251         * lib/strftime.c: Assume strftime() exists.
8252
8253 2006-06-29  Derek Price  <derek@ximbiot.com>
8254
8255         * modules/c-bs-a: Removed - \a is C89.
8256         * MODULES.html.sh: Remove c-bs-a.
8257
8258 2006-06-29  Bruno Haible  <bruno@clisp.org>
8259
8260         * modules/wcwidth (License): Change to LGPL.
8261
8262 2006-06-28  Simon Josefsson  <jas@extundo.com>
8263
8264         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8265         on _WIN32.
8266
8267         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8268         getnameinfo.
8269
8270 2006-06-28  Simon Josefsson  <jas@extundo.com>
8271
8272         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8273
8274 2006-06-28  Simon Josefsson  <jas@extundo.com>
8275
8276         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8277         functions there.  It will succeed on Windows XP, but on Windows
8278         2000 and (presumably) earlier, it will fail, and use the internal
8279         re-implementation.
8280         (use_win32_p): New function.
8281         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8282         Support AI_NUMERICSERV to disable getservbyname.
8283         (getnameinfo): New function, only supports
8284         NI_NUMERICHOST|NI_NUMERICSERV for now.
8285
8286         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8287         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8288         getnameinfo.
8289
8290 2006-06-28  Eric Blake  <ebb9@byu.net>
8291
8292         * modules/wcwidth: New file.
8293         * modules/mbchar (Depends-on): Add wcwidth.
8294         * modules/mbswidth (Depends-on): Add wcwidth.
8295         * MODULES.html.sh: Add wcwidth.
8296
8297 2006-06-28  Eric Blake  <ebb9@byu.net>
8298
8299         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8300         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8301
8302 2006-06-28  Eric Blake  <ebb9@byu.net>
8303
8304         * lib/xvasprintf.h: Fix comments.
8305
8306 2006-06-28  Eric Blake  <ebb9@byu.net>
8307
8308         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8309         * lib/mbswidth.c (wcwidth): Move from here...
8310         * lib/wcwidth.h: ...to this new file.
8311
8312 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8313
8314         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8315
8316         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8317         it's obsolete.
8318         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8319
8320 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8321
8322         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8323         Autoconf 2.60 says this stuff was obsolete.
8324
8325 2006-06-28  Bruno Haible  <bruno@clisp.org>
8326
8327         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8328
8329 2006-06-28  Bruno Haible  <bruno@clisp.org>
8330
8331         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8332         gt_TYPE_WCHAR_T.
8333
8334 2006-06-28  Bruno Haible  <bruno@clisp.org>
8335
8336         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8337         declaration for wcwidth.
8338         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8339
8340 2006-06-28  Bruno Haible  <bruno@clisp.org>
8341
8342         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8343         (mkdir): Define using _mkdir.
8344
8345 2006-06-28  Bruno Haible  <bruno@clisp.org>
8346
8347         * lib/getaddrinfo.h: Fix POSIX URL.
8348         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8349         _WIN32.
8350         (use_win32_p): Make static.
8351         (getaddrinfo): Reject service name if it is empty or does not consist
8352         solely of decimal digits, or if its value is > 65535.
8353         (getnameinfo): Remove useless casts.
8354
8355 2006-06-27  Simon Josefsson  <jas@extundo.com>
8356
8357         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8358         Eggert and Martin Lambers.
8359
8360 2006-06-27  Simon Josefsson  <jas@extundo.com>
8361
8362         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8363         Eggert and Martin Lambers.
8364
8365 2006-06-27  Bruno Haible  <bruno@clisp.org>
8366
8367         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8368         result to 0, not to empty.
8369         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8370
8371 2006-06-27  Bruno Haible  <bruno@clisp.org>
8372
8373         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8374
8375 2006-06-26  Simon Josefsson  <jas@extundo.com>
8376
8377         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8378         present.
8379
8380 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8381
8382         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8383         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8384         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8385
8386 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8387
8388         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8389
8390 2006-06-26  Bruno Haible  <bruno@clisp.org>
8391
8392         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8393
8394 2006-06-26  Bruno Haible  <bruno@clisp.org>
8395
8396         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8397
8398 2006-06-26  Bruno Haible  <bruno@clisp.org>
8399
8400         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8401         SGI C compiler in pre-C99 mode.
8402         Suggested by Mark D. Baushke and Larry Jones.
8403
8404 2006-06-26  Bruno Haible  <bruno@clisp.org>
8405
8406         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8407         WCHAR_MAX.
8408         Reported by Mark D. Baushke and Larry Jones.
8409
8410 2006-06-26  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8413         in pre-C99 mode.
8414         Suggested by Mark D. Baushke and Larry Jones.
8415
8416 2006-06-23  Simon Josefsson  <jas@extundo.com>
8417             Bruno Haible  <bruno@clisp.org>
8418
8419         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8420         Emit mostlyclean-local rule.
8421         (func_emit_tests_Makefile_am): Likewise.
8422         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8423
8424 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8425
8426         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8427
8428 2006-06-23  Bruno Haible  <bruno@clisp.org>
8429
8430         * tests/test-stdint.c: Update to match ISO C 99 Technical
8431         Corrigendum 1.
8432
8433 2006-06-23  Bruno Haible  <bruno@clisp.org>
8434
8435         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8436
8437 2006-06-23  Bruno Haible  <bruno@clisp.org>
8438
8439         * lib/stdint_.h: Treat IRIX like OpenBSD.
8440
8441 2006-06-23  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8444         ISO C 99 Technical Corrigendum 1.
8445
8446 2006-06-22  Simon Josefsson  <jas@extundo.com>
8447
8448         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8449         MinGW.
8450
8451 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8452
8453         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8454         needed.  Some compiler complained about some of them.  Problem reported
8455         by Larry Jones in
8456         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8457
8458 2006-06-21  Simon Josefsson  <jas@extundo.com>
8459
8460         * tests/test-getaddrinfo.c: New file.
8461
8462         * modules/getaddrinfo-tests: New file.
8463
8464         * MODULES.html.sh: Add inet_pton.
8465
8466         * modules/inet_pton: New file.
8467
8468 2006-06-21  Simon Josefsson  <jas@extundo.com>
8469
8470         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8471         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8472         of using the (limited) gnulib implementation on Windows XP.
8473
8474         * m4/inet_pton.m4: New file.
8475
8476 2006-06-21  Simon Josefsson  <jas@extundo.com>
8477
8478         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8479         variable.
8480
8481         * lib/socket_.h: Don't define WINVER.
8482
8483         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8484         slightly modified to work in gnulib.
8485
8486 2006-06-21  Simon Josefsson  <jas@extundo.com>
8487
8488         * doc/gnulib.texi (Windows sockets): Add.
8489
8490 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * lib/read-file.c (fread_file): Start with buffer allocation of
8493         0 bytes rather than 1 byte; this simplifies the code.
8494         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8495         code to free buffer and save/restore errno.
8496         (internal_read_file): Remove unused local.
8497
8498 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8499
8500         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8501         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8502         Problem reported by Denis Excoffier in
8503         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8504
8505 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8506
8507         * modules/sys_socket, modules/socklen: Include sys/types since
8508         FreeBSD 4.x's sys/socket.h needs it.
8509
8510 2006-06-19  Simon Josefsson  <jas@extundo.com>
8511
8512         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8513
8514 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8515
8516         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8517
8518 2006-06-19  Bruno Haible  <bruno@clisp.org>
8519
8520         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8521         and FULL_PATH_INTTYPES_H in angle brackets.
8522         Reported by Mark D. Baushke <mdb@gnu.org>.
8523
8524 2006-06-17  Eric Blake  <ebb9@byu.net>
8525
8526         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8527         errno.
8528
8529 2006-06-17  Bruno Haible  <bruno@clisp.org>
8530
8531         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8532         <sys/inttypes.h>.
8533
8534 2006-06-17  Bruno Haible  <bruno@clisp.org>
8535
8536         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8537         whether errno is declared. Assume <errno.h> declares errno.
8538
8539 2006-06-17  Bruno Haible  <bruno@clisp.org>
8540
8541         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8542
8543 2006-06-17  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8546         problem on Solaris 2.5.1.
8547
8548 2006-06-16  Eric Blake  <ebb9@byu.net>
8549
8550         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8551         * lib/unicodeio.c [!defined errno]: Likewise.
8552         * lib/strtol.c [!defined errno]: Likewise.
8553         * lib/strtod.c [!defined errno]: Likewise.
8554
8555 2006-06-15  Eric Blake  <ebb9@byu.net>
8556
8557         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8558
8559 2006-06-15  Eric Blake  <ebb9@byu.net>
8560
8561         * config/srclist.txt (ssize_t.m4): Lose sync.
8562
8563 2006-06-15  Bruno Haible  <bruno@clisp.org>
8564
8565         * modules/stdint (Files): Include m4/full-header-path.m4,
8566         m4/size_max.m4, m4/wchar_t.m4.
8567         (Makefile.am): Many more substitutions.
8568         * modules/stdint-tests: New file.
8569         * tests/test-stdint.c: New file.
8570
8571 2006-06-15  Bruno Haible  <bruno@clisp.org>
8572
8573         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8574         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8575         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8576         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8577         gl_CHECK_TYPE_SAME): New macros.
8578
8579 2006-06-15  Bruno Haible  <bruno@clisp.org>
8580
8581         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8582
8583 2006-06-15  Bruno Haible  <bruno@clisp.org>
8584
8585         * lib/stdint_.h: Rewritten to be fully auto-configured.
8586         Fixes bug on HP-UX/IA64.
8587
8588 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8589
8590         * lib/getdate.y (__attribute__): Don't define if already defined.
8591         Problem reported by Larry Jones.
8592         * lib/utimens.c (__attribute__): Likewise.
8593
8594 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8595
8596         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8597         reported by Andreas Schwab.
8598
8599 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8600             Bruno Haible  <bruno@clisp.org>
8601
8602         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8603         check for the declaration of strnlen and a run test that exposes the
8604         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8605         rpl_strndup.
8606
8607 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8608             Bruno Haible  <bruno@clisp.org>
8609
8610         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8611
8612 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8613
8614         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8615         compile test, for Tru64 4.0D.
8616
8617 2006-05-28  Karl Berry  <karl@gnu.org>
8618
8619         * config/srclist.txt (printf-args.c): lose sync.
8620
8621 2006-05-26  Martin Lambers  <marlam@marlam.de>
8622
8623         * lib/getpass.c: Updates the test for the native W32 API, and adds
8624         missing includes, thus fixing compilation warnings.
8625
8626 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8627
8628         * lib/exclude.c (exclude_fnmatch): New function.
8629         (excluded_file_name): Call exclude_fnmatch.
8630         * lib/exclude.h (excluded_file_name): New prototype
8631
8632 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8633
8634         * lib/tempname.c (small_open, large_open): New macros.
8635         (__open, __open64) [!_LIBC]: Remove.
8636         (__gen_tempname): Use small_open and large_open instead of __open
8637         and __open64.  This fixes a portability bug on HP-UX 11.11i
8638         reported by Simon Wing-Tang in
8639         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8640
8641 2006-05-24  Bruno Haible  <bruno@clisp.org>
8642
8643         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8644         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8645         Reported by Thorsten Maerz <torte@netztorte.de> via
8646         Aaron Stone <aaron@serendipity.cx>.
8647
8648 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8651         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8652         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8653         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8654         not really conditional on the cache.
8655         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8656
8657 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8658
8659         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8660         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8661         (my_usleep): Don't mishandle maximum value.
8662
8663 2006-05-19  Jim Meyering  <jim@meyering.net>
8664
8665         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8666
8667 2006-05-17  Bruno Haible  <bruno@clisp.org>
8668
8669         Cygwin portability.
8670         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8671
8672 2006-05-17  Bruno Haible  <bruno@clisp.org>
8673
8674         * lib/stdint_.h: Fix recognition of Cygwin.
8675
8676 2006-05-15  Bruno Haible  <bruno@clisp.org>
8677
8678         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8679         on libtool patch by Ralf Wildenhues.
8680
8681 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8684         test for C99 conformance; (bool) 0.5 is an integer constant
8685         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8686         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8687
8688 2006-05-11  Simon Josefsson  <jas@extundo.com>
8689
8690         * m4/xvasprintf.m4: Fix obvious typo.
8691
8692 2006-05-11  Jim Meyering  <jim@meyering.net>
8693
8694         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8695         James Lemley.
8696
8697 2006-05-10  Simon Josefsson  <jas@extundo.com>
8698
8699         * lib/md4.c: Typo fix, update copyright years.
8700         (K1, K2): Don't use L because it turn computations into 64-bit on
8701         64-bit platforms.
8702
8703 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8704
8705         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8706         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8707         unwanted sign propagation, e.g., on hosts with 64-bit int.
8708         There still are some problems with reeelly weird theoretical hosts
8709         (e.g., 33-bit int) but it's not worth worrying about now.
8710         * lib/sha1.c (rol): Likewise.
8711         (K1, K2, K3, K4): Remove unnecessary L suffix.
8712
8713 2006-05-10  Bruno Haible  <bruno@clisp.org>
8714
8715         * lib/des.c: Cast to avoid warnings.
8716
8717 2006-05-09  Bruno Haible  <bruno@clisp.org>
8718
8719         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8720         (Depends-on): Depend also on xsize, stdarg.
8721         (configure.ac): Add gl_XVASPRINTF.
8722
8723 2006-05-09  Bruno Haible  <bruno@clisp.org>
8724
8725         * m4/xvasprintf.m4: New file.
8726
8727 2006-05-09  Bruno Haible  <bruno@clisp.org>
8728
8729         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8730         (EOVERFLOW): Define fallback value.
8731         (xstrcat): New function.
8732         (xvasprintf): Recognize the special case of a string concatenation.
8733
8734 2006-05-08  Eric Blake  <ebb9@byu.net>
8735
8736         * gnulib-tool (func_version): Base copyright year on CVS date.
8737         (func_emit_copyright_notice): New function.
8738         (func_emit_lib_Makefile_am): Use it.
8739         (func_emit_tests_Makefile_am): Likewise.
8740         (func_import): Likewise.
8741
8742 2006-05-08  Bruno Haible  <bruno@clisp.org>
8743
8744         * modules/stdarg: New file.
8745         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8746
8747 2006-05-08  Bruno Haible  <bruno@clisp.org>
8748
8749         * m4/stdarg.m4: New file, from GNU gettext.
8750
8751 2006-05-08  Bruno Haible  <bruno@clisp.org>
8752
8753         * config/srclist.txt (build-aux/config.rpath): different from latest
8754         release.
8755
8756 2006-05-08  Bruno Haible  <bruno@clisp.org>
8757
8758         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8759
8760 2006-05-05  Jim Meyering  <jim@meyering.net>
8761
8762         * m4/warning.m4: New file, derived from bison's file by the same name.
8763
8764 2006-05-03  Bruno Haible  <bruno@clisp.org>
8765
8766         * lib/stdint_.h: Shorter URL.
8767         * lib/inttypes.h: Likewise.
8768
8769 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8770
8771         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8772
8773 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         * lib/verify.h: Document the internals better.  Most of this change
8776         was written by Bruno Haible.
8777
8778 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * doc/verify.texi: New file, partly based on a proposal by
8781         Bruno Haible.
8782
8783 2006-05-02  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8786         test from here...
8787         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8788
8789 2006-04-29  Bruno Haible  <bruno@clisp.org>
8790
8791         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8792         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8793
8794 2006-04-29  Bruno Haible  <bruno@clisp.org>
8795
8796         * gnulib-tool: Make --update option actually work.
8797
8798 2006-04-29  Bruno Haible  <bruno@clisp.org>
8799
8800         * doc/gcd.texi: New file.
8801         * doc/gnulib.texi: Include it.
8802
8803 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8804
8805         * lib/getdate.y (get_date): When adding relative date, start with the
8806         initial time, not with the result of the first mktime call.
8807
8808 2006-04-25  Bruno Haible  <bruno@clisp.org>
8809
8810         * gnulib-tool (func_import): Output the include directives in three
8811         blocks, sorted separately.
8812         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8813
8814 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8817         to define main with arguments, for C++.  Reported by Eric Blake.
8818         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8819         Prefer 'int main ()' to 'int main (void)', for C++.
8820         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8821         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8822         for 'main', for C99 and C++.
8823
8824 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8827         Don't assume that exit status -1 is valid.
8828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8829         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8830         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8831         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8832         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8833         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8834         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8835         functions can be used without declaring them, or that you can
8836         exit with status -1.
8837         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8838
8839 2006-04-24  Karl Berry  <karl@gnu.org>
8840
8841         * config/srclist.txt (longdouble.m4): sync lost.
8842
8843 2006-04-24  Eric Blake  <ebb9@byu.net>
8844
8845         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8846
8847 2006-04-24  Bruno Haible  <bruno@clisp.org>
8848
8849         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8850         poll() implementation in AIX.
8851         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8852
8853 2006-04-24  Bruno Haible  <bruno@clisp.org>
8854
8855         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8856         assigned exactly once.
8857
8858 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8859             Bruno Haible  <bruno@clisp.org>
8860
8861         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8862         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8863         for AM_CPPFLAGS.
8864
8865 2006-04-23  Bruno Haible  <bruno@clisp.org>
8866
8867         * modules/copy-file: Depend on unistd.
8868         * modules/execute: Likewise.
8869         * modules/fatal-signal: Likewise.
8870         * modules/findprog: Likewise.
8871         * modules/mkdtemp : Likewise.
8872         * modules/pipe: Likewise.
8873         * modules/wait-process: Likewise.
8874
8875 2006-04-23  Bruno Haible  <bruno@clisp.org>
8876
8877         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8878         condition was already detected.
8879         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8880
8881 2006-04-23  Bruno Haible  <bruno@clisp.org>
8882
8883         * lib/copy-file.c: Include <unistd.h> unconditionally.
8884         * lib/execute.c: Likewise.
8885         * lib/fatal-signal.c: Likewise.
8886         * lib/findprog.c: Likewise.
8887         * lib/mkdtemp.c: Likewise.
8888         * lib/pipe.h: Likewise.
8889         * lib/pipe.c: Likewise.
8890         * lib/wait-process.h: Likewise.
8891
8892 2006-04-23  Bruno Haible  <bruno@clisp.org>
8893
8894         * gnulib-tool (func_usage): Fix --import description. Document
8895         --update.
8896         (func_import): Create temporary file in a temporary directory, if
8897         --dry-run is specified. Silence errors from 'grep' when there are no
8898         m4 files in $m4dir.
8899         (func_create_testdir): Silence errors from 'grep' when there are no
8900         m4 files in $m4dir.
8901         Reported by Karl Berry <karl@freefriends.org>.
8902
8903 2006-04-20  Bruno Haible  <bruno@clisp.org>
8904
8905         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8906         one argument, so that the code will be portable to Autoconf 2.60.
8907         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8908         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8909         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8910
8911 2006-04-19  Derek Price  <derek@ximbiot.com>
8912             Eric Blake  <ebb9@byu.net>
8913
8914         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8915         rather than "/full/path.h".  Update comment to match.  Shorten &
8916         generalize m4_translit call via AS_TR_CPP.
8917
8918 2006-04-19  Derek Price  <derek@ximbiot.com>
8919             Eric Blake  <ebb9@byu.net>
8920
8921         * lib/inttypes.h: Correct grammar in comment.
8922
8923 2006-04-18  Derek Price  <derek@ximbiot.com>
8924             Paul Eggert  <eggert@cs.ucla.edu>
8925
8926         * modules/inttypes: New file.
8927         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8928
8929 2006-04-18  Derek Price  <derek@ximbiot.com>
8930             Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8933         New files.
8934
8935 2006-04-18  Derek Price  <derek@ximbiot.com>
8936             Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * lib/inttypes.h: New file.
8939         * lib/strtoimax.c: Assume <inttypes.h>.
8940
8941 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8944         isn't mounted.  Problem reported by Kir Kolyshkin.
8945
8946 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8949         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8950         Derek R. Price.
8951         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8952         implementation.
8953
8954 2006-04-12  Eric Blake  <ebb9@byu.net>
8955
8956         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8957         is now done automatically by the corresponding Autoconf macro.
8958
8959 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8962         time_r.h.
8963
8964 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8965
8966         Merge regex changes from libc, removing some of our
8967         POSIX-conformance changes that were rejected and redoing them in a
8968         less-intrusive way.
8969
8970         * lib/regcomp.c (re_compile_internal, init_dfa):
8971         Length arg is now size_t, not Idx.  All uses changed.
8972         (peek_token): Forward decl now says internal_function.
8973         (__re_error_msgid, __re_error_msgid_idx):
8974         Now static rather than extern with attribute_hidden.
8975         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8976         For some reason libc prefers K&R style defns for external functions.
8977         (regerror) [!defined _LIBC]: Likewise.
8978         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8979         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8980         (build_range_exp, build_collating_symbol):
8981         Use K&R-style defn.
8982         (re_compile_fastmap): Use '\0' to memset, not 0.
8983         (utf8_sb_map): Make the calculations more obvious.
8984         (init_dfa, parse_bracket_exp, build_charclass_op):
8985         Call calloc and cast result, as glibc does.
8986         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8987         (build_range_exp, build_collating_symbol):
8988         Now internal functions.
8989
8990         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8991
8992         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8993         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8994         Don't depend on VMS; depend on __VMS instead, for POSIX
8995         namespace cleanness.
8996         (regoff_t): Define to ssize_t, not long int.
8997
8998         Remove the REG_ macros named below.  Instead, make the old names
8999         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9000         __USE_GNU_REGEX.
9001         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9002         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9003         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9004         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9005         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9006         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9007         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9008         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9009         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9010         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9011         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9012         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9013         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9014         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9015         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9016         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9017         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9018         (REG_NREGS):
9019         Remove.  All uses replaced by the old RE_* names.
9020         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9021         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9022         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9023         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9024         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9025         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9026         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9027         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9028         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9029         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9030         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9031         Don't bother having these macros be independent of each others'
9032         values, since they no longer exist in the POSIX name space.
9033
9034         Rename the following member names back to their old names,
9035         unless !__USE_GNU_REGEX.  All uses changed back.
9036         (buffer): Renamed from re_buffer.
9037         (allocated): Renamed from re_allocated.
9038         (used): Renamed from re_used.
9039         (syntax): Renamed from re_syntax.
9040         (fastmap): Renamed from re_fastmap.
9041         (translate): Renamed from re_translate.
9042         (can_be_null): Renamed from re_can_be_null.
9043         (regs_allocated): Renamed from re_regs_allocated.
9044         (fastmap_accurate): Renamed from re_fastmap_accurate.
9045         (no_sub): Renamed from re_no_sub.
9046         (not_bol): Renamed from re_not_bol.
9047         (not_eol): Renamed from re_not_eol.
9048         (newline_anchor): Renamed from re_newline_anchor.
9049         (num_regs): Renamed from rm_num_regs.
9050         (start): Renamed from rm_start.
9051         (end): Renamed from rm_end.
9052
9053         (free_state): Move up a bit.
9054
9055         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9056         #define to be empty.
9057         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9058         when that is what is intended.
9059         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9060         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9061         (MAX): New macro.
9062         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9063         All uses changed back to re_malloc, etc.  It's now the caller's
9064         responsibility to check for overflow; all callers changed.
9065         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9066         (re_x2nrealloc): Remove.
9067         (free_state): Remove decl.
9068
9069         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9070         (re_set_registers, re_exec):
9071         Use K&R-style defn.
9072
9073         2006-01-31  Roland McGrath  <roland@redhat.com>
9074
9075         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9076         Reported by Mike Frysinger <vapier@gentoo.org>.
9077
9078         2006-01-15  Andreas Jaeger  <aj@suse.de>
9079
9080         [BZ #1950]
9081         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9082         build_wcs_upper_buffer change.
9083         (build_wcs_upper_buffer): Change return type.
9084
9085         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9086
9087         * lib/regex_internal.h: Include <stdint.h> if available.
9088
9089         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9090
9091         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9092
9093         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9094
9095         * lib/regcomp.c: Adjust for changed secondary hash function.
9096
9097         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9098
9099         * lib/regex.h: Pretty printing.
9100         Clean up namespace a bit.
9101
9102         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9103
9104         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9105         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9106
9107         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9108                     Ulrich Drepper  <drepper@redhat.com>
9109
9110         [BZ #1302]
9111         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9112         changed.
9113         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9114
9115         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9116
9117         [BZ #281]
9118         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9119         * lib/regcomp.c: Remove unnecessary uses of
9120         unsigned RE_TRANSLATE_TYPE.
9121         * lib/regex_internal.h: Likewise.
9122         * lib/regex_internal.c: Likewise.
9123         * lib/regexec.c: Likewise.
9124         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9125
9126         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9127
9128         * lib/regexec.c (find_recover_state): Remove unnecessary
9129         initialization.
9130         (transit_state_bkref): Make DFA a const pointer.
9131         (get_subexp): Likewise.
9132         (check_arrival): Likewise.
9133         (update_cur_sifted_state): Likewise.
9134         (re_search_internal): Likewise.
9135         (prune_impossible_nodes): Likewise.
9136         (acquire_init_state_context): Likewise.
9137         (proceed_next_node): Likewise.
9138         (set_regs): Likewise.
9139         (free_fail_stack_return): Likewise.
9140         (check_arrival_expand_ecl): Mark DFA parameter as const.
9141         (check_arrival_expand_ecl_sub): Likewise.
9142         (check_subexp_limits): Likewise.
9143         (sub_epsilon_src_nodes):  Likewise.
9144         (add_epsilon_src_nodes):  Likewise.
9145         (merge_state_array): Likewise.
9146         (update_regs): Likewise.
9147         (build_trtable): Likewise.
9148         (sift_states_backward): Mark MCTX parameter as const.
9149         (build_sifted_states): Likewise.
9150         (update_cur_sifted_state): Likewise.
9151         (sift_states_mkref): Likewise.
9152         (check_arrival_expand_ecl): Mark eclosure as const.
9153         (check_dst_limits_calc_pos_1): Likewise.
9154         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9155         pointer.
9156
9157         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9158
9159         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9160         (transit_state_sb): Likewise.
9161         (transit_state_mb): Likewise.
9162         (sift_states_iter_mb): Likewise.
9163         (check_arrival_add_next_nodes): Likewise.
9164         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9165         [_LIBC] (re_search_2_stub): Use mempcpy.
9166
9167         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9168         mbrtowc for very simple UTF-8 case.
9169
9170         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9171         a pointer-to-const.
9172         (re_acquire_state_context): Likewise.
9173         * lib/regex_internal.h: Adjust prototypes.
9174
9175         * lib/regex.c: Prevent using C++ compilers.
9176
9177         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9178         (re_acquire_state_context): Likewise.
9179
9180 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9181
9182         * modules/regex (Depends-on): Add ssize_t.
9183
9184 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9187         translation table.
9188
9189 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9190
9191         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9192
9193 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9194             Bruno Haible  <bruno@clisp.org>
9195
9196         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9197         <sys/types.h> and <inttypes.h>.
9198
9199 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9200
9201         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9202         `__error_t_defined', so argp.h will not typedef the former.
9203
9204 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9205
9206         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9207         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9208         glibc names.  Even if glibc is changed to conform to POSIX, the
9209         traditional names will be available anyway, since regex depends on
9210         the extensions module.  Also, fix a longstanding typo in the
9211         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9212         reported by Emanuele Giaquinta.  Also, change sense of cached
9213         variable, so that the message makes sense.
9214
9215 2006-03-24  Simon Josefsson  <jas@extundo.com>
9216
9217         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9218         including some doc fixes.
9219         (base64_encode_alloc): Fix +1 bug on allocation failures.
9220
9221 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9222
9223         * lib/base64.c (base64_encode): Do not read past end of array with
9224         unsanitized input on systems with CHAR_BIT > 8.
9225
9226 2006-03-24  Eric Blake  <ebb9@byu.net>
9227
9228         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9229
9230 2006-03-22  Karl Berry  <karl@gnu.org>
9231
9232         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9233         * config/srclistvars.sh (COREUTILS): new var.
9234
9235 2006-03-17  Jim Meyering  <jim@meyering.net>
9236
9237         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9238         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9239
9240 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9241
9242         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9243         no longer needs it.  Instead, check that regoff_t is as least
9244         as wide as ptrdiff_t.
9245
9246         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9247         so that our regex.h stays compatible with the installed regex.
9248         This is helpful for installers who configure --without-included-regex.
9249         Problem reported by Emanuele Giaquinta.
9250
9251 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9252
9253         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9254         Typedef to long int, not to off_, as POSIX will likely change
9255         in that direction.
9256
9257 2006-03-15  Eric Blake  <ebb9@byu.net>
9258
9259         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9260
9261 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9262
9263         * lib/argp-help.c (validate_uparams): Fix typo
9264         * lib/argp-parse.c (argp_default_options): Consistently begin help
9265         messages with a lowercase letter.
9266
9267 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9270         overrun buffers and shouldn't be used (much as gets shouldn't be
9271         used).
9272         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9273
9274 2006-03-08  Simon Josefsson  <jas@extundo.com>
9275
9276         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9277         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9278
9279 2006-03-08  Simon Josefsson  <jas@extundo.com>
9280
9281         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9282         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9283
9284 2006-03-08  Simon Josefsson  <jas@extundo.com>
9285
9286         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9287         signal that configure disabled the device.
9288
9289 2006-03-08  Simon Josefsson  <jas@extundo.com>
9290
9291         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9292         languages.
9293
9294 2006-03-07  Simon Josefsson  <jas@extundo.com>
9295
9296         * modules/getopt (Depends-on): Add unistd.
9297
9298         * modules/unistd: New file.
9299
9300 2006-03-07  Simon Josefsson  <jas@extundo.com>
9301
9302         * modules/gc-random: New file.
9303
9304 2006-03-07  Simon Josefsson  <jas@extundo.com>
9305
9306         * m4/unistd_h.m4: New file.
9307
9308 2006-03-07  Simon Josefsson  <jas@extundo.com>
9309
9310         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9311         test to be side-effect free by storing the result in the cache
9312         variable gl_cv_lib_readline, and moving the assignment of
9313         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9314         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9315
9316 2006-03-07  Simon Josefsson  <jas@extundo.com>
9317
9318         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9319         error on missing devices (the functions will return an error).
9320
9321         * m4/gc.m4: Move random stuff to gc-random.m4
9322
9323 2006-03-07  Simon Josefsson  <jas@extundo.com>
9324
9325         * lib/unistd_.h: New file.
9326
9327 2006-03-07  Simon Josefsson  <jas@extundo.com>
9328
9329         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9330
9331 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9332
9333         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9334         Problem reported by Juan Manuel Guerrero.
9335
9336 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9337
9338         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9339         the unistd module.
9340         * lib/getlogin_r.c: Likewise.
9341         * lib/getlogin_r.h: Likewise.
9342         * lib/glob.c: Likewise.
9343         * lib/pagealign_alloc.c: Likewise.
9344         * lib/unistd_.h: Remove; no longer needed.
9345
9346 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9347
9348         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9349         Add unistd.
9350         * modules/c-stack (Depends-on): Add unistd.
9351         * modules/getlogin_r: Likewise.
9352         * modules/glob: Likewise.
9353         * modules/pagealign_alloc: Likewise.
9354         * modules/unistd (Files): Remove lib/unistd_.h.
9355         (EXTRA_DIST): Remove.
9356         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9357         need unistd_.h.
9358         (MOSTLYCLEANFILES): Remove unistd.h-t.
9359
9360 2006-03-03  Simon Josefsson  <jas@extundo.com>
9361
9362         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9363
9364 2006-03-03  Simon Josefsson  <jas@extundo.com>
9365
9366         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9367         libidn and bison.
9368
9369 2006-03-03  Simon Josefsson  <jas@extundo.com>
9370
9371         * build-aux/maint.mk: Add indent target.
9372
9373 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9374
9375         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9376         our replacement poll.h in any case, to avoid a differing
9377         declaration from a system header.  Seen on AIX.
9378
9379 2006-03-01  Simon Josefsson  <jas@extundo.com>
9380
9381         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9382         <kasal@ucw.cz>.
9383
9384 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9385
9386         * modules/gettime (Depends-on): Add extensions module.
9387         * modules/nanosleep (Depends-on): Likewise.
9388         * modules/settime (Depends-on): Likewise.
9389
9390 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9391
9392         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9393         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9394         pedantically.
9395         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9396         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9397
9398         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9399         not "==".  Reported by Ralf Wildenhues.
9400
9401 2006-03-01  Karl Berry  <karl@gnu.org>
9402
9403         * doc/Copyright/request-*: new files, synced from gnuorg.
9404
9405 2006-03-01  Karl Berry  <karl@gnu.org>
9406
9407         * config/srclist.txt (Copyright/*): new entries.
9408
9409 2006-02-28  Simon Josefsson  <jas@extundo.com>
9410
9411         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9412
9413 2006-02-27  Simon Josefsson  <jas@extundo.com>
9414
9415         * lib/base64.h: Indent #define's.  From Jim Meyering
9416         <jim@meyering.net>.
9417
9418 2006-02-27  Jim Meyering  <jim@meyering.net>
9419
9420         Revert the change of 2006-02-24, so these files can continue
9421         to be sync'd from gettext.
9422         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9423         of `config.h'.
9424
9425 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9426
9427         * modules/intprops: New file.
9428         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9429         Add intprops.
9430         * modules/getloadavg (Files): Remove lib/intprops.h.
9431         (Depends-on): Add intprops.
9432         * modules/human: Likewise.
9433         * modules/inttostr: Likewise.
9434         * modules/openat: Likewise.
9435         * modules/sig2str: Likewise.
9436         * modules/userspec: Likewise.
9437         * modules/utimecmp: Likewise.
9438         * modules/xnanosleep: Likewise.
9439         * modules/xstrtol: Likewise.
9440
9441 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9442
9443         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9444         * modules/lock-tests (TESTS): Use $(EXEEXT).
9445         * modules/tls-tests: Likewise.
9446         * modules/argp-tests: Likewise.
9447         (check_PROGRAMS): New var, replacing...
9448         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9449
9450 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9451
9452         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9453         `config.h'.
9454
9455 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9456
9457         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9458
9459 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9460
9461         Sync from coreutils.
9462         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9463         gl_CHDIR_SAFER.
9464
9465 2006-02-22  Jim Meyering  <jim@meyering.net>
9466
9467         Sync from coreutils.
9468         * m4/chdir-safer.m4: New file.
9469
9470 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9471
9472         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9473         AT_FDCWD exceeds INT_MAX.
9474         * lib/openat.h (AT_FDCWD): Likewise.
9475
9476 2006-02-17  Eric Blake  <address@hidden>
9477
9478         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9479
9480 2006-02-16  Simon Josefsson  <jas@extundo.com>
9481
9482         * modules/getaddrinfo (Depends-on): Add sys_socket.
9483
9484 2006-02-15  Simon Josefsson  <jas@extundo.com>
9485
9486         * build-aux/maint.mk: Add dsyntax-check rule.
9487
9488 2006-02-15  Eric Blake  <ebb9@byu.net>
9489
9490         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9491         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9492         'present but cannot compile' warnings on cygwin.
9493         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9494         use ws2tcpip.h if sys/socket.h works.
9495         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9496         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9497
9498 2006-02-14  Simon Josefsson  <jas@extundo.com>
9499
9500         * modules/maintainer-makefile (Files): Rename.
9501
9502         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9503         and (the local) Makefile.cfg to maint-cfg.mk.
9504
9505         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9506         to the latter.
9507
9508         * modules/maintainer-makefile: New module.
9509
9510         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9511         severaly stripped to make it possible to build it up from scratch
9512         with reliable tests.
9513
9514         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9515         fixes to permit overriding the default actions when configure and
9516         makefile are not available.
9517
9518 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9519
9520         Sync from coreutils.
9521         * modules/lstat (Depends-on): Don't depend on xalloc.
9522         (License): Change from GPL to LGPL, since this is now simply a
9523         replacement for a libc function.
9524
9525 2006-02-14  Jim Meyering  <jim@meyering.net>
9526
9527         Sync from coreutils.
9528
9529         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9530         failure on deficient systems, and simplify gnulib lgpl dependencies.
9531         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9532         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9533
9534         * lib/xalloc-die.c: Remove unused definition of N_.
9535
9536 2006-02-14  Jim Meyering  <jim@meyering.net>
9537
9538         Sync from coreutils.
9539         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9540         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9541         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9542         double-quote uses of that variable, to accommodate the rare case in
9543         which getmntent is available in none of the libraries checked.  This
9544         happens at least on FreeBSD 5.0.
9545
9546 2006-02-13  Simon Josefsson  <jas@extundo.com>
9547
9548         * gnulib-tool (Usage): Fix --import, from
9549         karl@freefriends.org (Karl Berry).
9550
9551 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9552
9553         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9554
9555 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9556
9557         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9558         "autoupdate" on 2005-12-12.
9559
9560 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9561
9562         * modules/closeout (Depends-on): Remove atexit.
9563
9564 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9567         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9568
9569 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9570
9571         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9572         __EXTENSIONS__ if this causes compilation to fail.  Problem
9573         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9574         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9575
9576 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9579         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9580         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9581         All uses changed.
9582
9583 2006-01-26  Simon Josefsson  <jas@extundo.com>
9584
9585         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9586         prototype is visible on mingw32.
9587
9588         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9589         for mingw32.
9590
9591         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9592         mingw32).
9593
9594 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9597         attempt to open for write; this always fails, at least on POSIX
9598         hosts.  This reinstates the 2006-01-09 change, which was
9599         inadvertently removed.
9600
9601 2006-01-26  Bruno Haible  <bruno@clisp.org>
9602
9603         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9604         Reported by Paul Eggert.
9605
9606 2006-01-26  Bruno Haible  <bruno@clisp.org>
9607             Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * lib/stdbool_.h (_Bool)
9610         [(! (defined __cplusplus || defined __BEOS__)
9611           && !defined __GNUC__
9612           && !(defined __HP_cc || defined __xlc__
9613                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9614                || defined __sgi))]:
9615         #define to signed char in these cases too; this simplifies
9616         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9617         etc., separately) and makes it more conservative.
9618
9619 2006-01-25  Simon Josefsson  <jas@extundo.com>
9620
9621         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9622         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9623         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9624
9625 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9626
9627         * lib/argp-namefrob.h: Bugfix. Remove stray #
9628
9629 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9632         so that we test the test.
9633         Check for yet another HP-UX cc bug involving *bool |= bool.
9634
9635 2006-01-25  Karl Berry  <karl@gnu.org>
9636
9637         * config/srclist.txt (vasnprintf.c): sync lost.
9638
9639 2006-01-25  Jim Meyering  <jim@meyering.net>
9640
9641         Sync from the stable (b5) branch of coreutils:
9642
9643         * lib/fts.c (fts_children): Don't let close() clobber errno from
9644         failed fchdir().
9645
9646         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9647         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9648         a dangling symlink.  That can also happen at least for ELOOP.
9649         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9650         FYI, this bug predates the inclusion of fts.c in coreutils.
9651
9652         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9653         in their own block, so pre-c99 compilers don't object.
9654
9655         Avoid the double-free (first in fts_read, second in fts_close) that
9656         would occur when an `active' directory is made inaccessible (e.g.,
9657         via chmod a-x) during a traversal.
9658         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9659         before returning.  Reproduce this failure by
9660         mkdir -p a/b; cd a; chmod a-x . b
9661         Reported by Stavros Passas.
9662
9663 2006-01-25  Jim Meyering  <jim@meyering.net>
9664
9665         * lib/fileblocks.c: Remove more useless parentheses.
9666         * lib/readutmp.h: Likewise.
9667
9668 2006-01-25  Bruno Haible  <bruno@clisp.org>
9669
9670         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9671         warnings.
9672         Reported by Paul Eggert.
9673
9674 2006-01-25  Bruno Haible  <bruno@clisp.org>
9675
9676         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9677         rid of a trap command. For Solaris sh.
9678         Reported by Mark D. Baushke <mdb@gnu.org>.
9679
9680 2006-01-24  Simon Josefsson  <jas@extundo.com>
9681
9682         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9683         Bruno.
9684
9685 2006-01-24  Karl Berry  <karl@gnu.org>
9686
9687         * config/srclist.txt (argp-namefrob.h): sync lost.
9688
9689 2006-01-24  Jim Meyering  <jim@meyering.net>
9690
9691         * modules/openat (Files): Add lib/intprops.h.
9692         From Mark D. Baushke.
9693
9694 2006-01-24  Jim Meyering  <jim@meyering.net>
9695
9696         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9697         Reported by Mark D. Baushke.
9698
9699 2006-01-24  Jim Meyering  <jim@meyering.net>
9700
9701         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9702
9703 2006-01-24  Bruno Haible  <bruno@clisp.org>
9704
9705         * modules/strnlen (Maintainer): Change from glibc to all.
9706
9707 2006-01-24  Bruno Haible  <bruno@clisp.org>
9708
9709         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9710         Patch by Paul Eggert.
9711
9712 2006-01-24  Bruno Haible  <bruno@clisp.org>
9713
9714         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9715         already has it.
9716         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9717         2005-11-26.
9718
9719         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9720         'signed char' to avoid problems with the built-in _Bool type.
9721         Reported by Paul Eggert on 2005-11-26.
9722
9723 2006-01-24  Bruno Haible  <bruno@clisp.org>
9724
9725         * gnulib-tool (func_import): Avoid constructing complicated sed
9726         expressions inside backquote.
9727         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9728
9729 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9730
9731         These changes imported from libc.
9732         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9733         test and two separate function calls.
9734         * lib/strndup.c (__strndup): Add libc_hidden_def.
9735
9736 2006-01-23  Simon Josefsson  <jas@extundo.com>
9737
9738         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9739         Remove the test_*_SOURCES variable: automake infers it by default.
9740         * modules/tls-tests: Likewise.
9741
9742 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         Work around porting bugs reported by Dieter in
9745         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9746         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9747         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9748         Include "getopt.h" first, to check interface.
9749         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9750         !HAVE_DECL_GETENV.
9751         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9752         (__strndup): Revert to K&R-style function dfns, the glibc style.
9753         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9754         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9755         Include strnlen.h first, to get prototype properly.
9756         (strnlen): Renamed from __strnlen.
9757         Remove weak alias.
9758
9759 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9760
9761         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9762
9763 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9764
9765         * config/srclist.txt: Adjust to reflect glibc reorganization.
9766         This affects only comments.
9767
9768 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9769
9770          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9771          Reported by Bruce Korb <bkorb@gnu.org>.
9772
9773 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9774
9775         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9776         to pacify gcc -Wswitch-default.
9777
9778 2006-01-22  Bruno Haible  <bruno@clisp.org>
9779
9780         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9781         temporary buffer for sprintf, take into account the precision also
9782         for 'd', 'i', 'u', 'o', 'x', 'X'.
9783
9784 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9785
9786         * modules/argp-tests: New module
9787         * tests/test-argp.c: New file
9788         * tests/test-argp-2.sh: New file
9789
9790 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9791
9792         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9793         (__argp_base_name): Removed
9794         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9795         typo.
9796         (__argp_base_name): Provide macro definition or extern declaration
9797         depending on the configuration
9798
9799 2006-01-20  Simon Josefsson  <jas@extundo.com>
9800
9801         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9802
9803 2006-01-20  Simon Josefsson  <jas@extundo.com>
9804
9805         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9806
9807 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9808
9809         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9810         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9811         Suggested by Bruno Haible.
9812
9813 2006-01-20  Karl Berry  <karl@gnu.org>
9814
9815         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9816         until changes propagate, I guess.
9817
9818 2006-01-19  Simon Josefsson  <jas@extundo.com>
9819
9820         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9821
9822 2006-01-19  Simon Josefsson  <jas@extundo.com>
9823
9824         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9825
9826 2006-01-19  Simon Josefsson  <jas@extundo.com>
9827
9828         * gnulib-tool: Set check_PROGRAMS.
9829
9830         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9831         modules/des-tests, modules/gc-arcfour-tests,
9832         modules/gc-arctwo-tests, modules/gc-des-tests,
9833         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9834         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9835         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9836         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9837         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9838         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9839         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9840         test_*_SOURCES.
9841
9842 2006-01-18  Simon Josefsson  <jas@extundo.com>
9843
9844         * modules/socklen (Depends-on): Depend on sys_socket.
9845
9846 2006-01-18  Simon Josefsson  <jas@extundo.com>
9847
9848         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9849         modules/des-tests, modules/gc-arcfour-tests,
9850         modules/gc-arctwo-tests, modules/gc-des-tests,
9851         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9852         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9853         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9854         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9855         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9856         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9857         $(EXEEXT) to automake TESTS variable, for mingw32.
9858
9859 2006-01-17  Simon Josefsson  <jas@extundo.com>
9860
9861         * modules/socklen (Include): Need sys/socket.h.
9862
9863 2006-01-17  Bruno Haible  <bruno@clisp.org>
9864
9865         * modules/ssize_t (Include): Add <sys/types.h>.
9866
9867 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9868
9869         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9870         it's not portable and it doesn't work with cross-compiles.
9871         Problem reported by Bruno Haible.  Fix missing-$ typo in
9872         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9873         -zignore from being used with Sun's C compiler.
9874
9875 2006-01-12  Simon Josefsson  <jas@extundo.com>
9876
9877         * lib/base64.c: Fix warning, reported by Bruno Haible
9878         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9879
9880 2006-01-12  Bruno Haible  <bruno@clisp.org>
9881
9882         * modules/ldd: New file.
9883         * build-aux/ldd.sh.in: New file.
9884         * MODULES.html.sh (Support for building libraries and executables): Add
9885         ldd.
9886
9887 2006-01-12  Bruno Haible  <bruno@clisp.org>
9888
9889         * m4/ldd.m4: New file.
9890
9891 2006-01-12  Bruno Haible  <bruno@clisp.org>
9892
9893         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9894         endless loop while replacing $auxdir with build-aux.
9895
9896 2006-01-11  Simon Josefsson  <jas@extundo.com>
9897
9898         * lib/stdint_.h (SIZE_MAX): Add missing (.
9899
9900 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9901
9902         Sync from coreutils.
9903         * lib/md5.c: Fix commentary typos.
9904         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9905         * lib/md5.h (__attribute__): Remove; unused.
9906         * lib/sha1.c: Fix commentary to match md5 better.
9907         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9908         so that we don't need to worry about alignment.  All uses changed.
9909         This merges the 2005-10-28 md5 change into sha1.
9910
9911 2006-01-11  Jim Meyering  <jim@meyering.net>
9912
9913         Sync from coreutils.
9914         * lib/md5.c (OP): Fix spacing.
9915
9916 2006-01-11  Bruno Haible  <bruno@clisp.org>
9917
9918         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9919         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9920         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9921
9922 2006-01-11  Bruno Haible  <bruno@clisp.org>
9923
9924         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9925         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9926         the "early" section as well.
9927
9928 2006-01-11  Bruno Haible  <bruno@clisp.org>
9929
9930         Avoid "ar: no archive members specified" error on MacOS X.
9931         * gnulib-tool (func_modules_add_dummy): New function.
9932         (func_import, func_create_testdir): Invoke it.
9933
9934 2006-01-11  Bruno Haible  <bruno@clisp.org>
9935
9936         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9937         with $auxdir in AC_CONFIG_FILES statements.
9938
9939 2006-01-11  Bruno Haible  <bruno@clisp.org>
9940
9941         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9942         Initialize also noinst_HEADERS to empty.
9943
9944 2006-01-11  Bruno Haible  <bruno@clisp.org>
9945
9946         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9947         variables.
9948         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9949         autoreconf.
9950
9951 2006-01-11  Bruno Haible  <bruno@clisp.org>
9952
9953         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9954         overridable by the user.
9955         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9956
9957 2006-01-10  Simon Josefsson  <jas@extundo.com>
9958
9959         * modules/sys_socket: New file.
9960
9961 2006-01-10  Simon Josefsson  <jas@extundo.com>
9962
9963         * m4/sys_socket_h.m4: New file.
9964
9965 2006-01-10  Simon Josefsson  <jas@extundo.com>
9966
9967         * lib/socket_.h: New file.
9968
9969 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9970
9971         * modules/readutmp (Maintainer): Add myself.
9972
9973 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9974
9975         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9976         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9977         People who are still concerned with buggy memcmp implementations
9978         can invoke gl_FUNC_MEMCMP themselves.
9979
9980 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9981
9982         * lib/regex_internal.h (BITSET_WORD_BITS):
9983         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9984         preprocessor mishandles large unsigned values as if they were signed.
9985         Problem reported by Claudio Fontana in
9986         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9987
9988 2006-01-10  Jim Meyering  <jim@meyering.net>
9989
9990         Avoid the double-free (first in fts_read, second in fts_close) that
9991         would occur when an `active' directory is made inaccessible (e.g.,
9992         via chmod a-x) during a traversal.
9993         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9994         before returning.  Reproduce this failure by
9995         mkdir -p a/b; cd a; chmod a-x . b
9996         Reported by Stavros Passas.
9997
9998         Sync from coreutils.
9999         * lib/sha1.c: Tweak grammar in a comment.
10000
10001 2006-01-10  Jim Meyering  <jim@meyering.net>
10002
10003         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10004         Patch by Joerg Sonnenberger.
10005
10006 2006-01-10  Bruno Haible  <bruno@clisp.org>
10007
10008         * modules/readutmp: Depend on module free.
10009         * modules/strtok_r: Depend on module restrict.
10010
10011 2006-01-10  Bruno Haible  <bruno@clisp.org>
10012
10013         * modules/gettext (configure.ac): Add an invocation of
10014         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10015
10016 2006-01-10  Bruno Haible  <bruno@clisp.org>
10017
10018         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10019         Reported by Werner Lemberg <wl@gnu.org>.
10020
10021 2006-01-10  Bruno Haible  <bruno@clisp.org>
10022
10023         * lib/localcharset.c: Update from GNU gettext.
10024
10025 2006-01-10  Bruno Haible  <bruno@clisp.org>
10026
10027         * lib/argp.h (__const): Remove macro. Use const instead.
10028         * lib/argp-fmtstream.h (__const): Likewise.
10029         * lib/glob_.h (__const): Remove macro.
10030         * lib/glob-libc.h: Use const instead of __const.
10031
10032 2006-01-10  Bruno Haible  <bruno@clisp.org>
10033
10034         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10035         variable.
10036         Needed to avoid an automake error regarding the 'gettext' module.
10037
10038 2006-01-09  Simon Josefsson  <jas@extundo.com>
10039
10040         * modules/inet_ntop (Depends-on): Add restrict.
10041
10042 2006-01-09  Simon Josefsson  <jas@extundo.com>
10043
10044         * modules/gc-rijndael-tests (License): Put under LGPL.
10045
10046         * modules/gc-des-tests (License): Likewise.
10047
10048         * modules/gc-arcfour-tests (License): Likewise.
10049
10050         * modules/gc-arctwo-tests (License): Likewise.
10051
10052         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10053
10054         * modules/gc-hmac-sha1-tests (Files): Likewise.
10055
10056         * modules/gc-hmac-md5-tests (License): Likewise.
10057
10058         * modules/gc-sha1-tests (License): Likewise.
10059
10060         * modules/gc-md5-tests (License): Likewise.
10061
10062         * modules/gc-md4-tests (License): Likewise.
10063
10064         * modules/gc-md2-tests (License): Likewise.
10065
10066         * modules/gc-tests (License): Likewise.
10067
10068         * modules/des-tests (License): Likewise.
10069
10070         * modules/md4-tests (License): Likewise.
10071
10072         * modules/md2-tests (License): Likewise.
10073
10074 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10075
10076         Sync from coreutils:
10077
10078         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10079         * modules/lib-ignore: New file.
10080         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10081         chdir-safer.m4, lchmod.m4.
10082         * modules/openat: Add mkdirat.c, openat-priv.h.
10083
10084 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10085
10086         Sync from coreutils.
10087         * m4/lib-ignore.m4: New file.
10088         * m4/lchmod.m4: New file.
10089
10090 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10091
10092         Sync from coreutils.
10093         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10094         for write access: POSIX says that must fail.
10095         * lib/fts.c (diropen): Likewise.
10096         * lib/save-cwd.c (save_cwd): Likewise.
10097         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10098         well, for minor improvements on hosts that lack O_DIRECTORY.
10099         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10100         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10101         Fall back on chown if open failed with EACCES.
10102
10103         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10104         Report an error at compile-time if only a 1-second nominal clock
10105         resolution is found.
10106
10107         * lib/lchmod.h: New file.
10108         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10109         (make_dir_parents): Use lchown rather than chown, and
10110         lchmod rather than chmod.
10111
10112         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10113         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10114         "proc" reported by n0dalus.
10115
10116         * lib/mountlist.c: Include <limits.h>.
10117         (dev_from_mount_options)
10118         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10119         New function.  It no longer assumes "dev=" has the System V meaning
10120         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10121         (read_file_system_list)
10122         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10123         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10124         dev= in that case.
10125
10126         * lib/posixtm.h (PDS_PRE_2000): New macro.
10127         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10128         allow_century.  All usages changed.  Reject dates outside the range
10129         1969-1999 if PDS_PRE_2000 is used.
10130
10131 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10132
10133         Sync from coreutils.
10134         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10135         (Time of day items): Mention the possibility of leap seconds.
10136         Problem reported by Dr. David Alan Gilbert.
10137
10138 2006-01-09  Jim Meyering  <jim@meyering.net>
10139
10140         Sync from coreutils.
10141
10142         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10143
10144         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10145
10146         * lib/modechange.c (mode_compile): Reject an invalid mode string
10147         that starts with an octal digit.  From Andreas Gruenbacher.
10148
10149         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10150         and dup to open_safer and dup_safer, respectively.
10151         (openat_permissive): Fix typo in comment.
10152
10153         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10154         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10155         (_): Remove; no longer needed.
10156         (openat): Renamed from rpl_openat; no need for rpl_openat
10157         since openat.h renames openat for us.
10158         Replace most of the body with a call to openat_permissive,
10159         to avoid duplicate code.
10160         Port to (probably hypothetical) environments were mode_t is
10161         wider than int.
10162         (openat_permissive): Require mode arg, so that we can check
10163         types better.  Put it just after flags.  Change cwd failure
10164         indicator from pointer-to-bool to pointer-to-errno-value.
10165         All callers changed.
10166         Invoke openat_save_fail and/or openat_restore_fail if
10167         cwd_errno is null, so that openat can call us.
10168         (openat_permissive, fdopendir, fstatat, unlinkat):
10169         Simplify errno handling to avoid some duplicate code,
10170         as it's OK to set errno on success.
10171         * lib/openat.h: Revamp code so that function macros depend on
10172         __OPENAT_PREFIX only, not also on AT_FDCWD.
10173         (openat_ro): Remove.  Caller changed to use openat_permissive.
10174         (openat_permissive): Now a macro, if not a function.
10175         (openat_restore_fail, openat_save_fail): Now always functions,
10176         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10177
10178         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10179         and openat.c.
10180         * lib/mkdirat.c: Include openat-priv.h.
10181         Remove definitions of macros defined therein.
10182         * lib/openat.c: Likewise.
10183
10184         * lib/mkdirat.c (mkdirat): New file and function.
10185         * lib/openat.h (mkdirat): Declare.
10186
10187         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10188
10189         * lib/openat.h (openat_permissive): Declare.
10190         (openat_ro): Define.
10191
10192         * lib/openat.c (EXPECTED_ERRNO): New macro.
10193         (openat_permissive): New function -- used in remove.c rewrite.
10194         (all functions): Set errno just before returning, only if there
10195         was an actual failure.
10196         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10197
10198         Emulate openat-family functions using Linux's procfs, if possible.
10199         Idea and some code based on Ulrich Drepper's glibc changes.
10200
10201         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10202         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10203         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10204         before falling back on save_cwd and restore_cwd.
10205         (fdopendir, fstatat, unlinkat): Likewise.
10206
10207         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10208         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10209
10210         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10211         as second argument to va_arg.  Otherwise, some versions of gcc
10212         warn that `if this code is reached, the program will abort'.
10213
10214 2006-01-09  Jim Meyering  <jim@meyering.net>
10215
10216         Sync from coreutils.
10217         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10218         Require openat-priv.h.
10219
10220 2006-01-09  Bruno Haible  <bruno@clisp.org>
10221
10222         * modules/strnlen (Include): Use strnlen.h.
10223
10224 2006-01-09  Bruno Haible  <bruno@clisp.org>
10225
10226         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10227
10228 2006-01-09  Bruno Haible  <bruno@clisp.org>
10229
10230         * lib/sysexit_.h (EX_OK): New macro.
10231         Suggested by Martin Lambers <marlam@marlam.de>.
10232
10233 2006-01-09  Bruno Haible  <bruno@clisp.org>
10234
10235         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10236         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10237
10238 2006-01-09  Bruno Haible  <bruno@clisp.org>
10239
10240         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10241         numbers.
10242
10243 2006-01-09  Bruno Haible  <bruno@clisp.org>
10244
10245         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10246         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10247         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10248         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10249
10250 2006-01-09  Bruno Haible  <bruno@clisp.org>
10251
10252         * build-aux/javacomp.sh.in: New file, moved from lib/.
10253         * modules/javacomp-script (Files): Update.
10254         (configure.ac): Add AC_CONFIG_FILES invocation.
10255         (EXTRA_DIST): Remove variable.
10256
10257         * build-aux/javaexec.sh.in: New file, moved from lib/.
10258         * modules/javaexec (Files): Update.
10259         (configure.ac): Add AC_CONFIG_FILES invocation.
10260         (EXTRA_DIST): Remove javaexec.sh.in.
10261
10262         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10263         * modules/csharpcomp-script (Files): Update.
10264         (configure.ac): Add AC_CONFIG_FILES invocation.
10265         (EXTRA_DIST): Remove variable.
10266
10267         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10268         * modules/csharpexec (Files): Update.
10269         (configure.ac): Add AC_CONFIG_FILES invocation.
10270         (EXTRA_DIST): Remove csharpexec.sh.in.
10271
10272 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10273
10274         Sync from coreutils.
10275
10276         Add POSIX ACL support
10277         * lib/acl.h (copy_acl, set_acl): Add declarations.
10278         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10279         systems other than Linux.
10280         (chmod_or_fchmod): New function: use fchmod when possible,
10281         and chmod otherwise.
10282         (file_has_acl): Add a POSIX ACL implementation, with a
10283         Linux-specific subcase.
10284         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10285         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10286         acls are unsupported.
10287         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10288         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10289         are unsupported.
10290
10291 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10292
10293         Sync from coreutils.
10294         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10295
10296 2006-01-07  Bruno Haible  <bruno@clisp.org>
10297
10298         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10299         gl_EARLY.
10300
10301 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10302
10303         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10304         Problem reported for Mingw by Mark Junker.
10305
10306 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10307
10308         * README: Gnulib normally doesn't generate a tarball.
10309
10310 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10313         long int, not int, for nanosecond counts, so that people who are
10314         used to POSIX struct timespec won't be surprised.  Reported by Jim
10315         Meyering.
10316
10317 2005-12-28  Bruno Haible  <bruno@clisp.org>
10318
10319         * build-aux/config.rpath: Update from GNU gettext.
10320
10321 2005-12-16  Jim Meyering  <jim@meyering.net>
10322
10323         * modules/fprintftime: New module.
10324         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10325
10326 2005-12-16  Jim Meyering  <jim@meyering.net>
10327
10328         * m4/fprintftime.m4: New file.
10329
10330 2005-12-16  Jim Meyering  <jim@meyering.net>
10331
10332         * lib/fprintftime.c, lib/fprintftime.h: New files.
10333
10334 2005-12-15  Simon Josefsson  <jas@extundo.com>
10335
10336         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10337         new m4/socklen.m4.
10338
10339 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10340
10341         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10342         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10343
10344 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10345
10346         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10347         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10348         struct uparams is valid. Fall back to the default values if it is
10349         not.
10350
10351 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10352
10353         * modules/argp (Files): Add argp-pin.c
10354         (Depends-on): dirname
10355         (lib_SOURCES): Add argp-pin.c
10356
10357 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10358
10359         * m4/argp.m4:  Check if program_invocation_name and
10360         program_invocation_short_name are declared and define appropriate
10361         macros if they are not.
10362
10363 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10364
10365         * lib/argp-help.c (__argp_base_name): New function
10366         (__argp_short_program_name): Rewrite using __argp_base_name
10367         * lib/argp-namefrob.h: Define program_invocation_name and
10368         program_invocation_short_name if requested
10369         (__argp_base_name): Add prototype
10370         * lib/argp-parse.c (argp_def): Use gettext wrappers
10371         (argp_default_parser): Use __argp_base_name
10372         * lib/argp-pin.c: New file. Defines program_invocation_name and
10373         program_invocation_short_name on systems that lack them.
10374
10375 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10376
10377         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10378         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10379         porting problem reported by Georg Schwarz in
10380         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10381
10382 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10383
10384         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10385         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10386         porting problem reported by Georg Schwarz in
10387         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10388
10389 2005-12-05  Bruno Haible  <bruno@clisp.org>
10390
10391         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10392         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10393         Reported by Mark Junker <mjscod@gmx.de>.
10394
10395 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10396
10397         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10398         Use implementation from Albert Chin, with some
10399         comments/corrections by Stepan Kasal and myself.
10400
10401 2005-12-02  Bruno Haible  <bruno@clisp.org>
10402
10403         * gnulib-tool (func_import): Accept GPLed build tool modules when
10404         --lgpl is given.
10405         * modules/csharpcomp-script: New file.
10406         * modules/csharpcomp: Depend on it.
10407         * modules/javacomp-script: New file.
10408         * modules/javacomp: Depend on it.
10409         Suggested by Simon Josefsson.
10410
10411 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10414         statement, to work around an HP-UX 10.20 compiler bug reported by
10415         Peter O'Gorman.
10416
10417 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10418
10419         * modules/savedir (Depends-on): Add openat.
10420
10421 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10424         (uintmax_t) [defined uintmax_t]: Do not declare.
10425         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10426         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10427         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10428         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10429         sake of portability to weird hosts that C allows (though we don't
10430         know of any practical examples).
10431
10432         * lib/savedir.h (fdsavedir): New decl.
10433         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10434         contains most of the former guts of savedir.
10435         (savedir): Use savedirstream.
10436         Include "openat.h".
10437
10438 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10439
10440         * modules/obstack (Files): Add m4/ulonglong.m4.
10441         Problem reported by Davide Angelocola.
10442
10443 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10444
10445         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10446         coreutils no longer futzes with rounding modes.
10447
10448 2005-11-14  Jim Meyering  <jim@meyering.net>
10449
10450         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10451         replacement of mkstemp.
10452
10453 2005-11-10  Simon Josefsson  <jas@extundo.com>
10454
10455         * lib/readline.c: Remove EOL.
10456
10457 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10458
10459         * modules/gethrxtime (Depends-on): Add gettime.
10460
10461 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10462
10463         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10464         or gettimeofday; no longer needed.
10465
10466 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10469         time business.
10470         (gethrxtime) [! (HAVE_NANOUPTIME
10471         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10472         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10473         our own approximation.
10474
10475 2005-11-08  Eric Blake  <ebb9@byu.net>
10476
10477         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10478
10479 2005-11-08  Eric Blake  <ebb9@byu.net>
10480
10481         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10482
10483 2005-11-04  Bruno Haible  <bruno@clisp.org>
10484
10485         * gnulib-tool: Implement --update mode.
10486
10487 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10488
10489         Fix porting problem reported by Theodoros V. Kalamatianos.
10490         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10491         Don't assume that futimes failing means we must fail.
10492
10493 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10494
10495         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10496         variables to suggest the intended function of the PATH_MAX check.
10497
10498 2005-10-30  Kean Johnston  <jkj@sco.com>
10499
10500         Trivial changes to support SCO systems.
10501         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10502         as PATH_MAX.
10503         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10504         where __ptr is null when no I/O is pending.
10505
10506 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10507
10508         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10509         leave errno alone.  Problem reported by Dmitry V. Levin.
10510
10511 2005-10-28  Simon Josefsson  <jas@extundo.com>
10512
10513         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10514         Test more.
10515
10516         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10517
10518         * modules/md2, modules/md2-tests: New files.
10519
10520 2005-10-28  Simon Josefsson  <jas@extundo.com>
10521
10522         * m4/inet_ntop.m4: More tests.
10523
10524         * m4/gc-md2.m4, md2.m4: New file.
10525
10526 2005-10-28  Simon Josefsson  <jas@extundo.com>
10527
10528         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10529         "restrict" keywords, as per POSIX.  Protect the function
10530         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10531         Don't use K&R prototypes.  Check the sprintf return values.
10532         Re-define EAFNOSUPPORT if not present.  Indent.
10533
10534         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10535         suggested by Bruno Haible <bruno@clisp.org>.
10536
10537         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10538
10539         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10540
10541         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10542         libgcrypt).
10543
10544         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10545
10546         * lib/md2.h, lib/md2.c: New files.
10547
10548 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10549
10550         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10551         errno alone.  Problem reported by Frederic Jolliton.
10552
10553 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * modules/verify (License): Change from GPL to LGPL.  This is a
10556         tiny module and there are apparently near-equivalents that are
10557         under the BSD license.
10558
10559 2005-10-24  Simon Josefsson  <jas@extundo.com>
10560
10561         * modules/sha1: Relicense to LGPL.
10562
10563 2005-10-24  Simon Josefsson  <jas@extundo.com>
10564
10565         * lib/md4.h: Shrink buffer size, now that we changed the type.
10566
10567 2005-10-23  Simon Josefsson  <jas@extundo.com>
10568
10569         * gnulib-tool (func_import): Fix --tests-base.
10570
10571 2005-10-22  Simon Josefsson  <jas@extundo.com>
10572
10573         * modules/arcfour (Depends-on): Need stdint.
10574
10575 2005-10-22  Simon Josefsson  <jas@extundo.com>
10576
10577         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10578         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10579
10580 2005-10-22  Simon Josefsson  <jas@extundo.com>
10581
10582         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10583         suggested by Bruno Haible <bruno@clisp.org>.
10584
10585 2005-10-22  Simon Josefsson  <jas@extundo.com>
10586
10587         * lib/crc.h: Include stddef.h, for size_t.
10588
10589 2005-10-22  Simon Josefsson  <jas@extundo.com>
10590
10591         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10592         arcfour_context struct (simplify test vector testing in GNU
10593         Shishi).
10594
10595 2005-10-21  Simon Josefsson  <jas@extundo.com>
10596
10597         * modules/des, modules/des-tests: New files.
10598
10599         * modules/gc-des, modules/gc-des-tests: New files.
10600
10601         * tests/test-des.c, tests/test-gc-des.c: New file.
10602
10603 2005-10-21  Simon Josefsson  <jas@extundo.com>
10604
10605         * modules/arctwo, modules/arctwo-tests: New files.
10606
10607         * tests/test-arctwo.c: New file.
10608
10609         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10610
10611         * tests/test-gc-arctwo.c: New file.
10612
10613 2005-10-21  Simon Josefsson  <jas@extundo.com>
10614
10615         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10616         Bruno Haible <bruno@clisp.org>.
10617
10618         * m4/gc-des.m4: New file.
10619
10620 2005-10-21  Simon Josefsson  <jas@extundo.com>
10621
10622         * m4/arctwo.m4: New file.
10623
10624         * m4/gc-arctwo.m4: New file.
10625
10626 2005-10-21  Simon Josefsson  <jas@extundo.com>
10627
10628         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10629         block.
10630
10631 2005-10-21  Simon Josefsson  <jas@extundo.com>
10632
10633         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10634         <bruno@clisp.org>.
10635
10636         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10637
10638         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10639         Bruno Haible <bruno@clisp.org>.
10640
10641         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10642         <bruno@clisp.org>.
10643
10644 2005-10-21  Simon Josefsson  <jas@extundo.com>
10645
10646         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10647
10648 2005-10-21  Simon Josefsson  <jas@extundo.com>
10649
10650         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10651
10652 2005-10-21  Simon Josefsson  <jas@extundo.com>
10653
10654         * lib/des.h, lib/des.c: New files.
10655
10656         * lib/gc-gnulib.c: Support DES.c
10657
10658 2005-10-21  Simon Josefsson  <jas@extundo.com>
10659
10660         * lib/arctwo.h, lib/arctwo.c: New files.
10661
10662         * lib/gc-gnulib.c: Support ARCTWO.
10663
10664 2005-10-21  Simon Josefsson  <jas@extundo.com>
10665
10666         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10667         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10668
10669 2005-10-21  Simon Josefsson  <jas@extundo.com>
10670
10671         * gnulib-tool (func_import, func_create_testdir): Define automake
10672         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10673         Makefile.am snippet),
10674         suggested by Bruno Haible <bruno@clisp.org>.
10675
10676         * modules/gc (Makefile.am): Use it.
10677
10678 2005-10-21  Bruno Haible  <bruno@clisp.org>
10679
10680         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10681         patch.
10682
10683 2005-10-19  Simon Josefsson  <jas@extundo.com>
10684
10685         * tests/test-gc-rijndael.c: New file.
10686
10687         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10688
10689 2005-10-19  Simon Josefsson  <jas@extundo.com>
10690
10691         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10692         interface too.
10693
10694 2005-10-19  Simon Josefsson  <jas@extundo.com>
10695
10696         * tests/test-gc-arcfour.c: New file.
10697
10698         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10699
10700 2005-10-19  Simon Josefsson  <jas@extundo.com>
10701
10702         * modules/gc-md4, modules/gc-md4-tests: New file.
10703
10704         * tests/test-gc-md4.c: New file.
10705
10706 2005-10-19  Simon Josefsson  <jas@extundo.com>
10707
10708         * m4/gc-md4.m4: New file.
10709
10710 2005-10-19  Simon Josefsson  <jas@extundo.com>
10711
10712         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10713         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10714         <kasal@ucw.cz>.
10715
10716 2005-10-19  Simon Josefsson  <jas@extundo.com>
10717
10718         * m4/gc-arcfour.m4: New file.
10719
10720         * m4/gc-rijndael.m4: New file.
10721
10722 2005-10-19  Simon Josefsson  <jas@extundo.com>
10723
10724         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10725
10726 2005-10-19  Simon Josefsson  <jas@extundo.com>
10727
10728         * lib/gc-gnulib.c: Support ARCFOUR.
10729
10730 2005-10-19  Simon Josefsson  <jas@extundo.com>
10731
10732         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10733         support.
10734
10735         * lib/gc.h: Add ECB enum type.
10736
10737         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10738
10739 2005-10-18  Simon Josefsson  <jas@extundo.com>
10740
10741         * tests/test-md5.c: New file.
10742
10743         * modules/md5-tests: New file.
10744
10745 2005-10-18  Simon Josefsson  <jas@extundo.com>
10746
10747         * tests/test-md4.c: New file.
10748
10749         * modules/md4, modules/md4-tests: New files.
10750
10751 2005-10-18  Simon Josefsson  <jas@extundo.com>
10752
10753         * m4/md4.m4: New file.
10754
10755 2005-10-18  Simon Josefsson  <jas@extundo.com>
10756
10757         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10758
10759 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10760
10761         * gnulib-tool (func_create_testdir): Omit the second check whether
10762         BUILT_SOURCES in nonempty.
10763
10764 2005-10-17  Simon Josefsson  <jas@extundo.com>
10765
10766         * tests/test-rijndael.c: New file.
10767
10768 2005-10-17  Simon Josefsson  <jas@extundo.com>
10769
10770         * modules/sha1: Depend on stdint instead of md5.
10771
10772         * modules/md5: Depend on stdint, remove uint32_t.
10773
10774 2005-10-17  Simon Josefsson  <jas@extundo.com>
10775
10776         * modules/gc-sha1-tests: New file.
10777
10778         * tests/test-gc-sha1.c: New file.
10779
10780 2005-10-17  Simon Josefsson  <jas@extundo.com>
10781
10782         * m4/md5.m4: Remove call to uint32_t.m4.
10783
10784 2005-10-17  Simon Josefsson  <jas@extundo.com>
10785
10786         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10787
10788         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10789         md5.h.
10790
10791         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10792
10793         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10794
10795 2005-10-17  Simon Josefsson  <jas@extundo.com>
10796
10797         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10798
10799 2005-10-17  Simon Josefsson  <jas@extundo.com>
10800
10801         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10802
10803 2005-10-17  Simon Josefsson  <jas@extundo.com>
10804
10805         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10806
10807         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10808
10809 2005-10-17  Bruno Haible  <bruno@clisp.org>
10810
10811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10812         that it can also be used in a test.
10813
10814 2005-10-16  Bruno Haible  <bruno@clisp.org>
10815
10816         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10817         TESTS_ENVIRONMENT, so that individual tests can augment it.
10818
10819         * gnulib-tool (func_create_testdir): Use an intermediate target for
10820         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10821         macros, like $(ALLOCA_H), which cannot be passed through the command
10822         line.
10823
10824 2005-10-15  Simon Josefsson  <jas@extundo.com>
10825
10826         * modules/rijndael-tests: New file.
10827
10828         * modules/rijndael: New file.
10829
10830 2005-10-15  Simon Josefsson  <jas@extundo.com>
10831
10832         * m4/rijndael.m4: New file.
10833
10834 2005-10-15  Simon Josefsson  <jas@extundo.com>
10835
10836         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10837
10838         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10839
10840 2005-10-14  Simon Josefsson  <jas@extundo.com>
10841
10842         * tests/test-arcfour.c: New file.
10843
10844         * modules/arcfour, modules/arcfour-tests: New files.
10845
10846 2005-10-14  Simon Josefsson  <jas@extundo.com>
10847
10848         * m4/arcfour.m4: New file.
10849
10850 2005-10-14  Simon Josefsson  <jas@extundo.com>
10851
10852         * lib/arcfour.h, lib/arcfour.c: New files.
10853
10854 2005-10-14  Roland McGrath  <roland@redhat.com>
10855
10856         Import from libc.  [BZ #1331]
10857         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10858         macro argument.
10859         Reported by Matej Vela <vela@debian.org>.
10860
10861 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10864         include <wchar.h>; no longer needed.
10865
10866 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10867
10868         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10869
10870 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10871         and  Ulrich Drepper  <drepper@redhat.com>
10872
10873         Import from libc.
10874         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10875         instead of inline stream orientation test and two separate
10876         function calls.  Pay no attention to USE_IN_LIBIO.
10877
10878 2005-10-13  Simon Josefsson  <jas@extundo.com>
10879
10880         * modules/gc-hmac-md5-tests: New file.
10881
10882         * tests/test-gc-hmac-sha1.c: New file.
10883
10884         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10885
10886         * modules/gc-hmac-md5-tests: New file.
10887
10888         * tests/test-gc-md5.c: New file.
10889
10890         * modules/gc-md5-tests: New file.
10891
10892 2005-10-13  Simon Josefsson  <jas@extundo.com>
10893
10894         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10895         Move memory allocation outside of loop.
10896
10897 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10900         intermediate directory is in a read-only file system.  Problem
10901         reported by Eric Blake.
10902
10903 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10904
10905         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10906
10907 2005-10-12  Simon Josefsson  <jas@extundo.com>
10908
10909         * tests/test-hmac-sha1.c: New file.
10910
10911         * modules/hmac-sha1-tests: New file.
10912
10913         * modules/hmac-sha1: New file.
10914
10915 2005-10-12  Simon Josefsson  <jas@extundo.com>
10916
10917         * modules/gc-sha1: New file.
10918
10919 2005-10-12  Simon Josefsson  <jas@extundo.com>
10920
10921         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10922
10923         * tests/test-gc-pbkdf2-sha1.c: New file.
10924
10925 2005-10-12  Simon Josefsson  <jas@extundo.com>
10926
10927         * modules/gc-md5, modules/gc-hmac-md5: New files.
10928
10929         * modules/gc (Files): Remove md5, memxor and hmac files.
10930
10931 2005-10-12  Simon Josefsson  <jas@extundo.com>
10932
10933         * m4/gc-pbkdf2-sha1.m4: New file.
10934
10935         * m4/gc-hmac-sha1.m4: New file.
10936
10937         * m4/gc-sha1: New file.
10938
10939         * m4/hmac-sha1.m4: New file.
10940
10941 2005-10-12  Simon Josefsson  <jas@extundo.com>
10942
10943         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10944
10945         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10946
10947 2005-10-12  Simon Josefsson  <jas@extundo.com>
10948
10949         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10950         suggested by Bruno Haible <bruno@clisp.org>.
10951
10952 2005-10-12  Simon Josefsson  <jas@extundo.com>
10953
10954         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10955
10956 2005-10-12  Simon Josefsson  <jas@extundo.com>
10957
10958         * lib/gc-pbkdf2-sha1.c: New file.
10959
10960         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10961
10962 2005-10-12  Simon Josefsson  <jas@extundo.com>
10963
10964         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10965
10966         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10967
10968 2005-10-12  Simon Josefsson  <jas@extundo.com>
10969
10970         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10971         GC_USE_HMAC_MD5, respectively.
10972
10973         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10974         (gc_md5): Fix typo.
10975
10976         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10977
10978         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10979
10980         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10981
10982 2005-10-12  Bruno Haible  <bruno@clisp.org>
10983
10984         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10985         Reported by Stepan Kasal <kasal@ucw.cz>.
10986
10987 2005-10-11  Simon Josefsson  <jas@extundo.com>
10988
10989         * tests/test-crc.c: New file.
10990
10991         * modules/crc, modules/crc-tests: New files.
10992
10993 2005-10-11  Simon Josefsson  <jas@extundo.com>
10994
10995         * m4/crc.m4: New file.
10996
10997 2005-10-11  Simon Josefsson  <jas@extundo.com>
10998
10999         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11000
11001         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11002
11003         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11004
11005 2005-10-11  Simon Josefsson  <jas@extundo.com>
11006
11007         * lib/crc.h, lib/crc.c: New files.
11008
11009         * lib/gc.h (gc_hash_buffer): Add doc.
11010
11011 2005-10-11  Bruno Haible  <bruno@clisp.org>
11012
11013         * modules/c-strcasestr: New file.
11014         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11015
11016 2005-10-11  Bruno Haible  <bruno@clisp.org>
11017
11018         * modules/c-strcase: New file.
11019         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11020
11021 2005-10-11  Bruno Haible  <bruno@clisp.org>
11022
11023         * lib/strcasecmp.c: Include limits.h.
11024         (strcasecmp): Avoid integer overflow on exotic platforms.
11025         * lib/strncasecmp.c: Include limits.h.
11026         (strncasecmp): Avoid integer overflow on exotic platforms.
11027         Reported by Paul Eggert.
11028
11029 2005-10-11  Bruno Haible  <bruno@clisp.org>
11030
11031         * lib/c-strcasestr.h: New file, from GNU gettext.
11032         * lib/c-strcasestr.c: New file, from GNU gettext.
11033
11034 2005-10-11  Bruno Haible  <bruno@clisp.org>
11035
11036         * lib/c-strcase.h: New file, from GNU gettext.
11037         * lib/c-strcasecmp.c: New file, from GNU gettext.
11038         * lib/c-strncasecmp.c: New file, from GNU gettext.
11039
11040 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11041
11042         * modules/mempcpy (License): GPL -> LGPL.
11043         * modules/strchrnul (License): Likewise.
11044         * modules/sysexits (License): Likewise.
11045
11046 2005-10-08  Simon Josefsson  <jas@extundo.com>
11047
11048         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11049
11050 2005-10-07  Simon Josefsson  <jas@extundo.com>
11051
11052         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11053
11054 2005-10-06  Simon Josefsson  <jas@extundo.com>
11055
11056         * tests/test-hmac-md5.c: New file.
11057
11058         * modules/hmac-md5-tests: New file.
11059
11060         * modules/hmac-md5: New file.
11061
11062 2005-10-06  Simon Josefsson  <jas@extundo.com>
11063
11064         * m4/hmac-md5.m4: New file.
11065
11066         * m4/memxor.m4: Require gl_C_RESTRICT.
11067
11068 2005-10-06  Simon Josefsson  <jas@extundo.com>
11069
11070         * lib/memxor.c (memxor): Avoid casts and warnings.
11071
11072 2005-10-06  Simon Josefsson  <jas@extundo.com>
11073
11074         * lib/hmac-md5.c: New file.
11075
11076         * lib/hmac.h: New file.
11077
11078 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11079
11080         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11081         promotes to int, not unsigned int, to catch the AIX 5.3
11082         compiler bug.
11083
11084 2005-10-05  Simon Josefsson  <jas@extundo.com>
11085
11086         * modules/memxor: New file.
11087
11088         * modules/iconv (Files): Move config.rpath to havelib, it is used
11089         there.
11090
11091         * modules/havelib (Files): Add config.rpath.
11092
11093 2005-10-05  Simon Josefsson  <jas@extundo.com>
11094
11095         * m4/memxor.m4: New file.
11096
11097 2005-10-05  Simon Josefsson  <jas@extundo.com>
11098
11099         * lib/memxor.c (memxor): Fix compiler error.
11100
11101         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11102         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11103
11104         * lib/memxor.h, lib/memxor.c: New files.
11105
11106         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11107         we assume all systems have it, suggested by Jim Meyering
11108         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11109         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11110         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11111         same reasons.
11112
11113 2005-10-05  Simon Josefsson  <jas@extundo.com>
11114
11115         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11116
11117 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11120         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11121         needed, since the source code now assumes these .h files.
11122
11123 2005-10-05  Derek Price  <derek@ximbiot.com>
11124
11125         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11126
11127 2005-10-05  Bruno Haible  <bruno@clisp.org>
11128
11129         * modules/stdint (License): Change to LGPL.
11130
11131 2005-10-04  Simon Josefsson  <jas@extundo.com>
11132
11133         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11134         D. Baushke" <mdb@gnu.org>.
11135
11136 2005-10-04  Bruno Haible  <bruno@clisp.org>
11137
11138         * lib/verify.h (verify_true): Provide alternative definition for C++.
11139
11140 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11143         (SSIZE_MAX): New macro, if not already defined.
11144         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11145         than 2 GiB.
11146
11147 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11148
11149         Sync from coreutils.
11150         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11151         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11152         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11153         ULLONG_MAX doesn't work with 2.7.2.1.
11154
11155 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11158         From Ben Pfaff.
11159
11160         * modules/exclude (Depends-on): Depend on verify.
11161         * modules/strtoimax (Depends-on): Likewise.
11162         * modules/utimecmp (Depends-on): Likewise.
11163
11164 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11165
11166         * lib/exclude.c: Include verify.h.
11167         (verify): Remove.  All callers changed to use verify.h's version.
11168         * lib/strtoimax.c: Likewise.
11169         * lib/utimecmp.c: Likewis.e
11170
11171         Sync from coreutils.
11172         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11173         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11174         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11175         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11176         bother returning ENOSYS if settimeofday or stime fails; just let
11177         them return whatever errno they want to return.
11178         * lib/utimens.c: Include unistd.h, for dup2.
11179         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11180         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11181
11182 2005-10-02  Jim Meyering  <jim@meyering.net>
11183
11184         Sync from coreutils.
11185         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11186         from glibc-2.2.5 that fails for read-only files.
11187
11188 2005-10-02  Jim Meyering  <jim@meyering.net>
11189
11190         Sync from coreutils.
11191         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11192         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11193         `#if HAVE_CONFIG_H'.
11194         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11195         Remove AT_FDCWD test.
11196         Do not consume the fd unless successful.
11197         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11198         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11199         block, so that we don't even try to compile it if settimeofday is
11200         available.  This works around a compilation failure on OSF1 V5.1,
11201         due to stime requiring a `long int*' while tv_sec is `int'.
11202
11203 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11204
11205         Sync from coreutils.
11206         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11207         against `yes', rather than just testing for nonempty.
11208
11209 2005-10-01  Simon Josefsson  <jas@extundo.com>
11210
11211         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11212         and Darwin.
11213
11214         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11215         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11216         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11217         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11218         Check if struct addrinfo is declared.
11219
11220 2005-10-01  Simon Josefsson  <jas@extundo.com>
11221
11222         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11223         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11224         AI_* and EAI_* definitions.  Protect function declarations.
11225
11226 2005-10-01  Jim Meyering  <jim@meyering.net>
11227
11228         Sync from coreutils.
11229
11230         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11231         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11232         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11233         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11234         in the inet and nsl libraries.  Required on Solaris 5.7.
11235
11236 2005-10-01  Jim Meyering  <jim@meyering.net>
11237
11238         Sync from coreutils.
11239         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11240         in the inet and nsl libraries.  Required on Solaris 5.7.
11241
11242 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11243
11244         * lib/getdelim.c (getdelim): Remove unused variables.
11245
11246 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11249         so that the code works even with ancient cpp.  Portability problem
11250         with GCC 2.7.2.1 reported by Thomas M.Ott.
11251
11252 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11253
11254         * modules/regex (Depends-on): Add strcase.
11255
11256         * modules/gethostname (Licence): Change from GPL to LGPL, since
11257         gethostname.c is a trivial implementation of a standard library
11258         function.
11259         * modules/poll (License): Change from GPL to LGPL, since it's
11260         derived from LGPL code.
11261
11262 2005-09-27  Jim Meyering  <jim@meyering.net>
11263
11264         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11265         HAVE_CONFIG_H.
11266
11267         * lib/intprops.h (signed_type_or_expr__): Define.
11268         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11269         for unsigned types.
11270
11271 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11272
11273         * lib/verify.h (verify_expr): Remove, replacing with:
11274         (verify_true): New macro that returns true instead of void.
11275         (verify_type__): Remove.
11276         (verify): Use verify_true rather than verify_type__.
11277
11278 2005-09-26  Bruno Haible  <bruno@clisp.org>
11279
11280         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11281         is necessary.
11282         (lib_SOURCES): Remove mbchar.c.
11283         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11284         (Files): Add m4/mbrtowc.m4.
11285         * modules/mbiter: Likewise.
11286         * modules/mbuiter: Likewise.
11287
11288 2005-09-26  Bruno Haible  <bruno@clisp.org>
11289
11290         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11291         compile mbchar.c if they are not both present.
11292         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11293         * m4/mbiter.m4 (gl_MBITER): Likewise.
11294         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11295         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11296         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11297
11298 2005-09-25  Jim Meyering  <jim@meyering.net>
11299
11300         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11301         also uses socklen_t.
11302
11303 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11304
11305         * lib/utimens.c (ENOSYS): Define if not already defined.
11306         (futimens): Support having a null PATH if the file descriptor
11307         is nonnegative.
11308
11309         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11310         Remove.
11311         (__attribute): Define to empty unless GCC 3.1 or later.
11312         This works around a core dump on OpenBSD 3.4, which has GCC
11313         2.95.3, which dumps core when given __attribute__(()).  It also
11314         simplifies other tests, since we really don't want to bother with
11315         worrying about which ancient version of GCC supported what.
11316         Original problem reported by Yoann Vandoorselaere, with part of
11317         the fix suggested by Derek Price.
11318
11319 2005-09-24  Jim Meyering  <jim@meyering.net>
11320
11321         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11322         so we can once again use a positive bitfield width of 1 -- now we
11323         don't have to explain why we were using a bitfield width of 2.
11324
11325 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11326
11327         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11328         and similarly for the other external symbols.  Problem reported
11329         by James Gallager.
11330
11331         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11332         bug reported by Jim Meyering.
11333
11334         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11335         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11336         not needed, since socklen is a prerequisite module.
11337
11338 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11341         Problem reported by Eric Blake.
11342         (getaddrinfo): Initialize se so that it's not garbage.
11343         Redo internal storage allocation so that it doesn't make unportable
11344         assumptions about alignment.
11345         Fix a memory leak.
11346
11347         * lib/utimens.c (futimens): Use futimesat if available.
11348         Prefer it to futimes since it doesn't have the futimes bug.
11349
11350         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11351         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11352         Instead, declare a function that returns a pointer to an array,
11353         and use verify_type__ to declare the size of the array.
11354         Problem and germ of a solution reported by Bruno Haible.
11355         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11356         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11357
11358 2005-09-23  Jim Meyering  <jim@meyering.net>
11359
11360         Sync from coreutils.
11361         Correct build failure (socklen_t not defined) on at least
11362         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11363         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11364
11365 2005-09-23  Jim Meyering  <jim@meyering.net>
11366
11367         * modules/getaddrinfo (Depends-on): Add socklen.
11368
11369 2005-09-23  Bruno Haible  <bruno@clisp.org>
11370
11371         * tests/test-verify.c: New file.
11372
11373 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         Sync from coreutils.
11376
11377         * modules/argmatch (Depends-on): Add verify.
11378         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11379         unistd-safer.
11380         * modules/save-cwd (Depends-on): Likewise.
11381
11382         * modules/openat (Files): Add lib/openat-die.c.
11383         (Depends-on): Remove error, exitfail.
11384         Add dirname.
11385
11386         * modules/verify: New file.
11387         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11388         with "verify" module.
11389
11390 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         Sync from coreutils.
11393
11394         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11395         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11396         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11397         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11398         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11399         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11400         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11401         Don't bother checking for string.h, stdlib.h, unistd.h.
11402         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11403         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11404         module's job.
11405         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11406         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11407
11408         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11409         (gl_GETDATE): Use it.
11410
11411         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11412
11413 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         Sync from coreutils.
11416
11417         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11418         stat-time.h.
11419         * lib/argmatch.h: Include verify.h
11420         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11421         (ARGMATCH_ASSERT): Remove; unused.
11422         * lib/canonicalize.c: Assume STDC_HEADERS.
11423         * lib/exclude.c: Include "strcase.h".
11424         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11425         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11426         and stdio-safer.h.
11427         (getusershell): Call fopen, not fopen_safer.
11428         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11429         Do not include unistd-safer.h.
11430         (save_cwd): Don't call fd_safer; no longer needed
11431         now that we include fcntl--.h.
11432
11433         * lib/getdate.y (relative_time): New type.
11434         (RELATIVE_TIME_0): New constant.
11435         (parser_control): Use relative_time instead of doing it ourselves.
11436         (%union): Add new relative_time rel member.
11437         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11438         Now typeless.
11439         (relunit, relunit_snumber): Now of type rel.
11440         (zone, rel, relunit, get_date): Adjust to above changes.
11441
11442         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11443         Do not include unistd-safer.h.
11444         (getloadavg): Don't call fd_safer; no longer needed
11445         now that we include fcntl--.h.
11446
11447         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11448         (make_dir_parents): Treat ENOSYS like EEXIST.
11449
11450         Improve quality of diagnostics on restore_cwd failure.
11451         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11452         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11453         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11454         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11455         each time through the loop.  Do not diagnose restore_cwd failure;
11456         that is the caller's job (and perhaps the caller does not care).
11457
11458         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11459         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11460         If the file already exists but is not a directory, don't bother
11461         to try to make its parents.
11462         Close potential file descriptor leak if we can't chdir("/") (!).
11463         Don't always return true if chdir($PWD) fails; return true only
11464         if the requested action was done successfully (except for the
11465         chdir($PWD)).
11466         Don't log final directory unless we actually made it.
11467         Refactor to avoid duplicate code to fix up permissions.
11468         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11469
11470         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11471         to make it a bit faster and (I hope) clearer.
11472         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11473         Fix bug in formats like %2N.
11474
11475         * lib/verify.h: New file.
11476
11477 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11478
11479         Sync from coreutils.
11480         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11481
11482 2005-09-22  Jim Meyering  <jim@meyering.net>
11483
11484         Sync from coreutils.
11485
11486         * m4/lstat.m4 (gl_FUNC_LSTAT):
11487         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11488         Remove obsolete comment.
11489         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11490         * m4/xstrtod.m4: Likewise.
11491
11492         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11493
11494 2005-09-22  Jim Meyering  <jim@meyering.net>
11495
11496         Sync from coreutils.
11497
11498         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11499
11500         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11501         the .tm_year member, since otherwise gcc-4.0 would now warn about
11502         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11503
11504         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11505         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11506
11507         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11508         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11509         when run in a time zone for which daylight savings time is in effect
11510         for the starting date.
11511
11512         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11513         stop us from restricting permissions of just-created absolute-named
11514         directories.
11515         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11516         to restore initial working directory.
11517         * lib/mkdir-p.c (make_dir_parents): New parameter:
11518         different_working_dir, to tell caller if/when we change the working
11519         directory and are unable to return to the initial one.
11520         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11521         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11522         `return false'.  This fixes a bug introduced on 2004-07-30.
11523
11524         * lib/openat.c (fdopendir): Be sure to close the supplied
11525         file descriptor before returning.  This makes our replacement
11526         implementation a little closer to Solaris's, where fdopendir
11527         ties the file descriptor to the returned DIR* pointer.
11528         * lib/openat.c (unlinkat): New function.
11529         * lib/openat.h (unlinkat): Add prototype.
11530         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11531         (openat_restore_fail): Rename from openat_restore_die.
11532         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11533
11534         Provide an alternative to exiting immediately upon save_cwd or
11535         restore_cwd failure.  Now, an application can arrange e.g.,
11536         to perform a longjump in that case.
11537         * lib/openat.c: Include dirname.h.
11538         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11539         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11540         and openat_restore_die rather than calling error directly.
11541         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11542
11543         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11544         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11545         define.
11546
11547         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11548         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11549                             int utc, int nanoseconds);
11550         Background:
11551         date should not have to allocate a megabyte of virtual memory to
11552         handle a format argument like +%1048575T.  When implemented with
11553         strftime, it must allocate such a buffer, use strftime to fill it
11554         in, print it, then free it.
11555         With fprintftime, it simply prints everything and exits.
11556         With no need for memory allocation, that's one fewer way to fail.
11557         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11558         optional field width, not before, so we accept %9:z, not %:9z.
11559         (my_strftime): Be sure to use L_('x') for literals.
11560
11561         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11562         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11563         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11564         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11565         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11566         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11567         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11568         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11569         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11570         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11571         * lib/xgethostname.c, lib/xreadlink.c:
11572         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11573
11574         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11575         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11576         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11577         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11578         and don't include <sys/file.h>).
11579
11580 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11581
11582         Sync from coreutils.
11583
11584         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11585         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11586         [!LDAV_DONE]: Avoid unused variable warning.
11587
11588 2005-09-21  Bruno Haible  <bruno@clisp.org>
11589
11590         * lib/unicodeio.h (unicode_to_mb): New declaration.
11591
11592 2005-09-20  Derek Price  <derek@ximbiot.com>
11593
11594         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11595         getaddrinfo.h.
11596
11597 2005-09-20  Bruno Haible  <bruno@clisp.org>
11598
11599         * gnulib-tool: Remove trailing slashes from the values specified for
11600         --source-base, --m4-base, --tests-base, --aux-dir.
11601         Suggested by Simon Josefsson <jas@extundo.com>.
11602
11603 2005-09-20  Bruno Haible  <bruno@clisp.org>
11604
11605         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11606         func_modules_to_filelist, func_import, func_create_testdir): Make all
11607         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11608         change when gnulib-tool is invoked in a different locale.
11609
11610 2005-09-19  Simon Josefsson  <jas@extundo.com>
11611
11612         * m4/socklen.m4: Fix typo.
11613
11614 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11615
11616         Use a consistent style for including <config.h>.
11617         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11618         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11619         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11620         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11621         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11622         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11623         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11624         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11625         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11626         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11627         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11628         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11629         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11630         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11631         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11632         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11633         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11634         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11635         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11636         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11637         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11638         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11639         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11640         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11641         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11642         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11643         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11644         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11645         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11646         lib/xstrtoumax.c, lib/yesno.c:
11647         Standardize inclusion of config.h.
11648         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11649         lib/inttostr.h:  Removed inclusion of config.h from header files.
11650         * lib/inttostr.c:  Adjusted in-tree users.
11651         * lib/timespec.h: Remove superfluous warning to include config.h.
11652         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11653         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11654         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11655         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11656         config.h with HAVE_CONFIG_H.
11657
11658 2005-09-19  Jim Meyering  <jim@meyering.net>
11659
11660         * modules/pathmax (License): Change to LGPL.
11661
11662 2005-09-19  Derek Price  <derek@ximbiot.com>
11663
11664         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11665
11666 2005-09-19  Bruno Haible  <bruno@clisp.org>
11667
11668         * gnulib-tool (import): Provide default for --tests-base.
11669
11670 2005-09-19  Bruno Haible  <bruno@clisp.org>
11671
11672         * doc/quote.texi: New file, extracted from gnulib.texi.
11673         * doc/ctime.texi: New file, extracted from gnulib.texi.
11674         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11675         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11676         * doc/gnulib.texi: Include them.
11677
11678 2005-09-18  Bruno Haible  <bruno@clisp.org>
11679
11680         Portability fix.
11681         * gnulib-tool (func_readlink): New function.
11682         (func_ln_if_changed): Use it.
11683
11684 2005-09-18  Bruno Haible  <bruno@clisp.org>
11685
11686         * gnulib-tool: Support --with-tests also with --import.
11687         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11688         (func_import): Use variables $testsbase and $inctests. Emit a
11689         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11690         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11691         SUBDIRS += $testsdir.
11692         (func_create_testdir): Update.
11693
11694 2005-09-18  Bruno Haible  <bruno@clisp.org>
11695
11696         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11697         instead of $dry_run.
11698         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11699         (func_ln_if_changed): Don't handle dry-run here.
11700         (func_import): In dry-run mode, detect more precisely which actions
11701         would be performed, and don't use "...ing" verbs.
11702
11703 2005-09-18  Bruno Haible  <bruno@clisp.org>
11704
11705         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11706         (func_import): Use join on two temporary files instead of three nested
11707         loops, in order to determine which files are new or old.
11708
11709 2005-09-18  Bruno Haible  <bruno@clisp.org>
11710
11711         * gnulib-tool (func_import): Comment out code that spits out the
11712         new files with --dry-run.
11713
11714 2005-09-18  Bruno Haible  <bruno@clisp.org>
11715
11716         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11717
11718 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11719
11720         * lib/stat-time.h: New file.
11721         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11722         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11723         in a different way.
11724         (timespec_cmp): New function.
11725         * lib/utimecmp.c: Include stat-time.h.
11726         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11727         members exist, not on the obsolescent ST_MTIM_NSEC.
11728         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11729
11730 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11731
11732         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11733
11734 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         * MODULES.html.sh (File system functions): Add stat-time.
11737         * modules/stat-time: New file.
11738         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11739         is now done in a different way, by the stat-time module.
11740         * modules/utimecmp (Depends-on): Add stat-time.
11741
11742 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         * m4/st_mtim.m4: Remove.  Superseded by...
11745         * m4/stat-time.m4: New file.
11746         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11747         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11748
11749 2005-09-15  Derek Price  <derek@ximbiot.com>
11750
11751         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11752
11753 2005-09-15  Derek Price  <derek@ximbiot.com>
11754
11755         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11756         * lib/regex_internal.c: Ditto, using this...
11757         (__GNUC_PREREQ): ...new macro.
11758         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11759         using...
11760         (__GNUC_PREREQ): ...this new macro.
11761
11762         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11763
11764 2005-09-15  Derek Price  <derek@ximbiot.com>
11765             Paul Eggert  <eggert@cs.ucla.edu>
11766
11767         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11768         changes, consolidating in...
11769         * lib/regex_internal.h: ...this file.
11770
11771 2005-09-13  Jim Meyering  <jim@meyering.net>
11772
11773         * lib/canon-host.c: Filter through gnu indent and reword comments
11774         slightly.
11775         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11776
11777 2005-09-13  Derek Price  <derek@ximbiot.com>
11778
11779         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11780         failure.
11781         Reported by Jim Meyering  <jim@meyering.net>.
11782
11783 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11784
11785         * lib/base64.c: Typo.
11786         (base64_encode): Put b64str in initialized data section.
11787
11788 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11789
11790         Merge glibc and coreutils changes into gnulib, plus a few
11791         extra fixes.
11792         * lib/md5.c: Use #error rather than a string.
11793         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11794         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11795         (__attribute__): Define to empty for non recent-GCC.
11796         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11797         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11798         Renamed from their non-__ counterparts, with new macros replacing
11799         them if not _LIBC.  Add __THROW attribute.
11800         (rol): Remove.
11801         (struct md5_ctx): Align buffer if using GCC.
11802         * lib/sha1.h (struct sha1_ctx): Likewise.
11803         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11804         The old name was backwards.
11805         (NOTSWAP): Remove; not used.
11806         (rol): New macro, moved here from md5.h.
11807         (sha1_process_block): Remove a FIXME that doesn't make sense.
11808
11809 2005-09-12  Derek Price  <derek@ximbiot.com>
11810
11811         Return usable errors from canon-host.
11812         * lib/canon-host.h: New file.
11813         * lib/canon-host.c (canon_host): Wrap...
11814         (canon_host_r): ...this new function, which now relies exclusively on
11815         getaddrinfo.
11816         (ch_strerror): New function.
11817         (last_cherror): New global.
11818         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11819         interface.
11820         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11821         void *.
11822         (freeaddrinfo): Free ai->ai_canonname when set.
11823
11824 2005-09-12  Derek Price  <derek@ximbiot.com>
11825
11826         Make canon-host require getaddrinfo.
11827         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11828         AC_LIBSOURCE canon-host.h.  Call...
11829         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11830         gl_GETADDRINFO.
11831         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11832
11833 2005-09-12  Derek Price  <derek@ximbiot.com>
11834
11835         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11836         LGPL.
11837         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11838
11839 2005-09-12  Derek Price  <derek@ximbiot.com>
11840
11841         * lib/gai_strerror.c: Include config.h when available.  Include
11842         getaddrinfo.h before other headers to test interface.
11843         Reported by Larry Jones <lawrence.jones@ugs.com>.
11844
11845 2005-09-12  Derek Price  <derek@ximbiot.com>
11846             Paul Eggert  <eggert@cs.ucla.edu>
11847
11848         * modules/glob (Files): Add glob-libc.h.
11849
11850 2005-09-12  Derek Price  <derek@ximbiot.com>
11851             Paul Eggert  <eggert@cs.ucla.edu>
11852
11853         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11854         glob_.h, glob-libc.h.
11855         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11856
11857 2005-09-12  Derek Price  <derek@ximbiot.com>
11858             Paul Eggert  <eggert@cs.ucla.edu>
11859
11860         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11861         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11862         protecting things that should be done only in gnulib contexts.
11863         * lib/glob_.h: New file, containing only the glob things needed for
11864         gnulib.
11865         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11866         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11867         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11868         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11869         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11870         and to respect the namespace rules better.
11871
11872 2005-09-08  Simon Josefsson  <jas@extundo.com>
11873
11874         * modules/socklen: New file.
11875
11876 2005-09-08  Simon Josefsson  <jas@extundo.com>
11877
11878         * m4/socklen.m4: New file.
11879
11880 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11881
11882         * modules/utimens (Files): Add m4/utimbuf.m4, since
11883         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11884         Reported by Sergey Poznyakoff.
11885
11886 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11887
11888         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11889         definitions, since that's the preferred style in glibc.
11890         Fix a minor spacing issue, and update copyright notice to match
11891         glibc's.
11892
11893 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11894
11895         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11896
11897 2005-09-06  Simon Josefsson  <jas@extundo.com>
11898
11899         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11900         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11901
11902 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11905         warning.
11906
11907 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11908
11909         * config/srclist.txt: Add glibc bug 1302.
11910
11911 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         Change bitset word type from unsigned int to unsigned long int,
11914         as this has better performance on typical 64-bit hosts.
11915         Port bitset code to hosts with unusual word sizes.
11916         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11917         (build_collating_symbol):
11918         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11919         argument is a bitset.  This is merely a style issue, but it makes
11920         it clearer that an entire array is expected.
11921         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11922         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11923         Port to the case where bitset_word is not the same as unsigned int.
11924         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11925         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11926         Likewise.
11927         * lib/regexec.c (check_dst_limits_calc_pos_1,
11928         check_subexp_matching_top):
11929         (build_trtable, group_nodes_into_DFAstates):
11930         Likewise.
11931         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11932         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11933         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11934         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11935         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11936         * lib/regcomp.c (optimize_subexps, lower_subexp):
11937         Work even if bitset_word has holes in its bitwise representation.
11938         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11939         * lib/regexec.c (check_dst_limits_calc_pos_1,
11940         check_subexp_matching_top):
11941         Likewise.
11942         * lib/regex_internal.c (re_string_reconstruct):
11943         Don't assume UCHAR_MAX == 255.
11944         * lib/regex_internal.h (bitset_set_all): Likewise.
11945         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11946         All uses changed.
11947         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11948         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11949         All uses changed.
11950         (BITSET_WORD_MAX): New macro.
11951         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11952         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11953         (bitset_empty, bitset_copy):
11954         Prefer sizeof (bitset) to multiplying it out ourselves.
11955         (bitset_not_merge): Remove; unused.
11956         (bitset_contain): Return bool, not unsigned int with one bit on.
11957         All callers changed.
11958         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11959         alignment than re_node_set; do this by defining a new internal
11960         type struct dests_alloc and using it to allocate memory.
11961
11962 2005-09-05  Bruno Haible  <bruno@clisp.org>
11963
11964         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11965         links.
11966
11967 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11968
11969         * modules/size_max (Makefile.am): Add size_max.h
11970
11971 2005-09-04  Derek Price  <derek@ximbiot.com>
11972
11973         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11974
11975 2005-09-03  Simon Josefsson  <jas@extundo.com>
11976
11977         * gnulib-tool: Fix typo.
11978
11979 2005-09-03  Simon Josefsson  <jas@extundo.com>
11980
11981         * config/srclist.txt: Add glibc bug 1293.
11982
11983 2005-09-03  Derek Price  <derek@ximbiot.com>
11984
11985         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11986         From Larry Jones <lawrence.jones@ugs.com>.
11987
11988 2005-09-02  Simon Josefsson  <jas@extundo.com>
11989
11990         * modules/socklen: New file.
11991
11992 2005-09-02  Simon Josefsson  <jas@extundo.com>
11993
11994         * modules/havelib: New module.
11995
11996         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11997         Use havelib.
11998
11999 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         Check for arithmetic overflow when calculating sizes, to prevent
12002         some buffer-overflow issues.  These patches are conservative, in the
12003         sense that when I couldn't determine whether an overflow was possible,
12004         I inserted a run-time check.
12005         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12006         macros.
12007         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12008         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12009         (re_xnrealloc, re_x2nrealloc): New inline functions.
12010         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12011         parse_bracket_exp):
12012         (build_equiv_class, build_charclass): Check for arithmetic overflow
12013         in size expression calculations.
12014         * lib/regex_internal.c (re_string_realloc_buffers):
12015         (build_wcs_upper_buffer, re_node_set_add_intersect):
12016         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12017         (re_dfa_add_node, register_state): Likewise.
12018         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12019         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12020         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12021         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12022
12023 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12024
12025         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12026         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12027
12028 2005-09-02  Bruno Haible  <bruno@clisp.org>
12029
12030         Support for lib vs. lib64 distinction on biarch platforms.
12031         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12032         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12033         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12034
12035 2005-09-02  Bruno Haible  <bruno@clisp.org>
12036
12037         * gnulib-tool (import): In the other first-use case, provide defaults
12038         as well.
12039
12040 2005-09-02  Bruno Haible  <bruno@clisp.org>
12041
12042         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12043         patches not yet found in the latest gettext release.
12044
12045 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12046
12047         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12048         to avoid a collision with bits/local_lim.h in glibc.
12049         All uses changed.  Problem reported by Dmitry V. Levin in
12050         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12051
12052         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12053         bugs in int versus size_t comparisons.
12054         (re_string_context_at): Fix bug where the code assumed that
12055         Idx is signed.
12056
12057         Use bool where appropriate.
12058         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12059         All callers changed.
12060         (calc_eclosure_iter): Likewise, for ROOT arg.
12061         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12062         (build_charclass_op): Likewise, for NON_MATCH arg.
12063         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12064         (re_string_construct_common): Likewise, for ICASE arg.
12065         * lib/regexec.c (re_search_2_stub, re_search_stub):
12066         Likewise, for RET_LEN arg.
12067         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12068         (set_regs): Likewise, for FL_BACKTRACK arg.
12069         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12070         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12071         (calc_eclosure_iter, parse_bracket_exp):
12072         Use bool for internal variables that are booleans.
12073         * lib/regexec.c (re_search_internal, check_matching,
12074         proceed_next_node):
12075         (set_regs, build_sifted_states, sift_states_bkref):
12076         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12077         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12078         (find_collation_sequence_value):
12079         Likewise.
12080         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12081         (re_node_set_compare):
12082         Return bool, not int. All callers changed.
12083         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12084         (build_trtable, check_node_accept): Likewise.
12085         * lib/regex_internal.h: Include stdbool.h.
12086
12087         Fix bugs uncovered when converting to bool.
12088         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12089         failure instead of charging ahead blindly.
12090         * lib/regex_internal.c (register_state): Likewise.
12091         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12092         for freeing internal storage.
12093         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12094         bitset pieces used as boolean, to avoid undefined behavior
12095         on hosts that do int overflow checking.
12096
12097 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         * config/srclist.txt: Add glibc bugs 1285-1287.
12100
12101 2005-09-01  Jim Meyering  <jim@meyering.net>
12102
12103         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12104         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12105         Require gl_STAT_MACROS, too.
12106
12107 2005-09-01  Bruno Haible  <bruno@clisp.org>
12108
12109         * gnulib-tool (import): In the first-use case, provide defaults.
12110
12111 2005-09-01  Bruno Haible  <bruno@clisp.org>
12112
12113         * gnulib-tool (func_import): Remove the .tmp files.
12114
12115 2005-09-01  Bruno Haible  <bruno@clisp.org>
12116
12117         * gnulib-tool (func_import): Fix handling of symbolic links.
12118
12119 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12122         old glibc regex code mishandles strings longer than 2**31 bytes.
12123         This patch fixes this when the regex code is used in gnulib
12124         (i.e., outside glibc).
12125
12126         This patch should not affect the use of the regex code inside
12127         glibc.  No doubt this problem also needs to be handled for glibc
12128         as well, but the result will be an incompatible change to the
12129         glibc ABI, and the old ABI will have to be supported too.  That
12130         can be the the subject for another patch.
12131
12132         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12133         governing whether the rest of this patch is active.  By default,
12134         the macro is disabled and the patch has no effect.
12135         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12136         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12137         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12138         (re_match_2, re_set_registers): Use the new types.
12139         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12140         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12141         New macros.
12142         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12143         (re_string_context_at, bin_tree_t, re_dfastate_t):
12144         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12145         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12146         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12147         (re_string_char_size_at, re_string_wchar_at):
12148         (re_string_elem_size_at):
12149         Use the new types and macros to port to 64-bit hosts.
12150         Use unsigned types for internal values, so that the code
12151         mostly works even for arrays larger than SSIZE_MAX.
12152         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12153         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12154         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12155         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12156         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12157         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12158         (calc_inveclosure, parse_dup_op, build_range_exp):
12159         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12160         (fetch_number, create_token_tree, mark_opt_subexp):
12161         Likewise.
12162         * lib/regex_internal.c (re_string_construct_common,
12163         create_ci_newstate):
12164         (create_cd_newstate, re_string_allocate, re_string_construct):
12165         (re_string_realloc_buffers, build_wcs_upper_buffer):
12166         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12167         (re_string_reconstruct, re_string_peek_byte_case):
12168         (re_string_fetch_byte_case, re_string_context_at):
12169         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12170         (re_node_set_init_copy, re_node_set_add_intersect):
12171         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12172         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12173         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12174         (re_acquire_state, re_acquire_state_context, register_state):
12175         Likewise.
12176         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12177         search_cur_bkref_entry):
12178         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12179         (re_search_internal, re_search_2_stub, re_search_stub)
12180         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12181         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12182         (update_cur_sifted_state, check_dst_limits):
12183         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12184         (check_subexp_limits, sift_states_bkref, merge_state_array):
12185         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12186         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12187         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12188         (expand_bkref_cache, check_node_accept_bytes):
12189         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12190         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12191         (acquire_init_state_context, check_halt_node_context):
12192         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12193         (sift_states_backward, clean_state_log_if_needed):
12194         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12195         (find_recover_state, transit_state_sb, transit_state_mb):
12196         (transit_state_bkref, build_trtable, match_ctx_clean):
12197         Likewise.
12198         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12199         to work around an assumption that REG_MISSING is negative.
12200
12201         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12202         (seek_collating_symbol_entry) [defined _LIBC]:
12203         (lookup_collation_sequence_value) [defined _LIBC]:
12204         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12205         Use prototypes rather than old-style function definitions.
12206         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12207         (transit_state_sb) [0]:
12208         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12209
12210         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12211         rm_eo.
12212
12213         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12214         (optimize_subexps, lower_subexp):
12215         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12216         since the signed shift might overflow.  Use 1u<<31 instead.
12217         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12218         Likewise.
12219         * lib/regexec.c (check_dst_limits_calc_pos_1,
12220         check_subexp_matching_top): Likewise.
12221
12222         * lib/regcomp.c (optimize_subexps, lower_subexp):
12223         Use CHAR_BIT rather than 8, for clarity.
12224         * lib/regexec.c (check_dst_limits_calc_pos_1):
12225         (check_subexp_matching_top): Likewise.
12226         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12227         have to worry about portability issues when shifting it left.
12228         Remove no-longer-needed test for table_size > 0.
12229         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12230         in a word, as the resulting behavior is undefined.
12231         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12232         in one case, a <= should have been an <, and in another case the
12233         whole test was missing.
12234         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12235         the standard name CHAR_BIT.
12236         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12237         this is not true on one's complement and signed-magnitude hosts.
12238
12239         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12240         next_last_offset.
12241         (struct re_dfa_t): Remove unused member states_alloc.
12242         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12243
12244 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12247         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12248         and large-file glibc and in 32-bit large-file Solaris.
12249
12250 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12253         lengths fit in regoff_t; this isn't true if regoff_t is the same
12254         width as size_t.
12255         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12256         (= START + RANGE) instead of RANGE.  This avoids overflow
12257         problems when regoff_t is the same width as size_t.
12258         All callers changed.
12259         (re_search_2_stub): Check for overflow when adding the
12260         sizes of the two strings.
12261         (re_search_stub): Check for overflow when adding START
12262         to RANGE; if it occurs, substitute the extreme value.
12263
12264 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12265
12266         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12267
12268 2005-08-31  Jim Meyering  <jim@meyering.net>
12269
12270         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12271         a pointer-to-const.
12272         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12273         (register_state): Likewise.
12274         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12275         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12276         (group_nodes_into_DFAstates): Likewise.
12277
12278 2005-08-31  Jim Meyering  <jim@meyering.net>
12279
12280         * check-module: Add a FIXME comment.
12281
12282 2005-08-31  Eric Blake  <ebb9@byu.net>
12283
12284         * modules/unistd-safer (Files): Add unistd--.h.
12285         * modules/stdio-safer (Files): Add stdio--.h.
12286
12287 2005-08-31  Derek Price  <derek@ximbiot.com>
12288
12289         * lib/getdelim.c (getdelim): Return EOF on EOF.
12290         Reported by Larry Jones <lawrence.jones@ugs.com>.
12291
12292 2005-08-31  Bruno Haible  <bruno@clisp.org>
12293
12294         Avoid unnecessary diffs in the generated lib/Makefile.am.
12295         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12296         the generated files.
12297         (func_import): Don't set cmd.
12298
12299 2005-08-31  Bruno Haible  <bruno@clisp.org>
12300
12301         * lib/strstr.c: Include <stddef.h>, for NULL.
12302         * lib/strcasestr.c: Likewise.
12303         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12304
12305 2005-08-31  Bruno Haible  <bruno@clisp.org>
12306
12307         * gnulib-tool: New option --macro-prefix.
12308         (func_import): Use macro_prefix.
12309         (import): Handle option --macro-prefix.
12310
12311 2005-08-31  Bruno Haible  <bruno@clisp.org>
12312
12313         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12314         Also use new variables cached_lgpl, cached_libtool.
12315
12316 2005-08-31  Bruno Haible  <bruno@clisp.org>
12317
12318         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12319         always instantiating them.
12320
12321 2005-08-31  Bruno Haible  <bruno@clisp.org>
12322
12323         * gnulib-tool (func_import): Read the previous cached settings
12324         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12325         earlier added by gnulib but are now dropped. Warn when a gnulib file
12326         overwrites a non-gnulib file.
12327
12328 2005-08-31  Bruno Haible  <bruno@clisp.org>
12329
12330         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12331         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12332         projects that don't keep autogenerated files in CVS. Put into
12333         actioncmd only the specified modules, not the transitive closure.
12334
12335 2005-08-31  Bruno Haible  <bruno@clisp.org>
12336
12337         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12338         Create directories that shall be filled.
12339         (import): Don't look for gl_* macros in configure.ac. Recurse across
12340         all directories containing a gnulib-cache.m4 files, if meaningful.
12341
12342 2005-08-31  Bruno Haible  <bruno@clisp.org>
12343
12344         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12345         (import): Set seen_libtool when we see gl_LIBTOOL.
12346
12347 2005-08-31  Bruno Haible  <bruno@clisp.org>
12348
12349         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12350         declaration macro definitions from generated gnulib.m4.
12351
12352 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12353
12354         * lib/iconvme.h: Add prototype for iconv_alloc.
12355
12356 2005-08-29  Simon Josefsson  <jas@extundo.com>
12357
12358         * lib/iconvme.c: Fix errno.
12359
12360 2005-08-29  Bruno Haible  <bruno@clisp.org>
12361
12362         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12363         that it works when the directory contains spaces.
12364
12365 2005-08-29  Bruno Haible  <bruno@clisp.org>
12366
12367         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12368
12369 2005-08-29  Bruno Haible  <bruno@clisp.org>
12370
12371         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12372         Emit more advice.
12373
12374 2005-08-29  Bruno Haible  <bruno@clisp.org>
12375         and Stepan Kasal  <kasal@ucw.cz>
12376
12377         * check-module: If more parameters are given, check each of them
12378         separately; add more exceptions, as noted by Jim Meyering.
12379         (check_module): New procedure.
12380         (%exempt_header): Now contains all exceptions.
12381
12382 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12383
12384         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12385
12386 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12387
12388         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12389
12390 2005-08-28  Bruno Haible  <bruno@clisp.org>
12391
12392         * m4/gnulib-tool.m4: New file.
12393
12394 2005-08-27  Jim Meyering  <jim@meyering.net>
12395
12396         * modules/unistd-safer (Files): Add pipe-safer.c.
12397         * modules/fcntl-safer (Files): Add creat-safer.c.
12398
12399 2005-08-27  Jim Meyering  <jim@meyering.net>
12400
12401         * m4/stdlib-safer.m4: New file.  From coreutils.
12402         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12403         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12404         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12405         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12406         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12407
12408 2005-08-27  Jim Meyering  <jim@meyering.net>
12409
12410         * lib/fopen-safer.c: Merge minor changes from coreutils.
12411         * lib/dup-safer.c: Likewise.
12412         * lib/fd-safer.c: Likewise.
12413
12414         Merge from coreutils.
12415         * lib/stdio--.h: New file.
12416         * lib/stdlib--.h: New file.
12417         * lib/mkstemp-safer.c: New file.
12418
12419         GNU tar needs these.
12420         * lib/pipe-safer.c: New file.
12421         * lib/creat-safer.c: New file.
12422         * lib/fcntl--.h (creat): Define to creat_safer.
12423         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12424         * lib/unistd--.h (pipe): Define to pipe_safer.
12425         * lib/unistd-safer.h: Declare pipe_safer.
12426
12427 2005-08-26  Simon Josefsson  <jas@extundo.com>
12428
12429         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12430         Haible <bruno@clisp.org>.
12431
12432 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12433
12434         * lib/regex_internal.h: Remove all references to
12435         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12436         or better.
12437         (bitset_not, bitset_merge, bitset_not_merge):
12438         (bitset_mask, re_string_allocate, re_string_construct):
12439         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12440         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12441         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12442         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12443         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12444         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12445         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12446         (re_acquire_state_context):
12447         Remove unnecessary forward decls.
12448         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12449         Put __attribute at function definition,
12450         now that the function decl has been removed.
12451         * lib/regex_internal.c (re_string_peek_byte_case):
12452         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12453         Likewise.
12454
12455 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12456
12457         * m4/regex.m4: Add AC_PREREQ(2.50).
12458         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12459
12460 2005-08-25  Simon Josefsson  <jas@extundo.com>
12461
12462         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12463         __fsetlocking.
12464
12465 2005-08-25  Simon Josefsson  <jas@extundo.com>
12466
12467         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12468         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12469         GLIBC specific code.
12470
12471 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         Make regex safe for g++.  This fixes one real bug (an "err"
12474         that should have been "*err").  g++ problem reported by
12475         Sam Steingold.
12476         * lib/regex_internal.h (re_calloc): New macro, consistent with
12477         re_malloc etc.  All callers of calloc changed to use re_calloc.
12478         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12479         not int.  All callers changed.
12480         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12481         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12482         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12483         (find_recover_state): Change "err" to "*err"; this fixes what
12484         appears to be a real bug.
12485         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12486         versus int.
12487
12488 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         * modules/regex (Depends-on): Add malloc, since the code
12491         assumes that !malloc(0) means failure.
12492
12493 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12496
12497         alloca modernization/simplification for regex.
12498         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12499         needs to be at the start of the file, and can be moved into
12500         regex_internal.h and simplified.
12501         * lib/regex_internal.h: Include <alloca.h>.
12502         (__libc_use_alloca) [!defined _LIBC]: New macro.
12503         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12504         now works outside glibc.
12505
12506 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12507
12508         * config/srclist.txt: Add glibc bugs 1241, 1245.
12509
12510 2005-08-25  Jim Meyering  <jim@meyering.net>
12511
12512         * lib/open-safer.c: Include <config.h>.
12513         Otherwise, we'd lose LARGEFILE support in any file using
12514         e.g. "fcntl--.h"
12515
12516 2005-08-25  Bruno Haible  <bruno@clisp.org>
12517
12518         * m4/minmax.m4: Require autoconf 2.52.
12519         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12520         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12521         alternatives of translit over the alphabet.
12522         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12523
12524 2005-08-24  Simon Josefsson  <jas@extundo.com>
12525
12526         * tests/test-getpass.c: New file.
12527
12528 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12529
12530         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12531         for GNU regex features.
12532
12533 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12534
12535         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12536         * lib/regex.h (regerror): Likewise.
12537
12538         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12539         requires this.  (The code never needed it.)
12540
12541         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12542         All uses of recently-renamed identifiers changed to use the new,
12543         POSIX-compliant names.  The code will build and run just fine
12544         without these changes, but it's better to eat our own dog food
12545         and use the standard-conforming names.
12546
12547         * lib/regex.h: Fix a multitude of POSIX name space violations.
12548         These changes have an effect only for programs that define
12549         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12550         do not change anything for programs compiled in the normal way.
12551         Also, there is no effect on the ABI.
12552
12553         (_REGEX_SOURCE): New macro.
12554         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12555         defined and _GNU_SOURCE is not; this fixes a name space violation.
12556
12557         Rename the following macros to obey POSIX requirements.
12558         The old names are still visible as macros if _REGEX_SOURCE is defined.
12559         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12560         RE_BACKSLASH_ESCAPE_IN_LISTS.
12561         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12562         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12563         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12564         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12565         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12566         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12567         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12568         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12569         (REG_INTERVALS): renamed from RE_INTERVALS.
12570         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12571         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12572         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12573         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12574         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12575         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12576         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12577         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12578         RE_UNMATCHED_RIGHT_PAREN_ORD.
12579         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12580         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12581         (REG_DEBUG): renamed from RE_DEBUG.
12582         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12583         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12584         unusual, since we can't clash with the POSIX REG_ICASE.
12585         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12586         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12587         (REG_NO_SUB): renamed from RE_NO_SUB.
12588         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12589         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12590         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12591         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12592         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12593         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12594         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12595         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12596         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12597         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12598         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12599         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12600         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12601         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12602         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12603         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12604         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12605         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12606         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12607         (REG_FIXED): Renamed from REGS_FIXED.
12608         (REG_NREGS): Renamed from RE_NREGS.
12609
12610         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12611         of other REG_* macros, since POSIX says the user is allowed to
12612         #undef these macros selectively.
12613
12614         (reg_errcode_t): Update comment stating what other tables need
12615         to be consistent.
12616
12617         Rename the following enum values to obey POSIX requirements.
12618         The old names are still visible as macros.
12619         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12620         is not defined, since GNU is supposed to be a superset of POSIX as
12621         much as possible, and since we want reg_errcode_t to be a signed
12622         type for implementation consistency.
12623         (_REG_NOERROR): Renamed from REG_NOERROR.
12624         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12625         (_REG_BADPAT): Renamed from REG_BADPAT.
12626         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12627         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12628         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12629         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12630         (_REG_EBRACK): Renamed from REG_EBRACK.
12631         (_REG_EPAREN): Renamed from REG_EPAREN.
12632         (_REG_EBRACE): Renamed from REG_EBRACE.
12633         (_REG_BADBR): Renamed from REG_BADBR.
12634         (_REG_ERANGE): Renamed from REG_ERANGE.
12635         (_REG_ESPACE): Renamed from REG_ESPACE.
12636         (_REG_BADRPT): Renamed from REG_BADRPT.
12637         (_REG_EEND): Renamed from REG_EEND.
12638         (_REG_ESIZE): Renamed from REG_ESIZE.
12639         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12640         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12641         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12642         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12643         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12644
12645         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12646         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12647         changed.  But support the old name if the new one is not defined
12648         and if _REGEX_SOURCE.
12649
12650         Change the following member names in struct re_pattern_buffer.
12651         The old names are still supported if !_REGEX_SOURCE.
12652         The new names are always supported, regardless of _REGEX_SOURCE.
12653         (re_buffer): Renamed from buffer.
12654         (re_allocated): Renamed from allocated.
12655         (re_used): Renamed from used.
12656         (re_syntax): Renamed from syntax.
12657         (re_fastmap): Renamed from fastmap.
12658         (re_translate): Renamed from translate.
12659         (re_can_be_null): Renamed from can_be_null.
12660         (re_regs_allocated): Renamed from regs_allocated.
12661         (re_fastmap_accurate): Renamed from fastmap_accurate.
12662         (re_no_sub): Renamed from no_sub.
12663         (re_not_bol): Renamed from not_bol.
12664         (re_not_eol): Renamed from not_eol.
12665         (re_newline_anchor): Renamed from newline_anchor.
12666
12667         Change the following member names in struct re_registers.
12668         The old names are still supported if !_REGEX_SOURCE.
12669         The new names are always supported, regardless of _REGEX_SOURCE.
12670         (rm_num_regs): Renamed from num_regs.
12671         (rm_start): Renamed from start.
12672         (rm_end): Renamed from end.
12673
12674         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12675         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12676         Prepend __ to parameter names.
12677
12678         Undo yesterday's changes.
12679
12680 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12683         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12684         lib/regex.c.
12685
12686 2005-08-24  Jim Meyering  <jim@meyering.net>
12687
12688         Sync from coreutils.
12689         * m4/fcntl-safer.m4: New file.
12690
12691         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12692         and object files for this module.
12693
12694 2005-08-24  Jim Meyering  <jim@meyering.net>
12695
12696         Sync from coreutils.
12697         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12698
12699 2005-08-24  Jim Meyering  <jim@meyering.net>
12700
12701         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12702         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12703
12704 2005-08-24  Jim Meyering  <jim@meyering.net>
12705
12706         * modules/fcntl-safer: New module.
12707         * modules/fts (Depends-on): Add fcntl-safer.
12708         * MODULES.html.sh (File descriptor based Input/Output):
12709         Add fcntl-safer.
12710
12711 2005-08-24  Bruno Haible  <bruno@clisp.org>
12712
12713         Support for unit test modules.
12714         * modules/README: Mention tests modules.
12715         * modules/TEMPLATE-TESTS: New file.
12716         * gnulib-tool: New options --extract-tests-module, --with-tests and
12717         --tests-base (unused for the moment).
12718         (testsbase, inctests): New variables.
12719         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12720         (func_verify_module): Exclude TEMPLATE-TESTS.
12721         (func_verify_nontests_module, func_verify_tests_module): New functions.
12722         (func_get_dependencies): Add implicit dependency for tests modules.
12723         (func_get_tests_module): New function.
12724         (func_modules_transitive_closure): When --with-tests was specified,
12725         include the unit tests as well, unless explicitly avoided.
12726         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12727         (func_emit_tests_Makefile_am): New function.
12728         (func_create_testdir): When --with-tests was specified, emit a
12729         tests/ directory.
12730         * MODULES.html.sh (Future developments): Update.
12731
12732 2005-08-24  Bruno Haible  <bruno@clisp.org>
12733
12734         * modules/tls-tests: New file.
12735         * tests/test-tls.c: New file, from GNU gettext.
12736
12737 2005-08-24  Bruno Haible  <bruno@clisp.org>
12738
12739         * modules/lock-tests: New file.
12740         * tests/test-lock.c: New file, from GNU gettext.
12741
12742 2005-08-24  Bruno Haible  <bruno@clisp.org>
12743
12744         * lib/lock.h: Add multiple inclusion guard.
12745         * lib/tls.h: Add multiple inclusion guard.
12746
12747 2005-08-24  Bruno Haible  <bruno@clisp.org>
12748
12749         * gnulib-tool: Add support for the --aux-dir option to
12750         --create-testdir, --create-megatestdir, --test, --megatest.
12751         (func_create_testdir, func_create_megatestdir): Optionally emit a
12752         AC_CONFIG_AUX_DIR directive.
12753         (create-testdir, create-megatestdir, test, megatest): Provide a
12754         default value for $auxdir.
12755
12756 2005-08-24  Bruno Haible  <bruno@clisp.org>
12757
12758         * gnulib-tool (import): Use compound statement instead of subshell
12759         where possible.
12760
12761 2005-08-24  Bruno Haible  <bruno@clisp.org>
12762
12763         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12764
12765 2005-08-24  Bruno Haible  <bruno@clisp.org>
12766
12767         * gnulib-tool (func_version): Update.
12768
12769 2005-08-24  Bruno Haible  <bruno@clisp.org>
12770
12771         * gnulib-tool (func_import, func_create_testdir,
12772         func_create_megatestdir): Quote all autoconf macro arguments.
12773
12774 2005-08-24  Bruno Haible  <bruno@clisp.org>
12775
12776         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12777         option --force, because --force causes the aclocal.m4 of each
12778         subdirectory to be newer than the corresponding config.h.in.
12779
12780 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12783         All contents moved to gl_REGEX.
12784         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12785         assume that it does.
12786
12787 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12788
12789         * lib/regex.h (REG_NOSYS)
12790         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12791         Define, since POSIX requires it as of 2001.
12792         (_REG_ENOSYS)
12793         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12794         New private symbol, used to keep the enum signed in all cases.
12795         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12796         Youngman in
12797         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12798
12799         * lib/regex_internal.c (re_string_skip_chars, register_state):
12800         (calc_state_hash):
12801         Remove forward decls; no longer needed now that we use prototypes.
12802         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12803         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12804         (clean_state_log_if_needed): Likewise.
12805
12806 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12807
12808         * config/srclist.txt: Add glibc bugs 1231-1233.
12809
12810 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12811
12812         Fix problems reported by Sam Steingold in
12813         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12814         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12815         assumed that reg_errcode_t is a signed type, which is not
12816         necessarily true if _XOPEN_SOURCE is not defined.
12817         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12818         since some compilers warn about it otherwise.
12819
12820 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12823         (init_word_char, create_initial_state, duplicate_node_closure):
12824         (fetch_token, peek_token_bracket, build_range_exp):
12825         (build_collating_symbol): Remove forward decls; no longer needed
12826         now that we use prototypes.
12827
12828         * lib/regcomp.c:
12829         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12830         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12831         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12832         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12833         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12834         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12835         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12836         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12837         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12838         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12839         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12840         (build_charclass, build_charclass_op, fetch_number, create_tree):
12841         (create_token_tree, mark_opt_subexp, duplicate_tree):
12842         Use prototypes rather than old-style definitions.
12843
12844         * lib/regex_internal.c:
12845         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12846         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12847         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12848         (re_string_reconstruct, re_string_peek_byte_case):
12849         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12850         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12851         (re_node_set_init_copy, re_node_set_add_intersect):
12852         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12853         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12854         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12855         (re_acquire_state, re_acquire_state_context, register_state):
12856         (create_ci_newstate, create_cd_newstate, free_state):
12857         Likewise.
12858         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12859         re_search_2):
12860         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12861         (re_search_internal, prune_impossible_nodes):
12862         (acquire_init_state_context, check_matching, static):
12863         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12864         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12865         (update_regs, sift_states_backward, build_sifted_states):
12866         (clean_state_log_if_needed, merge_state_array):
12867         (update_cur_sifted_state, add_epsilon_src_nodes):
12868         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12869         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12870         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12871         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12872         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12873         (check_arrival, check_arrival_add_next_nodes):
12874         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12875         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12876         (check_node_accept_bytes, check_node_accept, extend_buffers):
12877         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12878         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12879         (sift_ctx_init):
12880         Likewise.
12881
12882         * lib/regex_internal.h:
12883         (re_string_allocate, re_string_construct, re_string_reconstruct):
12884         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12885         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12886         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12887         (re_string_context_at, re_string_peek_byte_case):
12888         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12889         is defined, since we now use prototypes always.
12890
12891         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12892         C89 or better.  All uses removed.
12893
12894 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12895
12896         * config/srclist.txt: Add glibc bugs 1220-1227.
12897
12898 2005-08-20  Jim Meyering  <jim@meyering.net>
12899
12900         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12901         of unused local, dfa.
12902
12903 2005-08-20  Bruno Haible  <bruno@clisp.org>
12904
12905         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12906
12907 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12910         (re_node_set_insert_last, re_dfa_add_node):
12911         Rename local variables to avoid GCC shadowing warnings.
12912
12913 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12916         [defined lint]: Suppress bogus uninitialized-variable warnings.
12917
12918         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12919         and let the caller return REG_ESPACE if out of space.  This
12920         removes an uninitialied-variable warning with GCC 4.0.1, and also
12921         avoids taking the address of a local variable.  All callers
12922         changed.
12923
12924 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12927         $LIBCSRC/posix/regexec.c.
12928         Add glibc bug 1217 for regcomp.c.
12929
12930 2005-08-19  Jim Meyering  <jim@meyering.net>
12931
12932         * lib/regexec.c (proceed_next_node): Redo local variables to
12933         avoid GCC shadowing warnings.
12934
12935 2005-08-18  Bruno Haible  <bruno@clisp.org>
12936
12937         * lib/strstr.c (strstr): Fix return value in multibyte case.
12938         * lib/strcasestr.c (strcasestr): Likewise.
12939
12940 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12941
12942         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12943
12944 2005-08-17  Jim Meyering  <jim@meyering.net>
12945
12946         Make the %s format (seconds since the epoch) work for a negative
12947         number and when used with a zero-padded field width, e.g. %015s.
12948
12949         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12950         label so that it precedes the code to set `digits'.  Otherwise,
12951         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12952         print `00-22'.  Now, it prints `-0022', as it should.
12953
12954 2005-08-17  Bruno Haible  <bruno@clisp.org>
12955
12956         * modules/strstr (Files): Add m4/mbrtowc.m4.
12957         (Depends-on): Add mbuiter.
12958
12959 2005-08-17  Bruno Haible  <bruno@clisp.org>
12960
12961         * modules/strcasestr: New file.
12962         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12963         strcasestr.
12964
12965 2005-08-17  Bruno Haible  <bruno@clisp.org>
12966
12967         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12968
12969 2005-08-17  Bruno Haible  <bruno@clisp.org>
12970
12971         * modules/mbuiter: New file.
12972         * MODULES.html.sh (Extended multibyte and wide character utilities):
12973         Add mbuiter.
12974
12975 2005-08-17  Bruno Haible  <bruno@clisp.org>
12976
12977         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12978         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12979
12980 2005-08-17  Bruno Haible  <bruno@clisp.org>
12981
12982         * m4/strcasestr.m4: New file.
12983
12984 2005-08-17  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12987         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12988
12989 2005-08-17  Bruno Haible  <bruno@clisp.org>
12990
12991         * lib/strcasestr.h: New file.
12992         * lib/strcasestr.c: New file.
12993
12994 2005-08-17  Bruno Haible  <bruno@clisp.org>
12995
12996         * lib/strcasecmp.c: Use mbuiter.h.
12997
12998 2005-08-17  Bruno Haible  <bruno@clisp.org>
12999
13000         * lib/mbuiter.h: New file.
13001
13002 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13003
13004         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13005         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13006         and gl_GETOPT are both invoked via different paths (as happens
13007         with GNU tar CVS because it uses both argp and getopt), the former
13008         wins.
13009
13010 2005-08-16  Bruno Haible  <bruno@clisp.org>
13011
13012         * modules/tls: New file.
13013         * MODULES.html.sh (Multithreading): Add tls.
13014
13015 2005-08-16  Bruno Haible  <bruno@clisp.org>
13016
13017         * modules/strnlen1: New file.
13018         * MODULES.html.sh (String handling): Add strnlen1.
13019
13020 2005-08-16  Bruno Haible  <bruno@clisp.org>
13021
13022         * modules/strcase (Files): Add m4/mbrtowc.m4.
13023         (Depends-on): Add strnlen1, mbchar.
13024
13025 2005-08-16  Bruno Haible  <bruno@clisp.org>
13026
13027         * modules/mbiter: New file.
13028         * MODULES.html.sh (Extended multibyte and wide character utilities):
13029         Add mbiter.
13030
13031 2005-08-16  Bruno Haible  <bruno@clisp.org>
13032
13033         * modules/mbfile: New file.
13034         * MODULES.html.sh (Extended multibyte and wide character utilities):
13035         Add mbfile.
13036
13037 2005-08-16  Bruno Haible  <bruno@clisp.org>
13038
13039         * modules/mbchar: New file.
13040         * MODULES.html.sh (Extended multibyte and wide character utilities):
13041         New section.
13042
13043 2005-08-16  Bruno Haible  <bruno@clisp.org>
13044
13045         * m4/tls.m4: New file, from GNU gettext.
13046
13047 2005-08-16  Bruno Haible  <bruno@clisp.org>
13048
13049         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13050         always.
13051         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13052
13053 2005-08-16  Bruno Haible  <bruno@clisp.org>
13054
13055         * m4/mbiter.m4: New file.
13056
13057 2005-08-16  Bruno Haible  <bruno@clisp.org>
13058
13059         * m4/mbfile.m4: New file.
13060
13061 2005-08-16  Bruno Haible  <bruno@clisp.org>
13062
13063         * m4/mbchar.m4: New file.
13064
13065 2005-08-16  Bruno Haible  <bruno@clisp.org>
13066
13067         * lib/tls.h: New file, from GNU gettext.
13068         * lib/tls.c: New file, from GNU gettext.
13069
13070 2005-08-16  Bruno Haible  <bruno@clisp.org>
13071
13072         * lib/strnlen1.h: New file.
13073         * lib/strnlen1.c: New file.
13074
13075 2005-08-16  Bruno Haible  <bruno@clisp.org>
13076
13077         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13078         (mbi_init): Update.
13079         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13080         NUL byte, not after it.
13081
13082 2005-08-16  Bruno Haible  <bruno@clisp.org>
13083
13084         * lib/strcase.h (strcasecmp): Add note in comments.
13085         * lib/strncasecmp.c: Use code from strcasecmp.c.
13086         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13087         (strcasecmp): Work correctly in multibyte locales.
13088
13089 2005-08-16  Bruno Haible  <bruno@clisp.org>
13090
13091         * lib/mbiter.h: New file.
13092
13093 2005-08-16  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/mbfile.h: New file.
13096
13097 2005-08-16  Bruno Haible  <bruno@clisp.org>
13098
13099         * lib/mbchar.h: New file.
13100         * lib/mbchar.c: New file.
13101
13102 2005-08-16  Bruno Haible  <bruno@clisp.org>
13103
13104         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13105         the valid ones. Makes the comparison operations transitive:
13106         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13107         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13108
13109 2005-08-15  Simon Josefsson  <jas@extundo.com>
13110
13111         * modules/ssize_t (License): Change to 'unlimited'.
13112
13113         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13114
13115 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13118         Add comments for each pending glibc patch.
13119
13120 2005-08-15  Bruno Haible  <bruno@clisp.org>
13121
13122         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13123         __cplusplus is defined.
13124
13125 2005-08-14  Jim Meyering  <jim@meyering.net>
13126
13127         Sync from coreutils.
13128
13129         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13130         Use the hash-table-based cycle-detection code not just when
13131         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13132         Reported by James Youngman in
13133         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13134         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13135         FTS_TIGHT_CYCLE_CHECK.
13136         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13137         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13138         once again.
13139         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13140         * lib/fts.c (fd_safer): Remove decl.
13141         Include fcntl--.h rather than unistd-safer.h
13142         (fts_safe_changedir): Don't call fd_safer; no longer needed
13143         now that we include fcntl--.h.
13144
13145 2005-08-12  Simon Josefsson  <jas@extundo.com>
13146
13147         * modules/getndelim2: Use ssize_t module.
13148         * modules/getnline: Likewise.
13149         * modules/safe-read: Likewise.
13150         * modules/xreadlink: Likewise.
13151
13152         * modules/ssize_t: New file.
13153
13154 2005-08-12  Simon Josefsson  <jas@extundo.com>
13155
13156         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13157
13158 2005-08-12  Simon Josefsson  <jas@extundo.com>
13159
13160         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13161         ssize_t.
13162
13163 2005-08-12  Simon Josefsson  <jas@extundo.com>
13164
13165         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13166         readline, getdelim and check_version.
13167         (Support for systems lacking ISO C 99: Sizes of integer types):
13168         Add size_max.
13169
13170 2005-08-12  Bruno Haible  <bruno@clisp.org>
13171
13172         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13173
13174 2005-08-11  Simon Josefsson  <jas@extundo.com>
13175
13176         * modules/readline: New file.
13177
13178         * modules/strnlen (Files): Add strnlen.h.
13179
13180 2005-08-11  Simon Josefsson  <jas@extundo.com>
13181
13182         * m4/readline.m4: New file.
13183
13184 2005-08-11  Simon Josefsson  <jas@extundo.com>
13185
13186         * lib/readline.h, readline.c: New file.
13187
13188 2005-08-11  Simon Josefsson  <jas@extundo.com>
13189
13190         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13191         gl_AVOID.
13192
13193 2005-08-11  Bruno Haible  <bruno@clisp.org>
13194
13195         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13196
13197 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13198
13199         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13200
13201 2005-08-10  Simon Josefsson  <jas@extundo.com>
13202
13203         * tests/test-iconvme.c: New file.
13204
13205 2005-08-10  Simon Josefsson  <jas@extundo.com>
13206
13207         * m4/strnlen.m4: New file.
13208
13209         * m4/strndup.m4: Don't check for strnlen declaration, done in
13210         strnlen.m4.
13211
13212 2005-08-10  Simon Josefsson  <jas@extundo.com>
13213
13214         * lib/strndup.c: Use strnlen.h.
13215
13216         * lib/strnlen.h: New file.
13217
13218 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13219
13220         * README: Typos.
13221
13222 2005-08-02  Simon Josefsson  <jas@extundo.com>
13223
13224         * modules/readline: New file.
13225
13226 2005-08-02  Simon Josefsson  <jas@extundo.com>
13227
13228         * modules/getdelim: New file.
13229
13230         * modules/getline: Rewrite, don't use getndelim2.
13231
13232 2005-08-02  Simon Josefsson  <jas@extundo.com>
13233
13234         * m4/getline.m4: Separate out getdelim stuff into separate module.
13235
13236         * m4/getdelim.m4: New file.
13237
13238 2005-08-02  Simon Josefsson  <jas@extundo.com>
13239
13240         * lib/getline.h, getline.c: Rewrite.
13241
13242         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13243
13244 2005-07-31  Bruno Haible  <bruno@clisp.org>
13245
13246         * lib/lock.h (gl_lock_initializer): New macro.
13247         (gl_lock_define_initialized): Use it.
13248         (gl_rwlock_initializer): New macro.
13249         (gl_rwlock_define_initialized): Use it.
13250         (gl_recursive_lock_initializer): New macro.
13251         (gl_recursive_lock_define_initialized): Use it.
13252
13253 2005-07-30  Karl Berry  <karl@gnu.org>
13254
13255         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13256         Report from Ben Pfaff, regarding getopt.
13257
13258 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13259
13260         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13261         normal way.
13262         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13263         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13264         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13265         (gl_GETOPT): Use the new macros.  Most of the implementation
13266         is moved to the new macros.  This is for programs like Emacs
13267         that don't want all the functionality of gl_GETOPT.
13268
13269 2005-07-26  Bruno Haible  <bruno@clisp.org>
13270
13271         * m4/lock.m4: Update from GNU gettext.
13272
13273 2005-07-26  Bruno Haible  <bruno@clisp.org>
13274
13275         * lib/lock.h: Update from GNU gettext.
13276         * lib/lock.c: Update from GNU gettext.
13277
13278 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13281         obsolescent AC_TRY_RUN.  Include the default includes files, for
13282         'exit'.
13283
13284 2005-07-24  Bruno Haible  <bruno@clisp.org>
13285
13286         * modules/visibility: New file.
13287         * MODULES.html.sh (Misc): Add visibility.
13288
13289 2005-07-24  Bruno Haible  <bruno@clisp.org>
13290
13291         * m4/visibility.m4: New file.
13292
13293 2005-07-24  Bruno Haible  <bruno@clisp.org>
13294
13295         * doc/visibility.texi: New file.
13296
13297 2005-07-22  Bruno Haible  <bruno@clisp.org>
13298
13299         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13300         $(ALLOCA_H), redundant through BUILT_SOURCES.
13301         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13302         redundant through BUILT_SOURCES.
13303         * modules/byteswap (Makefile.am): Remove explicit dependency on
13304         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13305         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13306         $(FNMATCH_H), redundant through BUILT_SOURCES.
13307         * modules/getopt (Makefile.am): Remove explicit dependency on
13308         $(GETOPT_H), redundant through BUILT_SOURCES.
13309         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13310         redundant through BUILT_SOURCES.
13311         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13312         redundant through BUILT_SOURCES.
13313         * modules/stdbool (Makefile.am): Remove explicit dependency on
13314         $(STDBOOL_H), redundant through BUILT_SOURCES.
13315         * modules/stdint (Makefile.am): Remove explicit dependency on
13316         $(STDINT_H), redundant through BUILT_SOURCES.
13317         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13318         Remove explicit dependency on $(SYSEXITS_H).
13319         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13320
13321 2005-07-18  Simon Josefsson  <jas@extundo.com>
13322
13323         * lib/check-version.c (check_version): Accept identical versions too.
13324
13325 2005-07-18  Bruno Haible  <bruno@clisp.org>
13326
13327         * modules/lock: New file.
13328         * MODULES.html.sh (Multithreading): New section.
13329
13330 2005-07-18  Bruno Haible  <bruno@clisp.org>
13331
13332         * m4/lock.m4: New file, from GNU gettext.
13333
13334 2005-07-18  Bruno Haible  <bruno@clisp.org>
13335
13336         * lib/lock.h: New file, from GNU gettext.
13337         * lib/lock.c: New file, from GNU gettext.
13338
13339 2005-07-18  Bruno Haible  <bruno@clisp.org>
13340
13341         * lib/lock.h (gl_once_t): New type.
13342         (gl_once_define, gl_once): New macros.
13343         * lib/lock.c (fresh_once): New variable.
13344         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13345         functions.
13346
13347 2005-07-16  Simon Josefsson  <jas@extundo.com>
13348
13349         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13350         workaround, suggested by Bruno.
13351
13352 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * modules/xalloc (Depends-on): Add xalloc-die.
13355         * modules/xvasprintf (Depends-on): Add xalloc-die.
13356
13357 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13358
13359         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13360         with a minor change.
13361
13362 2005-07-15  Bruno Haible  <bruno@clisp.org>
13363
13364         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13365         When using lib/poll.c, define poll as rpl_poll.
13366
13367 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13368
13369         * modules/argp (Depends-on): Remove unlocked-io.
13370
13371 2005-07-14  Derek Price  <derek@ximbiot.com>
13372
13373         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13374         for glob symlink bug.
13375
13376 2005-07-14  Bruno Haible  <bruno@clisp.org>
13377
13378         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13379         Instead, test for *_unlocked function declarations directly.
13380
13381 2005-07-11  Simon Josefsson  <jas@extundo.com>
13382
13383         * modules/size_max: New file.
13384
13385         * modules/xsize: Depend on size_max module for size_max.m4.
13386
13387 2005-07-11  Simon Josefsson  <jas@extundo.com>
13388
13389         * lib/size_max.h: New file.
13390
13391 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13394         copyright symbol and the year.
13395         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13396         (version_etc_va): Use parameterized copyright notice.
13397         Reword to conform to the current GNU coding standards.
13398
13399 2005-07-11  Karl Berry  <karl@gnu.org>
13400
13401         * doc/gnulib.texi (Quoting): new node.
13402         (Initial import): more info, from Patrice.
13403
13404 2005-07-11  Bruno Haible  <bruno@clisp.org>
13405
13406         * gnulib-tool (func_usage): Document option --avoid.
13407         (Command line options): Handle --avoid.
13408         (func_acceptable): New function.
13409         (func_modules_transitive_closure): Use it.
13410
13411 2005-07-11  Bruno Haible  <bruno@clisp.org>
13412
13413         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13414         Reported by Jim Meyering.
13415
13416 2005-07-10  Bruno Haible  <bruno@clisp.org>
13417
13418         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13419         Needed when size_t is smaller than 'unsigned int'.
13420         Reported by Paul Eggert.
13421
13422 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13423
13424         * modules/argp (Depends-on): Add unlocked-io
13425
13426 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13427
13428         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13429         block of defines.
13430
13431 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13434         fix now.
13435
13436 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13437         and Paul Eggert  <eggert@cs.ucla.edu>
13438
13439         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13440         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13441
13442 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * modules/regex (Files): Add lib/regex_internal.c,
13445         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13446         (Depends-on): Add extensions.
13447         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13448
13449 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13450
13451         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13452         pathconf.
13453         * m4/same.m4 (gl_SAME): Likewise.
13454         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13455
13456         * m4/regex.m4: Adjust to new libc regex implementation.
13457         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13458         all the .c and .h parts of (the new) regex.
13459         Quote the m4 stuff better.
13460         Check for RE_ICASE bug of old gnulib.
13461         Check for REG_STARTEND of recent libc.
13462         Rename local variables from jm_* to gl_*.
13463         Quote operand of "test -f".
13464         Say "recent enough" version of libc, not "version 2".
13465         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13466         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13467         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13468         Remove check for btowc, isascii.
13469         Require AM_LANGINFO_CODESET.
13470
13471 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13472
13473         * lib/regex.c, regex.h: Sync from libc.
13474         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13475         * lib/regexec.c:
13476         New files, synced from libc, except that regex_internal.h
13477         currently has a small porting fix.
13478
13479 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13482         regex_internal.c, regexec.c.
13483         Add regex_internal.h too, but as a comment, since the libc version
13484         is currently broken in gnulib mode.
13485
13486 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13487
13488         Support programs like Emacs that use gnulib but not gettext.
13489         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13490         * modules/gettext-h: New file.
13491         * modules/gettext (Files): Remove lib/gettext.h.
13492         (Depends-on): Add gettext-h.
13493         (Makefile.am): Remove lib_SOURCES.
13494         * modules/argmatch, modules/c-stack, modules/closeout:
13495         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13496         * modules/execute, modules/file-type, modules/getaddrinfo:
13497         * modules/getopt, modules/human, modules/javacomp:
13498         * modules/javaexec, modules/mkdir-p, modules/obstack:
13499         * modules/openat, modules/pagealign_alloc, modules/pipe:
13500         * modules/quotearg, modules/regex, modules/rpmatch:
13501         * modules/unicodeio, modules/userspec, modules/version-etc:
13502         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13503         * modules/xsetenv:
13504         Depend on gettext-h, not gettext.
13505
13506 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * gnulib-tool (func_import): Add support for 'public domain' license.
13509         * modules/alloca, modules/atexit, modules/memmove:
13510         Now public domain, not GPL.
13511         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13512         * modules/realloc, modules/strerror, modules/strtod:
13513         Now LGPL, not GPL.
13514
13515 2005-07-05  Bruno Haible  <bruno@clisp.org>
13516
13517         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13518         autoconf CVS. Needed for mingw.
13519
13520 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         Remove the dependency of the strftime module on the tzset module.
13523         * modules/strftime (Depends-on): Remove dependency on tzset.
13524
13525 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         Remove the dependency of the strftime module on the tzset module.
13528         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13529         gl_FUNC_TZSET_CLOBBER.
13530
13531 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13532
13533         Remove the dependency of the strftime module on the tzset module.
13534         * lib/strftime.c (my_strftime)
13535         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13536         Copy the input structure, to work around some of the bug with
13537         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13538         Solaris releases, you should also use the tzset module, but we won't
13539         require it as a dependency any more since we don't want LGPLed code
13540         to depend on GPLed code.
13541
13542 2005-07-02  Jim Meyering  <jim@meyering.net>
13543
13544         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13545         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13546         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13547         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13548
13549 2005-07-02  Jim Meyering  <jim@meyering.net>
13550
13551         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13552
13553 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13556         declares only 'struct timespec;' (!).
13557
13558 2005-07-01  Jim Meyering  <jim@meyering.net>
13559
13560         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13561         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13562         * lib/save-cwd.c, tempname.c:
13563         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13564         and don't include <sys/file.h>).
13565
13566 2005-06-29  Jim Meyering  <jim@meyering.net>
13567
13568         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13569         type name.  Use the variable name instead.
13570         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13571         Likewise.
13572
13573 2005-06-28  Simon Josefsson  <jas@extundo.com>
13574
13575         * modules/check-version (Files): Add check-version.m4.
13576
13577 2005-06-28  Simon Josefsson  <jas@extundo.com>
13578
13579         * m4/check-version.m4: New file, suggested by Jim Meyering
13580         <jim@meyering.net>.
13581
13582 2005-06-28  Simon Josefsson  <jas@extundo.com>
13583
13584         * lib/check-version.h, lib/check-version.c: New files.
13585
13586 2005-06-28  Simon Josefsson  <jas@extundo.com>
13587
13588         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13589         collision with global variable.  Better indentation.  Don't
13590         increment buffer pointer beyond buffer end.  Based on comments
13591         from Paul Eggert <eggert@cs.ucla.edu>.
13592
13593         * lib/base64.h: Indent.
13594
13595 2005-06-28  Simon Josefsson  <jas@extundo.com>
13596
13597         * doc/gnulib.texi (Library version handling): New section.
13598
13599 2005-06-28  Jim Meyering  <jim@meyering.net>
13600
13601         * check-module (find_included_lib_files): Hard-code another
13602         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13603         but modules/fts-lgpl (correctly) does not list those files.
13604
13605         * modules/canonicalize (Files): Add lib/pathmax.h.
13606
13607 2005-06-25  Simon Josefsson  <jas@extundo.com>
13608
13609         * modules/check-version: New file.
13610
13611 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13612
13613         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13614         initializer of struct addrinfo, as an indication that we don't
13615         care how many members the structure has.
13616
13617 2005-06-24  Derek Price  <derek@ximbiot.com>
13618         and Bruno Haible  <bruno@clisp.org>
13619
13620         Remove stat module & update lstat.
13621         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13622         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13623         * m4/stat.m4: Remove this file.
13624
13625 2005-06-24  Derek Price  <derek@ximbiot.com>
13626         and Bruno Haible  <bruno@clisp.org>
13627
13628         Remove stat module & update lstat.
13629         * lib/stat.c: Remove this file...
13630         (slash_aware_lstat): ...moving this content and its support...
13631         * lib/lstat.c (rpl_lstat): ...into here.
13632         * lib/lstat.h: New file.
13633
13634 2005-06-24  Derek Price  <derek@ximbiot.com>
13635         and Bruno Haible  <bruno@clisp.org>
13636
13637         Remove stat module & update lstat.
13638         * config/srclist.txt (libc sources): Remove stat.
13639
13640 2005-06-24  Derek Price  <derek@ximbiot.com>
13641         and Bruno Haible  <bruno@clisp.org>
13642
13643         Remove stat module & update lstat.
13644         * MODULES.html.sh (stat): Remove.
13645         * MODULES.html: Regenerated.
13646         * modules/lstat (Description): Correct function name.
13647         (Files): Add "lstat.h".
13648         (Depends-on): Remove stat, add xalloc, stat-macros.
13649         * modules/stat: Remove this file.
13650         (Include): Add "lstat.h", remove <sys/stat.h>.
13651
13652 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13655         (ranged_convert): Don't save conversion in a temporary struct.
13656         This causes a warning with GCC 4.0.0, and anyway in the typical
13657         case it's not worth the extra 100 bytes or so of code.
13658         (ranged_convert, __mktime_internal): When calling a function via a
13659         pointer P, use P () rather than (*P) (), as we now assume C89 or
13660         better.
13661
13662 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13665         "who -r" failed to give output.  Problem reported by Tim Waugh.
13666
13667         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13668         (xcalloc): Use it to avoid needless tests.
13669         Problem reported by Jim Meyering.
13670
13671 2005-06-20  Derek Price  <derek@ximbiot.com>
13672
13673         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13674         unnecessary for Autoconfs > 2.59c.
13675
13676 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13677
13678         * lib/argp.h (__option_is_short): Check upper limit of
13679         __key. Isprint() requires its argument to have the value
13680         of an unsigned char or EOF.
13681
13682 2005-06-16  Jim Meyering  <jim@meyering.net>
13683
13684         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13685         when either N or S is zero.
13686
13687 2005-06-16  Derek Price  <derek@ximbiot.com>
13688
13689         * m4/bison.m4: Declare YACC & YFLAGS precious.
13690
13691 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13694         multibyte string or pattern, fall back on unibyte matching.
13695         Problem reported by James Youngman.
13696
13697 2005-06-08  Bruno Haible  <bruno@clisp.org>
13698
13699         * modules/csharpcomp: New file.
13700         * MODULES.html.sh (C#): Add csharpcomp.
13701
13702 2005-06-08  Bruno Haible  <bruno@clisp.org>
13703
13704         * m4/csharpcomp.m4: New file, from GNU gettext.
13705
13706 2005-06-08  Bruno Haible  <bruno@clisp.org>
13707
13708         * lib/csharpcomp.h: New file, from GNU gettext.
13709         * lib/csharpcomp.c: New file, from GNU gettext.
13710         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13711
13712 2005-06-08  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13715         warning on mingw.
13716
13717 2005-06-07  Derek Price  <derek@ximbiot.com>
13718
13719         Sync from CVS.
13720         * lib/glob_.h: Indent nested #ifdef.
13721
13722 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         Sync from coreutils.
13725         Use "file name" when talking about file names, instead of "filename"
13726         or "path", as per the GNU coding standards.
13727         * lib/mkdir-p.c: Renamed from makepath.c.
13728         (make_dir_parents): Renamed from make_path.  All callers changed.
13729         * lib/mkdir-p.h: Likewise.  All includers changed.
13730         * lib/filenamecat.c: Renamed from path-concat.c.
13731         (file_name_concat): Renamed from path_concat.  All callers changed.
13732         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13733         * lib/filenamecat.h: Likewise.  All includers changed.
13734         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13735         in comments or local variable names.
13736         * lib/basename.c: Likewise.
13737         * lib/canonicalize.c, canonicalize.h: Likewise.
13738         * lib/dirname.c, dirname.h: Likewise.
13739         * lib/euidaccess.c: Likewise.
13740         * lib/exclude.c: Likewise
13741         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13742         * lib/fsusage.c, fsuage.h: Likewise.
13743         * lib/fts.c, fts_.h: Likewise.
13744         * lib/getcwd.c: Likewise.
13745         * lib/getloadavg.c: Likewise.
13746         * lib/mkstemp.c: Likewise.
13747         * lib/mountlist.c, mountlist.h: Likewise.
13748         * lib/openat.c, openat.h: Likewise.
13749         * lib/readlink-stub.c: Likewise.
13750         * lib/readutmp.c, readutmp.h: Likewise.
13751         * lib/rename.c: Likewise.
13752         * lib/rmdir.c: Likewise.
13753         * lib/same.c: Likewise.
13754         * lib/savedir.c: Likewise.
13755         * lib/stripslash.c: Likewise.
13756         * lib/tempname.c: Likewise.
13757         * lib/xreadlink.c: Likewise.
13758         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13759         All uses changed.
13760         * lib/exclude.h: Likewise.
13761
13762         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13763         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13764         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13765         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13766         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13767         files have been getting away with it for years (MORE/BSD 4.3
13768         is extinct now).
13769         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13770         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13771
13772         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13773         Define to 256, not 255, as per modern POSIX.
13774
13775 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         Sync from coreutils.
13778         Use "file name" when talking about file names, instead of "filename"
13779         or "path", as per the GNU coding standards.
13780         * MODULES.html.sh: mkdir-p renamed from makepath.
13781         filenamecat renamed from path-concat.
13782         * modules/filenamecat: Renamed from modules/path-concat.
13783         (Files): filenamecat.h and filenamecat.c renamed from
13784         path-concat.h and path-concat.c.
13785         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13786         (Include): filenamecat.h, not path-concat.h.
13787         * modules/mkdir-p: Renamed from modules/makepath.
13788         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13789         makepath.c.
13790         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13791         (Include): mkdir-p.h, not makepath.h.
13792
13793 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13794
13795         Sync from coreutils.
13796         * m4/mkdir-p.m4: Renamed from makepath.m4.
13797         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13798         Rename files from makepath.c to mkdir-p.c, and from
13799         makepath.h to mkdir-p.h.
13800         * m4/filenamecat.m4: Renamed from path-concat.m4.
13801         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13802         Rename files from path-concat.c to filenamecat.c,
13803         and from path-concat.h to filenamecat.h.
13804         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13805         "file name" in local variables or comments.
13806         * m4/rename.m4: Likewise.
13807
13808 2005-06-01  Bruno Haible  <bruno@clisp.org>
13809
13810         * modules/csharpexec: New file.
13811         * MODULES.html.sh (C#): New section.
13812
13813 2005-06-01  Bruno Haible  <bruno@clisp.org>
13814
13815         * m4/csharp.m4: New file, from GNU gettext.
13816         * m4/csharpexec.m4: New file, from GNU gettext.
13817
13818 2005-06-01  Bruno Haible  <bruno@clisp.org>
13819
13820         * lib/csharpexec.h: New file, from GNU gettext.
13821         * lib/csharpexec.c: New file, from GNU gettext.
13822         * lib/csharpexec.sh.in: New file, from GNU gettext.
13823
13824 2005-05-31  Derek Price  <derek@ximbiot.com>
13825             Paul Eggert  <eggert@cs.ucla.edu>
13826
13827         Sync from cvs.
13828         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13829
13830 2005-05-31  Derek Price  <derek@ximbiot.com>
13831             Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         Sync from cvs.
13834         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13835
13836 2005-05-29  Derek Price  <derek@ximbiot.com>
13837
13838         * config/srclist.txt (glob_.h, glob.c): Add these files.
13839
13840 2005-05-29  Derek Price  <derek@ximbiot.com>
13841
13842         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13843         * modules/glob: New file.
13844         * modules/getlogin_r: Add link to POSIX spec in description.
13845
13846 2005-05-29  Derek Price  <derek@ximbiot.com>
13847             Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         * m4/glob.m4: New file.
13850
13851 2005-05-29  Derek Price  <derek@ximbiot.com>
13852             Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * lib/glob_.h, lib/glob.c: New files.
13855
13856 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13857
13858         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13859         * modules/fts-lgpl (Depends-on): Remove gettext.
13860
13861 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13864         and don't require gt_INTTYPES_PRI.
13865
13866 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13869
13870         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13871         the configuration hassle isn't worth it.
13872         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13873         (LONGEST_MODIFIER, PRIuMAX): Remove.
13874
13875 2005-05-27  Bruno Haible  <bruno@clisp.org>
13876
13877         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13878
13879 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13882         _POSIX_PTHREAD_SEMANTICS for Solaris.
13883
13884 2005-05-25  Derek Price  <derek@ximbiot.com>
13885
13886         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13887
13888 2005-05-25  Derek Price  <derek@ximbiot.com>
13889             Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13892         * lib/getlogin_r.c, getlogin_r.h: New files.
13893
13894 2005-05-25  Bruno Haible  <bruno@clisp.org>
13895             Derek Price  <derek@ximbiot.com>
13896
13897         * lib/getlogin_r.h: Simplify API documentation.
13898
13899 2005-05-23  Derek Price  <derek@ximbiot.com>
13900
13901         * modules/minmax (Files): Add m4/minmax.m4.
13902         (configure.ac): Add gl_MINMAX.
13903
13904 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13905
13906         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13907         so that unistd-safer.h (GPL'ed code) need not be included.
13908
13909 2005-05-22  Bruno Haible  <bruno@clisp.org>
13910
13911         * m4/minmax.m4: New file.
13912         Based on a patch by Derek Price <derek@ximbiot.com>.
13913
13914 2005-05-22  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13917         (INT64_MIN): Fix definition.
13918         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13919
13920         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13921         NEED_SIGNED_INT_TYPES.
13922
13923         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13924         HAVE_SYSTEM_INTTYPES.
13925
13926 2005-05-22  Bruno Haible  <bruno@clisp.org>
13927
13928         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13929         Also include <sys/param.h> if it defines MIN, MAX.
13930         Based on a patch by Derek Price <derek@ximbiot.com>.
13931
13932 2005-05-21  Jim Meyering  <jim@meyering.net>
13933
13934         * modules/fts (Files): Add m4/inttypes-pri.m4.
13935         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13936
13937 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         New fts module.
13940         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13941         (setup_dir, free_dir): New functions.
13942         (enter_dir, leave_dir): Define trivial
13943         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13944         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13945         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13946         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13947         Move to fts-cycle.c.
13948         (fts_open): Use setup_dir.
13949         (fts_close): Use free_dir.
13950         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13951         This adds a label and some gotos, but the alternatives were messier.
13952         Check for memory allocation failure when entering a dir.
13953         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13954         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13955         (FTS): New member fts_cycle, that is a union that contains the
13956         old active_dir_ht and cycle_state.  All uses changed to mention
13957         fts_cycle.ht and fts_cycle.state.
13958         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13959         fts.c, with the following changes:
13960         (setup_dir, free_dir): New functions.
13961         (enter_dir): Now returns bool.  Return true if successful, false
13962         if memory exhausted.  All callers changed.
13963         Do not bother partly cleaning up on
13964         memory allocation failure; that is free_dir's job.
13965         However, free ad if hash_insert fails, to avoid memory leak.
13966         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13967         fts->fts_options to see which union member to use.
13968
13969 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13970
13971         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13972         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13973
13974 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13975
13976         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13977
13978 2005-05-20  Jim Meyering  <jim@meyering.net>
13979
13980         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13981         Now a macro, to pacify GCC.
13982
13983 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13984
13985         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13986         of -1.
13987
13988 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13989
13990         * lib/chown.c (rpl_chown): Return -1 on failure.
13991
13992 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13993
13994         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13995         Don't check for stddef.h.
13996         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13997         don't use its results.
13998         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13999         since we include them unconditionally.  Don't require
14000         AM_STDBOOL_H, since stdbool is a prerequisite.
14001         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14002         since we assume C89 or better.
14003         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14004         as we don't use their results.
14005         Don't check for fchdir, memmove, memset, strrchr, as we use
14006         them unconditionally.
14007         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14008         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14009
14010 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14011
14012         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14013         Include <stddef.h> unconditionally, since we assume C89 now.
14014         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14015         * lib/fts.c: Include fts_.h first, to check interface.
14016         Do not include intprops.h; no longer needed.
14017         Include cycle-check.h and hash.h, since fts_.h no longer does.
14018         Remove unnecessary casts of closedir to void.
14019         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14020         decide whether to decrement nlinks.
14021         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14022         (FTS): Use struct hash_table * instead of Hash_table, so that
14023         we no longer need to include hash.h here.
14024
14025 2005-05-18  Jim Meyering  <jim@meyering.net>
14026
14027         * modules/dirfd (License): Change to LGPL.  Most of the code
14028         is already in the public domain.
14029
14030 2005-05-18  Jim Meyering  <jim@meyering.net>
14031
14032         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14033         Reported by Yoann Vandoorselaere.
14034
14035 2005-05-17  Jim Meyering  <jim@meyering.net>
14036
14037         * m4/fts.m4: New file, from coreutils.
14038
14039 2005-05-17  Jim Meyering  <jim@meyering.net>
14040
14041         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14042
14043 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         Sync from coreutils.
14046         * m4/unlinkdir.m4: New file.
14047
14048 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         Sync from coreutils.
14051         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14052         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14053         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14054         White space changes only.
14055         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14056         special.
14057         * lib/yesno.c: Include getline.h, not ctype.h.
14058         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14059         Use getline to remove arbitrary restriction on response length.
14060
14061 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14062
14063         * config/srclist-update: Spell out "Street" in FSF postal
14064         mail address; this is the style the FSF seems to prefer.
14065
14066         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14067         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14068         this updates FSF postal mail address.
14069
14070         Sync from coreutils.
14071         * modules/unlinkdir: New file.
14072         * modules/yesno (Depends-on): Add getline.
14073         * MODULES.html.sh (File system functions): Add unlinkdir.
14074
14075 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14078         lib/strsep.h:
14079         Change the initial comment to refer to GPL, not LGPL.
14080         gnulib-tool will change it to LGPL as needed.
14081
14082         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14083         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14084         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14085         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14086         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14087         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14088         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14089         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14090         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14091         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14092         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14093         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14094         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14095         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14096         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14097         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14098         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14099         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14100         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14101         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14102         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14103         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14104         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14105         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14106         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14107         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14108         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14109         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14110         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14111         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14112         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14113         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14114         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14115         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14116         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14117         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14118         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14119         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14120         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14121         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14122         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14123         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14124         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14125         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14126         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14127         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14128         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14129         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14130         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14131         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14132         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14133         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14134         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14135         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14136         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14137         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14138         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14139         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14140         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14141         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14142         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14143         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14144         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14145         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14146         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14147         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14148         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14149         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14150         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14151         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14152         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14153         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14154         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14155         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14156         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14157         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14158         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14159         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14160         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14161         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14162         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14163         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14164         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14165         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14166         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14167         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14168         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14169         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14170         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14171         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14172         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14173         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14174         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14175         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14176         lib/yesno.c, lib/yesno.h:
14177         Update FSF postal mail address.
14178
14179 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14180
14181         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14182         tests/test-memmem.c, tests/test-stpncpy.c:
14183         Update FSF postal mail address.
14184
14185 2005-05-13  Bruno Haible  <bruno@clisp.org>
14186
14187         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14188         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14189         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14190         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14191         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14192         Add support for 64-bit integers in the MSVC compiler.
14193
14194 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14195
14196         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14197
14198 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14199
14200         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14201
14202 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14203
14204         * doc/getdate.texi (General date syntax): Don't say that date
14205         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14206         Problem reported by Nic Ferrier.
14207
14208 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14209
14210         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14211         specified in ai_socktype. Fix invalid ai_protocol
14212         check. ai_protocol is usually set to 0 or depending on
14213         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14214         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14215         ai_socktype / ai_protocol in the returned addrinfo structure.
14216
14217 2005-05-10  Simon Josefsson  <jas@extundo.com>
14218
14219         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14220         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14221
14222 2005-05-10  Karl Berry  <karl@gnu.org>
14223
14224         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14225         (from http://www.gnu.org/licenses).
14226         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14227         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14228         fdl.texi suffices.
14229
14230 2005-05-10  Karl Berry  <karl@gnu.org>
14231
14232         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14233         (COPYING.DOC): remove.
14234
14235         * config/srclist-update: new FSF address.
14236
14237 2005-05-10  Derek Price  <derek@ximbiot.com>
14238
14239         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14240         possible.
14241
14242 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14243             Bruno Haible  <bruno@clisp.org>
14244
14245         * modules/inet_ntop: New file.
14246         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14247         inet_ntop.
14248
14249 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14250             Bruno Haible  <bruno@clisp.org>
14251
14252         * m4/inet_ntop.m4: New file.
14253
14254 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14255             Bruno Haible  <bruno@clisp.org>
14256
14257         * lib/inet_ntop.h: New file.
14258         * lib/inet_ntop.c: New file, from glibc with modifications.
14259
14260 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * modules/time_r (License): Change to LGPL.
14263         * modules/extensions (License): Change to LGPL.  Actually,
14264         the license is more permissive than that, but currently gnulib-tool
14265         doesn't know how to handle more-permissive licenses.
14266
14267         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14268         Problem reported by Dave Love.
14269
14270 2005-05-08  Jim Meyering  <jim@meyering.net>
14271
14272         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14273         blank.
14274
14275 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14276
14277         * modules/argmatch (Depends-on): Add stdbool.
14278         * modules/backupfile (Depends-on): Likewise.
14279         * modules/chdir-long (Depends-on): Likewise.
14280         * modules/closeout (Depends-on): Likewise.
14281         * modules/cycle-check (Depends-on): Likewise.
14282         * modules/dirname (Depends-on): Likewise.
14283         * modules/fnmatch (Depends-on): Likewise.
14284         * modules/fsusage (Depends-on): Likewise.
14285         * modules/fwriteerror (Depends-on): Likewise.
14286         * modules/getcwd (Depends-on): Likewise.
14287         * modules/getloadavg (Depends-on): Likewise.
14288         * modules/hard-locale (Depends-on): Likewise.
14289         * modules/makepath (Depends-on): Likewise.
14290         * modules/mountlist (Depends-on): Likewise.
14291         * modules/nanosleep (Depends-on): Likewise.
14292         * modules/posixtm (Depends-on): Likewise.
14293         * modules/quotearg (Depends-on): Likewise.
14294         * modules/readtokens (Depends-on): Likewise.
14295         * modules/readtokens0 (Depends-on): Likewise.
14296         * modules/readutmp (Depends-on): Likewise.
14297         * modules/save-cwd (Depends-on): Likewise.
14298         * modules/strftime (Depends-on): Likewise.
14299         * modules/userspec (Depends-on): Likewise.
14300         * modules/utimecmp (Depends-on): Likewise.
14301         * modules/xgetcwd (Depends-on): Likewise.
14302         * modules/xnanosleep (Depends-on): Likewise.
14303         * modules/xstrtod (Depends-on): Likewise.
14304         * modules/yesno (Depends-on): Likewise.
14305
14306 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14309         needless checks.
14310
14311 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         Merge from coreutils.  Among other things,
14314         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14315         * lib/fd-safer.c: New file.
14316         * lib/fcntl-safer.h, open-safer.c: Remove.
14317         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14318         * lib/dup-safer.c: Include unistd-safer.h first.
14319         Don't include errno.h.
14320         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14321         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14322         * lib/file-type.c: Rely on file-type.h change.
14323         * lib/getloadavg.c: Include unistd-safer.h.
14324         (getloadavg): Use safer open.
14325         * lib/getusershell.c: Include "stdio-safer.h".
14326         (getusershell): Use safer fopen.
14327         * lib/long-options.c (long_options): Use NULL rather than 0.
14328         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14329         'free'.
14330         * lib/modechange.c: Likewise.
14331         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14332         (MODE_DONE): New constant.
14333         (struct mode_change): Remove 'next' member.
14334         (make_node_op_equals): New function; like the old one of the
14335         same name, except it allocates an array.
14336         (mode_compile, mode_create_from_ref): Use it.
14337         (mode_compile): Allocate result as an array, not a linked list.
14338         Parse octal string ourself, so that we catch mistakes like "+0".
14339         (mode_adjust): Arg is an array, not a linked list.
14340         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14341         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14342         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14343         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14344         Remove.  This is now stat-macros.h's job.
14345         (talloc): Remove.  All callers replaced by xalloc, so that
14346         our invokers don't have to worry about reporting memory failures.
14347         (make_node_op_equals): Remove.
14348         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14349         New constants.
14350         (struct mode_change): Moved here from modechange.h.
14351         (mode_append_entry): Remove.
14352         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14353         apps to have incorrect behavior.  Use simpler algorithm for head
14354         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14355         Detect more invalid usages rather than having somewhat-random behavior.
14356         Don't insert an "a=" action, as that leads to incorrect behavior.
14357         (mode_compile, mode_create_from_ref): Return NULL on error instead
14358         of an enum, since now there's only one way to have an error.  All
14359         callers changed.
14360         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14361         at the correct time.  Simplify calculation of "+u" and its ilk.
14362         Don't mishandle "+X".
14363         (mode_free): Remove "register" and localize decls.
14364         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14365         (struct mode_change): Move to modechange.c; callers don't
14366         need to see this stuff.
14367         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14368         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14369         (mode_change, mode_adjust): Reflect the new signatures noted above.
14370         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14371         that might redefine system include files.
14372         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14373         (my_usleep): Use NULL rather than (void *) 0.
14374         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14375         Use siginterrupt to specify that system calls should be interrupted.
14376         (rpl_nanosleep): Move initialization of suspended closer to call of
14377         my_usleep.
14378         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14379         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14380         (desirable_utmp_entry): New function.
14381         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14382         using x2nrealloc, to simplify logic.
14383         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14384         size calculation.  Do not assume utmp file is a regular file.
14385         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14386         (READ_UTMP_CHECK_PIDS): New constant.
14387         * lib/save-cwd.c: Include unistd-safer.h.
14388         (save_cwd): Use fd_safer.
14389         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14390         [!_LIBC] Include "stat-macros.h" instead.
14391         * lib/unistd-safer.h (fd_safer): New decl.
14392
14393 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * modules/getloadavg (Depends-on): Add unistd-safer.
14396         * modules/getusershell (Depends-on): Add stdio-safer.
14397         * modules/lstat (Depends-on): Remove xalloc.
14398         * modules/mkstemp (Depends-on): Add stat-macros.
14399         * modules/modechange (Depends-on): Remove xstrtol.
14400         Add stat-macros, xalloc.
14401         * modules/save-cwd (Depends-on): Add unistd-safer.
14402         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14403         * modules/unistd-safer (Files): Add lib/fd-safer.c
14404         (Makefile.am): Remove lib_SOURCES.
14405
14406         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14407         Remove fcntl-safer; unistd-safer supersedes it.
14408
14409 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14412         AC_HEADER_STAT.
14413         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14414         (gl_PREREQ_CHOWN): Remove.
14415         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14416         it.  Don't require AC_HEADER_STAT.
14417         (gl_PREREQ_LSTAT): Remove.
14418         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14419         Don't require AC_HEADER_STAT.
14420         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14421         (gl_PREREQ_RMDIR): Remove.
14422         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14423         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14424         the stat-macros module a prerequisite.
14425         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14426         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14427         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14428         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14429         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14430         variable names.
14431         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14432         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14433         variable prefixes.
14434         * m4/fcntl-safer.m4: Remove.
14435         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14436         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14437         Invoke gl_PREREQ_FD_SAFER.
14438         (gl_PREREQ_FD_SAFER): New macro.
14439         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14440         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14441         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14442         Remove duplicate call to AC_LIBOBJ(readutmp).
14443         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14444
14445         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14446         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14447
14448 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         * MODULES.html.sh (Misc): Add byteswap.
14451
14452 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14453
14454         * modules/getcwd (Depends-on): Add extensions.
14455         * modules/openat (Depends-on): Likewise.
14456
14457 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14458
14459         * modules/byteswap: New file.
14460
14461 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14462
14463         * m4/byteswap.m4: New file.
14464
14465 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14466
14467         * lib/byteswap_.h: New file.
14468
14469 2005-04-25  Karl Berry  <karl@gnu.org>
14470
14471         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14472
14473 2005-04-25  Albert Chin  <china@thewrittenword.com>
14474
14475         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14476         Toolkit C bug.
14477
14478 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14479
14480         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14481         (func_ln_if_changed) Remove forcibly for no error message
14482         in case file does not exist.
14483
14484 2005-04-19  Simon Josefsson  <jas@extundo.com>
14485
14486         * gnulib-tool (Options): Make --symlink mean --symbolic.
14487
14488 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14489
14490         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14491
14492 2005-04-16  Simon Josefsson  <jas@extundo.com>
14493
14494         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14495
14496 2005-04-15  Simon Josefsson  <jas@extundo.com>
14497
14498         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14499
14500 2005-04-15  Simon Josefsson  <jas@extundo.com>
14501
14502         * gnulib-tool: Rename --symlink to --symbolic.
14503
14504 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14505
14506         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14507         symbolic links to files instead of copying/moving.  Add --aux-dir,
14508         specifying directory relative --dir where auxiliary build tools
14509         are placed.
14510
14511 2005-04-14  Bruno Haible  <bruno@clisp.org>
14512
14513         * modules/allocsa (License): Change to LGPL.
14514         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14515
14516 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14519         that "UTC +1 second" continues to work.  Problem reported
14520         by Dmitry V. Levin.
14521         (relunit_snumber): New rule.
14522         (relunit): Use it.
14523
14524 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * lib/getdate.y (universal_time_zone_table): New constant.
14527         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14528         universal_time_zone_table.
14529         (lookup_zone): Prefer universal_time_zone_table to
14530         local_time_zone_table, so that "GMT" time stamps are allowed in
14531         London during the summer.  Problem reported by Ian Abbott.
14532
14533 2005-04-12  Jim Meyering  <jim@meyering.net>
14534
14535         * lib/human.c (humblock): Set *options even when returning due to
14536         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14537         warning from gcc-4.
14538
14539 2005-04-09  Jim Meyering  <jim@meyering.net>
14540
14541         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14542         -Wuninitialized: initialize tm0.tm_year.
14543
14544 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14547         count, since there's no maximum.  All uses changed.
14548         Add member dsts_seen.
14549         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14550         not being INT_MAX.
14551         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14552         Use pc_rels_seen to decide whther a date is absolute.
14553
14554         * lib/getdate.y (number): Don't overwrite year.
14555         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14556         check.
14557
14558 2005-04-02  Simon Josefsson  <jas@extundo.com>
14559
14560         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14561         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14562
14563 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14564
14565         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14566         where no absolute path name can be longer than PATH_MAX.
14567
14568 2005-03-27  Jim Meyering  <jim@meyering.net>
14569
14570         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14571
14572 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14575         "one's complement" -> "ones' complement" in comment, as per Knuth.
14576         "value of type" -> "type or expression" in comment.
14577         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14578
14579 2005-03-26  Jim Meyering  <jim@meyering.net>
14580
14581         Comment nits.
14582         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14583         Correct typos: s/or/of/.
14584
14585 2005-03-26  Jim Meyering  <jim@meyering.net>
14586
14587         * modules/check-include-files: Move to ../ and rename to...
14588         * check-module: ...this.
14589
14590 2005-03-25  Jim Meyering  <jim@meyering.net>
14591
14592         * modules/xvasprintf (Files): Add xalloc.h.
14593
14594 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14595
14596         * modules/gettext (Files): config/config.rpath ->
14597         build-aux/config.rpath
14598         * modules/iconv (Files): Likewise.
14599         Problem reported by Oskar Liljeblad.
14600
14601 2005-03-23  Jim Meyering  <jim@meyering.net>
14602
14603         * modules/check-include-files: New script to check for
14604         missing dependencies, multiple includes, etc.
14605
14606         * modules/c-strtold (Depends-on): Add xalloc.
14607         * modules/c-strtod (Depends-on): Add xalloc.
14608         * modules/hash (Depends-on): Add xalloc.
14609         (Files): Remove lib/xalloc.h.
14610
14611         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14612         * modules/userspec (Files): Add lib/inttostr.h.
14613
14614 2005-03-23  Jim Meyering  <jim@meyering.net>
14615
14616         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14617
14618 2005-03-22  Jim Meyering  <jim@meyering.net>
14619
14620         * modules/stat-macros: New module.
14621         * modules/canonicalize, modules/euidaccess, modules/file-type,
14622         * modules/filemode, modules/lchown, modules/makepath,
14623         * modules/rmdir, modules/stat: Depend on new stat-macros module
14624         rather than listing lib/stat-macros.h manually.
14625         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14626
14627 2005-03-22  Jim Meyering  <jim@meyering.net>
14628
14629         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14630
14631 2005-03-22  Bruno Haible  <bruno@clisp.org>
14632
14633         * config/srclist.txt: Replace target directory 'config' with
14634         'build-aux'.
14635         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14636         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14637         ../build-aux/.
14638
14639 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14640
14641         * modules/chdir-long (Depends-on): Add mempcpy.
14642
14643         * modules/acl, modules/backupfile, modules/c-strtod,
14644         modules/c-strtold, modules/canon-host, modules/canonicalize,
14645         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14646         modules/exclude, modules/exitfail, modules/file-type,
14647         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14648         modules/getdate, modules/getline, modules/getpagesize,
14649         modules/getpass, modules/getugroups, modules/group-member,
14650         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14651         modules/inttostr, modules/long-options, modules/makepath,
14652         modules/md5, modules/memcasecmp, modules/memcoll,
14653         modules/modechange, modules/mountlist, modules/path-concat,
14654         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14655         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14656         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14657         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14658         modules/strftime, modules/strndup, modules/strverscmp,
14659         modules/timespec, modules/unlocked-io, modules/userspec,
14660         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14661         modules/yesno:
14662         Remove lib_SOURCES line from Makefile.am section, as this is now
14663         done automatically by the corresponding Autoconf macro.
14664
14665 2005-03-21  Jim Meyering  <jim@meyering.net>
14666
14667         Changes imported from coreutils.
14668
14669         * lib/cycle-check.c: Don't include xalloc.h.
14670
14671         * lib/path-concat.c: Don't include assert.h.
14672         (path_concat): Remove assertion that would have triggered
14673         for ABASE starting with more than one slash.
14674         Reported by Andreas Schwab.
14675
14676         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14677         properly when ABASE is an absolute file name.
14678         Correct the description of this function.
14679         Include <assert.h>.
14680         Add an assertion and a test driver.
14681         This fixes a bug introduced on 2004-07-02.
14682         Andreas Schwab reported the resulting failure of cp --parents:
14683         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14684
14685 2005-03-21  Jim Meyering  <jim@meyering.net>
14686
14687         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14688         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14689
14690 2005-03-21  Jim Meyering  <jim@meyering.net>
14691         and  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14694         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14695         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14696         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14697         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14698         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14699         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14700         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14701         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14702         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14703         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14704         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14705         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14706         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14707         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14708         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14709         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14710         for these modules.
14711
14712 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14713
14714         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14715         (which shouldn't happen), generate nothing instead of returning 0
14716         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14717
14718 2005-03-16  Bruno Haible  <bruno@clisp.org>
14719
14720         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14721         HAVE_LONGLONG_64BIT.
14722
14723 2005-03-16  Bruno Haible  <bruno@clisp.org>
14724
14725         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14726         HAVE_LONGLONG_64BIT.
14727
14728 2005-03-16  Bruno Haible  <bruno@clisp.org>
14729
14730         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14731         HAVE_LONGLONG_64BIT.
14732
14733 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14734
14735         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14736         reliably distinguish strftime failure from empty output on POSIX
14737         hosts.
14738
14739 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14740
14741         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14742         (iconv_string): Don't guess a size-zero buffer, as that might cause
14743         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14744         result would be 'too large', where 'too large' is (heuristically)
14745         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14746         overflow concerns.  This will prevent some unwanted malloc failures
14747         when the inputs are very large.
14748
14749 2005-03-15  Karl Berry  <karl@gnu.org>
14750
14751         * config/srclist.txt (config.rpath): from gettext.
14752         * config/config.rpath: update.
14753
14754 2005-03-15  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14757         to 'negate'.
14758
14759         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14760         variable.
14761
14762         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14763         results.
14764
14765 2005-03-14  Simon Josefsson  <jas@extundo.com>
14766
14767         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14768         <fx@gnu.org>.
14769
14770 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14773         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14774         intprops.h.
14775         * lib/strtol.c: Likewise.
14776
14777 2005-03-14  Jim Meyering  <jim@meyering.net>
14778
14779         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14780         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14781         to be nonzero so that we (and caller) can detect the difference
14782         between a valid zero-length expansion and an error return, even
14783         when the underlying strftime fails before writing anything into
14784         that location.
14785
14786 2005-03-14  Bruno Haible  <bruno@clisp.org>
14787
14788         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14789         Update from GNU gettext 0.14.3.
14790
14791 2005-03-10  Jim Meyering  <jim@meyering.net>
14792
14793         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14794
14795 2005-03-10  Jim Meyering  <jim@meyering.net>
14796
14797         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14798         so that this module works on systems without fchdir.
14799
14800 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         Factor int-properties macros into a single file, except for
14803         glibc-related files.
14804         * lib/intprops.h: New file.
14805         * lib/getloadavg.c: Include it instead of limits.h.
14806         (INT_STRLEN_BOUND): Remove.
14807         * lib/human.c: Include intprops.h.
14808         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14809         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14810         302/1000.
14811         * lib/inttostr.h: Include intprops.h instead of limits.h.
14812         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14813         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14814         for consistency with intprops.h.
14815         (time_t_is_integer, twos_complement_arithmetic): Use them.
14816         * lib/sig2str.h: Include <signal.h>, intprops.h.
14817         (INT_STRLEN_BOUND): Remove.
14818         * lib/strftime.c (TYPE_SIGNED): Remove.
14819         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14820         * lib/strtol.c: Adjust comments to match intprops.h.
14821         * lib/userspec.c: Include intprops.h.
14822         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14823         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14824         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14825         instead of rolling our own expressions.
14826         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14827
14828         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14829         instead of int.
14830         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14831         the right thing even if adding 1900 would overflow.  Similarly
14832         for tm_mon + 1 and tm_yday + 1.
14833         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14834         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14835         (DO_SIGNED_NUMBER): New macro.
14836         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14837
14838 2005-03-07  Bruno Haible  <bruno@clisp.org>
14839
14840         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14841
14842 2005-03-07  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14845
14846 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14847
14848         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14849         (func_import): Only replace files via --import when they have actually
14850         changed.
14851
14852 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14853
14854         * m4/mmap-anon.m4: New file.
14855         * m4/pagealign_alloc.m4: New file.
14856
14857 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14858             Bruno Haible  <bruno@clisp.org>
14859
14860         * modules/pagealign_alloc: New file.
14861         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14862
14863 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14864             Bruno Haible  <bruno@clisp.org>
14865
14866         * lib/pagealign_alloc.h: New file.
14867         * lib/pagealign_alloc.c: New file.
14868
14869 2005-03-03  Bruno Haible  <bruno@clisp.org>
14870
14871         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14872         Use an all-permissive copyright notice, recommended by RMS.
14873
14874 2005-03-02  Bruno Haible  <bruno@clisp.org>
14875
14876         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14877         of AIX, the replacement has to be done only after <string.h> is
14878         included, therefore not in config.h. stpncpy.h does the replacement,
14879         and stpncpy.c uses it.
14880
14881 2005-03-02  Bruno Haible  <bruno@clisp.org>
14882
14883         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14884         stpncpy.c uses it.
14885
14886 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14887
14888         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14889         The workaround isn't strictly needed for POSIX conformance, and
14890         it's too much of a pain to configure and maintain.  We'll ask
14891         people to fix their kernels instead.
14892         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14893         (NANOSLEEP_BUG_WORKAROUND): Remove.
14894         (xnanosleep): Remove the workaround.
14895
14896 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14899         Reported by Derek Price.
14900         (Include): Add "timespec.h".
14901
14902         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14903
14904 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14907         to detect nanosleep bug.
14908
14909 2005-03-01  Bruno Haible  <bruno@clisp.org>
14910
14911         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14912
14913 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/gethrxtime: New file.
14916         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14917         (Depends-on): Add gethrxtime.
14918         (configure.ac): Add gl_XNANOSLEEP.
14919         (Makefile.am): Remove lib_SOURCES line.
14920
14921 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14922
14923         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14924         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14925
14926 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14929         * lib/timespec.h (gettime): Return void, since it always
14930         succeeds now.  All uses changed.
14931         * lib/gettime.c (gettime) Likewise.
14932         [HAVE_NANOTIME]: Prefer nanotime.
14933         Assume gettimeofday succeeds, as POSIX requires.
14934         Assime time () succeeds, since other code already does.
14935         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14936         (timespec_subtract): Remove.
14937         (NANOSLEEP_BUG_WORKAROUND): New constant.
14938         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14939         things considerably.  Use it only on GNU/Linux hosts, since the
14940         workaround shouldn't be needed elsewhere.
14941
14942 2005-02-24  Bruno Haible  <bruno@clisp.org>
14943
14944         * modules/gettext (Files): Add m4/glibc2.m4.
14945
14946 2005-02-24  Bruno Haible  <bruno@clisp.org>
14947
14948         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14949         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14950         * m4/progtest.m4:
14951         Update from GNU gettext 0.14.2.
14952         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14953
14954 2005-02-24  Bruno Haible  <bruno@clisp.org>
14955
14956         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14957         * lib/config.charset: Update from GNU gettext 0.14.2.
14958
14959 2005-02-24  Bruno Haible  <bruno@clisp.org>
14960
14961         * lib/gettext.h: Update from GNU gettext 0.14.2.
14962
14963 2005-02-23  Simon Josefsson  <jas@extundo.com>
14964
14965         * m4/iconvme.m4: New file.
14966
14967 2005-02-23  Jim Meyering  <jim@meyering.net>
14968
14969         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14970         change.
14971         Thanks to Bruno Haible for catching it.
14972
14973 2005-02-22  Simon Josefsson  <jas@extundo.com>
14974
14975         * modules/iconvme: New file.
14976
14977         * MODULES.html.sh: Add iconvme.
14978
14979 2005-02-22  Simon Josefsson  <jas@extundo.com>
14980
14981         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14982
14983 2005-02-22  Simon Josefsson  <jas@extundo.com>
14984
14985         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14986
14987 2005-02-22  Jim Meyering  <jim@meyering.net>
14988
14989         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14990         s/ifndef/ifdef/.
14991
14992 2005-02-20  Neil Conway  <neilc@samurai.com>
14993
14994         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14995         returned by OSX/Darwin if the specified buffer is not large
14996         enough for the hostname.
14997
14998 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14999
15000         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15001         pass it to _help, otherwise the latter coredumps trying to
15002         dereference state.root_argp.
15003
15004 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15005
15006         * modules/chdir-long (Depends-on): Add memrchr.
15007         * modules/memrchr (Files): Add lib/memrchr.h.
15008         (Include): "memrchr.h".
15009
15010 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15013
15014 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15015
15016         * lib/memrchr.h: New file.
15017         * lib/chdir-long.c: Include it.
15018         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15019         Don't bother including stddef.h.
15020
15021 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15022
15023         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15024         inclusion.
15025         Include <sys/types.h>, for dev_t.
15026         (ME_DUMMY, ME_REMOTE): Move from here....
15027         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15028         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15029         Dmitry V. Levin.
15030         Include mountlist.h first, to test the interface.
15031
15032 2005-01-29  Bruno Haible  <bruno@clisp.org>
15033
15034         * lib/progname.c (program_name): Initialize.
15035         Needed when linking statically on MacOS X.
15036
15037 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         Sync from coreutils.
15040         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15041         (Depends-on): Add c-strtod.
15042         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15043
15044 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15045
15046         Sync from coreutils.
15047         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15048
15049         Remove files that are specific to coreutils.
15050         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15051
15052 2005-01-28  Bruno Haible  <bruno@clisp.org>
15053
15054         * modules/javacomp: New file.
15055         * MODULES.html.sh (Java): Add javacomp.
15056
15057 2005-01-28  Bruno Haible  <bruno@clisp.org>
15058
15059         * m4/javacomp.m4: New file, from GNU gettext.
15060
15061 2005-01-28  Bruno Haible  <bruno@clisp.org>
15062
15063         * lib/javacomp.sh.in: New file, from GNU gettext.
15064         * lib/javacomp.h: New file, from GNU gettext.
15065         * lib/javacomp.c: New file, from GNU gettext.
15066
15067 2005-01-26  Simon Josefsson  <jas@extundo.com>
15068
15069         * lib/gai_strerror.c: Use GPL in header.
15070
15071 2005-01-26  Bruno Haible  <bruno@clisp.org>
15072
15073         * modules/javaexec: New file.
15074         * MODULES.html.sh (Java): Add javaexec.
15075
15076 2005-01-26  Bruno Haible  <bruno@clisp.org>
15077
15078         * m4/javaexec.m4: New file, from GNU gettext.
15079
15080 2005-01-26  Bruno Haible  <bruno@clisp.org>
15081
15082         * lib/javaexec.sh.in: New file, from GNU gettext.
15083         * lib/javaexec.h: New file, from GNU gettext.
15084         * lib/javaexec.c: New file, from GNU gettext.
15085
15086 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15087
15088         * modules/lchown (Depends-on): Remove lchown.h
15089
15090 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15091
15092         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15093         must be defined if the header file was not found, in order
15094         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15095
15096 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15097
15098         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15099         initializers for struct pentry_state.
15100         (__argp_error): Check return value of __asprintf
15101         (__argp_failure): Translate error message
15102
15103         * lib/argp-parse.c: Removed braces around the expansion of N_()
15104
15105 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15108         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15109         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15110         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15111         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15112         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15113         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15114         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15115         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15116         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15117         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15118         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15119         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15120         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15121         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15122         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15123         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15124         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15125         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15126         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15127         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15128         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15129         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15130         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15131         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15132         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15133         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15134         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15135         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15136         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15137         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15138         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15139         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15140         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15141         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15142         Use an all-permissive copyright notice, recommended by RMS.
15143
15144 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15145
15146         * modules/chdir-long (Depends-on): Remove mempcpy.
15147
15148 2005-01-21  Jim Meyering  <jim@meyering.net>
15149
15150         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15151         same value as for Solaris 9.
15152
15153         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15154         component length.  This included changing the parameter to be
15155         of type `char *' rather than `char const *'.
15156         * lib/chdir-long.h (chdir_long): Update prototype.
15157
15158         * lib/openat.c (fdopendir, fstatat): New functions.
15159         * lib/openat.h: Include headers required for use of DIR and struct
15160         stat.
15161         [AT_SYMLINK_NOFOLLOW]: Define.
15162         (fdopendir, fstatat): Add prototypes.
15163
15164 2005-01-21  Bruno Haible  <bruno@clisp.org>
15165
15166         * modules/classpath: New file.
15167         * MODULES.html.sh (Java): Add classpath.
15168
15169 2005-01-21  Bruno Haible  <bruno@clisp.org>
15170
15171         * lib/classpath.h: New file, from GNU gettext.
15172         * lib/classpath.c: New file, from GNU gettext.
15173
15174 2005-01-20  Simon Josefsson  <jas@extundo.com>
15175
15176         * modules/version-etc-fsf: New file.
15177
15178 2005-01-20  Simon Josefsson  <jas@extundo.com>
15179
15180         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15181         * lib/version-etc.c: Remove version_etc_copyright.
15182         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15183         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15184
15185 2005-01-20  Simon Josefsson  <jas@extundo.com>
15186
15187         * lib/base64.h (isbase64): Add.
15188
15189         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15190         using a unsigned prototype, don't inline.
15191         (base64_decode): Use it.
15192
15193 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15196         it.
15197
15198 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * lib/save-cwd.c (save_cwd): Remove code to support the case
15201         where fchdir is missing or flaky.
15202
15203 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15206
15207 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15208
15209         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15210         AC_LIBSOURCES now does this.
15211         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15212         with new ullong_max module.
15213
15214 2005-01-19  Bruno Haible  <bruno@clisp.org>
15215
15216         * modules/sh-quote: New file.
15217         * MODULES.html.sh (Executing programs): Add sh-quote.
15218
15219 2005-01-19  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/sh-quote.h: New file, from GNU gettext.
15222         * lib/sh-quote.c: New file, from GNU gettext.
15223
15224 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         Merge from coreutils.
15227         * m4/ullong_max.m4: New file.
15228         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15229         (gl_MACROS): Assume localeconv exists.
15230
15231 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15232
15233         Merge changes from coreutils, as described below in several
15234         changelogs dated today.
15235
15236         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15237         (O_DIRECTORY): Remove; not needed here, since "." must be
15238         a directory.  All uses removed.
15239         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15240         universal on Suns, and we also need to test for IRIX.
15241         Revamp code to use 'if' rather than '#if'.
15242         Avoid unnecessary comparison of cwd->desc to 0.
15243
15244         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15245         for known valid error numbers rather than observed invalid ones.
15246
15247 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15248
15249         * modules/ullong_max: New file.
15250
15251         * modules/chdir-long, modules/openat: New files.
15252         * modules/save-cwd (Depends-on): Depend on chdir-long.
15253         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15254
15255 2005-01-18  Jim Meyering  <jim@meyering.net>
15256
15257         Merge from coreutils.
15258         * m4/chdir-long.m4, m4/openat.m4: New files.
15259         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15260         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15261         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15262         is sane and DOES follow symlinks.  Besides, testing 20 different
15263         systems found no broken chown implementations.
15264         Prompted by a change in rsync's copy of this macro.
15265         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15266
15267         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15268
15269         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15270         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15271         NULL-means-set-to-current-time semantics.
15272         Remove temporary file immediately, rather than waiting
15273         for configure's at-exit trap code to do it.
15274
15275 2005-01-18  Jim Meyering  <jim@meyering.net>
15276
15277         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15278
15279         * lib/utimens.c (futimens): Account for the fact that futimes
15280         can also fail with errno == ENOSYS or errno == ENOENT.
15281         Patch from Dmitry V. Levin.
15282
15283         Change the name of the robust chdir function from chdir to chdir_long.
15284         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15285         (restore_cwd): Use chdir_long, not chdir.
15286         * lib/chdir-long.c: Renamed from chdir.c.
15287         * lib/chdir-long.h: Renamed from chdir.h.
15288         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15289         Hurd.
15290
15291 2005-01-18  Bruno Haible  <bruno@clisp.org>
15292
15293         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15294         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15295         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15296         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15297         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15298         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15299         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15300         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15301         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15302         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15303         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15304         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15305         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15306         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15307         Use an all-permissive copyright notice, recommended by RMS.
15308
15309 2005-01-18  Bob Proulx  <bob@proulx.com>
15310
15311         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15312         simplify offsetof() macro construct to avoid compile failure with
15313         native HP-UX 11.0 ANSI C compiler.
15314
15315 2005-01-17  Bruno Haible  <bruno@clisp.org>
15316
15317         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15318         redundant because stpncpy.m4 takes care of it.
15319
15320 2005-01-17  Bruno Haible  <bruno@clisp.org>
15321
15322         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15323
15324 2005-01-17  Bruno Haible  <bruno@clisp.org>
15325
15326         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15327         used.
15328
15329 2005-01-17  Bruno Haible  <bruno@clisp.org>
15330
15331         * lib/fwriteerror.h (fwriteerror): Change specification to include
15332         fclose.
15333         * lib/fwriteerror.c: Include <stdbool.h>.
15334         (fwriteerror): At the end, close the file stream. Record whether
15335         stdout was already closed.
15336
15337 2005-01-17  Bruno Haible  <bruno@clisp.org>
15338
15339         * lib/execute.c (environ): Declare if needed.
15340         * lib/pipe.c (environ): Likewise.
15341         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15342
15343 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15344
15345         * modules/argp: Depend on vsnprintf
15346
15347 2005-01-10  Jim Meyering  <jim@meyering.net>
15348
15349         * modules/closeout (Depends-on): Add atexit.
15350
15351 2005-01-06  Bruno Haible  <bruno@clisp.org>
15352
15353         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15354
15355 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15356
15357         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15358         definitions to be after all include files, to avoid collisions.
15359         Problem reported by Bob Proulx.
15360
15361 2005-01-04  Jim Meyering  <jim@meyering.net>
15362
15363         Changes imported from coreutils.
15364         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15365         as the mkstemp template, use a temporary directory and an
15366         8.3-friendly template to avoid trouble on systems like DJGPP.
15367         Reported by Juan M. Guerrero via Stepan Kasal.
15368         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15369         close. Remove the temporary directory right away, rather than waiting
15370         for configure's at-exit trap code to do it.
15371         Suggestion from Stepan Kasal.
15372
15373 2005-01-01  Simon Josefsson  <jas@extundo.com>
15374
15375         * gnulib-tool: Print #include directives when --import'ing.
15376
15377 2004-12-28  Simon Josefsson  <jas@extundo.com>
15378
15379         * tests/test-base64.c: Include required header files.  Remove
15380         unused variables.
15381
15382 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15383
15384         * modules/error (Depends-on): Remove gettext.
15385
15386 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15389         not needed.  This removes a dependency on the gettext module.
15390         [defined _LIBC]: Do not include <libintl.h>; not needed.
15391
15392 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15395         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15396
15397 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15400         HAVE_DECL_STRTOLD.
15401
15402 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * modules/getdate (Depends-on): Remove alloca-opt.
15405
15406 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15409
15410 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15411
15412         * lib/argp-parse.c: Include <stddef.h>.
15413         (alignof, alignto): New macros.
15414         (parser_init): Don't assume that void * is aligned sufficiently
15415         for struct option.
15416
15417         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15418         need to extend the stack.
15419         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15420         large.
15421
15422 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15423
15424         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15425
15426 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15429         (2004-10-24) change.  Apparently this was a false alarm.
15430
15431         * modules/getdate: Depend on alloca-opt, not alloca.
15432
15433 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15436         Remove now-obsolete comment about AIX.
15437         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15438         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15439         (YYMAXDEPTH): New macro.
15440
15441 2004-12-18  Simon Josefsson  <jas@extundo.com>
15442
15443         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15444
15445 2004-12-18  Bruno Haible  <bruno@clisp.org>
15446
15447         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15448
15449 2004-12-18  Bruno Haible  <bruno@clisp.org>
15450
15451         * lib/fatal-signal.c (fatal_signals): Make non-const.
15452         (init_fatal_signals): New function.
15453         (uninstall_handlers, install_handlers): Ignore signals that were set to
15454         SIG_IGN.
15455         (at_fatal_signal): Call init_fatal_signals.
15456         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15457         SIG_IGN.
15458         Reported by Paul Eggert.
15459
15460 2004-12-18  Bruno Haible  <bruno@clisp.org>
15461
15462         * doc/alloca.texi: New file.
15463         * doc/alloca-opt.texi: New file.
15464
15465 2004-12-17  Jim Meyering  <jim@meyering.net>
15466
15467         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15468         Otherwise, install-sh could exit with improper exit status when
15469         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15470
15471 2004-12-16  Simon Josefsson  <jas@extundo.com>
15472
15473         * tests/test-base64.c: Add license.
15474
15475 2004-12-15  Stepan Kasal  <address@hidden>
15476
15477         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15478
15479 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * modules/getcwd (Files): Add m4/d-ino.m4.
15482         Suggested by Mark D. Baushke.
15483
15484 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         * lib/getdate.y (textint): New member "negative".
15487         (time_zone_hhmm): New function.
15488         Expect 14 shift-reduce conflicts, not 13.
15489         (o_colon_minutes): New rule.
15490         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15491         (yylex): Set the "negative" member of signed numbers.
15492
15493 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15494
15495         * doc/getdate.texi (Time of day items, Time zone items):
15496         Describe new formats +00:00, UTC+00:00.
15497
15498 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15499
15500         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15501         spurious "-l"s.  Problem reported by Stepan Kasal.
15502
15503 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15504
15505         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15506         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15507
15508 2004-12-04  Simon Josefsson  <jas@extundo.com>
15509
15510         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15511         Vandoorselaere <yoann@prelude-ids.org>.
15512
15513 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15514
15515         Changes imported from coreutils.
15516         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15517         exist.
15518         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15519
15520 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         Changes imported from coreutils.
15523         * lib/hard-locale.c: Assume <locale.h> exists.
15524         Include "strdup.h".
15525         (GLIBC_VERSION): New macro.
15526         (hard_locale): Assume setlocale exists.
15527         Rewrite to avoid #ifdef.
15528         Use strdup rather than malloc + strcpy.
15529         * lib/human.c: Assume <locale.h> exists.
15530         (human_readable): Assume localeconv exists.
15531
15532 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * modules/hard-locale (Depends-on): Add strdup.
15535
15536 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15537
15538         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15539         convert T2, not T.  (Imported from libc.)
15540
15541 2004-11-30  Simon Josefsson  <jas@extundo.com>
15542
15543         * modules/restrict (License): Change to LGPL.
15544
15545 2004-11-30  Simon Josefsson  <jas@extundo.com>
15546
15547         * m4/restrict.m4: Add copyright and copying conditions.
15548
15549 2004-11-30  Simon Josefsson  <jas@extundo.com>
15550
15551         * m4/base64.m4: New file.
15552
15553 2004-11-30  Simon Josefsson  <jas@extundo.com>
15554
15555         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15556         base64.
15557
15558         * tests/test-base64.c: New file.
15559
15560         * modules/base64: New file.
15561
15562 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15565         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15566
15567         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15568
15569 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15570
15571         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15572         (__getcwd.c): Don't restore errno; glibc doesn't.
15573         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15574         first, falling back to our code only if its results look suspicious.
15575         Ensure that the resulting buffer is only as large as necessary.
15576
15577         * lib/readutmp.c: Include readutmp.h first.
15578         Include <errno.h>, since readutmp.h no longer does that.
15579         * lib/readutmp.h: Don't include <errno.h>,
15580         <sys/param.h>, <time.h>; not needed to establish interface.
15581         (errno): Remove decl.
15582         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15583         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15584         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15585
15586 2004-11-28  Simon Josefsson  <jas@extundo.com>
15587
15588         * lib/base64.h, base64.c: New file.
15589
15590 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15591
15592         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15593
15594 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15597         (Depends-on): Remove pathmax, same.  Add mempcpy.
15598         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15599         (Makefile.am): Append getcwd.h to lib_SOURCES.
15600         (Include): Add getcwd.h.
15601         (Maintainer): Change from Jim Meyering to "all, glibc",
15602         since getdate now uses intended-for-glibc code.
15603         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15604         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15605
15606 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15609         HP's ANSI C compiler.
15610         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15611         Declaring int functions causes warnings on some modern systems and
15612         shouldn't be needed to compile on ancient ones.
15613         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15614         defined.
15615
15616         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15617         with the following changes.
15618         (__set_errno): Parenthesize properly.
15619         Include <stdbool.h>.
15620         (MIN, MAX, MATCHING_INO): New macros.
15621         (__getcwd): Define with prototype, not K&R form.
15622         Use heuristics to allocate default buffer on stack if possible.
15623         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15624         behavior, and to avoid the PATH_MAX limit when computing
15625         ../../../../...
15626         Use MATCHING_INO to compare inode number to file.
15627         Check for arithmetic overflow in size calculations.
15628         Fix bug in reallocation of dot array that caused getcwd to fail
15629         on directories nested deeper than 75.
15630         Be more careful about saving errno on error.
15631         Do not use realloc; use only free+malloc, as this is a bit
15632         more flexible and avoids a needless copy operation.
15633         Do not inspect st_dev and st_ino for symbolic links; POSIX
15634         doesn't specify the latter.
15635         Check for closedir errors.
15636         Avoid needless casts.
15637         Use "#ifdef weak_alias" around weak_alias, to be like other
15638         glibc code.
15639         The following changes to getcwd.c have effect only when used in
15640         gnulib; they have no effect inside glibc proper.
15641         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15642         as alloca isn't used.
15643         (alloca, __alloca): Likewise.
15644         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15645         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15646         unconditionally, as gnulib assumes C89 or better.
15647         Do not include <sys/param.h>.
15648         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15649         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15650         better.
15651         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15652         Include <dirent.h> in a way that is compatible with modern Autoconf.
15653         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15654         New macros, if not already defined.
15655         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15656         Use "_LIBC", not "defined _LIBC", for consistency.
15657         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15658         a mempcpy module.
15659         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15660         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15661         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15662         credit only to Jim Meyering and adjust the copyright dates.
15663         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15664         <stdlib.h>, <unistd.h>, "pathmax.h".
15665         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15666         (INITIAL_BUFFER_SIZE): Remove.
15667         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15668
15669 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15672         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15673         Use the _ONCE methods, for efficiency.
15674         Check for fcntl.h.  In test program, include <errno.h>
15675         and <fcntl.h> if available.  Remove old K&R cruft from
15676         test program.  Check for common errors in GNU/Linux,
15677         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15678         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15679         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15680         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15681         name accordingly.
15682         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15683         accommodate new getcwd.c.
15684         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15685         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15686         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15687         that's all we need now.
15688
15689 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15690
15691         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15692         argp-parse.c depends on getopt internals, that means we should
15693         always use our getopt, to be on the safe side.
15694         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15695         order not to spoil the result of an eventual previous invocation
15696         of gl_GETOPT_SUBSTITUTE.
15697
15698 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15699
15700         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15701         redefinition warnings. To avoid them, include the defines
15702         in `#if !defined __need_getopt ... #endif'. The only place
15703         where __getopt_argv_const is used is in definitions
15704         of getopt_long and getopt_long_only below, which are as well
15705         protected by `#ifndef __need_getopt'.
15706         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15707         __need_getopt after including <stdio.h> and <unistd.h> These
15708         headers might have defined it.
15709
15710 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15711
15712         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15713
15714 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15715
15716         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15717         (futimens): New function, which uses futimes if available.
15718         (futimens, utimens): Support timespec==NULL, with same semantics
15719         as utime and utimens.
15720         * lib/utimens.h (futimens): New decl.
15721
15722 2004-11-23  Jim Meyering  <jim@meyering.net>
15723
15724         * lib/getopt_.h: Remove trailing blanks.
15725
15726 2004-11-23  Jim Meyering  <jim@meyering.net>
15727
15728         * lib/__fpending.c: Add comment.
15729
15730 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * modules/canonicalize (Depends-on): Add xreadlink.
15733         Problem reported by James Youngman.
15734
15735 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15738         New macros.
15739         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15740         optopt): Use them instead of invoking ## directly; otherwise, the
15741         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15742
15743 2004-11-19  Bruno Haible  <bruno@clisp.org>
15744
15745         * lib/strtok_r.c: Move comments from here...
15746         * lib/strtok_r.h: ... to here.
15747
15748 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15751         implementations that mishandle size_t overflow.
15752
15753 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15756         might fail.  Problem reported by Yoann Vandoorselaere.
15757         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15758         implementations that mishandle size_t overflow.
15759
15760 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * modules/canon-host (Depends-on): Add strdup.
15763
15764 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15767
15768 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * lib/canon-host.c: Include "strdup.h".
15771         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15772         Use strdup instead of malloc/strcpy to duplicate strings.
15773
15774         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15775         (human_space_before_unit): New constant.
15776         * lib/human.c (human_readable): Support it.
15777
15778         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15779         (xgetcwd): Set errno correctly when failing.
15780         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15781         the failure is actually due to a PATH_MAX problem.
15782
15783         Further getopt changes to make it more likely that glibc will
15784         buy the changes back.
15785         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15786         (getopt): Use it, so to preserve glibc semantic
15787         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15788         when compiling for libc.
15789         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15790         (getopt_long, getopt_long_only): Use it.
15791
15792         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15793         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15794         (getopt): Argv is now char * const *, as per standard.
15795         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15796         not char *__getopt_argv_const *.
15797         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15798         _getopt_long_only_r): Likewise.
15799         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15800         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15801         _getopt_long_r, _getopt_long_only_r): Likewise.
15802         * lib/getopt_.h (__getopt_argv_const): Remove.
15803         (getopt): Argv is now char * const *, as per standard.
15804
15805         * lib/getdate.y (tORDINAL): New token.
15806         (day, relunit): Allow it for relative times.
15807         (relative_time_table): Use tORDINAL for ordinals.
15808
15809 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15810
15811         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15812         Document that "second" isn't allowed as an ordinal number.
15813
15814 2004-11-16  Jim Meyering  <jim@meyering.net>
15815
15816         * modules/closeout (Depends-on): Add fpending.
15817
15818 2004-11-15  Jim Meyering  <jim@meyering.net>
15819
15820         * lib/closeout.c: Include "__fpending.h" once again.
15821         Include <stdbool.h>.
15822         (close_stdout): Don't fail just because stdout was closed initially,
15823         since some programs don't write to stdout in the normal course of
15824         operation (other than --version and --help), and we don't want this
15825         function to make e.g. `touch file >&-' fail.
15826         But do fail if it was closed and someone has tried to write to it.
15827         E.g., `printf foo >&-' must fail.
15828
15829 2004-11-13  Jim Meyering  <jim@meyering.net>
15830
15831         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15832
15833 2004-11-12  Simon Josefsson  <jas@extundo.com>
15834
15835         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15836         small doc fix is still pending.
15837
15838 2004-11-11  Simon Josefsson  <jas@extundo.com>
15839
15840         * modules/strtok_r: New file.
15841
15842         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15843         strtok_r.
15844
15845 2004-11-11  Simon Josefsson  <jas@extundo.com>
15846
15847         * m4/strtok_r.m4: New file.
15848
15849         * m4/getopt.m4: Replace opterr.
15850
15851 2004-11-11  Simon Josefsson  <jas@extundo.com>
15852
15853         * lib/strtok_r.h, strtok_r.c: New file.
15854
15855 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15856
15857         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15858         of replacing opterr, getopt, etc.  This should handle the
15859         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15860
15861 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15862
15863         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15864         we can stop lying to compilers about the constness of argv when we
15865         are compiled outside glibc.
15866         (getopt, getopt_long, getopt_long_only): Use it.
15867         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15868         _getopt_internal, getopt): Likewise.
15869         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15870         _getopt_long_only_r): Likewise.
15871         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15872         _getopt_long_r, _getopt_long_only_r): Likewise.
15873
15874         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15875         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15876         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15877         the other external symbols.
15878         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15879         declaration, since the above renaming now works around collisions.
15880
15881 2004-11-11  Jim Meyering  <jim@meyering.net>
15882
15883         * lib/linebreak.c: Remove trailing blanks.
15884         * lib/alloca_.h: Likewise.
15885         * lib/acosl.c: Likewise.
15886         * lib/euidaccess.c: Likewise.
15887         * lib/allocsa.h: Likewise.
15888
15889 2004-11-10  Simon Josefsson  <jas@extundo.com>
15890
15891         * m4/getaddrinfo.m4: New file.
15892
15893 2004-11-10  Simon Josefsson  <jas@extundo.com>
15894
15895         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15896
15897 2004-11-10  Simon Josefsson  <jas@extundo.com>
15898
15899         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15900         getaddrinfo.
15901
15902         * modules/getaddrinfo: New file.
15903
15904 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15905
15906         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15907
15908 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15909
15910         * lib/mktime.c (SHR): New macro, which is a portable
15911         substitute for >> that should work even on Crays.
15912         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15913         Problem reported by Mark D. Baushke in
15914         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15915         * lib/getdate.y (SHR): Likewise.
15916         (tm_diff): Use it.
15917         * lib/strftime.c (SHR): Likewise.
15918         (tm_diff): Use it.
15919         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15920         quote_these_too, so that right shifts are well defined.  All uses
15921         changed.
15922
15923 2004-11-10  Jim Meyering  <jim@meyering.net>
15924
15925         Ensure that no close failure goes unreported.
15926         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15927         return early when it seems there's nothing to flush.
15928         Don't include __fpending.h.
15929
15930 2004-11-10  Jim Meyering  <jim@meyering.net>
15931
15932         * modules/closeout (Depends-on): Remove fpending.
15933
15934 2004-11-10  Jim Meyering  <jim@meyering.net>
15935
15936         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15937
15938 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15941         gl_FUNC_STRFTIME.
15942         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15943         and AC_REQUIRE when possible, to avoid duplicate checks.
15944         Check for <wchar.h>.
15945
15946 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15949
15950 2004-11-09  Bruno Haible  <bruno@clisp.org>
15951
15952         * m4/sockpfaf.m4: New file.
15953
15954 2004-11-05  Bruno Haible  <bruno@clisp.org>
15955
15956         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15957         Reported by Mark D. Baushke <mdb@cvshome.org>.
15958
15959 2004-11-04  Bruno Haible  <bruno@clisp.org>
15960
15961         2004-09-11  Bruno Haible  <bruno@clisp.org>
15962                 * allocsa.valgrind: New file.
15963         2004-02-06  Bruno Haible  <bruno@clisp.org>
15964                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15965                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15966                 Reported by Christopher Seip <chris.seip@hp.com>.
15967
15968 2004-11-04  Bruno Haible  <bruno@clisp.org>
15969
15970         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15971         (Makefile.am): Distribute it.
15972
15973 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15976         with errno == ERANGE if the buffer is too small.
15977         Problem reported by Mark D. Baushke.
15978
15979 2004-11-03  Albert Chin  <china@thewrittenword.com>
15980             Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15983         equivalent, substitute $ac_type for equivalent type rather than
15984         blindly using uint32_t *always* which won't work if uint32_t is not
15985         available.  Define _UINT32_T to work around typedef of uint32_t if
15986         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15987         2.5.1.
15988
15989 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15990
15991         * m4/jm-macros.m4: Sync from coreutils.
15992         (gl_MACROS): Check for mbrlen, for pathchk.
15993         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15994
15995 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * lib/xreadlink.c (MAXSIZE): New macro.
15998         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15999         size does not exceed MAXSIZE.  Avoid cast.
16000         As suggested by Mark D. Baushke in
16001         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16002         if readlink fails with buffer size just under MAXSIZE, try again
16003         with MAXSIZE.
16004
16005 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16008
16009 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16010         and  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16013         (get_date): Overparenthesize to avoid GCC warning.
16014
16015 2004-11-02  Bruno Haible  <bruno@clisp.org>
16016
16017         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16018         returns void.
16019
16020 2004-11-02  Bruno Haible  <bruno@clisp.org>
16021
16022         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16023         function returns void.
16024
16025 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16028         fflush_unlocked, flockfile, funlockfile, funlockfile,
16029         fputs_unlocked, putc_unlocked.
16030
16031 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16034         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16035         already declared.
16036
16037 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * modules/getdate (Files): Add doc/getdate.texi.
16040         (Depends-on): Add setenv, xalloc.
16041
16042 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16043
16044         * lib/getdate.y: Add support for TZ="foo" within a date string.
16045         Fix some bugs near time_t boundaries.  Reject dates with
16046         out-of-range components, e.g., "Sept 31".
16047         Include <stdlib.h>, "setenv.h", "xalloc.h".
16048         (ISDIGIT_LOCALE): Remove; unused.
16049         Note that the TZ and time functions used here are not reentrant.
16050         (mktime_ok, get_tz): New functions.
16051         (TZBUFSIZE): New constant.
16052         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16053         This requires that we sometimes generate our own TZ="XXX..." setting.
16054
16055 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         * doc/getdate.texi: New file, from coreutils with modifications for
16058         the new TZ parsing.
16059
16060 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16061
16062         * lib/mktime.c (not_equal_tm): Remove redundant check.
16063
16064 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16065
16066         * modules/regex (lib_SOURCES): Add regex.c.
16067         Reported by James Youngman in
16068         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16069
16070 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16071
16072         * lib/getdate.y: Use Bison 1.875 features, and some minor
16073         code cleanups.  This change does not affect semantics.
16074         Don't include <stdlib.h>; no longer needed.
16075         Don't include unlocked-io.h; only the "#if TEST" code uses
16076         stdio, and performance isn't crucial there.
16077         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16078         Bison 1.875 features as described below.
16079         All uses of "PC." replaced by "pc->".
16080         (YYSTYPE): Add a forward declaration.
16081         (yylex, yyerror): Use full prototypes in forward decls.
16082         Use "%pure-parser" rather than obsolescent "%pure_parser".
16083         Use %parse-param and %lex-param instead of obsolescent
16084         YYPARSE_PARAM and YYLEX_PARAM.
16085         (meridian_table, month_and_day_table, time_units_table,
16086         relative_time_table, time_zone_table, military_table,
16087         lookup_zone, lookup_word, get_date):
16088         Use NULL instead of 0 where appropriate.
16089         (to_hour): Avoid abort (), to avoid a dependency on
16090         stdlib.h.
16091         (yyerror, yylex): Now accepts parser_control * arg.
16092         (main) [TEST]: Use '\0' rather than 0 for char.
16093
16094 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16095
16096         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16097
16098 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16099
16100         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16101         It's now the caller's responsibility to handle the case where
16102         !HAVE_GETPAGESIZE && !defined getpagesize.
16103
16104         * lib/mktime.c (leapyear): Arg is long int, not int.
16105
16106 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16107
16108         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16109
16110 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16113         missing.  Problem reported by James Youngman.
16114
16115 2004-10-16  Simon Josefsson  <jas@extundo.com>
16116
16117         * gnulib-tool: Fix comments.  Fix parse problem.
16118         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16119
16120 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16123         implementation of getopt_long.  Problem reported by Alexander Taler in:
16124         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16125
16126 2004-10-15  Bruno Haible  <bruno@clisp.org>
16127
16128         * gnulib-tool: Untabify. Initialize supplied_libname.
16129         (func_usage): More homogenous output.
16130         (func_modules_transitive_closure, func_modules_to_filelist,
16131         func_emit_lib_Makefile_am): New functions.
16132         (func_import): New function, extracted from big case statement. Use
16133         func_get_license, func_modules_transitive_closure,
16134         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16135         opt_lgpl. Don't use test -a, as it's not portable.
16136         (func_create_testdir): Use func_modules_transitive_closure,
16137         func_modules_to_filelist, func_emit_lib_Makefile_am.
16138
16139 2004-10-15  Bruno Haible  <bruno@clisp.org>
16140
16141         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16142
16143 2004-10-15  Bruno Haible  <bruno@clisp.org>
16144
16145         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16146         the portions belonging to each module.
16147         Suggested by Derek Robert Price <derek@ximbiot.com>.
16148
16149 2004-10-12  Simon Josefsson  <jas@extundo.com>
16150
16151         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16152         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16153         to real functions.
16154
16155 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16156
16157         * modules/vsnprintf: New file.
16158
16159 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16160
16161         * m4/vsnprintf.m4: New file.
16162
16163 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16164
16165         * lib/vsnprintf.h: New file.
16166         * lib/vsnprintf.c: New file.
16167
16168 2004-10-11  Bruno Haible  <bruno@clisp.org>
16169
16170         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16171         vsnprintf.
16172
16173 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16174
16175         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16176
16177 2004-10-07  Bruno Haible  <bruno@clisp.org>
16178
16179         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16180         fits into the provided buffer.
16181
16182 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * lib/diacrit.c, diacrit.h: Add GPL notice.
16185
16186         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16187         notice.
16188         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16189         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16190         This avoids a potential constant-folding bug.
16191
16192 2004-10-05  Bruno Haible  <bruno@clisp.org>
16193
16194         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16195         for the declaration of strsep.
16196
16197 2004-10-05  Bruno Haible  <bruno@clisp.org>
16198
16199         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16200
16201 2004-10-04  Simon Josefsson  <jas@extundo.com>
16202
16203         * modules/memmem: New file.
16204         * tests/test-memmem.c: New file.
16205         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16206
16207 2004-10-04  Simon Josefsson  <jas@extundo.com>
16208
16209         * m4/memmem.m4: New file.
16210
16211 2004-10-04  Simon Josefsson  <jas@extundo.com>
16212
16213         * lib/memmem.h: New file.
16214         * lib/memmem.c: New file, taken from glibc.
16215
16216 2004-10-04  Simon Josefsson  <jas@extundo.com>
16217
16218         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16219         '#ifdef USE_UNLOCKED_IO'.
16220
16221 2004-10-04  Simon Josefsson  <jas@extundo.com>
16222
16223         * config/srclist.txt: Add memmem from glibc.
16224
16225 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16228
16229         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16230         modules/exclude, modules/getdate, modules/getline,
16231         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16232         modules/getusershell, modules/linebuffer, modules/md5,
16233         modules/mountlist, modules/posixtm, modules/readtokens,
16234         modules/readutmp, modules/regex, modules/sha1,
16235         modules/version-etc, modules/yesno:
16236         Remove dependency on unlocked-io.
16237
16238 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16241
16242         * m4/unlocked-io.m4: Add copyright notice.
16243         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16244
16245 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16248         * lib/xmalloc.c (xmemdup): Likewise.
16249         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16250         XFREE): Remove these long-obsolescent macros.
16251         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16252         * lib/xstrdup.c: Remove.
16253
16254         * lib/regex.c (re_comp): Cast gettext return value to char *,
16255         Problem reported by Martin Neitzel via Mark D. Baushke.
16256
16257 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16260         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16261         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16262         regex.c, sha1.c, version-etc.c, yesno.c:
16263         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16264         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16265         the includer's responsibility.
16266
16267         Sync from coreutils.
16268
16269         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16270         points to the start of a string, as the C Standard says the
16271         resulting behavior is undefined.
16272
16273         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16274         simple -> simple_backups, numbered_existing ->
16275         numbered_existing_backups, numbered -> numbered_backups
16276         to avoid shadowing problems.  All uses changed.
16277         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16278         * lib/backupfile.c (check_extension, numbered_backup):
16279         Rename locals to avoid shadowing 'basename'.
16280         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16281         once.
16282
16283         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16284         * lib/.cvsignore: Add getopt.h.
16285
16286 2004-10-04  Bruno Haible  <bruno@clisp.org>
16287
16288         * modules/README: New file.
16289         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16290         not a module.
16291
16292 2004-10-02  Jim Meyering  <jim@meyering.net>
16293
16294         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16295
16296 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16297
16298         * modules/strsep: New file.
16299
16300 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16301
16302         * m4/strsep.m4: New file.
16303
16304 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16305
16306         * lib/strsep.h: New file.
16307         * lib/strsep.c: New file.
16308
16309 2004-10-01  Simon Josefsson  <jas@extundo.com>
16310
16311         * lib/snprintf.c (snprintf): Handle size==0.
16312
16313 2004-10-01  Simon Josefsson  <jas@extundo.com>
16314             Bruno Haible  <bruno@clisp.org>
16315
16316         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16317         (snprintf): Declare 'args'.
16318
16319 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * lib/snprintf.c: Remove comments as to why each header is needed.
16322
16323 2004-10-01  Bruno Haible  <bruno@clisp.org>
16324
16325         * MODULES.html.sh: Add strsep.
16326
16327 2004-09-30  Simon Josefsson  <jas@extundo.com>
16328
16329         * modules/snprintf: New file.
16330
16331 2004-09-30  Simon Josefsson  <jas@extundo.com>
16332
16333         * m4/snprintf.m4: New file.
16334
16335 2004-09-30  Simon Josefsson  <jas@extundo.com>
16336
16337         * lib/snprintf.h, lib/snprintf.c: New files.
16338
16339 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16340
16341         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16342         (hol_entry_help): Never translate an empty string.
16343         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16344         * lib/argp.h (OPTION_NO_TRANS): New option.
16345
16346 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         * modules/argp (Maintainer): Replace Simon Josefsson
16349         by Sergey Poznyakoff.
16350
16351 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16352
16353         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16354         changes merged back into glibc.
16355
16356 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16357
16358         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16359
16360 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16361
16362         * lib/xvasprintf.c: Include xalloc.h.
16363         (xvasprintf): Use xalloc_die, not xmalloc_die.
16364
16365 2004-09-29  Bruno Haible  <bruno@clisp.org>
16366
16367         * modules/alloca-opt: New file, derived from modules/alloca.
16368         * modules/allocsa: Depend on alloca-opt instead of alloca.
16369         * modules/setenv: Likewise.
16370         * modules/vasnprintf: Likewise.
16371         * MODULES.html.sh: Add alloca-opt.
16372
16373 2004-09-28  Simon Josefsson  <jas@extundo.com>
16374
16375         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16376         LGPL, and to replace license template from GPL to LGPL.
16377
16378 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * modules/dummy: Change license to LGPL.
16381
16382 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16385
16386 2004-09-24  Simon Josefsson  <jas@extundo.com>
16387
16388         * modules/minmax (License): Change from GPL to LGPL.
16389
16390 2004-09-23  Simon Josefsson  <jas@extundo.com>
16391
16392         * gnulib-tool (--import): Typo.
16393
16394 2004-09-23  Simon Josefsson  <jas@extundo.com>
16395
16396         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16397
16398 2004-09-22  Bruno Haible  <bruno@clisp.org>
16399
16400         * modules/*: Add 'License' field.
16401         * gnulib-tool: Accept --extract-license option.
16402         (func_get_license): New function.
16403
16404 2004-09-21  Bruno Haible  <bruno@clisp.org>
16405
16406         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16407         Reported by Simon Josefsson.
16408
16409 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16412         gl_AC_TYPE_LONG_LONG.
16413
16414 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16417
16418 2004-09-18  Simon Josefsson  <jas@extundo.com>
16419         and  Paul Eggert  <eggert@cs.ucla.edu>
16420
16421         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16422         calls with autoreconf.  Define GL_LIB.
16423
16424 2004-09-14  Karl Berry  <karl@gnu.org>
16425
16426         * config/srclist.txt: unsync setenv.c, sigh.
16427
16428 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16429
16430         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16431         Problem reported by Bruno Haible in:
16432         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16433
16434 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16435
16436         * config/srclist.txt: Comment out argp-pvh.c.
16437
16438 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16439
16440         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16441         in case some system header has #define'd it.  Problem reported by
16442         Soeren D. Schulze in
16443         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16444
16445 2004-09-09  Karl Berry  <karl@gnu.org>
16446
16447         * regex.[ch]: delete from the root.  These were supposed to be
16448                 synced with emacs cvs, but this has not happened for about
16449                 a year, and anyway nothing else uses emacs regex.[ch].
16450                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16451                 lib/regex[.ch] is untouched.
16452
16453 2004-09-09  Bruno Haible  <bruno@clisp.org>
16454
16455         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16456
16457 2004-09-09  Bruno Haible  <bruno@clisp.org>
16458
16459         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16460         modifications.
16461         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16462
16463 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16464
16465         * modules/xvasprintf: New file.
16466         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16467
16468 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16469
16470         * lib/xvasprintf.h: New file.
16471         * lib/xvasprintf.c: New file.
16472         * lib/xasprintf.c: New file.
16473
16474 2004-09-08  Bruno Haible  <bruno@clisp.org>
16475
16476         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16477
16478 2004-09-08  Bruno Haible  <bruno@clisp.org>
16479
16480         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16481         length is > INT_MAX.
16482         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16483         more.
16484
16485 2004-09-08  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/stdint_.h: New file, taken from GNU clisp.
16488
16489 2004-09-08  Bruno Haible  <bruno@clisp.org>
16490             Oskar Liljeblad  <oskar@osk.mine.nu>
16491
16492         * modules/stdint: New file.
16493         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16494
16495 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16496
16497         Import from coreutils.
16498         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16499         strings on unbounded length.  alloca's performance benefits aren't
16500         that important here.
16501         (V_STRDUP): Remove.
16502         (parse_with_separator): New function, with most of the internals
16503         of the old parse_user_spec.  Allow user to omit both user and group,
16504         for compatibility with FreeBSD.
16505         Clone only the user name, not the entire spec.
16506         Do not set *uid, *gid unless entirely successful.
16507         Avoid memory leak in some failing cases.
16508         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16509         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16510         (parse_user_spec): Rewrite to use parse_with_separator.
16511
16512 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16513
16514         * modules/userspec: Don't depend on alloca.
16515
16516 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16517
16518         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16519
16520 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16521
16522         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16523         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16524         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16525
16526 2004-08-16  Simon Josefsson  <jas@extundo.com>
16527
16528         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16529         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16530         Add --dry-run for --import.
16531         Let user provided command line parameters override configure.ac
16532         settings.
16533
16534 2004-08-12  Simon Josefsson  <jas@extundo.com>
16535
16536         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16537         as discussed with Paul Eggert in threads rooted at
16538         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16539         and
16540         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16541         Before, the test was empty, and relied on ELIDE_CODE in source
16542         code.)
16543         (gl_PREREQ_GETOPT): New macro.
16544         (gl_GETOPT): Use them.
16545
16546 2004-08-12  Simon Josefsson  <jas@extundo.com>
16547
16548         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16549         * lib/getopt_.h: Renamed from getopt.h.
16550
16551 2004-08-12  Simon Josefsson  <jas@extundo.com>
16552
16553         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16554         Change default library name from libfoo to libgnu.
16555         Now, if you have a configure.ac that says:
16556                 gl_SOURCE_BASE(gl)
16557                 gl_M4_BASE(gl/m4)
16558                 gl_MODULES(error getopt etcetera)
16559                 gl_INIT
16560         you can import all you need by running:
16561                 ../gnulib/gnulib-tool --import
16562
16563         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16564         (Makefile.am): Rewrite, use logic from argz.
16565         (Include): Use <getopt.h> instead of "getopt.h".
16566
16567 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16568
16569         * modules/argp (Files): Add m4/unlocked-io.m4.
16570         (Depends-on): Add extensions.
16571
16572 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16573
16574         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16575         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16576         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16577         Check for program_invocation_name, program_invocation_short_name,
16578         flockfile, funlockfile, features.h, _getopt_long_only_r.
16579
16580 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16581
16582         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16583         its complicated substitute.
16584         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16585         and program_invocation_name.
16586         (__argp_basename) [!_LIBC]: Remove; the only use was
16587         replaced by its body.
16588         (__argp_short_program_name): Change condition from
16589         !defined __argp_short_program_name to
16590         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16591         to match argp-namefrob.h.
16592         (__argp_failure): Don't assume strerror_r returns char *.
16593         * lib/argp-parse.c (N_): Define unconditionally.
16594         (argp_default_options): Fill out initializers with 0 to avoid
16595         gcc warnings.
16596
16597 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16598
16599         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16600         getopt1.c.
16601
16602 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16603
16604         Merge from coreutils.
16605
16606         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16607
16608         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16609         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16610
16611 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16612
16613         Merge from coreutils.
16614
16615         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16616         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16617         for Reliant Unix 5.43.
16618
16619         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16620         (union fooround): Use uintmax_t, not long int.
16621         The rest is a merge from libc:
16622         [defined _LIBC]: Include <shlib-compat.h>.
16623         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16624
16625         * lib/settime.c (settime): Recode to avoid warning with
16626         Sun Forte C 6U2.
16627
16628         * lib/strverscmp.c: Convert to UTF-8.
16629
16630 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16633         m4/uintmax_t.m4.
16634
16635 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16636
16637         * modules/xalloc-die: New file.
16638         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16639
16640         * modules/md5 (Files): Add m4/uint32_t.m4.
16641         * modules/sha1: Renamed from modules/sha.
16642         (Files):
16643         Rename lib/sha.h to lib/sha1.h.
16644         Rename lib/sha.c to lib/sha1.c.
16645         Rename m4/sha.m4 to m4/sha1.m4.
16646         (lib_SOURCES): Likewise.
16647         (configure.ac): Rename gl_SHA to gl_SHA1.
16648         (Include): sha.h -> sha1.h.
16649
16650 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16653         * m4/sha1.m4: Renamed from sha.m4.
16654         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16655
16656 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         * lib/obstack.h (obstack_empty_p):
16659         Don't assume that chunk->contents is suitably aligned.
16660         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16661         Likewise. Problem reported by Benno in
16662         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16663
16664         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16665         readable.  This could be improved further but it'd take some work.
16666
16667 2004-08-08  Simon Josefsson  <jas@extundo.com>
16668
16669         * modules/xgethostname (Depends-on): Remove exit and error (not
16670         used).
16671
16672         * modules/getpass-gnu: Add getpass.h.
16673         (Depends-on): Add stdbool.
16674         * modules/getpass: Add getpass.h.
16675
16676 2004-08-08  Simon Josefsson  <jas@extundo.com>
16677
16678         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16679         Check getpass declaration.
16680
16681 2004-08-08  Simon Josefsson  <jas@extundo.com>
16682
16683         * lib/xgethostname.c: Don't include error.h (not used).
16684
16685         * lib/getpass.h: Add.
16686         * lib/getpass.c: Include getpass.h first.
16687
16688 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16689
16690         * lib/xalloc-die.c: New file.
16691         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16692         All uses removed.
16693         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16694         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16695         xalloc-die.c.
16696         (_, N_, xalloc_die): Move to xalloc-die.c.
16697         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16698         so that we needn't mess with xalloc_msg_memory_exhausted.
16699
16700         * lib/sha1.h: Renamed from sha.h.
16701         (SHA1_H): Renamed from _SHA_H.
16702         (sha1_ctx): Renamed from sha_ctx.
16703         (sha1_init_ctx): Renamed from sha_init_ctx.
16704         (sha1_process_block): Renamed from sha_process_block.
16705         (sha1_process_bytes): Renamed from sha_process_bytes.
16706         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16707         (sha1_read_ctx): Renamed from sha_read_ctx.
16708         (sha1_stream): Renamed from sha_stream.
16709         (sha1_buffer): Renamed from sha_buffer.
16710         * lib/sha1.c: Likewise; renamed from sha.c.
16711         Do not include <sys/types.h>.
16712         Include <stddef.h> rather than <stdlib.h>.
16713
16714 2004-08-08  Bruno Haible  <bruno@clisp.org>
16715
16716         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16717         FILESYSTEM_PREFIX_LEN.
16718         * lib/progreloc.c: Likewise.
16719         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16720
16721 2004-08-06  Simon Josefsson  <jas@extundo.com>
16722
16723         * modules/progname (Depends-on): Don't depend on stdbool.
16724
16725 2004-08-06  Simon Josefsson  <jas@extundo.com>
16726
16727         * modules/getsubopt: New file.
16728         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16729         getsubopt.
16730
16731 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         More merge from coreutils.
16734
16735         * m4/utimens.m4, m4/utimecmp.m4: New files.
16736         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16737         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16738         prereq.m4, sha.m4: Import changes from coreutils.
16739
16740 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16741
16742         More merge from coreutils.
16743         * modules/raise, modules/readtokens0, modules/utimens:
16744         * modules/utimecmp, module/xnanosleep: New files.
16745         * modules/strftime: Add lib/strftime.h.
16746         Change include from <time.h> to "strftime.h".
16747         * modules/yesno: Add lib/yesno.h.
16748         * modules/backupfile: Remove lib/addext.c.
16749         * modules/euidaccess: Add stat-macros.h.
16750         * modules/canonicalize, modules/euidaccess,
16751         modules/filemode, modules/lchown, modules/makepath,
16752         modules/rmdir, modules/stat: Likewise.
16753
16754 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         Merge from tar.
16757         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16758         SIZE_MAX is a valid preprocessor constant.
16759         (__argp_basename): Change from "#ifndef _LIBC"
16760         to "#ifndef __argp_short_program_name", so that
16761         we don't compile these functions for tar.
16762
16763         More merges from coreutils.
16764         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16765         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16766         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16767         * lib/addext.c: Remove; no longer needed.
16768         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16769         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16770         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16771         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16772         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16773         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16774         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16775         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16776         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16777         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16778         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16779         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16780         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16781         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16782         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16783         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16784         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16785         Import changes from coreutils.
16786
16787 2004-08-05  Simon Josefsson  <jas@extundo.com>
16788
16789         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16790
16791 2004-08-05  Simon Josefsson  <jas@extundo.com>
16792
16793         * m4/getsubopt.m4: New file.
16794
16795 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         Merge from coreutils.
16798
16799         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16800         * m4/getcwd-path-max.m4: New files.
16801
16802         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16803         FILESYSTEM_PREFIX_LEN ->
16804         FILE_SYSTEM_PREFIX_LEN.
16805         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16806         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16807         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16808         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16809
16810         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16811         prerequisite modules now handle the DOS stuff.
16812         Don't check for unistd.h.
16813
16814 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16815
16816         Merge from coreutils.
16817
16818         * lib/.gdb-history: Remove; this doesn't belong here.
16819
16820         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16821         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16822         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16823         * lib/getcwd.c: New files.
16824
16825         * lib/dirname.h: Include <stdbool.h>.
16826         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16827         for consistency with POSIX terminology.  All uses changed.
16828         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16829         (strip_trailing_slashes): Use bool for booleans.
16830         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16831
16832         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16833         sometimes returns a positive errno value even when it succeeds.
16834         (print_errno_message) [!LIBC]: Fall back on strerror if
16835         __strerror_r fails.
16836
16837         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16838         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16839         (longest_relative_suffix): New function.
16840         (path_concat): Use it.  Assume first argument is not NULL.
16841         Port to DOS.  Omit redundant separators.
16842         Report an error instead of returning NULL.
16843         Use mempcpy instead of memcpy.
16844         (xpath_concat): Remove: not declared or used.
16845
16846         * lib/same.h: Include <stdbool.h>
16847         (same_name): Return bool, not int.
16848         * lib/same.c (same_name): Likewise.
16849         (errno): Don't declare; we assume C89 or better now.
16850
16851         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16852         if not already defined.
16853
16854         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16855         * lib/dup-safer.c (errno): Likewise.
16856
16857 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16858
16859         Merge from coreutils.
16860         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16861         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16862         * modules/path-concat: Don't depend on strdup.
16863
16864 2004-08-03  Simon Josefsson  <jas@extundo.com>
16865
16866         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16867         * lib/progname.h: Don't include stdbool.h.
16868
16869 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16870
16871         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16872         * MODULES.html.sh (func_all_modules): Remove fatal.
16873
16874 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16875
16876         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16877
16878 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16879
16880         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16881         working.
16882
16883 2004-08-02  Simon Josefsson  <jas@extundo.com>
16884
16885         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16886         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16887         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16888
16889 2004-08-01  Simon Josefsson  <jas@extundo.com>
16890
16891         * lib/xgetdomainname.c: Include stdlib.h, for free().
16892
16893 2004-07-19  Bruno Haible  <bruno@clisp.org>
16894
16895         * MODULES.html.sh (func_all_modules): Add dummy.
16896
16897 2004-07-16  Simon Josefsson  <jas@extundo.com>
16898
16899         * modules/dummy: New file.
16900
16901 2004-07-16  Simon Josefsson  <jas@extundo.com>
16902
16903         * lib/dummy.c: New file.
16904
16905 2004-07-16  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/backupfile.h: Add extern "C" for C++.
16908         * lib/closeout.h: Likewise.
16909         * lib/copy-file.h: Likewise.
16910         * lib/findprog.h: Likewise.
16911         * lib/full-write.h: Likewise.
16912         * lib/pathname.h: Likewise.
16913         * lib/progname.h: Likewise.
16914         * lib/stpcpy.h: Likewise.
16915         * lib/stpncpy.h: Likewise.
16916         * lib/strcase.h: Likewise.
16917         * lib/strstr.h: Likewise.
16918         * lib/xalloc.h: Likewise.
16919
16920         * lib/mbswidth.h: Add extern "C" for C++.
16921         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16922
16923 2004-07-13  Robert Millan  <robertmh@gnu.org>
16924
16925         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16926
16927 2004-07-09  Simon Josefsson  <jas@extundo.com>
16928
16929         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16930         failed without this.)
16931
16932 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16933
16934         * modules/chown (Files): Add lib/fchown-stub.c, since
16935         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16936
16937 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16938
16939         * lib/fchown-stub.c: New file.
16940
16941 2004-06-24  Jim Meyering  <jim@meyering.net>
16942
16943         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16944
16945 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16946
16947         * modules/argz: Omit "#include".
16948
16949         * MODULES.html.sh (func_all_modules): Add calloc, to match
16950         2004-06-01 addition of calloc module.
16951
16952 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * m4/argz.m4: New file, which is autoupdated from libtool.
16955
16956 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16959         libtool.
16960
16961 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * config/srclist-update: Don't insist on "USA." before the
16964         close-comment, as libtool omits the period and puts the */ on a
16965         separate line.
16966         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16967         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16968
16969 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16970
16971         * modules/argz: New file.
16972         * MODULES.html.sh (func_all_modules): Add argz.
16973
16974 2004-06-12  Jim Meyering  <jim@meyering.net>
16975         and  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * modules/hash (Files): Add lib/xalloc.h.
16978         * modules/pipe (Depends-on): Add wait-process.
16979         * modules/stat (Depends-on): Add xalloc.
16980         * modules/userspec (Files): Add lib/userspec.h.
16981         * modules/xstrto
16982
16983         Upgrade from gettext-0.13.
16984         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16985         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16986         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16987
16988 2004-06-10  Jim Meyering  <jim@meyering.net>
16989
16990         * lib/calloc.c: New file.
16991
16992 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16993
16994         * lib/getdate.y (yylex): Allow space between sign and number.
16995         Problem reported by Dan Jacobson.
16996
16997 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16998
16999         Merge from coreutils CVS.
17000
17001         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17002         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17003         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17004         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17005         xstrtol.m4: Fix copyright date and/or serial number.
17006
17007         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17008         See if we need an fchown replacement.
17009         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17010         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17011         and use the replacement function if we detect either defect.
17012
17013         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17014         gl_UTIMECMP.
17015
17016 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17017         and  Jim Meyering  <jim@meyering.net>
17018
17019         Merge from coreutils CVS.
17020
17021         * lib/stat-macros.h: New file, with contents from file-type.h
17022         and coreutils' system.h.
17023         * lib/file-type.c: Include "stat-macros.h".
17024         * lib/file-type.h (file_type): Move all macro definitions to new file,
17025         stat-macros.h.
17026
17027         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17028         Wrap old code with this conditional.
17029         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17030         function that does not dereference symlinks.
17031         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17032
17033         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17034         dependency problems.
17035         (xreadlink): Accept new arg SIZE, for efficiency.
17036         All decls and uses changed.
17037         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17038
17039         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17040         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17041
17042         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17043         sysexits.h.
17044
17045 2004-06-01  Jim Meyering  <jim@meyering.net>
17046
17047         * m4/calloc.m4: New file.
17048
17049 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17050
17051         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17052         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17053         Also, fix a typo in a diagnostic.
17054
17055 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17056
17057         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17058         or AC_FUNC_REALLOC.
17059
17060 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17061
17062         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17063         macros to be defined.
17064         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17065         the allocator returns NULL because the requested size is zero.
17066
17067 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17068
17069         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17070         var.  Add comment explaining why libc still defines it.  This
17071         merges the following patch from glibc:
17072         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17073
17074 2004-05-20  Andreas Schwab  <schwab@suse.de>
17075
17076         * m4/free.m4: Replace free if it not known to work, not the other
17077         way round.
17078
17079 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17082         present in glibc since revision 1.1 of this file.
17083         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17084         obstack_alignment_mask, obstack_alloc, obstack_base,
17085         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17086         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17087         obstack_grow0, obstack_init, obstack_int_grow,
17088         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17089         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17090         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17091         nonexistent functions.
17092
17093 2004-05-18  Karl Berry  <karl@gnu.org>
17094
17095         * config/srclist.txt: break link for vasnprintf.c.
17096
17097 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         Port obstack to the AS/400, where pointers are 16 bytes wide and
17100         you cannot cast an integer to a valid pointer.  This patch is
17101         currently waiting to be integrated into glibc; see
17102         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17103
17104         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17105         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17106         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17107         (struct obstack): temp member is now a union of a pointer and
17108         an integer, instead of an integer.  All integer uses changed.
17109         This does not affect the physical layout of struct obstack,
17110         except on hosts (like the AS/400) where the size or alignment of
17111         void * is greater than that of ptrdiff_t.
17112         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17113         __STDC__)]: Store temporary in pointer member of union, not
17114         integer member.
17115         * lib/obstack.c: Include <stddef.h>, for offsetof.
17116         (struct fooalign): Remove; it doesn't need a name.
17117         (union fooround): Change double to long double, and add void *.
17118         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17119         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17120         not a macro.  Hence the values are always int; so remove all
17121         casts-to-int in uses.
17122
17123 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17124
17125         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17126         we can get this patch merged into glibc.
17127
17128 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17129             Paul Eggert  <eggert@cs.ucla.edu>
17130
17131         * m4/argp: Depend on alloca.
17132
17133 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17134             Paul Eggert  <eggert@cs.ucla.edu>
17135
17136         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17137         freecoding.
17138
17139 2004-05-17  Bruno Haible  <bruno@clisp.org>
17140
17141         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17142         precision that consists of a '.' followed by an empty digit string.
17143         Patch by Tor Lillqvist <tml@iki.fi>.
17144
17145 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17146
17147         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17148         for backward compatibility with older code.  We need our own
17149         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17150         it under some other name, and our alloca.h will define it.
17151
17152 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17153             Derek Price  <derek@ximbiot.com>
17154
17155         * lib/alloca.c: Include <alloca.h>, to get our interface.
17156         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17157         include <alloca.h> first.  Use C89 prototype for alloca; this
17158         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17159         Use #elif for simplicity, since we can assume C89 now.
17160         Don't try to source the system alloca.h since it will not be found
17161         and to prevent recursively including its replacement.
17162         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17163         * lib/regex.c: Likewise.
17164
17165 2004-05-16  Derek Price  <derek@ximbiot.com>
17166             Paul Eggert  <eggert@cs.ucla.edu>
17167
17168         getline cleanup.  This changes the getndelim2 API: both order of
17169         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17170         no delimiter).
17171
17172         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17173         interface does that.
17174         (getline): Always use getdelim, so that we don't have two
17175         copies of this code.
17176         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17177         if available.
17178         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17179         (GETNDELIM2_MAXIMUM): New macro.
17180         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17181         instead of the old practice of delim2==0.  All callers changed.
17182         Return -1 on overflow, instead of returning junk.
17183         Do not set *linesize unless allocation succeeds.
17184         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17185         that we include sys/types.h.
17186         * lib/getnline.h: Likewise.
17187         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17188         (getndelim2): Reorder arguments.
17189         * lib/getnline.c (getnline, getndelim):
17190         Don't discard the NMAX argument.
17191         (getnline): Invoke getndelim, to avoid code duplication.
17192         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17193         of (size_t) -1 by callers of the getnline family.
17194
17195 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17196
17197         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17198         Check for gettimeofday.
17199         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17200         Check for settimeofday, stime.
17201
17202 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17203
17204         * lib/nanosleep.c (suspended): Change its type from int to
17205         sig_atomic_t volatile.
17206         (first_call): Make it private to rpl_nanosleep, and have it
17207         be zero initially as that's a bit faster.
17208         (my_usleep): Round up fractional times instead of truncating them,
17209         as this is the usual meaning for 'sleep'.
17210
17211         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17212         doesn't work.
17213         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17214         (ENOSYS): Define if not defined.
17215         (settime): Fall back on stime if it exists and settimeofday fails.
17216         But don't bother with fallbacks if a method fails with errno == EPERM.
17217
17218 2004-05-11  Jim Meyering  <jim@meyering.net>
17219
17220         Prior to this change, the save_cwd caller required read access to the
17221         current directory on most systems (ones with the fchdir function).
17222
17223         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17224         fails, try write-only, and finally, resort to using xgetcwd.
17225
17226 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17227
17228         * lib/obstack.c, obstack.h: Import changes from libc.
17229
17230 2004-04-28  Bruno Haible  <bruno@clisp.org>
17231
17232         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17233         also implicitly appends .exe to executables.
17234         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17235         accepts Windows pathnames.
17236         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17237         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17238         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17239         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17240         Reported by Derek Robert Price <derek@ximbiot.com>.
17241
17242 2004-04-21  Karl Berry  <karl@gnu.org>
17243
17244         * config/srclist.txt (localcharset.c): break sync.
17245
17246 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17247
17248         * m4/host-os.m4: Add a copyright notice.
17249
17250 2004-04-20  Jim Meyering  <jim@meyering.net>
17251
17252         Change UTILS_ to gl_ in AC_DEFINE'd names.
17253         Change utils_- and jm_-prefixed variables, too.
17254         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17255         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17256         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17257
17258         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17259         Don't emit trailing blanks.
17260         Also rename jm_-prefixed variables to have gl_ prefix.
17261
17262         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17263         Also rename jm_-prefixed variables to have gl_ prefix.
17264
17265         * m4/jm-macros.m4: Reflect the renamings.
17266         * m4/prereq.m4: Likewise.
17267
17268 2004-04-20  Jim Meyering  <jim@meyering.net>
17269
17270         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17271         memory.
17272
17273 2004-04-20  Jim Meyering  <jim@meyering.net>
17274             Bruno Haible  <bruno@clisp.org>
17275
17276         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17277         memory when realloc fails.
17278
17279 2004-04-19  Jim Meyering  <jim@meyering.net>
17280
17281         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17282         now that readutmp.c may call `free (0)'.
17283
17284 2004-04-19  Bruno Haible  <bruno@clisp.org>
17285
17286         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17287         * m4/inttypes_h.m4: Likewise.
17288         * m4/stdint_h.m4: Likewise.
17289         * m4/intmax_t.m4: Likewise.
17290         * m4/uintmax_t.m4: Likewise.
17291
17292 2004-04-18  Jim Meyering  <jim@meyering.net>
17293
17294         * m4/prereq.m4: Don't forbid jm_ prefix.
17295
17296         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17297         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17298         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17299         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17300         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17301         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17302         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17303         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17304         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17305         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17306         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17307         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17308         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17309         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17310         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17311         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17312         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17313         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17314         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17315
17316 2004-04-18  Jim Meyering  <jim@meyering.net>
17317
17318         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17319         failure, don't leak memory and do call END_UTMP_ENT.
17320
17321 2004-04-16  Jim Meyering  <jim@meyering.net>
17322
17323         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17324         coreutils' stat program.
17325         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17326
17327 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17328
17329         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17330         C89.
17331         (CHAR_BIT): Remove, since we assume C89.
17332         Include <stdint.h> if available, as per current Autoconf CVS advice.
17333
17334 2004-03-31  Jim Meyering  <jim@meyering.net>
17335
17336         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17337         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17338         * m4/xalloc.m4: Likewise.
17339
17340 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17341
17342         Merge from coreutils.
17343
17344         * m4/inttostr.m4: New file.
17345         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17346         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17347         Require gl_CLOCK_TIME.
17348         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17349
17350 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17351
17352         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17353         not bool, to be more consistent with Unix conventions.
17354         Suggested by Bruno Haible.
17355
17356         Merge from coreutils.
17357
17358         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17359         * lib/umaxtostr.c: New files.
17360
17361         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17362         the usual <time.h> dance.
17363         (get_date): Change signature to support fractional time stamps.
17364         All callers changed.
17365         * lib/getdate.y: Include "getdate.h" first, as we can now
17366         assume C89 and don't need to worry about 'const'.
17367         Similarly, include "unlocked-io.h" near start, not in middle.
17368         Include <limits.h>.
17369         (textint.value): Use long int rather than int.
17370         (textint.digits): Use size_t rather than int.
17371         (BILLION, LOG10_BILLION): New constants.
17372         (parser_control): New member rel_ns.  Members day_ordinal,
17373         time_zone, month, day, hour, minutes, rel_year, rel_month,
17374         rel_day, rel_hour, rel_minutes, rel_seconds
17375         are now long int, not int.  Member seconds is now struct timespec,
17376         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17377         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17378         not int.
17379         (%union.intval): Now long int, not int.
17380         New member timespec.
17381         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17382         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17383         (spec): Now is a timespec or an item list.
17384         (timespec, items): New nonterminals.
17385         (time, rel, relunit, number, get_date):
17386         Add support for fractional seconds.
17387         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17388         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17389         (to_hour): First arg is now long int, not int.
17390         (to_year): Returns long int, not int.
17391         Don't treat year -70 like 70.
17392         (tm_diff): Returns long int, not int.
17393         (lookup_word): Use bool instead of int when appropriate.
17394         (yylex): Use size_t for count, not int.
17395         Detect overflow when parsing large integer constants.
17396         Add support for fractions.
17397         (get_date): Make pointers 'const' if possible.
17398         Use more-portable code to detect integer overflow.
17399         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17400         Don't use ctime; it's not reliable if the year has >4 digits.
17401
17402         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17403         This is for compatibility with BSD.
17404
17405         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17406         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17407         From coreutils' system.h.
17408
17409         * lib/userspec.c: Don't include "posixver.h".
17410         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17411         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17412         compatible extension.  Simplify code by removing a boolean int
17413         that was always nonzero if a string was nonnull.
17414
17415 2004-03-30  Jim Meyering  <jim@meyering.net>
17416
17417         Merge from coreutils.
17418
17419         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17420         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17421         on some systems one must include <grp.h> before it.
17422         Reported by Christian Krackowizer.
17423
17424 2004-03-30  Jim Meyering  <jim@meyering.net>
17425
17426         Merge from coreutils.
17427
17428         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17429
17430         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17431         an empty input stream.
17432
17433         * lib/readtokens.c: Include <stdbool.h>.
17434         (readtoken): Use `size_t' rather than int/long.
17435         All callers adjusted.
17436         Use `bool' rather than `int' where appropriate.
17437         Use memset rather than an explicit loop.
17438         Use x2nrealloc rather than xrealloc.
17439         Allow the use of `\0' as a delimiter.
17440         (readtokens): Likewise.
17441         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17442
17443 2004-03-30  Jim Meyering  <jim@meyering.net>
17444
17445         * m4/realloc.m4: Remove file, since now it does no more than
17446         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17447         the `configure.ac' section of module/realloc.
17448         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17449
17450 2004-03-30  Bruno Haible  <bruno@clisp.org>
17451
17452         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17453         nonnull.
17454
17455 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17456
17457         Merge changes to getloadavg.c from coreutils and Emacs.
17458
17459         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17460         Define to an expression, not to the empty string.
17461         Include cloexec.h and xalloc.h.
17462         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17463         Use set_cloexec_flag rather than rolling our own.
17464         * lib/cloexec.c, lib/cloexec.h: New files.
17465
17466 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17467
17468         * m4/cloexec.m4: New file.
17469
17470 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17471
17472         * lib/getopt.h: Sync with libc CVS.
17473
17474 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17475             Bruno Haible  <bruno@clisp.org>
17476
17477         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17478         mbswidth.
17479
17480 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17481             Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/mbswidth.h: Include <wchar.h> only if
17484         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17485         <wchar.h>.
17486         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17487
17488 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17489
17490         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17491         Sync with libc CVS.
17492         * lib/getopt_int.h: New file, also synced from libc.
17493
17494 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17495
17496         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17497         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17498         Bring back getopt.c, getopt.h, getopt1.c.
17499
17500 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17501
17502         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17503         All uses changed.  Check for sa_sigaction member; this fixes
17504         a bug first reported by Jason Andrade in
17505         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17506
17507 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17508
17509         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17510         '#if' expressions.  Unlike the code it replaces, it does not
17511         depend on (defined _SC_PAGESIZE).  However, it does depend on
17512         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17513         first reported by Jason Andrade in
17514         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17515
17516 2004-02-25  Simon Josefsson  <jas@extundo.com>
17517
17518         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17519
17520 2004-02-25  Simon Josefsson  <jas@extundo.com>
17521
17522         * lib/strdup.h: New file.
17523         * lib/strdup.c: Include it.
17524         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17525         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17526
17527 2004-02-23  Karl Berry  <karl@gnu.org>
17528
17529         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17530         (from fencepost.gnu.org:/gd/gnuorg).
17531
17532 2004-02-23  Karl Berry  <karl@gnu.org>
17533
17534         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17535         * config/srclist.txt: add maintain/standards documents.
17536
17537 2004-02-18  Bruno Haible  <bruno@clisp.org>
17538
17539         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17540         Reported by Derek Robert Price <derek@ximbiot.com>.
17541
17542 2004-02-16  Karl Berry  <karl@gnu.org>
17543
17544         * config/mkinstalldirs, install-sh: update from automake.
17545
17546 2004-02-06  Karl Berry  <karl@gnu.org>
17547
17548         * m4/po.m4: update from gettext 0.14.1.
17549
17550 2004-02-06  Karl Berry  <karl@gnu.org>
17551
17552         * lib/config.charset: update from gettext 0.14.1.
17553
17554 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17555
17556         Add comments and code, prompted by suggestions from Bruno Haible
17557         for sh-quote.
17558         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17559         describing the enum quoting_style values.
17560         * lib/quotearg.c (quotearg_alloc): New function.
17561         (quotearg_buffer_restyled): Treat lone { and } as special.
17562         Treat = as special.  Work around bug with older shells
17563         that "see" a '\' that is really the 2nd byte of a multibyte char.
17564         Quote empty string with shell_quoting_style.
17565
17566 2004-02-03  Bruno Haible  <bruno@clisp.org>
17567
17568         * m4/pipe.m4: New file, from GNU gettext.
17569
17570 2004-02-03  Bruno Haible  <bruno@clisp.org>
17571
17572         * lib/pipe.h: New file, from GNU gettext.
17573         * lib/pipe.c: New file, from GNU gettext.
17574
17575 2004-01-27  Bruno Haible  <bruno@clisp.org>
17576
17577         * m4/execute.m4: New file, from GNU gettext.
17578
17579 2004-01-27  Bruno Haible  <bruno@clisp.org>
17580
17581         * lib/execute.h: New file, from GNU gettext.
17582         * lib/execute.c: New file, from GNU gettext.
17583         * lib/w32spawn.h: New file, from GNU gettext.
17584
17585 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17586
17587         Merge from diffutils.
17588
17589         * lib/file-type.c (file_type): Add typed memory objects.
17590         * lib/file-type.h (S_TYPEISTMO): New macro.
17591
17592         * lib/c-stack.h (c_stack_action): Remove argv argument.
17593         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17594         (die): Don't calculate message unless segv_action returns.
17595         (get_stack_location, min_address_from_argv, max_address_from_argv,
17596         volatile stack_base, volatile_stack_size): Remove.
17597         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17598         that every segmentation violation is a stack overflow.  (Ouch!)
17599         See Debian bug 136249 (still outstanding) for more info about why
17600         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17601
17602 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17603
17604         Exit-status fix from coreutils.
17605
17606         Use exit_failure consistently in place of EXIT_FAILURE,
17607         so that program exit statuses are consistent on failure.
17608
17609         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17610         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17611         * lib/argmatch.h: Comment fix to match the above.
17612         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17613         Now a macro referring to exit_failure, instead of a separate
17614         variable.  Include "exitfail.h" to get it.
17615         * lib/xstrtol.h: Include "exitfail.h".
17616         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17617
17618         * lib/long-options.c (parse_long_options): Use prototype
17619         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17620         for clarity.
17621
17622 2004-01-21  Jim Meyering  <jim@meyering.net>
17623
17624         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17625         so as not to conflict with a different-sized __mktime_internal
17626         function in GNU libc.
17627         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17628         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17629
17630 2004-01-20  Karl Berry  <karl@gnu.org>
17631
17632         * config/config.guess: update from config.
17633
17634         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17635
17636 2004-01-20  Bruno Haible  <bruno@clisp.org>
17637
17638         Safer stack allocation.
17639         * lib/setenv.c: Include allocsa.h.
17640         (alloca): Remove fallback definition.
17641         (freea): Remove macro.
17642         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17643         instead of freea.
17644
17645 2004-01-20  Bruno Haible  <bruno@clisp.org>
17646
17647         * m4/eealloc.m4: New file, from GNU gettext.
17648
17649 2004-01-20  Bruno Haible  <bruno@clisp.org>
17650
17651         * m4/allocsa.m4: New file, from GNU gettext.
17652
17653 2004-01-20  Bruno Haible  <bruno@clisp.org>
17654
17655         * lib/xallocsa.h: New file, from GNU gettext.
17656         * lib/xallocsa.c: New file, from GNU gettext.
17657
17658 2004-01-20  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17661
17662 2004-01-20  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17665         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17666         specially.
17667
17668 2004-01-20  Bruno Haible  <bruno@clisp.org>
17669
17670         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17671         patch.
17672
17673 2004-01-20  Bruno Haible  <bruno@clisp.org>
17674
17675         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17676
17677 2004-01-20  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/eealloc.h: New file.
17680
17681 2004-01-20  Bruno Haible  <bruno@clisp.org>
17682
17683         * lib/binary-io.h: Avoid warnings on Cygwin.
17684
17685 2004-01-20  Bruno Haible  <bruno@clisp.org>
17686
17687         * lib/allocsa.h: New file, from GNU gettext.
17688         * lib/allocsa.c: New file, from GNU gettext.
17689
17690 2004-01-18  Karl Berry  <karl@gnu.org>
17691
17692         * doc/gpl.texi, doc/lgpl.texi: new files.
17693
17694 2004-01-18  Karl Berry  <karl@gnu.org>
17695
17696         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17697         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17698
17699 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17700
17701         Merge from coreutils.
17702
17703         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17704         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17705         (gl_DEFAULT_POSIX2_VERSION): Move
17706         the documentation from 'configure' into 'config.hin',
17707         so that 'configure --help' isn't burdened by it and
17708         we don't have to worry about its formatting there.
17709         Reword the documentation so that it's more succinct
17710         and can be run together into a single paragraph.
17711         * m4/same.m4 (gl_SAME): Check for pathconf.
17712
17713 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17714
17715         Merge from coreutils.
17716
17717         * lib/posixver.c: Include posixver.h.
17718
17719         * lib/same.c: Include <stdbool.h>, <limits.h>.
17720         (_POSIX_NAME_MAX): Define if not defined.
17721         (MIN): New macro.
17722         (same_name): If file names are silently truncated, report
17723         that the file names are the same if they are the same after
17724         the silent truncation.
17725
17726         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17727         conversion function.
17728         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17729         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17730         longer needed.
17731
17732 2004-01-15  Jim Meyering  <jim@meyering.net>
17733
17734         Merge from coreutils.
17735
17736         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17737         if no library is required.
17738         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17739         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17740         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17741         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17742         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17743         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17744         value, $ac_cv_search_crypt, if it's "none required".
17745         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17746         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17747         not gl_FUNC_GETLOADAVG.
17748         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17749         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17750
17751 2004-01-15  Jim Meyering  <jim@meyering.net>
17752
17753         Merge from coreutils.
17754
17755         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17756         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17757         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17758
17759         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17760         optional configure-time default.
17761
17762         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17763
17764         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17765
17766 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17767
17768         Merge from coreutils.
17769
17770         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17771         value, $ac_cv_search_nanosleep, if it's "none required".
17772
17773 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17774
17775         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17776         with like-named macro in fnmatch.c.
17777         (EXT): Use an internal constant instead.
17778
17779         Merge fnmatch patches from glibc.
17780         * lib/fnmatch.c (mbsinit): Remove define.
17781         Add libc_hidden_ver (__fnmatch, fnmatch).
17782         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17783         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17784
17785 2004-01-14  Karl Berry  <karl@gnu.org>
17786
17787         * config/install-sh: update from automake.
17788
17789 2004-01-13  Karl Berry  <karl@gnu.org>
17790
17791         * config/install-sh: update from automake.
17792
17793 2004-01-09  Karl Berry  <karl@gnu.org>
17794
17795         * config/install-sh: update from automake.
17796
17797 2004-01-05  Karl Berry  <karl@gnu.org>
17798
17799         * config/config.{sub,guess}: update from config.
17800
17801 2003-12-31  Karl Berry  <karl@gnu.org>
17802
17803         * config/depcomp: update from automake.
17804
17805 2003-12-14  Karl Berry  <karl@gnu.org>
17806
17807         * lib/config.charset: update from gettext-runtime.
17808
17809 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17810
17811         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17812         Bug reported by Alfred M. Szmidt.
17813
17814 2003-12-03  Bruno Haible  <bruno@clisp.org>
17815
17816         * m4/gettext.m4: Upgrade from gettext-0.13.
17817         * m4/po.m4: Upgrade from gettext-0.13.
17818         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17819         * m4/intmax.m4: New file, from gettext-0.13.
17820         * m4/printf-posix.m4: New file, from gettext-0.13.
17821
17822 2003-11-29  Karl Berry  <karl@gnu.org>
17823
17824         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17825
17826 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17827             Bruno Haible  <bruno@clisp.org>
17828
17829         * lib/printf-parse.h: Don't include sys/types.h.
17830         (ARG_NONE): New macro.
17831         (char_directive): Change type of *arg_index fields to size_t.
17832         * lib/printf-parse.c: Don't include sys/types.h.
17833         (SSIZE_MAX): Remove macro.
17834         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17835         Remove unnecessary overflow check.
17836         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17837         fields.
17838
17839 2003-11-25  Bruno Haible  <bruno@clisp.org>
17840
17841         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17842
17843 2003-11-25  Bruno Haible  <bruno@clisp.org>
17844
17845         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17846         gt_TYPE_SSIZE_T.
17847
17848 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17849
17850         * modules/alloca: Remove dependency on xalloc.
17851
17852 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17853
17854         * lib/alloca.c: Remove dependency on xalloc module.
17855         (xalloc_die): Remove.
17856         (memory_full) [!defined emacs]: New macro.
17857         [!defined emacs]: Don't include xalloc.h.
17858         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17859         address arithmetic overflows.  Change datatypes a bit to avoid
17860         unnecessary casts.
17861
17862 2003-11-22  Jim Meyering  <jim@meyering.net>
17863
17864         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17865         s/size/size_t/.
17866
17867 2003-11-21  Karl Berry  <karl@gnu.org>
17868
17869         * config/config.{sub,guess}: update from config.
17870
17871 2003-11-18  Karl Berry  <karl@gnu.org>
17872
17873         * config/config.{sub,guess}: update from config.
17874
17875         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17876
17877 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17878
17879         * README: Mention that S+T cannot overflow if S is the size of
17880         an existing object and T is sufficiently small.
17881
17882 2003-11-17  Jim Meyering  <jim@meyering.net>
17883
17884         On systems without utime and without a utimes function capable of
17885         dealing with a NULL struct utimbuf* argument, this utime replacement
17886         could -- in unusual circumstances -- leak a file descriptor.
17887         * lib/utime.c: Include <unistd.h> and <errno.h>.
17888         (utime_null): Be sure to close `fd' and to preserve errno.
17889         Reported by Geoff Collyer via Arnold Robbins.
17890
17891 2003-11-17  Bruno Haible  <bruno@clisp.org>
17892
17893         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17894         (Depends-on): Add xsize.
17895
17896 2003-11-17  Bruno Haible  <bruno@clisp.org>
17897
17898         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17899
17900 2003-11-17  Bruno Haible  <bruno@clisp.org>
17901
17902         * lib/vasnprintf.c (alloca): Remove fallback definition.
17903         (freea): Remove definition.
17904         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17905         Reported by Paul Eggert.
17906
17907 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17908             Bruno Haible  <bruno@clisp.org>
17909
17910         Protect against address arithmetic overflow.
17911         * lib/printf-args.h: Include stddef.h.
17912         (arguments): Change type of field 'count' to size_t.
17913         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17914         'unsigned int' where appropriate.
17915         * lib/printf-parse.h: Include sys/types.h.
17916         (char_directive): Change type of *arg_index fields to ssize_t.
17917         (char_directives): Change type of fields 'count', max_*_length to
17918         size_t.
17919         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17920         (SSIZE_MAX): Define fallback value.
17921         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17922         instead of 'int' where appropriate. Check a_allocated, d_allocated
17923         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17924         * lib/vasnprintf.c: Include xsize.h.
17925         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17926         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17927         overflow. Avoid wraparound when converting a width or precision from
17928         decimal to binary.
17929
17930 2003-11-16  Bruno Haible  <bruno@clisp.org>
17931
17932         Update from GNU gettext.
17933         * lib/printf-parse.c: Generalize to it can be compiled for wide
17934         strings.
17935         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17936         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17937         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17938         SNPRINTF): New macros.
17939         Don't include <alloca.h> if the file is used inside libintl.
17940         (local_wcslen): New function, for Solaris 2.5.1.
17941         (VASNPRINTF): Use it instead of wcslen.
17942
17943 2003-11-16  Bruno Haible  <bruno@clisp.org>
17944
17945         * lib/xsize.h (xmax): New function.
17946         (xsum, xsum3, xsum4): Declare as "pure" functions.
17947
17948 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17949
17950         * modules/xalloc (Files): Undo latest change, since xalloc.h
17951         no longer needs SIZE_MAX or PTRDIFF_MAX.
17952
17953 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17954
17955         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17956         gl_PTRDIFF_MAX.
17957
17958 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17959
17960         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17961         "return", to pacify some unknown compiler.  Problem reported
17962         by Joerg Schilling.
17963
17964 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17965
17966         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17967         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17968         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17969         heuristic is just as accurate as far as we know, and it removes a
17970         dependency on size_max.m4 and ptrdiff_max.m4.
17971
17972 2003-11-11  Bruno Haible  <bruno@clisp.org>
17973
17974         * modules/xsize (Files): Add m4/size_max.m4.
17975         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17976
17977 2003-11-11  Bruno Haible  <bruno@clisp.org>
17978
17979         * m4/size_max.m4: New file.
17980         * m4/ptrdiff_max.m4: New file.
17981         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17982         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17983         (gl_XALLOC): Invoke it.
17984
17985 2003-11-11  Bruno Haible  <bruno@clisp.org>
17986
17987         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17988         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17989         defined.
17990
17991 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17992
17993         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17994         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17995         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17996         From Bruno Haible.
17997         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17998         not (size_t) -1, since it's defined here.
17999
18000 2003-11-09  Karl Berry  <karl@gnu.org>
18001
18002         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18003
18004 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18005
18006         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18007         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18008         Reject sizes of exactly SIZE_MAX bytes.
18009         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18010         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18011
18012 2003-11-05  Bruno Haible  <bruno@clisp.org>
18013
18014         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18015         SIZE_MAX defined in <limits.h> on Solaris.
18016
18017 2003-11-04  Jim Meyering  <jim@meyering.net>
18018
18019         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18020         variable names, rather than @VAR@.
18021         * modules/poll: Likewise.
18022
18023 2003-11-04  Bruno Haible  <bruno@clisp.org>
18024
18025         * modules/xsize: New file.
18026         * modules/linebreak: Depend on xsize.
18027         * MODULES.html.sh (func_all_modules): Add xsize.
18028
18029 2003-11-04  Bruno Haible  <bruno@clisp.org>
18030
18031         * m4/xsize.m4: New file.
18032
18033 2003-11-04  Bruno Haible  <bruno@clisp.org>
18034
18035         * lib/xsize.h: New file.
18036         * lib/linebreak.c: Include xsize.h.
18037         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18038         argument for overflow.
18039         Suggested by Paul Eggert.
18040
18041 2003-11-03  Karl Berry  <karl@gnu.org>
18042
18043         * config/config.{guess,sub}: update from config.
18044
18045 2003-11-03  Jim Meyering  <jim@meyering.net>
18046
18047         * modules/userspec (lib_SOURCES): Add userspec.h.
18048         (Include): Add "userspec.h".
18049         Improve description.
18050
18051 2003-11-03  Jim Meyering  <jim@meyering.net>
18052
18053         * lib/userspec.c: Include "userspec.h".
18054         * lib/userspec.h: New file.
18055
18056 2003-11-03  Bruno Haible  <bruno@clisp.org>
18057
18058         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18059
18060 2003-11-03  Bruno Haible  <bruno@clisp.org>
18061
18062         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18063         available, to avoid (extremely rare) race condition.
18064         Suggested by Paul Eggert.
18065
18066 2003-11-02  Karl Berry  <karl@gnu.org>
18067
18068         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18069
18070 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18071
18072         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18073         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18074         (read_filesystem_list): Set and use me_type_malloced.
18075         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18076         whatever the type happens to be), for brevity and consistency.
18077         Check for size calculation overflow on Alphas running OSF/1.
18078
18079 2003-10-31  Jim Meyering  <jim@meyering.net>
18080
18081         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18082
18083         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18084
18085 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18086             Bruno Haible  <bruno@clisp.org>
18087
18088         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18089         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18090
18091 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18094         netbsd*-gnu*.  Suggested by Robert Millan.
18095
18096 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18097
18098         * modules/group-member: Depend on stdbool.
18099
18100 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18101
18102         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18103
18104 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18105
18106         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18107         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18108         after the 'gnu' in these cases.  This fixes some bugs in the
18109         previous change, and is based on suggestions by Robert Millan.
18110
18111 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18112
18113         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18114         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18115         no longer needed.
18116         * lib/quotearg.c (quotearg_n_options): Use it.
18117         * lib/group-member.c: Include <stdbool.h>.
18118         (free_group_info): Arg is now const *; don't free arg.
18119         (get_group_info): Now returns bool and accepts struct group_info *,
18120         rather than returning a malloc'ed struct group_info *.
18121         All uses changed.  Check for overflow in internal size calculation.
18122
18123         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18124         rather than xmalloc/xrealloc.
18125         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18126         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18127         conformance bug: the old code used a pointer after freeing the
18128         storage that it addressed.
18129         * lib/hash.c (hash_initialize): Simplify the code by using
18130         xalloc_oversized rather than doing it by hand.
18131         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18132         the buffer preserved.  Use free and xmalloc instead.
18133         * lib/quotearg.c (quotearg_n_options): Likewise.
18134         Use a simpler test for size overflow.  Don't use xalloc_oversized
18135         because unsigned int might be wider than size_t (!); this suggests
18136         that we should switch from unsigned int to size_t for slot numbers.
18137
18138 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18139
18140         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18141         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18142         NetBSD kernels.  Requested by Richard Stallman.
18143
18144 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18145
18146         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18147         to allocate the returned structure.  Do not allocate a subarray,
18148         as x2nrealloc will do that.
18149         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18150         instead of xnrealloc.
18151         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18152
18153 2003-10-27  Bruno Haible  <bruno@clisp.org>
18154
18155         * lib/stdbool_.h: Better support for BeOS.
18156
18157 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18158
18159         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18160         now uses inline.
18161
18162 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18163
18164         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18165         callers that want to do their own size-overflow checking.  Include
18166         <stdbool.h>, since xalloc_oversized returns bool.
18167         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18168         to use xalloc_oversized.
18169
18170         Add two functions x2realloc, x2nrealloc, for programs that grow
18171         arrays dynamically by doubling their sizes.
18172         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18173         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18174         New functions.
18175
18176         Port to C99 semantics for 'inline' of external functions.
18177         Bug reported by Bruno Haible.
18178         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18179         with the old contents of xnmalloc.
18180         (xnmalloc, xmalloc): Use it.
18181         (xnrealloc_inline): New static inline function,
18182         with the old contents of xnrealloc.
18183         (xnrealloc, xrealloc): Use it.
18184
18185         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18186         that.
18187
18188 2003-10-26  Karl Berry  <karl@gnu.org>
18189
18190         * config/srclist.txt (COPYING.DOC): no longer available from
18191         /gd/gnuorg; don't know where the ultimate source is.
18192
18193 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18194
18195         Fix several address-calculation bugs in the hash modules,
18196         plus some minor code cleanup.
18197
18198         * lib/hash.h: Include <stdbool.h>, for bool.
18199         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18200         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18201         hash_get_n_entries, hash_get_max_bucket_length,
18202         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18203         hash_rehash): Use size_t rather than unsigned.
18204         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18205         hash_get_n_buckets_used, hash_get_n_entries,
18206         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18207         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18208         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18209         Likewise.
18210         (SIZE_MAX): Define if not defined.
18211         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18212         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18213         hash_print):
18214         Use const * when possible.
18215         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18216         (check_tuning): Fix bug: if tuning parameters were very close to
18217         0 or 1, rounding errors could have caused subscript violations.
18218         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18219         (hash_initialize): Add 'fail:' label
18220         to free table and return NULL, and use it to simplify code.
18221         Use calloc rather than clearing the storage ourself.
18222         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18223         buffer size calculations.
18224         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18225         Include <stddef.h>, for size_t.
18226         * lib/hash-pjw.c (hash_pjw): Likewise.
18227         Switch to method described by Bruno Haible.
18228         Include <limits.h>, for CHAR_BIT.
18229         (SIZE_BITS): New macro.
18230
18231 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18232
18233         * m4/getline.m4 (AM_FUNC_GETLINE):
18234         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18235         hosts.  Problem reported by Derek Robert Price in
18236         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18237         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18238         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18239
18240 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18241
18242         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18243         ceiling the allocation at NMAX bytes rather than silently
18244         discarding input bytes before NMAX is reached.  This makes
18245         a difference only if NMAX exceeds SIZE_MAX / 2.
18246
18247         * lib/obstack.c: Merge from glibc.
18248         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18249         Add libc_hidden_def (_obstack_newchunk).
18250         (_obstack_free) [! defined _LIBC]: Remove.
18251         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18252         a clone of the function body.
18253         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18254         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18255
18256         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18257         glibc.
18258         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18259         arg to memcpy.
18260
18261         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18262         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18263         Don't use lvalue casts, as GCC plans to remove support for them
18264         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18265         was also present in the non-GCC version, indicating that this
18266         code had always been buggy and had never been widely used.
18267         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18268         Use the fast variant of each macro, rather than copying the
18269         definiens of the fast variant; that way, we'll be more likely to
18270         catch future bugs in the fast variants.
18271
18272 2003-10-20  Bruno Haible  <bruno@clisp.org>
18273
18274         * modules/wait-process: New file.
18275         * MODULES.html.sh (func_all_modules): Add wait-process.
18276
18277 2003-10-20  Bruno Haible  <bruno@clisp.org>
18278
18279         * m4/wait-process.m4: New file.
18280
18281 2003-10-20  Bruno Haible  <bruno@clisp.org>
18282
18283         * lib/wait-process.h: New file, from GNU gettext.
18284         * lib/wait-process.c: New file, from GNU gettext.
18285
18286 2003-10-19  Jim Meyering  <jim@meyering.net>
18287
18288         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18289         HPUX 10.20.
18290
18291 2003-10-18  Karl Berry  <karl@gnu.org>
18292
18293         * config/config.guess: update from config.
18294
18295 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18296
18297         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18298         (getgroups): First arg is int, not size_t.
18299         Don't let 'free' mangle errno.
18300
18301 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18302
18303         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18304
18305 2003-10-16  Karl Berry  <karl@gnu.org>
18306
18307         * config/config.{guess,sub}: update from config.
18308
18309 2003-10-16  Jim Meyering  <jim@meyering.net>
18310
18311         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18312         memcpy.
18313
18314 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18315
18316         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18317         (SIZE_MAX): Remove.
18318         (new_exclude, add_exclude_file): Initial size no longer needs to
18319         be a power of 2.
18320         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18321         our own address arithmetic overflow checking.
18322
18323         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18324         (fnmatch): Do not alloca more than 2000 wide characters;
18325         instead, use malloc for large buffers.
18326         Check for address arithmetic overflow, and return -1
18327         with errno set to ENOMEM in that case.
18328         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18329         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18330         instead, return -1.  Check for address arithmetic overflow.
18331
18332 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18333
18334         Handle invalid suffixes and overflow independently, so that
18335         callers can treat them independently as needed.  Fix some bugs in
18336         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18337         suffix for a human-readable blocksize.  The major caller-visible
18338         change is the addition of a new
18339         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18340         that both overflow and suffix chars were found.
18341
18342         * lib/human.c (humblock): Don't check separately for invalid suffix
18343         char; that is xstrtoumax's job (now that its bug is fixed).
18344         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18345         INTMAX_MAX]: New macros.
18346         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18347         TYPE_MAXIMUM): New macros.
18348         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18349         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18350         if overflow occurs, as it's what __strtol does and it's more useful
18351         in practice.
18352         (__xstrtol): If __strtol reports some error other than ERANGE,
18353         reflect it to the caller as LONGINT_INVALID.  If it reports
18354         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18355         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18356         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18357         value.
18358         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18359         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18360         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18361         [defined UINTMAX_MAX]: New macros.
18362
18363 2003-10-14  Bruno Haible  <bruno@clisp.org>
18364
18365         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18366
18367 2003-10-14  Bruno Haible  <bruno@clisp.org>
18368
18369         * m4/sig_atomic_t: New file, from GNU gettext.
18370         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18371
18372 2003-10-14  Bruno Haible  <bruno@clisp.org>
18373
18374         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18375         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18376         Also use volatile where needed.
18377
18378 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18379
18380         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18381         Change maintainer from Bruno Haible to 'all'.
18382
18383 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18384
18385         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18386
18387 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18388
18389         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18390         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18391         and define in terms of the other primitives.
18392         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18393         (SIZE_MAX): Define if not already defined.
18394         (array_size_overflow): New function.
18395         (xalloc_die): Abort instead of exiting if 'error' returns.
18396         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18397         (xmalloc, xrealloc): Use them.
18398         (xcalloc): Check for address arithmetic overflow.
18399         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18400         a bit faster than strcpy.
18401
18402 2003-10-10  Simon Josefsson  <jas@extundo.com>
18403
18404         * modules/argp (Depends-on): Add restrict and strcase.
18405
18406 2003-10-10  Simon Josefsson  <jas@extundo.com>
18407
18408         * m4/argp.m4: Add AC_C_INLINE.
18409
18410 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18411
18412         Merge getpass from libc, plus a few fixes.
18413
18414         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18415         Include <stdbool.h>.
18416         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18417         __fsetlocking to empty.
18418         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18419         do include <bits/libc-lock.h>.
18420         Do not include <fcntl.h>; not needed.
18421         [_LIBC]: Include <wchar.h>.
18422         (NOTCANCEL_MODE): New macro.
18423         (flockfile, funlockfile) [_LIBC]: New macros.
18424         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18425         [!_LIBC]: New macros.
18426         (call_fclose): New function.
18427         (getpass): Use it.  Save tty stream separately; this simplifies the
18428         code and makes it more reliable if stdin happens to equal stdout.
18429         Invoke __fsetlocking on tty.
18430         Handle thread cancellation if needed.
18431         Namespace cleanup (use __tcgetattr, __getline).
18432         Use bool for Booleans.
18433         [USE_IN_LIBIO]: Handle wide streams.
18434         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18435         stream might go where.
18436
18437         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18438         doesn't have to include <stdio.h> before us.
18439         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18440         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18441         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18442         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18443         if not declared, so that we can use getpass.c code from libc without
18444         rewriting it.
18445         (flockfile, ftrylockfile, funlockfile): New macros.
18446
18447 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18448
18449         * modules/getpass: Depend on stdbool.
18450
18451 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18452
18453         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18454
18455 2003-10-07  Karl Berry  <karl@gnu.org>
18456
18457         * config/config.{guess,sub}: update from config.
18458
18459 2003-10-06  Jim Meyering  <jim@meyering.net>
18460             Bruno Haible  <bruno@clisp.org>
18461
18462         This lets translators provide better translations for the
18463         "Written by ..." part of --version output.
18464         * lib/version-etc.h: Include stdarg.h.
18465         (version_etc_copyright): Declare as readonly.
18466         (version_etc): Make this function variadic with a NULL-terminated list
18467         of author name strings.
18468         (version_etc_va): New declaration.
18469         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18470         (version_etc_copyright): Declare as readonly.
18471         (version_etc_va): New function. Provide a different translatable string
18472         for each possible number of authors < 10. Abbreviate when there are 10
18473         authors or more.
18474         (version_etc): Make this function variadic. Call version_etc_va.
18475         Suggestion from Gary V. Vaughan.
18476
18477         * lib/long-options.h (parse_long_options): Change prototype: the
18478         authors string is moved to the end and becomes variadic.
18479         * lib/long-options.c: Include stdarg.h.
18480         (parse_long_options): Make this function variadic, too.
18481         Call version_etc_va, not version_etc.
18482
18483 2003-10-06  Bruno Haible  <bruno@clisp.org>
18484
18485         * modules/version-etc-2: Remove file.
18486         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18487
18488 2003-10-06  Bruno Haible  <bruno@clisp.org>
18489
18490         * modules/fatal-signal: New file.
18491         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18492
18493 2003-10-06  Bruno Haible  <bruno@clisp.org>
18494
18495         * m4/fatal-signal.m4: New file.
18496         * m4/signalblocking.m4: New file, from GNU gettext.
18497
18498 2003-10-06  Bruno Haible  <bruno@clisp.org>
18499
18500         * lib/version-etc-2.h: Remove file.
18501         * lib/version-etc-2.c: Remove file.
18502
18503 2003-10-06  Bruno Haible  <bruno@clisp.org>
18504
18505         * lib/fatal-signal.h: New file, from GNU gettext.
18506         * lib/fatal-signal.c: New file, from GNU gettext.
18507
18508 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18509
18510         * README: Rework advice for preventing empty .o files.
18511         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18512         not <sys/types.h>.
18513
18514 2003-10-04  Karl Berry  <karl@gnu.org>
18515
18516         * lib/argp*: update from libc.
18517
18518 2003-10-04  Karl Berry  <karl@gnu.org>
18519
18520         * config/config.{guess,sub}: update from config.
18521
18522 2003-10-02  Bruno Haible  <bruno@clisp.org>
18523
18524         * modules/lchown (Include): Add lchown.h.
18525         * modules/time_r (Include): Use "..." syntax.
18526         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18527
18528 2003-10-01  Simon Josefsson  <jas@extundo.com>
18529
18530         * MODULES.html.sh (func_all_modules): Move gethostname from section
18531         'based on' to section 'lacking' POSIX:2001.
18532
18533 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18534
18535         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18536         to output mode on the same stream.
18537
18538 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18539
18540         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18541         Fix arg typo in previous patch.
18542
18543 2003-09-28  Jim Meyering  <jim@meyering.net>
18544
18545         * lib/error.c: Correct cpp indentation.
18546
18547 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18548
18549         * modules/free: New file.
18550
18551 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18552
18553         * m4/free.m4: New file.
18554
18555 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18556
18557         * lib/minmax.h (MIN, MAX)
18558         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18559         Omit the special code that used __typeof__, since we worry that
18560         it could be more trouble than it's worth.  See:
18561         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18562         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18563
18564         * lib/free.c: New file.
18565
18566 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18567
18568         Trivial fixes to Makefile.am parts of module listings.
18569         * modules/strstr: Append strstr.h to lib_SOURCES.
18570         * modules/strcase: Likewise, for strcase.h.
18571
18572 2003-09-27  Karl Berry  <karl@gnu.org>
18573
18574         * config/mkinstalldirs: update from automake.
18575
18576 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18577
18578         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18579         (error_tail): Do not loop, reallocating temporary buffer, since
18580         the output cannot contain more wide characters than the input
18581         contains bytes, the size must be big enough already.  This avoids
18582         one potential size overflow calculation.  Check for size overflow
18583         when calculating temporary buffer size.  Free temporary buffer
18584         when done, if it was allocated with malloc; this plugs a memory
18585         leak.  Remove casts from void * to pointers, that are no longer
18586         needed now that we're assuming C89 or better.
18587
18588         Merge error changes from glibc.
18589
18590         * lib/error.c, error.h: Update copyright notice header to match glibc.
18591         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18592         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18593         Disable cancellation while printing error.
18594         * lib/error.h: Prepend __ to parameter names.
18595
18596 2003-09-26  Jim Meyering  <jim@meyering.net>
18597
18598         * lib/error.c (error_tail): Move some declarations
18599         into inner scope where the local variables are used.
18600
18601 2003-09-26  Bruno Haible  <bruno@clisp.org>
18602
18603         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18604         stpncpy().
18605         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18606
18607 2003-09-26  Bruno Haible  <bruno@clisp.org>
18608
18609         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18610         (stpncpy): Define as alias for gnu_stpncpy.
18611         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18612
18613 2003-09-25  Simon Josefsson  <jas@extundo.com>
18614
18615         * lib/xgetdomainname.h: New file.
18616         * lib/xgetdomainname.c: New file.
18617
18618 2003-09-25  Simon Josefsson  <jas@extundo.com>
18619             Bruno Haible  <bruno@clisp.org>
18620
18621         * modules/getdomainname: New file.
18622         * modules/xgetdomainname: New file.
18623         * MODULES.html.sh (func_all_modules): Add getdomainname,
18624         xgetdomainname.
18625
18626 2003-09-25  Simon Josefsson  <jas@extundo.com>
18627             Bruno Haible  <bruno@clisp.org>
18628
18629         * m4/getdomainname.m4: New file.
18630
18631 2003-09-25  Simon Josefsson  <jas@extundo.com>
18632             Bruno Haible  <bruno@clisp.org>
18633
18634         * lib/getdomainname.h: New file.
18635         * lib/getdomainname.c: New file.
18636
18637 2003-09-25  Karl Berry  <karl@gnu.org>
18638
18639         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18640
18641 2003-09-25  Karl Berry  <karl@gnu.org>
18642
18643         * config/install-sh: update from automake.
18644
18645 2003-09-25  Bruno Haible  <bruno@clisp.org>
18646
18647         * modules/version-etc-2: New file, from modules/version-etc with
18648         modifications.
18649         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18650
18651 2003-09-25  Bruno Haible  <bruno@clisp.org>
18652
18653         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18654         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18655
18656 2003-09-24  Simon Josefsson  <jas@extundo.com>
18657
18658         * modules/xgethostname: Add xgethostname.h.
18659
18660 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18661
18662         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18663         the buffer associated with the argument.  Bug reported by
18664         Simon Josefsson.
18665
18666 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18667
18668         * README: Document assumptions that 'int' is at least 32 bits
18669         wide, that integer arithmetic is 2's complement without overflow,
18670         that there are no holes in integer values, that adding sizes of
18671         two nonoverlapping objects can't overflow, and that all-bits-zero
18672         yields scalar zero.  Fix spelling and capitalization typos.
18673
18674 2003-09-19  Karl Berry  <karl@gnu.org>
18675
18676         * lib/argp.h: update from libc.
18677
18678 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18679
18680         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18681         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18682         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18683
18684 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18685
18686         * gnulib-tool: Use "test -h", not "test -L", for portability
18687         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18688         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18689         (sed_extract_prog): Issue s commands one-by-one, rather than
18690         using \| in one s command.
18691
18692 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18693
18694         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18695         input error, instead of returning NULL the next time we are called
18696         (and therefore losing track of errno).
18697
18698 2003-09-16  Bruno Haible  <bruno@clisp.org>
18699
18700         * gnulib-tool (func_create_testdir): Warn about duplicated
18701         dependencies.
18702
18703 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18704
18705         * modules/argmatch, modules/fatal, modules/obstack,
18706         modules/xalloc, modules/xgethostname: Sort dependencies by
18707         importance, not alphabetically.
18708
18709 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18710
18711         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18712         fails, so that the caller gets the proper errno.
18713
18714         * lib/readutmp.c (read_utmp): Likewise.
18715         Check for fstat error.  Close stream and free storage
18716         when failing.
18717
18718 2003-09-14  Karl Berry  <karl@gnu.org>
18719
18720         * config/srclist.txt (strdup.c): disable for c89 changes.
18721
18722 2003-09-14  Jim Meyering  <jim@meyering.net>
18723
18724         * lib/getloadavg.c: Correct cpp indentation.
18725         * lib/strdup.c: Likewise.
18726         * lib/vasnprintf.c: Likewise.
18727
18728 2003-09-14  Bruno Haible  <bruno@clisp.org>
18729
18730         * modules/fwriteerror: New file.
18731         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18732
18733 2003-09-14  Bruno Haible  <bruno@clisp.org>
18734
18735         * lib/fwriteerror.h: New file.
18736         * lib/fwriteerror.c: New file.
18737
18738 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18739
18740         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18741         modules/xgethostname, modules/xalloc: Depend on exit.
18742
18743 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18744
18745         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18746
18747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18748         and AC_MINIX, too, so that their extensions are available.
18749
18750         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18751         This macro has been superseded by gl_BACKUPFILE.
18752
18753         More patches to assume C89 or better.
18754
18755         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18756
18757         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18758         unconditionally.
18759         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18760         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18761         Include <string.h>, <stdlib.h> unconditionally.
18762         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18763         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18764         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18765         headers or for string.h.
18766         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18767         or strtoul.
18768
18769         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18770         headers.
18771         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18772         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18773         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18774         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18775         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18776         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18777         memcpy, memset.
18778         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18779         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18780         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18781         strtol.
18782         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18783         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18784         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18785         strtoul.
18786
18787 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18788
18789         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18790         * lib/obstack.c [!defined _LIBC]: Likewise.
18791         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18792         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18793         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18794
18795         More changes to assume C89 or better.
18796
18797         * lib/error.c (error_tail): Assume vprintf.
18798
18799         * lib/argmatch.c (getenv): Remove decl.
18800         * lib/progreloc.c (get_full_program_name): Define via prototype.
18801         * lib/setenv.c (clearenv): Likewise.
18802         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18803         needed.
18804         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18805         (malloc, memcpy): Remove decls.
18806         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18807         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18808         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18809         (memcpy): Remove macro.
18810         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18811         (__P): Remove.  All uses removed.
18812         (PTR): Remove.  All uses changed to void *.
18813         (CHAR_BIT, NULL): Remove.
18814         (spaces, zeros, memset_space, memset_zero)
18815         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18816         Remove.
18817         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18818         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18819         Define with prototype.
18820         Remove now-unnecessary prototype decl.
18821         (extra_args_spec): Assume ANSI C.  All uses changed.
18822         (extra_args_spec_iso): Remove.
18823         (my_strftime, emacs_strftimeu): Define via prototype.
18824         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18825         unconditionally.
18826         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18827         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18828         (strtoul, strtol): Remove decls.
18829         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18830         LONG_MAX): Remove.
18831         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18832         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18833         (LOCALE_PARAM_PROTO): New macro.
18834         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18835         (INTERNAL (strtol), strtol): Define with a prototype.
18836         (PARAMS): Remove.  All uses removed.
18837         * lib/tempname.c: Include <string.h> unconditionally.
18838         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18839         * lib/xgethostname.c (main): Define with a prototype.
18840         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18841         Include <stdlib.h> unconditionally.
18842         (calloc, malloc, realloc, free): Remove decls.
18843         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18844         Include <stdlib.h> unconditionally.  Sort include file names.
18845         (strtod): Remove.
18846         (xstrtod): Define with a prototype.
18847         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18848         (strtol, strtoul): Remove decls.
18849
18850 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18851
18852         More patches to assume C89 or better.
18853         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18854         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18855         string.h, memchr, STDC_HEADERS.
18856
18857 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18858
18859         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18860         Include <stdlib.h>, <string.h> unconditionally.
18861         Remove now-unnecessary cast to char *.
18862         * lib/strnlen.c: Include <string.h> unconditionally.
18863         * lib/yesno.c (yesno): Define with a prototype.
18864
18865 2003-09-11  Bruno Haible  <bruno@clisp.org>
18866
18867         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18868
18869 2003-09-10  Jim Meyering  <jim@meyering.net>
18870
18871         * lib/error.c: Correct indentation of cpp directives.
18872
18873 2003-09-10  Bruno Haible  <bruno@clisp.org>
18874
18875         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18876         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18877         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18878         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18879         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18880         <stdlib.h> and <string.h> checks.
18881         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18882         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18883
18884 2003-09-10  Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/strcspn.c: Include <string.h> unconditionally.
18887         * lib/strpbrk.c: Include <string.h> unconditionally.
18888         * lib/strstr.c: Include <string.h> unconditionally.
18889         * lib/unicodeio.c: Include <string.h> unconditionally.
18890         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18891         * lib/unsetenv.c: Likewise.
18892         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18893         * lib/yesno.c: Include <stdlib.h> unconditionally.
18894         (rpmatch): Add prototype.
18895
18896 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18897
18898         More patches to assume C89 or better.
18899         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18900         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18901         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18902         or for string.h.
18903         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18904         stdlib.h.
18905         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18906         C headers.
18907         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18908         string.h.
18909         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18910         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18911         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18912         or for string.h.
18913         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18914         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18915         C headers.
18916         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18917         memcpy.
18918         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18919         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18920         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18921         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18922         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18923         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18924         string.h, free.
18925         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18926         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18927         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18928         C headers, or for string.h.
18929         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18930         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18931         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18932         headers, memory.h, stdlib.h, string.h, strings.h.
18933         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18934         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18935         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18936         strchr.
18937         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18938         headers, memory.h, string.h.
18939         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18940         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18941         free.
18942         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18943         headers.
18944         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18945         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18946         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18947         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18948         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18949
18950 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18951
18952         More K&R removal.
18953
18954         * lib/acosl.c (main): Use a prototype.
18955         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18956         tanl.c: Likewise.
18957
18958         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18959
18960         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18961         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18962         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18963         with a prototype.
18964         * lib/getopt.c (const): Remove macro.
18965         Include <string.h> unconditionally.
18966         (my_index): Remove; all uses changed to strchr.
18967         (strlen): Remove decl.
18968         (exchange): Remove forward decl; no longer needed.
18969         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18970         Define with prototype.
18971         * lib/getopt1.c (const): Remove macro.
18972         (getopt_long, getopt_long_only, main): Define with prototype.
18973
18974         * lib/getugroups.c: Include <string.h> unconditionally.
18975
18976         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18977         (getusershell, setusershell, endusershell, readname, main):
18978         Define with prototypes.
18979
18980         * lib/group-member.c: Include group-member.h first.
18981         Include <stdlib.h> unconditionally.
18982
18983         * lib/hard-locale.c: Include hard-locale.h first.
18984         Include <stdlib.h>, <string.h> unconditionally.
18985
18986         * lib/hash.c (free, malloc): Remove decls.
18987         Include <stdlib.h> unconditionally.
18988
18989         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18990         (getenv): Do not declare.
18991
18992         * lib/idcache.c: Include <string.h> unconditionally.
18993
18994         * lib/long-options.c: Include long-options.h first, to test interface.
18995         Include <stdlib.h> unconditionally.
18996
18997         * lib/makepath.c: Include makepath.h first, to test interface.
18998         Include <stdlib.h> and <string.h> unconditionally.
18999
19000         * lib/linebuffer.c: Include <stdlib.h>.
19001         (free): Remove decl.
19002
19003         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19004         stddef.h. rpl_malloc returns void *, not char *.
19005         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19006         prototype.
19007
19008         * lib/md5.h: Include <limits.h> unconditionally.
19009         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19010         (__P): Remove; all uses removed.
19011         * lib/md5.c: Include "md5.h" first.
19012         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19013         md5_buffer, md5_process_bytes, md5_process_block):
19014         Define with prototypes.
19015         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19016         * lib/sha.c: Include "sha.h" first.
19017         Include <stdlib.h>, <string.h> unconditionally.
19018
19019         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19020         * lib/memcmp.c (__ptr_t): Likewise.
19021         * lib/memrchr.c (__ptr_t): Likewise.
19022         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19023         Include <string.h> unconditionally.
19024         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19025         * lib/memchr.c: Include <stdlib.h> unconditionally.
19026         * lib/memchr.c (LONG_MAX): Remove.
19027         * lib/memrchr.c (LONG_MAX): Likewise.
19028         * lib/memchr.c (__memchr): Define via a prototype.
19029         * lib/memrchr.c (__memrchr): Likewise.
19030         * lib/memcmp.c (__P): Remove, and remove all uses.
19031         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19032         Remove forward decls; no longer needed.
19033         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19034         Use types required by C89 in prototype.
19035
19036         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19037         * lib/savedir.c: Likewise.
19038         * lib/mkdir.c (free): Remove decl.
19039         * lib/rmdir.c (rmdir): Define with a prototype.
19040         * lib/savedir.c: Include savedir.h first, to test interface.
19041
19042         * lib/mktime.c (STDC_HEADERS): Remove.
19043         Include <stdlib.h>, <string.h> unconditionally.
19044
19045         * lib/modechange.c: Include <stdlib.h> unconditionally.
19046         (malloc): Remove decl.
19047
19048         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19049         (free): Remove decl.
19050
19051         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19052         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19053         (This type really should be intptr_t, but that's a C99ism.)
19054         (_obstack_memcpy): Remove: all uses changed to memcpy.
19055         Include <string.h> unconditionally.
19056         (struct obstack): Assume __STDC__ for types of members
19057         chunkfun, freefun, extra_arg.
19058         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19059         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19060         obstack_begin, obstack_specify_allocation,
19061         obstack_specify_allocation_with_arg, obstack_chunkfun,
19062         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19063         Remove unprototyped decls and the macros that use them.
19064         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19065         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19066         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19067         (defined __STDC__ && __STDC__)]:
19068         Remove nonprototyped code.
19069         Include <stdlib.h> unconditionally.
19070         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19071         _obstack_allocated_p, _obstack_free, obstack_free,
19072         _obstack_memory_used, print_and_abort):
19073         Define using prototypes.
19074         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19075         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19076         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19077         obstack_next_free, obstack_object_size, obstack_room) [0]:
19078         Remove unused, unprototyped code.
19079
19080         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19081
19082         * lib/physmem.c (physmem_total, physmem_available, main): Define
19083         with prototypes.
19084
19085         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19086         (main): Define with a prototype.
19087
19088         * lib/posixver.c (getenv): Remove decl.
19089
19090         * lib/putenv.c (malloc): Returns void *, not char *.
19091         Include <string.h> unconditionally.
19092         (strchr, memcpy, NULL): Do not define.
19093
19094         * lib/readtokens.c: Include readtokens.h first, to test interface.
19095         Include <stdlib.h>, <string.h> unconditionally.
19096         (init_tokenbuffer): Define with a prototype.
19097
19098         * lib/regex.c (PARAMS): Remove.  All uses removed.
19099         All uses of _RE_ARGS removed, too.
19100         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19101         unconditionally.
19102         (bzero): Assume memset exists.
19103         (memcmp, memcpy, NULL): Remove.
19104         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19105         char, or assignments to local vars of type signed char.
19106         (init_syntax_once, PREFIX(extract_number_and_incr),
19107         PREFIX(print_partial_compiled_pattern),
19108         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19109         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19110         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19111         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19112         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19113         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19114         wcs_compile_range, byte_compile_range, truncate_wchar,
19115         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19116         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19117         count_mbs_length, wcs_re_match_2_internal,
19118         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19119         PREFIX(alt_match_null_string_p),
19120         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19121         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19122         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19123         now-unnecessary declaration, if any.
19124         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19125         regcomp, regexec):
19126         Remove now-unnecessary casts among pointer types.
19127         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19128
19129         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19130         (free): Remove decl.
19131
19132         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19133
19134         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19135         (free): Remove decl.
19136
19137         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19138         * lib/xgetcwd.c: Likewise.
19139
19140         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19141         (free): Remove decl.
19142
19143         * lib/strchrnul.c (strchrnul): Define with a prototype.
19144         Fix bug: c_in was not converted to char before searching.
19145
19146         The following changes are not K&R related:
19147
19148         * lib/group-member.h: Include <sys/types.h>, so that this file is
19149         self-contained.
19150         * lib/makepath.h: Likewise.
19151
19152         * lib/getusershell.c (readname, default_index, line_size, readname):
19153         Use size_t, not int, for sizes.
19154         (readname): If the size overflows, report an error instead of
19155         looping forever.
19156
19157 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19158
19159         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19160         libc.
19161
19162 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19163
19164         * README: New section: portability guidelines.
19165
19166 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19167
19168         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19169         C89 spec.
19170
19171 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19172
19173         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19174
19175 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19176
19177         Assume C89 or better; remove K&R cruft.
19178         A few of these changes were first proposed by Derek Robert Price
19179         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19180
19181         * lib/addext.c: Include <string.h> unconditionally.
19182         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19183         Don't declare getenv or malloc.
19184
19185         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19186         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19187         (NULL): Remove.
19188         (find_stack_direction, alloca): Use prototypes.
19189
19190         * lib/atexit.c (atexit): Define using a prototype.
19191
19192         * lib/basename.c, dirname.c, stripslash.c:
19193         Include <string.h> unconditionally.
19194
19195         * lib/bcopy.c: Include <stddef.h>.
19196         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19197
19198         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19199
19200         * lib/error.h (error, error_at_line, error_print_progname)
19201         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19202         * lib/error.c: Include error.h first, to check interface.
19203         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19204         (VA_START): Remove; all uses changeed to va_start.
19205         (exit, strerror): Remove decls.
19206         (error_print_progname): Prototype uncondionally.
19207         Don't include <errno.h>; no longer needed.
19208         (private_strerror): Remove.
19209         (error_tail): Always define.
19210         (error, error_at_line): Assume C89 or better; always use prototypes.
19211         * lib/fatal.c: Include "fatal.h" first, to test interface.
19212         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19213         (VA_START): Remove; all uses changed to va_start.
19214         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19215         this case.
19216         (exit): Remove decl.
19217         (fatal): Prototype unconditionally.  Assume va_start works.
19218         Abort at end, to pacify gcc.
19219
19220         * lib/euidaccess.c (main): Define with a prototype.
19221
19222         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19223
19224         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19225
19226         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19227         prototypes.
19228         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19229         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19230         (getenv): Remove decl.
19231         (fnmatch): Define using a prototype.
19232         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19233         (FCT): Define using a prototype.
19234
19235         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19236
19237         * lib/gethostname.c: Include <stddef.h>.
19238         (gethostname): Define with prototype.  Length is size_t, not int.
19239
19240 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19241
19242         Assume C89 or better; remove K&R cruft.
19243         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19244         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19245         string.h, getenv, malloc.
19246         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19247         headers.
19248         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19249         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19250         do not check for strerror.
19251         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19252         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19253         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19254         do not check for doprnt or vprintf.
19255         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19256         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19257
19258 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19259
19260         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19261         getversion.c should have been removed then, but was accidentally
19262         preserved.
19263
19264         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19265         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19266
19267 2003-09-08  Karl Berry  <karl@gnu.org>
19268
19269         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19270                 config, forget about prep.
19271
19272         * config/depcomp, missing: update from automake.
19273
19274 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19275
19276         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19277         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19278
19279 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19280
19281         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19282         copy_tm_result.  Bug reported by Simon Josefsson in
19283         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19284
19285 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19286
19287         * m4/time_r.m4: New file.
19288         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19289         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19290         is. Check for timegm declaration.
19291         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19292         Do not check for gmtime_r.
19293         Replace mktime if __mktime_internal does not exist and if mktime
19294         hasn't been replaced already.
19295
19296 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19297
19298         * lib/time_r.c, lib/time_r.h: New files.
19299
19300         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19301         __localtime_r.
19302         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19303         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19304
19305         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19306         __gmtime_r.
19307         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19308         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19309         Include <time_r.h>.
19310
19311         * lib/timegm.c: Switch to glibc implementation, with the following
19312         changes:
19313         [defined HAVE_CONFIG_H]: Include <config.h>.
19314         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19315         (__mktime_internal) [!defined _LIBC]: New decl.
19316         (__gmtime_r) [!defined _LIBC]: New macro and function.
19317         (timegm): Use a prototype, since gnulib assumes C89.
19318         Do not bother declaring tmp to be const, as it's not really usefu.
19319         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19320         (timegm): Declare only if HAVE_DECL_TIMEGM.
19321
19322 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19323
19324         * MODULES.html.sh (func_all_modules): Add time_r.
19325         * modules/time_r: New file.
19326         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19327         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19328
19329 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19330
19331         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19332         Bug reported by Lute Kamstra in
19333         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19334
19335         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19336         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19337         course with correspondingly smaller numbers for tomorrow and
19338         yesterday.  From Tadayoshi Funaba.  Originally installed into
19339         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19340         coreutils merge?).
19341
19342 2003-08-31  Simon Josefsson  <jas@extundo.com>
19343
19344         * modules/timegm: New file.
19345         * MODULES.html.sh (func_all_modules): Add timegm.
19346
19347 2003-08-31  Simon Josefsson  <jas@extundo.com>
19348
19349         * m4/timegm.m4: New file.
19350
19351 2003-08-31  Simon Josefsson  <jas@extundo.com>
19352
19353         * lib/timegm.h: New file.
19354         * lib/timegm.c: New file.  Based on
19355         wget-1.8.2/src/http.c:mktime_from_utc.
19356
19357 2003-08-31  Karl Berry  <karl@gnu.org>
19358
19359         * lib/argp.h: update from libc.
19360
19361 2003-08-28  Bruno Haible  <bruno@clisp.org>
19362
19363         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19364         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19365         followed by '#define fnmatch fnmatch_posix' gives an error.
19366
19367 2003-08-28  Bruno Haible  <bruno@clisp.org>
19368
19369         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19370         warning on QNX, which defines O_BINARY to 000000.
19371
19372 2003-08-27  Jim Meyering  <jim@meyering.net>
19373
19374         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19375         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19376         would fail after 32.  Reported by Danny Levinson.  Details here:
19377         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19378
19379 2003-08-24  Bruno Haible  <bruno@clisp.org>
19380
19381         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19382         MSVC7 <stdio.h> is included later.
19383
19384 2003-08-22  Simon Josefsson  <jas@extundo.com>
19385
19386         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19387
19388 2003-08-20  Karl Berry  <karl@gnu.org>
19389
19390         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19391
19392 2003-08-20  Bruno Haible  <bruno@clisp.org>
19393
19394         * modules/progname: New file.
19395         * MODULES.html.sh (func_all_modules): Add progname.
19396
19397 2003-08-20  Bruno Haible  <bruno@clisp.org>
19398
19399         * lib/progname.h: New file, from GNU gettext.
19400         * lib/progname.c: New file, from GNU gettext.
19401         * lib/progreloc.c: New file, from GNU gettext.
19402
19403 2003-08-19  Jim Meyering  <jim@meyering.net>
19404
19405         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19406         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19407
19408 2003-08-19  Bruno Haible  <bruno@clisp.org>
19409
19410         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19411         more.
19412
19413 2003-08-19  Bruno Haible  <bruno@clisp.org>
19414
19415         * lib/xstrdup.c: Assume <string.h> exists.
19416
19417 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19418
19419         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19420         in makefile rules.
19421
19422 2003-08-18  Jim Meyering  <jim@meyering.net>
19423
19424         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19425         * m4/lib-ld.m4: Likewise.
19426
19427 2003-08-18  Jim Meyering  <jim@meyering.net>
19428
19429         * lib/setenv.h: Indent nested cpp directive.
19430         * lib/vasnprintf.c: Remove trailing blanks.
19431
19432 2003-08-17  Simon Josefsson  <jas@extundo.com>
19433
19434         * modules/xstrndup: New file.
19435         * MODULES.html.sh (func_all_modules): Add xstrndup.
19436
19437 2003-08-17  Simon Josefsson  <jas@extundo.com>
19438
19439         * modules/argp: Fix autoconf macro name. Add more dependencies.
19440
19441 2003-08-17  Simon Josefsson  <jas@extundo.com>
19442
19443         * m4/xstrndup.m4: New file.
19444
19445 2003-08-17  Simon Josefsson  <jas@extundo.com>
19446
19447         * m4/argp.m4: New file.
19448
19449 2003-08-17  Simon Josefsson  <jas@extundo.com>
19450             Bruno Haible  <bruno@clisp.org>
19451
19452         * lib/xstrndup.h: New file.
19453         * lib/xstrndup.c: New file.
19454
19455 2003-08-17  Bruno Haible  <bruno@clisp.org>
19456
19457         * modules/strndup (Files, Include): Add lib/strndup.h.
19458
19459 2003-08-17  Bruno Haible  <bruno@clisp.org>
19460
19461         * modules/euidaccess (Files): Add lib/euidaccess.h.
19462
19463 2003-08-17  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/strndup.h: New file.
19466
19467 2003-08-17  Bruno Haible  <bruno@clisp.org>
19468
19469         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19470         like AC_GNU_SOURCE.
19471         * modules/extensions (configure.ac): Comment out the invocation of
19472         gl_USE_SYSTEM_EXTENSIONS.
19473
19474 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19475
19476         Merges from coreutils, etc.
19477         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19478         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19479         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19480         fixing a typo.
19481         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19482         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19483
19484 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19485
19486         Document merge from coreutils.
19487         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19488         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19489         * modules/utime: Add m4/utimes-null.m4.
19490
19491 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19492
19493         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19494         space, undoing this 2003-08-12 change:
19495         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19496
19497 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19498
19499         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19500         strtoul.c from libc, undoing this 2003-08-12 change:
19501         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19502
19503 2003-08-16  Jim Meyering  <jim@meyering.net>
19504
19505         Merges from coreutils.
19506         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19507         prefix.  Adjust cache variables similarly.  Create 500 rather than
19508         just 300 files, to exercise bug on Darwin6.5, too.
19509         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19510         $missing_dir.
19511         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19512         AM_SYS_POSIX_TERMIOS.
19513         Reported by mkc@mathdogs.com.
19514         Also change use of $am_cv_sys_posix_termios
19515         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19516         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19517         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19518         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19519         in /proc/mounts until it finds one with matching device number.  This
19520         is unnecessary when the FILE argument *is* a mount point.  No stat call
19521         is necessary in that case.  So, disable the statvfs-testing code on
19522         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19523         as RedHat bug# 84846.
19524         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19525         to 1MB, so as not to render systems with no stack size limit (e.g.,
19526         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19527         Include <unistd.h>.  On some systems,
19528         it is required for the definition of _SC_PAGESIZE.
19529
19530 2003-08-16  Jim Meyering  <jim@meyering.net>
19531
19532         Merge from coreutils.
19533         * lib/xstrtoimax.c: #else #if -> #elif.
19534         * lib/xstrtoumax.c: Likewise.
19535
19536 2003-08-16  Jim Meyering  <jim@meyering.net>
19537
19538         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19539         * m4/utimes.m4: Removed.
19540         * m4/utimes-null.m4: Renamed from utimes.m4.
19541
19542         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19543         to 1MB, so as not to render systems with no stack size limit (e.g.,
19544         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19545         Include <unistd.h>.  On some systems,
19546         it is required for the definition of _SC_PAGESIZE.
19547
19548 2003-08-16  Jim Meyering  <jim@meyering.net>
19549         and Paul Eggert  <eggert@cs.ucla.edu>
19550
19551         Merges from coreutils, etc.
19552
19553         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19554         using the latest version from cvs.  This avoids problems with #line
19555         directives using a vendor (Sun) compiler.
19556         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19557         Don't set GETGROUPS_LIB here; now it's
19558         done via getgroups.m4's wrapper function.
19559         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19560         rather than just in sh-util/configure.in, so that the
19561         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19562         same.
19563         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19564         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19565         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19566         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19567         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19568         Remove code that is now done by the newly-required macros.
19569         Append $(EXEEXT) to DF_PROG.
19570         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19571         Do not invoke or require the following here,
19572         since prereq.m4 or some gnulib .m4 now does this for us:
19573         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19574         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19575         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19576         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19577         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19578         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19579         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19580         AC_FUNC_OBSTACK.
19581         Do not replace the following functions, as this is now the job
19582         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19583         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19584         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19585         atexit getpass, strdup, getpagesize.
19586         Replace 'raise'.
19587         Do not check for the following functions, as this is now the job
19588         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19589         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19590         setregid.
19591         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19592         Check for sys/sysctl.h.
19593         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19594         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19595         of checking for ssize_t ourselves.
19596
19597         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19598         Require every macro that gnulib/modules/* suggests for us.
19599         (jm_PREREQ_ADDEXT): New macro.
19600         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19601         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19602
19603         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19604         (gl_PHYSMEM): Use it.
19605         Also check for `table' function.
19606         Check for new headers and functions.
19607         Add check for sys/sysmp.h.
19608         With suggestions from Kaveh Ghazi.
19609         Ignore headers that are present but cannot be compiled.  This
19610         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19611         C 5.4.
19612
19613 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19614
19615         Document merge from coreutils.
19616         * modules/userspec: Depend on posixver.
19617         * modules/strftime: Depend on tzset.
19618
19619 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19620
19621         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19622         rather than tab, after '#' in shell-script copyright notices.
19623         Suggested by Bruno Haible.
19624
19625 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19626
19627         * config/srclist-update: Use three spaces, rather than tab, after '#'
19628         in shell-script copyright notices.  Suggested by Bruno Haible.
19629         Remove unnecessary parenthesization in regular expression.
19630
19631 2003-08-15  Jim Meyering  <jim@meyering.net>
19632
19633         Merge from coreutils.
19634         * lib/xgethostname.c: Include <stdlib.h>.
19635         (xghostname): Don't exit for anything other than memory-related
19636         failure; just return NULL.
19637         * lib/userspec.c: Include "posixver.h".
19638         (parse_user_spec): Accept `.' as a separator only
19639         in pre-POSIX-200112 mode.
19640         * lib/strtoimax.c: Use #elif rather than #else #if.
19641         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19642         Remove function, now that we can rely on a working tzset function.
19643         [!_LIBC]: Ensure that the required autoconf test has been run.
19644         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19645         Use underlying_strftime for %r.
19646         * lib/sha.c: Merge in some clean-up and optimization changes from
19647         glibc.
19648         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19649         Ensure that it is a multiple of 64.
19650         Rearrange loop exit tests so as to avoid performing an
19651         additional fread after encountering an error or EOF.
19652         * lib/realloc.c: Update copyright date.
19653
19654 2003-08-15  Jim Meyering  <jim@meyering.net>
19655         and Paul Eggert  <eggert@twinsun.com>
19656
19657         Merge from coreutils.
19658         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19659         member but strut utmpx does not.  Needed for AIX 4.3.3.
19660         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19661
19662 2003-08-15  Jim Meyering  <jim@meyering.net>
19663         and Paul Eggert  <eggert@cs.ucla.edu>
19664
19665         Merges from coreutils, etc.
19666         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19667         Require gl_FUNC_TZSET_CLOBBER.
19668         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19669         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19670         members.
19671
19672 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19673
19674         Help the merge from coreutils.
19675         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19676         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19677         * m4/tzset.m4: Use it too.
19678
19679 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19680
19681         * modules/tzset: New file.
19682
19683 2003-08-14  Jim Meyering  <jim@meyering.net>
19684
19685         Merges from coreutils.
19686         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19687         variable names, rather than @FNMATCH_H@.
19688         * modules/alloca: Likewise for $(ALLOCA_H).
19689
19690         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19691         the three copies of the literal target, `fnmatch.h'.
19692         * modules/alloca (alloca.h): Likewise.
19693
19694 2003-08-14  Jim Meyering  <jim@meyering.net>
19695
19696         Merge from coreutils.
19697         * m4/tzset.m4: New file.
19698         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19699         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19700         otherwise, AIX 5.1 systems would end up using the latter.
19701         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19702         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19703         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19704         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19705
19706 2003-08-14  Jim Meyering  <jim@meyering.net>
19707
19708         Merge from coreutils.
19709         * lib/obstack.h: Whitespace changes.
19710         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19711         and xcalloc return values.
19712         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19713         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19714         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19715         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19716         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19717         error from mntctl.
19718         Use mntctl's return value to drive the entry-processing loop, since
19719         we can't rely on the value of the vmt_length member in the last
19720         entry.  On some systems doing so could result in exhausting
19721         virtual memory.  Based in part on a patch from Mike Jetzer.
19722
19723 2003-08-14  Jim Meyering  <jim@meyering.net>
19724         and Paul Eggert  <eggert@twinsun.com>
19725
19726         Merges from coreutils, plus other fixes.
19727         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19728         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19729         for credits and details.  Thanks to Kaveh Ghazi for helping
19730         to keep these files in sync.
19731         (ARRAY_SIZE): Define it.
19732         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19733         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19734         (memcasecmp): Don't assume size_t fits in unsigned int.
19735         Remove casts and duplicate code.
19736         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19737         (memcpy): Remove definition.
19738         Merge in some clean-up and optimization changes from glibc.
19739         [BLOCKSIZE]: Move definition to top of file.
19740         Ensure that it is a multiple of 64.
19741         Rearrange loop exit tests so as to avoid performing an
19742         additional fread after encountering an error or EOF.
19743         * lib/md5.h (md5_uintptr): Define.
19744         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19745         return to the initial working directory.  Preserve errno
19746         for caller.
19747         * lib/idcache.c: Include "xalloc.h".
19748         (xmalloc, xrealloc): Remove decls.
19749         (getuser): Remove casts no longer required in C89.
19750         * lib/human.c: Include stdio.h, for sprintf.
19751         * lib/group-member.c: Include "xalloc.h".
19752         (xmalloc, xrealloc): Remove decls.
19753         (get_group_info): Remove casts no longer required in C89.
19754         * lib/getusershell.c (readname): Remove casts no longer required in
19755         C89.
19756         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19757         * lib/getline.c: Whitespace fix, from coreutils.
19758
19759 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19760
19761         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19762         Check for isascii.
19763
19764         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19765         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19766         Undo previous (whitespace-only) change.
19767
19768 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19769
19770         * lib/exclude.c: Include <ctype.h>
19771         (IN_CTYPE_DOMAIN): New macro.
19772         (is_space): New fn.
19773         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19774         and empty lines.
19775
19776         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19777         Undo previous (whitespace-only) change.
19778
19779 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19780
19781         * config/srclist-update: Change update back to the old behavior,
19782         leaving whitespace alone.  Use one 'sed' command rather than a
19783         pipeline.
19784         (fixlicense): Now a variable, not a function.
19785         (remove_trailing_blanks): Remove.
19786         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19787         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19788         Undo previous (whitespace-only) change.
19789
19790 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19791
19792         Merge from coreutils.
19793         * modules/euidaccess: Add lib_SOURCES, include for new
19794         file euidaccess.h
19795
19796 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19797
19798         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19799         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19800         Normalize leading white space and remove trailing white space.
19801
19802         Merge from coreutils
19803         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19804
19805         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19806         0.12.1.  These files are now being upgraded automatically by
19807         ../config/srclist-update.
19808
19809 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19810
19811         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19812         Normalize leading white space and remove trailing white space.
19813         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19814         notice, as per ../config/srclist-update.
19815
19816         Merge from coreutils.
19817         * lib/euidaccess.h: New file.
19818         * lib/euidaccess.c: Include it.
19819         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19820         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19821         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19822
19823 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19824
19825         * config/srclist-update: Add copyright notice.
19826         (remove_id_lines, remove_trailing_blanks): New constants.
19827         (fixfile): Use them to normalize spacing a bit in copied files.
19828         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19829         Normalize leading white space and remove trailing white space.
19830
19831         * config/texinfo.tex: Sync with texinfo.
19832
19833         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19834         strtoul.c from libc, to merge coreutils whitespace changes.
19835
19836         * config/srclist.txt: Get the following m4 files from gettext:
19837         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19838         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19839         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19840         wint_t.m4.
19841
19842 2003-08-12  Karl Berry  <karl@gnu.org>
19843
19844         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19845         been made.
19846
19847 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19848
19849         * modules/gnu-source, m4/gnu-source.m4:
19850         Remove; we're assuming Autoconf 2.54 or later now.
19851         Suggested by Bruno Haible.
19852         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19853
19854 2003-08-11  Bruno Haible  <bruno@clisp.org>
19855
19856         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19857
19858 2003-08-11  Bruno Haible  <bruno@clisp.org>
19859
19860         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19861         (vasnprintf): Use it instead of wcslen.
19862
19863 2003-08-11  Bruno Haible  <bruno@clisp.org>
19864
19865         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19866         value to ensure that _Bool promotes to int. Use #define for _Bool when
19867         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19868
19869 2003-08-10  Karl Berry  <karl@gnu.org>
19870
19871         * lib/regex.h: update from libc (whitespace fix).
19872
19873 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19874
19875         Merge some files from coreutils.  These changes were
19876         originally made by Jim Meyering.
19877         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19878         many older Unixes require this.
19879         * lib/alloca.c (alloca): Remove cast to argument of free;
19880         no longer needed in C89.
19881         * lib/alloca_.h, regex.h: Fix white space to match
19882         what GNU indent does.
19883
19884 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19885
19886         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19887         apparently Emacs's Unicode mode got confused before my 2003-08-05
19888         checkin.
19889
19890 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19891
19892         * m4/extensions.m4: New file.
19893         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19894         Require gl_USE_SYSTEM_EXTENSIONS.
19895         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19896         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19897
19898 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19899
19900         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19901         * modules/extensions, modules/gnu-source: New files.
19902         * modules/timespec, modules/unlocked-io: Depend on extensions.
19903
19904 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19905
19906         * modules/restrict: New file.
19907         * MODULES.html.sh (func_all_modules): Add restrict.
19908         * modules/regex: Depend on restrict.
19909
19910 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19911
19912         * m4/restrict.m4: New file.
19913         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19914
19915 2003-08-07  Bruno Haible  <bruno@clisp.org>
19916
19917         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19918         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19919
19920 2003-08-07  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19923         makes the module 'getndelim2' compatible with the module 'getline'.
19924
19925 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19926
19927         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19928         byte with "\201" to avoid glitches when editing that source file
19929         with multi-gnome-terminal.
19930
19931 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19932
19933         * lib/bumpalloc.h: Remove.
19934
19935 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19936
19937         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19938         * modules/bumpalloc: Remove.
19939
19940 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19941
19942         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19943         GNU coding style.
19944
19945         Merge from coreutils.
19946         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19947         1. From glibc.
19948         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19949         from Karl Berry, implemented by Jim Meyering.
19950         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19951         from Dmitry V. Levin.
19952         Remove anachronistic cast of xrealloc.
19953         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19954         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19955         type. Otherwise, it wouldn't compile with at least /bin/cc on
19956         ymp-cray-unicos9.0.2.X.
19957         Combine two mostly-identical uses of alloca into one.
19958         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19959
19960 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19961
19962         [From Emacs.]
19963
19964         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19965         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19966         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19967         obsolete NLIST_NAME_UNION.
19968         [__GNU__]: Undef BSD and FSCALE.
19969         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19970
19971 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19972
19973         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19974         an enum type, so that it's guaranteed to promote to int.  See:
19975         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19976
19977 2003-08-03  Karl Berry  <karl@gnu.org>
19978
19979         * config/depcomp: update from automake.
19980
19981 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19982
19983         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19984         (strerror): Don't assume that a printable int fits in 14 bytes.
19985
19986 2003-07-31  Bruno Haible  <bruno@clisp.org>
19987
19988         * modules/getpass-gnu: New file.
19989         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19990
19991 2003-07-31  Bruno Haible  <bruno@clisp.org>
19992
19993         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19994
19995 2003-07-24  Karl Berry  <karl@gnu.org>
19996
19997         * config/missing: update from automake.
19998
19999 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20000             Bruno Haible  <bruno@clisp.org>
20001
20002         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20003         * lib/getline.c (getline, getdelim): Likewise.
20004         Remove _GNU_SOURCE define; now it's defined in config.h through
20005         m4/getline.m4.
20006
20007 2003-07-23  Karl Berry  <karl@gnu.org>
20008
20009         * config/config.sub: update from prep.
20010
20011 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20012
20013         * modules/xalloc (Depends-on): Add exitfail.
20014         * modules/xmemcoll: Likewise.
20015
20016 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20017
20018         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20019         over-parenthesization in macros.
20020
20021         Sync with coreutils.
20022
20023         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20024         required by C99.
20025
20026         Use `exit_failure' for xalloc and xmemcoll instead of their own
20027         private exit-failure variables.
20028         * lib/xalloc.h (xalloc_exit_failure): Remove.
20029         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20030         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20031         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20032         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20033         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20034
20035 2003-07-20  Jim Meyering  <jim@meyering.net>
20036
20037         * modules/closeout (Depends-on): Add exitfail.
20038         Suggestion from Bruno Haible.
20039
20040 2003-07-19  Karl Berry  <karl@gnu.org>
20041
20042         * config/config.sub: update from prep.
20043
20044 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20045
20046         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20047         Remove.
20048         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20049         to test that it can stand by itself.  Include "exitfail.h".
20050         Clients should set exit_failure instead.
20051         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20052
20053 2003-07-18  Bruno Haible  <bruno@clisp.org>
20054
20055         * modules/getndelim2: New file.
20056         * modules/getline: Share files with module getndelim2.
20057         * modules/getnline: Depend on getndelim2 instead of sharing files with
20058         it. Add getnline.c to lib_SOURCES.
20059         * MODULES.html.sh (func_all_modules): Add getndelim2.
20060
20061 2003-07-18  Bruno Haible  <bruno@clisp.org>
20062
20063         * m4/getndelim2.m4: New file.
20064         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20065         invoke gl_PREREQ_GETNDELIM2.
20066         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20067         gl_PREREQ_GETNDELIM2.
20068         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20069         gl_GETNDELIM2.
20070
20071 2003-07-18  Bruno Haible  <bruno@clisp.org>
20072
20073         * lib/getndelim2.h: New file.
20074         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20075         getndelim2.h.
20076         (getndelim2): Make non-static. Change return type to ssize_t.
20077         * lib/getline.h: Change argument names.
20078         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20079         * lib/getnline.c: Include getndelim2.h.
20080
20081 2003-07-18  Andreas Schwab  <schwab@suse.de>
20082
20083         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20084
20085 2003-07-17  Karl Berry  <karl@gnu.org>
20086
20087         * config/config.sub: update from prep.
20088
20089 2003-07-17  Bruno Haible  <bruno@clisp.org>
20090
20091         * modules/getnline: New file.
20092         * modules/getline: Add lib/getndelim2.c to source file list.
20093         * MODULES.html.sh (func_all_modules): Add getnline.
20094
20095 2003-07-17  Bruno Haible  <bruno@clisp.org>
20096
20097         * m4/getnline.m4: New file.
20098
20099 2003-07-17  Bruno Haible  <bruno@clisp.org>
20100
20101         * m4/Makefile.am.in: Remove file.
20102         * m4/Makefile.am: Remove file.
20103         * m4/Makefile.in: Remove file.
20104
20105 2003-07-17  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/getnline.h: New file.
20108         * lib/getnline.c: New file.
20109         * lib/getndelim2.c: New file, extracted from getline.c.
20110         (getndelim2): Renamed from getdelim2, with added nmax argument.
20111         * lib/getline.c: Include getndelim2.c.
20112         (getdelim2): Moved out to getndelim2.c.
20113         (getline, getdelim): Update.
20114
20115 2003-07-17  Bruno Haible  <bruno@clisp.org>
20116
20117         * lib/Makefile.am: Remove file.
20118         * lib/Makefile.in: Remove file.
20119
20120 2003-07-17  Bruno Haible  <bruno@clisp.org>
20121
20122         * configure.in: Remove file.
20123         * Makefile.in: Remove file.
20124
20125 2003-07-17  Bruno Haible  <bruno@clisp.org>
20126
20127         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20128
20129 2003-07-16  Karl Berry  <karl@gnu.org>
20130
20131         * config/srclist-update: was running fixlicense twice, which caused
20132                 texinfo.tex to be nullified for some reason.  Simplify,
20133                 $gplsrc is no longer needed as far as I can see?
20134
20135 2003-07-16  Jim Meyering  <jim@meyering.net>
20136
20137         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20138
20139 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20140
20141         * config/srclist.txt: Get the following files from gettext-runtime/intl
20142         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20143         ref-del.sin.  From Bruno Haible.
20144         * config/srclist-update (fixfile): Change grep pattern again, since the
20145         previous fix didn't work (there was another trailing $).  Use
20146         '[$]' to escape the $s.
20147
20148 2003-07-15  Karl Berry  <karl@gnu.org>
20149
20150         * lib/vasnprintf.c: update from gettext.
20151
20152 2003-07-15  Karl Berry  <karl@gnu.org>
20153
20154         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20155         gets expanded when surrounded by '$'.
20156
20157 2003-07-15  Jim Meyering  <jim@meyering.net>
20158
20159         * modules/save-cwd: Don't depend on error.  From Derek Price.
20160
20161 2003-07-15  Jim Meyering  <jim@meyering.net>
20162
20163         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20164
20165 2003-07-14  Simon Josefsson  <jas@extundo.com>
20166
20167         * modules/mempcpy: New file.
20168         * MODULES.html.sh (func_all_modules): Add mempcpy.
20169
20170 2003-07-14  Simon Josefsson  <jas@extundo.com>
20171
20172         * m4/mempcpy.m4: New file.
20173
20174 2003-07-14  Simon Josefsson  <jas@extundo.com>
20175
20176         * lib/mempcpy.h: New file.
20177         * lib/mempcpy.c: New file.
20178
20179 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20180
20181         * modules/getdate, modules/posixtm: Depend on mktime.
20182
20183 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20184
20185         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20186         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20187         unicodeio.c, unicodeio.h, unlocked-io.h:
20188         Switch from LGPL to GPL.
20189
20190 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20191
20192         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20193         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20194         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20195         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20196         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20197         updated automatically by ../config/srclist-update.  This changes
20198         their license from LPGL to GPL.
20199
20200 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20201
20202         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20203         assumed to refer to the root of the most recent stable gettext version.
20204         * config/srclistvars.sh: Add defaults for eggert.
20205         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20206         Match "This program" as well as "The program".  This is needed
20207         for gettext.
20208
20209 2003-07-14  Jim Meyering  <jim@meyering.net>
20210
20211         Don't emit diagnostics.  Let callers do that.
20212         * lib/save-cwd.c: Don't include "error.h".
20213         (save_cwd): Don't call error.  Ensure that errno is valid
20214         when returning nonzero.
20215
20216         * lib/save-cwd.h (restore_cwd): Update prototype.
20217         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20218         Simplify.  Don't call error upon failure.  Let callers do that.
20219         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20220         when auditing is enabled.  But don't bother updating the #if.
20221
20222 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20223
20224         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20225         it breaks C++ compilation.
20226         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20227
20228 2003-07-10  Simon Josefsson  <jas@extundo.com>
20229
20230         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20231
20232 2003-07-10  Jim Meyering  <jim@meyering.net>
20233
20234         * m4/clock_time.m4: Remove trailing blank.
20235         * m4/intmax_t.m4: Likewise.
20236
20237 2003-07-10  Jim Meyering  <jim@meyering.net>
20238
20239         * lib/vasnprintf.c: Remove trailing blanks.
20240         Make cpp indentation consistent.
20241
20242 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20243
20244         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20245         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20246         Switch from LGPL to GPL.
20247
20248 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20249
20250         * config/srclist.txt: Sort sublists.  Add
20251         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20252         that differ from gnulib for one reason or another; we'd like this list
20253         to be smaller but for now let's document what we have.
20254
20255 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20256
20257         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20258         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20259         and sweeter "eval x=$x".
20260         * config/srclist.txt: Get lib/argp* from glibc.
20261
20262 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20263
20264         * lib/mktime.c: Fix some boundary cases and remove need for floating
20265         point.
20266
20267         Issue a compile-time diagnostic if time_t is floating point, or if
20268         two's complement arithmetic is not in effect, or if arithmetic
20269         right shift does not propagate the sign.  These assumptions were
20270         all in the original code but they weren't checked.
20271
20272         (TIME_T_MIDPOINT, verify): New macros.
20273         (__isleap): Remove; it has integer overflow problems.
20274         (leapyear): New function, without those problems.
20275         (ydhms_tm_diff): Remove; splitting into two parts.
20276         (ydhms_diff): New function, containing the arithmetic part of
20277         the old ydhms_tm_diff function.  Issue a compile-time
20278         diagnostic if we are not using C99 integer division.
20279         Avoid casts when possible.
20280         (guess_time_tm): New function, containing the checking part of
20281         the old ydhms_tm_diff function.  Return the new value, rather than
20282         the difference between it and the old.  Accept a new argument T
20283         so that *T specifies the old value.  Check for overflow in the result.
20284
20285         (__mktime_internal): Use a time_t offset, not a long int offset.
20286         This undoes the 2003-06-04 change, which is no longer needed now
20287         that we have better overflow checking.
20288         (localtime_offset): Likewise.
20289
20290         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20291         and long are 64-bit but int is only 32-bit.
20292         (ydhms_diff): Use long int to store year1 and yday1.
20293         Issue a compile-time diagnostic if long int is not wide enough.
20294
20295         (__mktime_internal): Use long int to store adjusted year and yday.
20296         Use plain C rather than preprocessor commands, if that doesn't
20297         affect efficiency.
20298         Check for overflow (and try to repair) after each probe
20299         rather than checking only at the very end.  This avoids some bugs
20300         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20301         does not equal GMT offset at maximum time).
20302         Use integer to check for overflow rather than floating point; this
20303         is more portable to non-IEEE hosts, and is a tad faster.
20304         When we detect that we are oscillating between two values,
20305         don't check whether tm_isdst has the requested value, since
20306         we already know the answer.  When tm_isdst has the wrong value,
20307         use a different heuristic to find the right one, based on the
20308         extreme values actually observed in practice in tz2003a,
20309         rather than the (overly optimistic) "previous 3 calendar quarters".
20310
20311         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20312         "T const" to accommodate glibc style.
20313         (check_result): Use less-confusing report format.  "long" -> "long int.
20314         (main): Likewise.
20315         Don't loop if the iteration overflows time_t.
20316         Allow a negative step in the iteration.
20317
20318 2003-07-06  Karl Berry  <karl@gnu.org>
20319
20320         * config/depcomp: update from automake.
20321         * config/config.sub: update from prep.
20322
20323 2003-07-03  Karl Berry  <karl@gnu.org>
20324
20325         * config/config.guess: update from prep.
20326
20327 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20328
20329         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20330         xreadlink.c now includes it unconditionally.
20331
20332 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20333
20334         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20335         having it depend on HAVE_SYS_TYPES_H.
20336
20337 2003-07-01  Bruno Haible  <bruno@clisp.org>
20338
20339         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20340         <sys/types.h> should be sufficient.
20341         Reported by Paul Eggert.
20342
20343 2003-06-26  Karl Berry  <karl@gnu.org>
20344
20345         * config/depcomp: update from automake.
20346
20347 2003-06-26  Bruno Haible  <bruno@clisp.org>
20348
20349         * modules/human: Depend on module stdbool.
20350
20351 2003-06-25  Bruno Haible  <bruno@clisp.org>
20352
20353         * modules/readlink: New file.
20354         * modules/xreadlink: Depend on it.
20355         * MODULES.html.sh (func_all_modules): Add readlink.
20356
20357 2003-06-25  Bruno Haible  <bruno@clisp.org>
20358
20359         * m4/readlink.m4: New file.
20360
20361 2003-06-25  Bruno Haible  <bruno@clisp.org>
20362
20363         * lib/readlink.c: New file.
20364
20365 2003-06-22  Karl Berry  <karl@gnu.org>
20366
20367         * config/srclist.txt: update mkinstalldirs from automake.
20368         * config/mkinstalldirs: update.
20369
20370 2003-06-22  Bruno Haible  <bruno@clisp.org>
20371
20372         Portability to mingw32.
20373         * m4/ssize_t.m4: New file, from GNU gettext.
20374         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20375         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20376
20377 2003-06-22  Bruno Haible  <bruno@clisp.org>
20378
20379         * modules/safe-read: Add m4/ssize_t.m4.
20380         * modules/xreadlink: Add m4/ssize_t.m4.
20381
20382 2003-06-20  Bruno Haible  <bruno@clisp.org>
20383
20384         Assume C89, so PARAMS isn't needed.
20385         * lib/unicodeio.h (PARAMS): Remove.
20386         * lib/unicodeio.c: Don't use PARAMS.
20387
20388 2003-06-18  Karl Berry  <karl@gnu.org>
20389
20390         * config/config.{guess,sub}: update from prep.
20391
20392 2003-06-18  Jim Meyering  <jim@meyering.net>
20393
20394         Merge changes from coreutils.
20395         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20396         Remove explicit declarations of xmalloc and realloc.
20397         Include xalloc.h.
20398         (read_utmp): Remove anachronistic cast of xmalloc.
20399
20400 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20401
20402         Assume C89, so PARAMS isn't needed.
20403         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20404         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20405         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20406         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20407         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20408         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20409         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20410         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20411         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20412         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20413         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20414         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20415         no longer needed. Anyway, config.h should always be included before any
20416         other file.
20417
20418 2003-06-11  Simon Josefsson  <jas@extundo.com>
20419
20420         * modules/sysexits: New file.
20421         * MODULES.html.sh (func_all_modules): Add sysexits.
20422
20423 2003-06-11  Simon Josefsson  <jas@extundo.com>
20424
20425         * lib/sysexit_.h: New file.
20426
20427 2003-06-11  Derek Price  <derek@ximbiot.com>
20428
20429         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20430         necessary.
20431
20432 2003-06-11  Bruno Haible  <bruno@clisp.org>
20433
20434         * m4/sysexits.m4: New file.
20435
20436 2003-06-10  Simon Josefsson  <jas@extundo.com>
20437
20438         * lib/argp.h: New file, from glibc.
20439         * lib/argp-ba.c: New file, from glibc.
20440         * lib/argp-eexst.c: New file, from glibc.
20441         * lib/argp-fmtstream.c: New file, from glibc.
20442         * lib/argp-fmtstream.h: New file, from glibc.
20443         * lib/argp-fs-xinl.c: New file, from glibc.
20444         * lib/argp-help.c: New file, from glibc.
20445         * lib/argp-namefrob.h: New file, from glibc.
20446         * lib/argp-parse.c: New file, from glibc.
20447         * lib/argp-pv.c: New file, from glibc.
20448         * lib/argp-pvh.c: New file, from glibc.
20449         * lib/argp-xinl.c: New file, from glibc.
20450
20451 2003-06-10  Simon Josefsson  <jas@extundo.com>
20452
20453         * modules/strchrnul: New file.
20454
20455 2003-06-10  Simon Josefsson  <jas@extundo.com>
20456
20457         * modules/argp: New file.
20458
20459 2003-06-10  Simon Josefsson  <jas@extundo.com>
20460
20461         * m4/strchrnul.m4: New file.
20462
20463 2003-06-10  Simon Josefsson  <jas@extundo.com>
20464
20465         * lib/strchrnul.h: New file.
20466         * lib/strchrnul.c: New file.
20467
20468 2003-06-10  Bruno Haible  <bruno@clisp.org>
20469
20470         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20471
20472 2003-06-07  Karl Berry  <karl@gnu.org>
20473
20474         * config/config.{guess,sub}: update from prep.
20475
20476 2003-06-07  Jim Meyering  <jim@meyering.net>
20477
20478         * modules/strtod: Use $(...) notation, not @...@ for
20479         AC_REPLACE'd variables.
20480         * modules/localcharset: Likewise.
20481
20482 2003-06-07  Jim Meyering  <jim@meyering.net>
20483
20484         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20485         in place of my name in the copyright comment.
20486         Remove definition and uses of __P.
20487
20488         From coreutils.
20489         * lib/stat.c: Don't declare xmalloc explicitly.
20490         Instead, include "xalloc.h".
20491         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20492         xrealloc, and xcalloc return values.
20493         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20494         Improve comment.
20495         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20496
20497 2003-06-07  Bruno Haible  <bruno@clisp.org>
20498
20499         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20500         avoid AC_CONFIG_LINKS.
20501         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20502         fnmatch.h, to avoid AC_CONFIG_LINKS.
20503         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20504
20505 2003-06-07  Bruno Haible  <bruno@clisp.org>
20506
20507         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20508         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20509         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20510         directory.
20511         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20512         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20513         directory.
20514
20515 2003-06-06  Jim Meyering  <jim@meyering.net>
20516
20517         Merge from coreutils.
20518         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20519         Consolidate declarations and initializations of *_base* locals.
20520
20521         Merge from coreutils.
20522         This avoids a core dump on systems without GNU putenv,
20523         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20524         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20525         (unsetenv): New static function, from GNU libc.
20526         (rpl_putenv): Use it.
20527
20528         * lib/modechange.c: Remove trailing blanks.
20529
20530         Merge from coreutils.
20531         * lib/fsusage.c: Remove declaration of statfs.
20532         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20533
20534         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20535
20536 2003-06-06  Jim Meyering  <jim@meyering.net>
20537
20538         * lib/stdbool_.h: Renamed from stdbool.h.in.
20539
20540 2003-06-06  Jim Meyering  <jim@meyering.net>
20541             Bruno Haible  <bruno@clisp.org>
20542
20543         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20544         Adjust Makefile.am snippet not to redirect directly to target.
20545         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20546
20547 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20548
20549         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20550         mismatch, look in future quarters as well as past.  This fixes a
20551         bug when processing fall-backwards gaps immediately after a long
20552         period of daylight-saving time.
20553
20554         * lib/mktime.c: Assume freestanding C89 or better.
20555         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20556         (__P): Remove; not used.
20557         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20558         (mktime, not_equal_tm, print_tm, check_result,
20559         main): Use prototypes.  Use const * where appropriate.
20560         (main): Fix typo in testing code that uncovered by above changes.
20561         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20562
20563 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20564
20565         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20566         locale.h, localeconv.  This merges changes from coreutils.
20567
20568         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20569         It can be removed after the next Autoconf is released.
20570         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20571         needed.
20572
20573 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20574
20575         * lib/mktime.c: Fix Debian bug 177940
20576         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20577         (localtime_offset): Now long int, not time_t, because we want it
20578         to be guaranteed to be signed.  All uses changed.
20579         (__mktime_internal): If overflow would occur when adding offset,
20580         don't add it.
20581
20582         Merge 'human' changes from coreutils.  Rewrite to support
20583         locale-specific notations like thousands separators.
20584         * lib/human.c: Simplify authorship notice.
20585         Include human.h immediately after config.h.
20586         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20587         <limits.h>: Do not include, since human.h does.
20588         (SIZE_MAX, UINTMAX_MAX): New macros.
20589         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20590         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20591         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20592         (power_letter): Renamed from suffixes.
20593         (generate_suffix_backwards): Remove.
20594         (adjust_value): Now takes int style (because of human.h changes)
20595         and long double value (for greater precision on some platforms).
20596         (group_number): New function.
20597         (human_readable): Use it.  Use integer options, not enum.
20598         Put the options before the sizes in the arg list.
20599         Support all the new options.
20600         The old human_readable function has been removed;
20601         use inttostr.h instead.
20602         (human_readable, default_block_size, humblock):
20603         Use uintmax_t, not int, for block sizes.
20604         (human_readable_inexact, block_size_types): Remove.
20605         (block_size_opts): New constant.
20606         (human_options): Renamed from human_block_size, with new signature
20607         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20608         * lib/human.h: Add copyright and authorship notice.
20609         Include <limits.h> and <stdbool.h> unconditionally.
20610         (PARAMS): Remove.  All uses removed.
20611         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20612         (enum human_inexact_style): Remove tag; now a nameless enum.
20613         (human_floor, human_ceiling, human_round_to_even): Now have
20614         values 2, 0, 1 rather than -1, 1, 0.
20615         (human_group_digits, human_suppress_point_zero, human_autoscale,
20616         human_base_1024, human_SI, human_B): New constants.
20617         (human_readable_inexact, human_block_size): Remove.
20618         (human_readable): Size args are now uintmax_t, not int.
20619         (human_options): New decl.
20620
20621         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20622         unnecessary now that we assume C89 or better.  This change
20623         imported from coreutils.
20624
20625         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20626         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20627         in the 2003-05-30 sync from glibc.
20628
20629         .h files should stand alone, but we shouldn't include <sys/types.h>
20630         if we can get away with just <stddef.h>.
20631
20632         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20633         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20634         rather than <sys/types.h>, as we merely need size_t.
20635         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20636         to get size_t.
20637         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20638         Include <stdio.h>, to get FILE.
20639         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20640         memcasecmp.h has included <stddef.h> and all we need is size_t.
20641         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20642         our interface, instead of including <sys/types.h>
20643
20644 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20645
20646         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20647         now, as glibc mktime is buggy on non-glibc systems.
20648
20649 2003-06-03  Karl Berry  <karl@gnu.org>
20650
20651         * config/config.sub: update from prep.
20652
20653 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20654
20655         [from coreutils]
20656         Fix some minor time-related bugs with POSIX time arguments.
20657         Some valid time stamps were being rejected (notably -1, and
20658         time stamps before 1900 on 64-bit hosts).  And some invalid
20659         time stamps were being accepted, e.g. September 31.
20660
20661         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20662         that we can return (time_t) -1 successfully.
20663         * lib/posixtm.c: Likewise.
20664         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20665         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20666         (t): Remove static var.
20667         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20668         of static var.  All uses changed.
20669         (year): Do not reject years before 1900; they can occur with
20670         64-bit time_t.
20671         (posix_time_parse): Do not check for out-of-range components;
20672         that is now the caller's responsibility, since our checks were
20673         only approximations.
20674         (posixtime): Use mktime to check for out-of-range components,
20675         since it knows them exactly.
20676         If mktime returns (time_t) -1, check whether an error actually occurred
20677         by invoking localtime on -1.
20678         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20679         posixtime failures better.
20680         Improve the test data (in comments only).
20681
20682 2003-06-02  Karl Berry  <karl@gnu.org>
20683
20684         * config/mkinstalldirs (version): new variable.
20685         (--version): new option.
20686         (usage): improve message.
20687
20688 2003-05-30  Karl Berry  <karl@gnu.org>
20689
20690         * lib/mktime.c: update from libc.
20691
20692 2003-05-30  Bruno Haible  <bruno@clisp.org>
20693
20694         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20695         * config/config.rpath: Upgrade to gettext-0.12.1.
20696
20697 2003-05-30  Bruno Haible  <bruno@clisp.org>
20698
20699         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20700         * m4/nls.m4: New file, from gettext-0.12.1.
20701         * m4/po.m4: New file, from gettext-0.12.1.
20702         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20703
20704 2003-05-30  Bruno Haible  <bruno@clisp.org>
20705
20706         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20707         * lib/localcharset.h: Likewise.
20708         * lib/localcharset.c: Likewise.
20709
20710 2003-05-29  Karl Berry  <karl@gnu.org>
20711
20712         * config/config.rpath: update from gettext.
20713
20714 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20715
20716         Assume the headers required for C89 freestanding compilers.
20717         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20718         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20719         * m4/human.m4 (gl_HUMAN): Likewise.
20720         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20721         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20722         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20723         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20724         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20725         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20726
20727 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20728
20729         Assume the headers required for C89 freestanding compilers.
20730         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20731         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20732         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20733         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20734         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20735         define, since <limits.h> is guaranteed to do that.
20736         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20737         * lib/exclude.c: Include <stdbool.h> unconditionally.
20738         * lib/tempname.c: Include <stddef.h> unconditionally.
20739         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20740         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20741         <stddef.h> does that.
20742         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20743         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20744         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20745         needed.
20746         * lib/xstrtol.c: Likewise.
20747         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20748         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20749
20750         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20751         warnings on some platforms.
20752
20753         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20754         arbitrarily.
20755
20756 2003-05-26  Jim Meyering  <jim@meyering.net>
20757
20758         Merge in a change from coreutils:
20759         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20760         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20761         that condition, rather than `-1' which is slightly misleading.
20762         Change the name of the cache variable to have the gl_ prefix.
20763         Prompted by a patch from Richard Dawe for DJGPP.
20764
20765 2003-05-24  Karl Berry  <karl@gnu.org>
20766
20767         * config/config.guess: update from prep.
20768
20769 2003-05-22  Karl Berry  <karl@gnu.org>
20770
20771         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20772
20773 2003-05-20  Karl Berry  <karl@gnu.org>
20774
20775         * config/config.guess: update from prep.
20776
20777 2003-05-18  Karl Berry  <karl@gnu.org>
20778
20779         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20780         might actually be set by the user.
20781
20782         * config/depcomp, install-sh, mdate-sh: update from automake.
20783
20784 2003-05-17  Bruno Haible  <bruno@clisp.org>
20785
20786         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20787         invalid expansion for AC_EGREP_CPP.
20788         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20789         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20790         Suggested by Akim Demaille <akim@epita.fr> in
20791         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20792
20793 2003-05-12  Jim Meyering  <jim@meyering.net>
20794
20795         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20796         the space-padded-by-default conversion specifiers, %e, %k, %l.
20797
20798 2003-05-12  Bruno Haible  <bruno@clisp.org>
20799
20800         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20801         the string is longer than 4 KB.
20802
20803 2003-05-11  Karl Berry  <karl@gnu.org>
20804
20805         * config/config.{guess,sub}: update from prep.
20806
20807 2003-05-09  Bruno Haible  <bruno@clisp.org>
20808
20809         * modules/error: Add m4/strerror_r.m4 to file list.
20810
20811 2003-05-03  Bruno Haible  <bruno@clisp.org>
20812
20813         Upgrade to Unicode-4.0.
20814         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20815         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20816         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20817         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20818         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20819         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20820         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20821         Change width of U+E0100..U+E01EF from 1 to 0.
20822
20823 2003-04-25  Jim Meyering  <jim@meyering.net>
20824
20825         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20826         of type size_t, not int.
20827
20828 2003-04-25  Bruno Haible  <bruno@clisp.org>
20829
20830         * lib/copy-file.c: Include <stddef.h>, for size_t.
20831
20832 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20833
20834         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20835         code which expansion is under static control.  Patch imported from
20836         Akim Demaille's patch to Bison; see
20837         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20838
20839 2003-04-14  Bruno Haible  <bruno@clisp.org>
20840
20841         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20842
20843 2003-04-11  Jim Meyering  <jim@meyering.net>
20844
20845         Merge changes from Coreutils.
20846
20847         2003-03-22  Jim Meyering  <jim@meyering.net>
20848
20849         * lib/strftime.c (widen): Cast alloca return value to proper type.
20850
20851         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20852
20853         From GNU libc.
20854         * lib/strftime.c (my_strftime): Handle very large width
20855         specifications for numeric values correctly.  Improve checks for
20856         overflow.
20857
20858         2003-01-19  Jim Meyering  <jim@meyering.net>
20859
20860         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20861         definitions.
20862         (nl_get_alt_digit) [! defined my_strftime]: Define.
20863         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20864         _nl_get_alt_digit and _nl_get_walt_digit.
20865
20866         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20867         libc. These changes have no effect outside of _LIBC.
20868
20869 2003-04-10  Bruno Haible  <bruno@clisp.org>
20870
20871         * modules/findprog: New file.
20872         * MODULES.html.sh (func_all_modules): Add it.
20873
20874 2003-04-10  Bruno Haible  <bruno@clisp.org>
20875
20876         * m4/findprog.m4: New file.
20877         * m4/eaccess.m4: New file.
20878
20879 2003-04-10  Bruno Haible  <bruno@clisp.org>
20880
20881         * lib/findprog.h: New file, from GNU gettext.
20882         * lib/findprog.c: New file, from GNU gettext.
20883
20884 2003-04-05  Jim Meyering  <jim@meyering.net>
20885
20886         Merge changes from Coreutils.
20887
20888         * lib/exclude.h (PARAMS): Remove definition and uses.
20889         * lib/exclude.c: Remove uses of `PARAMS'.
20890
20891         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20892         Add test-cases for DOS filenames. Declare program_name.
20893         (main): Set up program_name.  Patch by Rich Dawe.
20894
20895         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20896         error from mntctl.
20897         Use mntctl's return value to drive the entry-processing loop, since
20898         we can't rely on the value of the vmt_length member in the last
20899         entry.  On some systems doing so could result in exhausting
20900         virtual memory.  Based in part on a patch from Mike Jetzer.
20901
20902 2003-04-04  Bruno Haible  <bruno@clisp.org>
20903
20904         * modules/linebreak: New file.
20905         * MODULES.html.sh (func_all_modules): Add it.
20906
20907 2003-04-04  Bruno Haible  <bruno@clisp.org>
20908
20909         * m4/linebreak.m4: New file.
20910
20911 2003-04-04  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/linebreak.h: New file, from GNU gettext.
20914         * lib/linebreak.c: New file, from GNU gettext with slight
20915         modifications.
20916         * lib/lbrkprop.h: New file, from GNU gettext.
20917
20918 2003-04-03  Bruno Haible  <bruno@clisp.org>
20919
20920         * modules/utf8-ucs4: New file.
20921         * modules/utf16-ucs4: New file.
20922         * modules/ucs4-utf8: New file.
20923         * modules/ucs4-utf16: New file.
20924         * MODULES.html.sh (func_all_modules): Add them.
20925
20926 2003-04-03  Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/utf-ucs4.m4: New file.
20929         * m4/ucs4-utf.m4: New file.
20930
20931 2003-04-03  Bruno Haible  <bruno@clisp.org>
20932
20933         * lib/utf8-ucs4.h: New file, from GNU gettext.
20934         * lib/utf16-ucs4.h: New file, from GNU gettext.
20935         * lib/ucs4-utf8.h: New file, from GNU gettext.
20936         * lib/ucs4-utf16.h: New file, from GNU gettext.
20937
20938 2003-04-02  Bruno Haible  <bruno@clisp.org>
20939
20940         * modules/binary-io: New file.
20941         * MODULES.html.sh (func_all_modules): Add it.
20942
20943 2003-04-02  Bruno Haible  <bruno@clisp.org>
20944
20945         * lib/binary-io.h: New file, from GNU gettext.
20946
20947 2003-04-01  Bruno Haible  <bruno@clisp.org>
20948
20949         * modules/pathname: New file.
20950         * MODULES.html.sh (func_all_modules): Add it.
20951
20952 2003-04-01  Bruno Haible  <bruno@clisp.org>
20953
20954         * lib/pathname.h: New file, from GNU gettext.
20955         * lib/concatpath.c: New file, from GNU gettext.
20956
20957 2003-03-30  Bruno Haible  <bruno@clisp.org>
20958
20959         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20960
20961 2003-03-30  Bruno Haible  <bruno@clisp.org>
20962
20963         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20964         function chown() doesn't exist.
20965
20966 2003-03-28  Bruno Haible  <bruno@clisp.org>
20967
20968         * modules/copy-file: New file.
20969         * MODULES.html.sh (func_all_modules): Add it.
20970
20971 2003-03-28  Bruno Haible  <bruno@clisp.org>
20972
20973         * m4/copy-file.m4: New file.
20974
20975 2003-03-28  Bruno Haible  <bruno@clisp.org>
20976
20977         * lib/copy-file.h: New file, from GNU gettext.
20978         * lib/copy-file.c: New file, from GNU gettext.
20979
20980 2003-03-18  Jim Meyering  <jim@meyering.net>
20981
20982         * lib/quote.c (quote_n): Fix typo in comment.
20983
20984 2003-03-18  Bruno Haible  <bruno@clisp.org>
20985
20986         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20987         checking.
20988         * m4/onceonly_2_57.m4: Likewise.
20989
20990 2003-03-17  Bruno Haible  <bruno@clisp.org>
20991
20992         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20993         (m4_quote): Remove macro.
20994         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20995
20996 2003-03-14  Jim Meyering  <jim@meyering.net>
20997
20998         Merge changes from Coreutils.
20999         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21000         to be const, in order to avoid warnings.
21001         (obstack_room): Likewise.
21002         (obstack_empty_p): Likewise.
21003
21004 2003-03-14  Bruno Haible  <bruno@clisp.org>
21005
21006         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21007         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21008
21009 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21010
21011         Merge changes from Bison.
21012         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21013         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21014         when compiling Bison 1.875's `bitset bset = obstack_alloc
21015         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21016         * lib/hash.c: Include <stdbool.h> unconditionally.
21017
21018 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21019
21020         * m4/onceonly.m4 (m4_quote): New macro.
21021         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21022         Quote AC_FOREACH variable-expansions properly.
21023
21024 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21025
21026         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21027
21028 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21029
21030         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21031         Reported by Bruce Becker; see:
21032         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21033
21034 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21035             Bruno Haible  <bruno@clisp.org>
21036
21037         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21038         Reported by John Hughes, see
21039         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21040
21041 2003-02-20  Bruno Haible  <bruno@clisp.org>
21042
21043         * MODULES.html.sh (func_all_modules): Add poll.
21044
21045 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21046
21047         * modules/poll: New file.
21048
21049 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21050
21051         * lib/poll_.h: New file.
21052         * lib/poll.c: New file.
21053
21054 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21055
21056         * m4/poll.m4: New file.
21057
21058 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21059
21060         * modules/mathl: New file.
21061
21062 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21063
21064         * lib/mathl.h: New file.
21065         * lib/acosl.c: New file.
21066         * lib/asinl.c: New file.
21067         * lib/atanl.c: New file.
21068         * lib/ceill.c: New file.
21069         * lib/cosl.c: New file.
21070         * lib/expl.c: New file.
21071         * lib/floorl.c: New file.
21072         * lib/frexpl.c: New file.
21073         * lib/ldexpl.c: New file.
21074         * lib/logl.c: New file.
21075         * lib/sincosl.c: New file.
21076         * lib/sinl.c: New file.
21077         * lib/sqrtl.c: New file.
21078         * lib/tanl.c: New file.
21079         * lib/trigl.c: New file.
21080         * lib/trigl.h: New file.
21081
21082 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21083
21084         * m4/mathl.m4: New file.
21085
21086 2003-02-18  Bruno Haible  <bruno@clisp.org>
21087
21088         * MODULES.html.sh (func_all_modules): Add mathl.
21089
21090 2003-02-17  Bruno Haible  <bruno@clisp.org>
21091
21092         * modules/mkdtemp: New module.
21093         * MODULES.html.sh (func_all_modules): Add it.
21094
21095 2003-02-17  Bruno Haible  <bruno@clisp.org>
21096
21097         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21098
21099 2003-02-17  Bruno Haible  <bruno@clisp.org>
21100
21101         * lib/mkdtemp.h: New file, from GNU gettext.
21102         * lib/mkdtemp.c: New file, from GNU gettext.
21103
21104 2003-02-02  Jim Meyering  <jim@meyering.net>
21105
21106         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21107         e.g. glibc-2.2.93.
21108
21109 2003-01-31  Bruno Haible  <bruno@clisp.org>
21110
21111         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21112         'rpl_rename'.
21113         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21114         'rpl_strnlen'.
21115         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21116         'rpl_strtod'.
21117         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21118         'rpl_utime'.
21119
21120 2003-01-31  Bruno Haible  <bruno@clisp.org>
21121
21122         * lib/rename.c: #undef rename before defining rpl_rename.
21123         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21124
21125 2003-01-30  Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/vasnprintf, modules/vasprintf: New modules.
21128         * MODULES.html.sh (func_all_modules): Add them.
21129
21130 2003-01-30  Bruno Haible  <bruno@clisp.org>
21131
21132         * m4/signed.m4: New file, from GNU gettext.
21133         * m4/longdouble.m4: New file, from GNU gettext.
21134         * m4/wchar_t.m4: New file, from GNU gettext.
21135         * m4/wint_t.m4: New file, from GNU gettext.
21136         * m4/vasnprintf.m4: New file.
21137         * m4/vasprintf.m4: New file.
21138
21139 2003-01-30  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/printf-args.h: New file, from GNU gettext.
21142         * lib/printf-args.c: New file, from GNU gettext.
21143         * lib/printf-parse.h: New file, from GNU gettext.
21144         * lib/printf-parse.c: New file, from GNU gettext.
21145         * lib/vasnprintf.h: New file, from GNU gettext.
21146         * lib/vasnprintf.c: New file, from GNU gettext.
21147         * lib/asnprintf.c: New file, from GNU gettext.
21148         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21149         * lib/vasprintf.c: New file, from GNU gettext.
21150         * lib/asprintf.c: New file, from GNU gettext.
21151
21152 2003-01-29  Bruno Haible  <bruno@clisp.org>
21153
21154         * modules/stpncpy: New module.
21155         * MODULES.html.sh (func_all_modules): Add it.
21156
21157 2003-01-29  Bruno Haible  <bruno@clisp.org>
21158
21159         * m4/stpncpy.m4: New file.
21160
21161 2003-01-29  Bruno Haible  <bruno@clisp.org>
21162
21163         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21164         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21165
21166 2003-01-28  Bruno Haible  <bruno@clisp.org>
21167
21168         * modules/c-ctype: New module.
21169         * MODULES.html.sh (func_all_modules): Add it.
21170
21171 2003-01-28  Bruno Haible  <bruno@clisp.org>
21172
21173         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21174         Paul Eggert.
21175         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21176         Paul Eggert.
21177
21178 2003-01-27  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/xsetenv: New module.
21181         * MODULES.html.sh (func_all_modules): Add it.
21182
21183 2003-01-27  Bruno Haible  <bruno@clisp.org>
21184
21185         * lib/xsetenv.h: New file, from GNU gettext.
21186         * lib/xsetenv.c: New file, from GNU gettext.
21187
21188 2003-01-23  Jim Meyering  <jim@meyering.net>
21189
21190         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21191         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21192
21193 2003-01-23  Bruno Haible  <bruno@clisp.org>
21194
21195         * modules/minmax: New module.
21196         * MODULES.html.sh (func_all_modules): Add it.
21197
21198 2003-01-23  Bruno Haible  <bruno@clisp.org>
21199
21200         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21201         Eggert.
21202
21203 2003-01-22  Bruno Haible  <bruno@clisp.org>
21204
21205         * modules/exit: New module.
21206         * MODULES.html.sh (func_all_modules): Add it.
21207
21208 2003-01-22  Bruno Haible  <bruno@clisp.org>
21209
21210         * lib/exit.h: New file, from GNU gettext.
21211
21212 2003-01-19  Bruno Haible  <bruno@clisp.org>
21213
21214         * gnulib-tool: Recognize option --extract-maintainer.
21215         (func_get_maintainer): New function.
21216         * modules/*: Add Maintainer entry.
21217
21218 2003-01-16  Jim Meyering  <jim@meyering.net>
21219
21220         * m4/regex.m4: The `regex' struct is both input and output.
21221         Initialize it before each use.  Patch by Tim Waugh.
21222
21223 2003-01-16  Bruno Haible  <bruno@clisp.org>
21224
21225         * MODULES.html.sh: Add a table of contents. Add the module name as
21226         leftmost column. Add hyperlinks.
21227
21228 2003-01-15  Bruno Haible  <bruno@clisp.org>
21229
21230         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21231
21232 2003-01-15  Bruno Haible  <bruno@clisp.org>
21233
21234         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21235         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21236         suffix.
21237
21238 2003-01-15  Bruno Haible  <bruno@clisp.org>
21239
21240         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21241
21242 2003-01-15  Bruno Haible  <bruno@clisp.org>
21243
21244         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21245         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21246
21247 2003-01-14  Jim Meyering  <jim@meyering.net>
21248
21249         * lib/same.c (same_name): Tweak a comment.
21250
21251 2003-01-14  Bruno Haible  <bruno@clisp.org>
21252
21253         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21254         when a string comparison is sufficient.
21255
21256 2003-01-14  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21259         'unsigned int'.
21260
21261 2003-01-14  Bruno Haible  <bruno@clisp.org>
21262
21263         * lib/hash-pjw.c: Add comment about low quality of this function.
21264
21265 2003-01-13  Bruno Haible  <bruno@clisp.org>
21266
21267         * modules/stpcpy: Distribute lib/stpcpy.h.
21268         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21269
21270 2003-01-13  Bruno Haible  <bruno@clisp.org>
21271
21272         * modules/*: Add a description.
21273         * modules/strpbrk: Fix Makefile.am snippet.
21274         * modules/strtoimax: Fix dependencies.
21275         * modules/strtoumax: Likewise.
21276
21277 2003-01-13  Bruno Haible  <bruno@clisp.org>
21278
21279         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21280         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21281         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21282
21283 2003-01-13  Bruno Haible  <bruno@clisp.org>
21284
21285         * gnulib-tool (func_create_testdir): Store config/* files in the main
21286         directory.
21287         * config.rpath: Move to ...
21288         * config/config.rpath: ... here.
21289         * modules/gettext: Contains config/config.rpath, not config.rpath.
21290         * modules/iconv: Likewise.
21291
21292 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21293
21294         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21295         to avoid collisions with libcurses and libreadline.
21296
21297         * m4/getstr.m4: Remove.
21298         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21299
21300 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21301
21302         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21303         to avoid collisions with libcurses and libreadline.
21304
21305         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21306         * lib/getstr.h, getstr.c: Remove.
21307         * lib/getline.c: Include "getline.h", to check interface.
21308         Move body of old getstr.c here: this defines MIN_CHUNK and
21309         declares getdelim2, which is renamed from getstr.
21310         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21311
21312         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21313         All uses changed.
21314         * lib/linebuffer.h: Likewise.
21315         (readline): Remove backward-compatibility macro.
21316
21317 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21318
21319         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21320         to avoid collisions with libcurses and libreadline.
21321         * getstr: Remove.
21322         * MODULES.html.sh: Remove getstr.
21323         * modules/getline: Depend on unlocked-io, not getstr.
21324
21325 2003-01-12  Jim Meyering  <jim@meyering.net>
21326
21327         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21328
21329 2003-01-10  Bruno Haible  <bruno@clisp.org>
21330
21331         * modules/alloca: Change Makefile.am requirements. Simplify Include
21332         requirements. Add lib/alloca_.h to file list.
21333
21334 2003-01-10  Bruno Haible  <bruno@clisp.org>
21335
21336         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21337
21338 2003-01-10  Bruno Haible  <bruno@clisp.org>
21339
21340         * lib/alloca_.h: New file.
21341         * lib/getdate.y: Unconditionally include alloca.h.
21342         * lib/makepath.c: Likewise.
21343         * lib/setenv.c: Likewise.
21344         * lib/userspec.c: Likewise.
21345
21346 2003-01-09  Karl Berry  <karl@gnu.org>
21347
21348         * MODULES.html.sh: include `dirname $0` in PATH, to find
21349         gnulib-tool.
21350
21351 2003-01-09  Bruno Haible  <bruno@clisp.org>
21352
21353         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21354         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21355
21356 2003-01-09  Bruno Haible  <bruno@clisp.org>
21357
21358         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21359
21360 2003-01-09  Bruno Haible  <bruno@clisp.org>
21361
21362         * lib/stdbool.h.in: New file.
21363
21364 2003-01-09  Bruno Haible  <bruno@clisp.org>
21365
21366         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21367         * MODULES.html.sh: Likewise.
21368
21369 2003-01-08  Jim Meyering  <jim@meyering.net>
21370
21371         * lib/full-write.c: Undefine and define-away `const' after inclusion
21372         of errno.h, not before.  Suggestion from Bruno Haible.
21373
21374 2003-01-08  Bruno Haible  <bruno@clisp.org>
21375
21376         * modules/full-read: Depend on full-write.
21377
21378 2003-01-08  Bruno Haible  <bruno@clisp.org>
21379
21380         * lib/safe-read.c: Include specification header first, to ensure its
21381         selfcontainedness.
21382         * lib/full-write.c: Likewise.
21383
21384 2003-01-07  Jim Meyering  <jim@meyering.net>
21385
21386         * lib/full-write.c: Rework so that it may serve to define full_read,
21387         too.
21388         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21389
21390 2003-01-07  Bruno Haible  <bruno@clisp.org>
21391
21392         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21393         <inttypes.h>.
21394         * lib/xstrtol.h: Likewise.
21395         * lib/xstrtoimax.c: Likewise.
21396         * lib/xstrtoumax.c: Likewise.
21397         * lib/human.h: Likewise.
21398
21399         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21400         on systems that have <inttypes.h> but not <stdint.h>.
21401
21402 2003-01-07  Bruno Haible  <bruno@clisp.org>
21403
21404         * MODULES.html.sh: Add copyright notice.
21405         (missed_files): Omit CVS directory entries.
21406         (func_module): Make it work with sed-3.02.
21407         * MODULES.txt: Remove file.
21408
21409 2003-01-06  Jim Meyering  <jim@meyering.net>
21410
21411         * lib/version-etc.c: Update year in translatable copyright string.
21412
21413 2003-01-03  Karl Berry  <karl@gnu.org>
21414
21415         * config/config.{guess,sub}: update from prep.
21416
21417 2003-01-02  Karl Berry  <karl@gnu.org>
21418
21419         * doc/COPYING.DOC: belatedly updated to 1.2.
21420
21421 2003-01-01  Karl Berry  <karl@gnu.org>
21422
21423         * gnulib-tool (func_verify_module): report module name $module in
21424         error message, not $1.
21425         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21426         be created, only if it doesn't exist.
21427         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21428
21429 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21430
21431         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21432
21433 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21434
21435         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21436         memcmp if strcoll doesn't work.
21437
21438 2002-12-31  Bruno Haible  <bruno@clisp.org>
21439
21440         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21441         nonempty.
21442
21443 2002-12-31  Bruno Haible  <bruno@clisp.org>
21444
21445         * lib/memcoll.c (STRCOLL): New macro.
21446         (memcoll): Use it.
21447
21448 2002-12-31  Bruno Haible  <bruno@clisp.org>
21449
21450         * lib/localcharset.h: New file.
21451         * lib/localcharset.c: Include it.
21452         * lib/unicodeio.c: Likewise.
21453
21454 2002-12-31  Bruno Haible  <bruno@clisp.org>
21455
21456         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21457         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21458
21459 2002-12-31  Bruno Haible  <bruno@clisp.org>
21460
21461         * lib/getline.h: Include <stddef.h>, for size_t.
21462
21463         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21464         * lib/unicodeio.c: Don't include <stddef.h>.
21465
21466 2002-12-31  Bruno Haible  <bruno@clisp.org>
21467
21468         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21469         HAVE_TM_ZONE.
21470
21471 2002-12-24  Karl Berry  <karl@gnu.org>
21472
21473         * config/config.guess: update from prep.
21474
21475 2002-12-24  Bruno Haible  <bruno@clisp.org>
21476
21477         General infrasructure.
21478         * m4/README: Rewritten.
21479         * m4/onceonly.m4: New file.
21480         * m4/onceonly_2_57.m4: New file.
21481
21482         Module atexit.
21483         * m4/atexit.m4: New file.
21484
21485         Module strtod.
21486         * m4/strtod.m4: New file.
21487
21488         Module strtol.
21489         * m4/strtol.m4: New file.
21490
21491         Module strtoul.
21492         * m4/strtoul.m4: New file.
21493
21494         Module memchr.
21495         * m4/memchr.m4: New file.
21496
21497         Module memcmp.
21498         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21499         (jm_FUNC_MEMCMP): Invoke it.
21500
21501         Module memcpy.
21502         * m4/memcpy.m4: New file.
21503
21504         Module memmove.
21505         * m4/memmove.m4: New file.
21506
21507         Module memset.
21508         * m4/memset.m4: New file.
21509
21510         Module strcspn.
21511         * m4/strcspn.m4: New file.
21512
21513         Module strpbrk.
21514         * m4/strpbrk.m4: New file.
21515
21516         Module strstr.
21517         * m4/strstr.m4: New file.
21518
21519         Module strerror.
21520         * m4/strerror.m4: New file.
21521
21522         Module mktime.
21523         * m4/mktime.m4: Renamed from jm-mktime.m4.
21524         (gl_PREREQ_MKTIME): New macro.
21525         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21526
21527         Module malloc.
21528         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21529         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21530         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21531
21532         Module realloc.
21533         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21534         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21535         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21536
21537         Module strftime.
21538         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21539         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21540         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21541         gl_TM_GMTOFF.
21542         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21543
21544         Module xalloc.
21545         * m4/xalloc.m4: New file.
21546
21547         Module alloca.
21548         * m4/alloca.m4: New file.
21549
21550         Module putenv.
21551         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21552         (jm_FUNC_PUTENV): Invoke it.
21553
21554         Module setenv.
21555         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21556         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21557         when invoked twice.
21558         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21559         gt_FUNC_SETENV.
21560
21561         Module memrchr.
21562         * m4/memrchr.m4: New file.
21563
21564         Module stpcpy.
21565         * m4/stpcpy.m4: New file.
21566
21567         Module strcase.
21568         * m4/strcase.m4: New file.
21569
21570         Module strdup.
21571         * m4/strdup.m4: New file.
21572
21573         Module strnlen.
21574         * m4/strnlen.m4: New file.
21575
21576         Module strndup.
21577         * m4/strndup.m4: New file.
21578
21579         Module xstrtod.
21580         * m4/xstrtod.m4: New file.
21581
21582         Module xstrtol.
21583         * m4/xstrtol.m4: New file.
21584
21585         Module getdate.
21586         * m4/getdate.m4: New file.
21587
21588         Module unlocked-io.
21589         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21590         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21591         * m4/jm-glibc-io.m4n: Remove file.
21592
21593         Module long-options.
21594         * m4/long-options.m4: New file.
21595
21596         Module md5.
21597         * m4/md5.m4: New file.
21598
21599         Module sha.
21600         * m4/sha.m4: New file.
21601
21602         Module getstr.
21603         * m4/getstr.m4: New file.
21604
21605         Module getline.
21606         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21607         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21608         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21609         simply getline. Infoke gl_PREREQ_GETLINE.
21610
21611         Module obstack.
21612         * m4/obstack.m4: New file.
21613
21614         Module hash.
21615         * m4/hash.m4: New file.
21616
21617         Module readtokens.
21618         * m4/readtokens.m4: New file.
21619
21620         Module strverscmp.
21621         * m4/strverscmp.m4: New file.
21622
21623         Module stdbool.
21624         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21625         OSF/1.
21626
21627         Module strtoll.
21628         * m4/strtoll.m4: New file.
21629
21630         Module strtoull.
21631         * m4/strtoull.m4: New file.
21632
21633         Module strtoimax.
21634         * m4/strtoimax.m4: New file.
21635
21636         Module strtoumax.
21637         * m4/strtoumax.m4: New file.
21638
21639         Module xstrtoimax.
21640         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21641         jm_AC_PREREQ_XSTRTOIMAX.
21642         Moved the strtol prerequisites to strtol.m4.
21643         Moved the strtoll prerequisites to strtoll.m4.
21644         Moved the strtoimax prerequisites to strtoimax.m4.
21645
21646         Module xstrtoumax.
21647         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21648         jm_AC_PREREQ_XSTRTOUMAX.
21649         Moved the strtoul prerequisites to strtoul.m4.
21650         Moved the strtoull prerequisites to strtoull.m4.
21651         Moved the strtoumax prerequisites to strtoumax.m4.
21652
21653         Module chown.
21654         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21655         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21656
21657         Module dup2.
21658         * m4/dup2.m4: New file.
21659
21660         Module ftruncate.
21661         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21662         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21663
21664         Module getgroups.
21665         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21666         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21667
21668         Module gettimeofday.
21669         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21670         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21671         gl_PREREQ_GETTIMEOFDAY.
21672
21673         Module mkdir.
21674         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21675         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21676
21677         Module mkstemp.
21678         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21679         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21680         jm_AC_TYPE_UINTMAX_T.
21681         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21682
21683         Module stat.
21684         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21685         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21686
21687         Module lstat.
21688         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21689         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21690
21691         Module timespec.
21692         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21693         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21694         * m4/st_mtim.m4: Indentation.
21695
21696         Module nanosleep.
21697         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21698         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21699         gl_PREREQ_NANOSLEEP.
21700
21701         Module regex.
21702         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21703         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21704         (gl_REGEX): New macro.
21705
21706         Module rename.
21707         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21708         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21709
21710         Module rmdir.
21711         * m4/rmdir.m4: New file.
21712
21713         Module utime.
21714         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21715         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21716         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21717
21718         Module dirname.
21719         * m4/dirname.m4: New file.
21720
21721         Module getopt.
21722         * m4/getopt.m4: New file.
21723
21724         Module unistd-safer.
21725         * m4/unistd-safer.m4: New file.
21726
21727         Module fnmatch.
21728         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21729         declaration.
21730         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21731         (gl_FUNC_FNMATCH_POSIX): New macro.
21732         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21733         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21734         simply fnmatch.
21735
21736         Module exclude.
21737         * m4/exclude.m4: New file.
21738
21739         Module human.
21740         * m4/human.m4: New file.
21741
21742         Module acl.
21743         * m4/acl.m4: Nop.
21744
21745         Module backupfile.
21746         * m4/backupfile.m4: New file.
21747         * m4/d-ino.m4: Indentation.
21748
21749         Module fsusage.
21750         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21751         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21752         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21753
21754         Module dirfd.
21755         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21756         requirements.
21757
21758         Module euidaccess.
21759         * m4/euidaccess.m4: New file.
21760
21761         Module file-type.
21762         * m4/file-type.m4: New file.
21763
21764         Module fileblocks.
21765         * m4/fileblocks.m4: New file.
21766
21767         Module filemode.
21768         * m4/filemode.m4: New file.
21769
21770         Module isdir.
21771         * m4/isdir.m4: New file.
21772
21773         Module lchown.
21774         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21775         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21776
21777         Module makepath.
21778         * m4/makepath.m4: New file.
21779
21780         Module modechange.
21781         * m4/modechange.m4: New file.
21782
21783         Module mountlist.
21784         * m4/mountlist.m4: New file.
21785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21786         Indentation.
21787
21788         Module path-concat.
21789         * m4/path-concat.m4: New file.
21790
21791         Module pathmax.
21792         * m4/pathmax.m4: New file.
21793
21794         Module same.
21795         * m4/same.m4: New file.
21796
21797         Module save-cwd.
21798         * m4/save-cwd.m4: New file.
21799
21800         Module savedir.
21801         * m4/savedir.m4: New file.
21802
21803         Module xgetcwd.
21804         * m4/xgetcwd.m4: New file.
21805         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21806
21807         Module xreadlink.
21808         * m4/xreadlink.m4: New file.
21809
21810         Module safe-read.
21811         * m4/safe-read.m4: New file.
21812
21813         Module safe-write.
21814         * m4/safe-write.m4: New file.
21815
21816         Module closeout.
21817         * m4/closeout.m4: New file.
21818
21819         Module stdio-safer.
21820         * m4/stdio-safer.m4: New file.
21821
21822         Module getpass.
21823         * m4/getpass.m4: New file.
21824
21825         Module getugroups.
21826         * m4/getugroups.m4: New file.
21827
21828         Module group-member.
21829         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21830         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21831
21832         Module idcache.
21833         * m4/idcache.m4: New file.
21834
21835         Module userspec.
21836         * m4/userspec.m4: New file.
21837
21838         Module gettime.
21839         * m4/clock_time.m4: New file.
21840         * m4/gettime.m4: New file.
21841
21842         Module settime.
21843         * m4/settime.m4: New file.
21844
21845         Module posixtm.
21846         * m4/posixtm.m4: New file.
21847
21848         Module gethostname.
21849         * m4/gethostname.m4: New file.
21850
21851         Module canon-host.
21852         * m4/canon-host.m4: New file.
21853
21854         Module gettext.
21855         * m4/codeset.m4: New file, from gettext-0.11.5.
21856         * m4/gettext.m4: New file, from gettext-0.11.5.
21857         * m4/glibc21.m4: New file, from gettext-0.11.5.
21858         * m4/iconv.m4: New file, from gettext-0.11.5.
21859         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21860         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21861         * m4/inttypes.m4: New file, from gettext-0.11.5.
21862         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21863         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21864         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21865         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21866         * m4/lib-link.m4: New file, from gettext-0.11.5.
21867         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21868         * m4/progtest.m4: New file, from gettext-0.11.5.
21869         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21870         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21871         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21872
21873         Module localcharset.
21874         * m4/localcharset.m4: New file.
21875
21876         Module hard-locale.
21877         * m4/hard-locale.m4: New file.
21878
21879         Module mbswidth.
21880         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21881         onceonly macros.
21882         * m4/mbrtowc.m4: Add comment.
21883
21884         Module memcasecmp.
21885         * m4/memcasecmp.m4: New file.
21886
21887         Module memcoll.
21888         * m4/memcoll.m4: New file.
21889
21890         Module unicodeio.
21891         * m4/unicodeio.m4: New file.
21892
21893         Module rpmatch.
21894         * m4/rpmatch.m4: New file.
21895
21896         Module yesno.
21897         * m4/yesno.m4: New file.
21898
21899         Module exitfail.
21900         * m4/exitfail.m4: New file.
21901
21902         Module c-stack.
21903         * m4/c-stack.m4 (gl_C_STACK): New macro.
21904         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21905
21906         Module error.
21907         * m4/error.m4 (gl_ERROR): New macro.
21908         (jm_PREREQ_ERROR): Use onceonly macros.
21909
21910         Module fatal.
21911         * m4/fatal.m4: New file.
21912
21913         Module getloadavg.
21914         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21915         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21916
21917         Module getpagesize.
21918         * m4/getpagesize.m4: New file.
21919
21920         Module getusershell.
21921         * m4/getusershell.m4: New file.
21922
21923         Module physmem.
21924         * m4/physmem.m4: New file.
21925
21926         Module posixver.
21927         * m4/posixver.m4: New file.
21928
21929         Module quotearg.
21930         * m4/quotearg.m4: New file.
21931
21932         Module quote.
21933         * m4/quote.m4: New file.
21934
21935         Module readutmp.
21936         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21937
21938         Module sig2str.
21939         * m4/sig2str.m4: New file.
21940
21941         Other.
21942         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21943         ulonglong.m4.
21944         * m4/intmax_t.m4: New file.
21945         * m4/d-type.m4: Indentation.
21946         * m4/jm-macros.m4: Update.
21947         * m4/prereq.m4 (jm_PREREQ): Update.
21948         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21949         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21950         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21951         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21952         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21953         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21954         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21955         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21956         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21957         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21958         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21959         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21960         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21961         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21962         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21963         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21964         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21965         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21966         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21967
21968 2002-12-24  Bruno Haible  <bruno@clisp.org>
21969
21970         * MODULES.txt: Update according to m4/ changes.
21971
21972         Module gettext.
21973         * config.rpath: New file, from gettext-0.11.5.
21974
21975         * modules/*: New module descriptions.
21976         * gnulib-tool: New file.
21977         * MODULES.html.sh: New file.
21978
21979 2002-12-21  Karl Berry  <karl@gnu.org>
21980
21981         * doc/fdl.texi: update to version 1.2.
21982
21983 2002-12-19  Karl Berry  <karl@gnu.org>
21984
21985         * config/config.guess: update from prep.
21986
21987 2002-12-18  Bruno Haible  <bruno@clisp.org>
21988
21989         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21990         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21991
21992 2002-12-17  Bruno Haible  <bruno@clisp.org>
21993
21994         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21995         stdlib.h, string.h.
21996
21997 2002-12-17  Bruno Haible  <bruno@clisp.org>
21998
21999         * lib/canon-host.c (strdup): Remove unused declaration.
22000
22001         * lib/fsusage.c: Include full_read.h.
22002         (get_fs_usage): Use full_read instead of safe_read.
22003
22004         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22005
22006 2002-12-12  Karl Berry  <karl@gnu.org>
22007
22008         * config/config.guess: update from prep.
22009
22010 2002-12-11  Bruno Haible  <bruno@clisp.org>
22011
22012         * m4/setenv.m4: New file, from gettext-0.11.5.
22013
22014 2002-12-11  Bruno Haible  <bruno@clisp.org>
22015
22016         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22017         not unsetenv().
22018         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22019         modifications:
22020
22021         2002-12-11  Bruno Haible  <bruno@clisp.org>
22022
22023                 * setenv.c (alloca): Fall back to malloc.
22024                 (freea): New macro.
22025                 (setenv): Use freea() to free memory allocated with alloca().
22026
22027         2002-11-13  Bruno Haible  <bruno@clisp.org>
22028
22029                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22030                 function declarations.
22031                 * unsetenv.c (unsetenv): Likewise.
22032
22033         2002-03-04  Bruno Haible  <bruno@clisp.org>
22034
22035                 Portability to AIX 4.3.3.
22036                 * unsetenv.c: New file, extracted from setenv.c.
22037                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22038
22039         2001-12-20  Bruno Haible  <bruno@clisp.org>
22040
22041                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22042                 use malloc instead. For SunOS 4.
22043
22044         2001-12-11  Bruno Haible  <bruno@clisp.org>
22045
22046                 * setenv.c: Declare alloca.
22047                 (compar_fn_t): New typedef.
22048                 (KNOWN_VALUE, STORE_VALUE): Use it.
22049
22050         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22051         setenv.h.
22052
22053 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22054
22055         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22056         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22057         Choose values that are less likely to collide with system fnmatch
22058         options.
22059         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22060         defined (e.g., a pure POSIX system).
22061         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22062         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22063
22064 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22065
22066         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22067         a pain in practice to deal with generated m4 files.  This change
22068         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22069
22070         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22071         and jm-glibc-io.m4, as they are no longer a special case.
22072         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22073         kludge and the auto-generation stuff.  Check only whether the
22074         functions are declared, not whether they exist, since older hosts
22075         that don't declare the functions can't use the optimization anyway.
22076
22077 2002-12-06  Jim Meyering  <jim@meyering.net>
22078
22079         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22080
22081         Merge in changes from libc's misc/error.c, in preparation
22082         for the merge of gnulib's changes back into libc.
22083
22084         * lib/error.c (_): Define only if not already defined.
22085         Move definition to follow all #include directives.
22086         Include unlocked-io.h only if !_LIBC.
22087         [_LIBC]: Include <libio/libioP.h>.
22088         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22089         (fflush): Tweak definition to use INTUSE.
22090         (putc): Define.
22091
22092 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22093
22094         * lib/alloca.c [defined emacs]: Include "lisp.h".
22095         (xalloc_die) [defined emacs]: New macro.
22096         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22097         [! defined emacs]: Include <xalloc.h>.
22098         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22099         (pointer): Typedef to POINTER_TYPE *.
22100         (malloc): Remove decl; we now always use xmalloc.
22101         (alloca): Use old-style definition, since Emacs needs this.
22102         Check for arithmetic overflow when computing combined size.
22103
22104 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22105
22106         Do not generate unlocked-io.h automatically, since it's easier to
22107         maintain it by hand.
22108
22109         * lib/unlocked-io.h: New file, from GNU diffutils,
22110         but with proper copyright notice and attribution.
22111         * lib/gen-uio: Remove.
22112         * lib/Makefile.am: Add copyright notice.
22113         (libfetish_a_SOURCES): Add unlocked-io.h.
22114         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22115         (DISTCLEANFILES, io_functions): Remove macros.
22116         (EXTRA_DIST): Remove gen_uio.
22117         (unlocked-io.h): Remove rule.
22118
22119 2002-12-04  Jim Meyering  <jim@meyering.net>
22120
22121         Reflect the fact that stat.c and lstat.c are no longer generated.
22122         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22123         (DISTCLEANFILES): Likewise.
22124         (EXTRA_DIST): Likewise.
22125         (all_local): Don't depend on stat.c or lstat.c.
22126         (stat.c, lstat.c): Remove rules.
22127         (EXTRA_DIST): Remove xstat.in.
22128
22129         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22130         * lib/stat.c: New file.  Contents mostly from xstat.in.
22131         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22132         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22133
22134         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22135         too.
22136         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22137
22138 2002-12-03  Jim Meyering  <jim@meyering.net>
22139
22140         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22141         but not semantics, to minimize the differences between these two files.
22142         (safe_read): Change comment to mention SAFE_READ_ERROR.
22143
22144         * lib/safe-read.c (IS_EINTR): Define.
22145         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22146
22147 2002-12-02  Jim Meyering  <jim@meyering.net>
22148
22149         * lib/safe-read.c (EINTR): Define.
22150         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22151         (INT_MAX): Provide fallback.
22152         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22153
22154         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22155
22156 2002-12-02  Bruno Haible  <bruno@clisp.org>
22157
22158         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22159         Define, taken from safe-read.c.
22160         (INT_MAX): Provide fallback.
22161         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22162         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22163
22164         * lib/safe-read.c (EINTR): Remove definition.
22165         (safe_read): Don't use EINTR if it is absent.
22166
22167 2002-12-01  Jim Meyering  <jim@meyering.net>
22168
22169         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22170         zero.
22171         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22172
22173 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22174
22175         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22176         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22177         with `if (! (value < limit)) abort ();', for readability.
22178
22179 2002-11-26  Karl Berry  <karl@gnu.org>
22180
22181         * lib/strdup.c: copy from libc again, with jim's ok.
22182         * lib/.cppi-disable: re-add strdup.c
22183
22184 2002-11-25  Karl Berry  <karl@gnu.org>
22185
22186         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22187         instead of "strtol.c".
22188
22189 2002-11-25  Karl Berry  <karl@gnu.org>
22190
22191         * config/install-sh: update from automake for variable quoting, $0 in
22192         error msgs, etc.
22193
22194         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22195         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22196         entry.
22197
22198 2002-11-25  Jim Meyering  <jim@meyering.net>
22199
22200         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22201
22202 2002-11-24  Karl Berry  <karl@gnu.org>
22203
22204         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22205         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22206
22207 2002-11-24  Jim Meyering  <jim@meyering.net>
22208
22209         Update from coreutils:
22210
22211         * lib/mktime.c: Merge in changes from libc.
22212
22213         Avoid a link-time failure on some Linux systems.
22214         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22215         (otherwise).
22216         (__mon_yday): Declare with the STATIC attribute.
22217         (__mktime_internal): Likewise.
22218         Based on a report from Greg Schafer.
22219
22220 2002-11-23  Jim Meyering  <jim@meyering.net>
22221
22222         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22223         Use `unsigned', not `int', as type of index.
22224
22225         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22226
22227         * lib/fsusage.c: Remove unneeded parentheses around operands of
22228         `defined'.
22229
22230 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22231
22232         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22233         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22234         so that we can be included first.
22235         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22236         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22237         No need to include stddef.h or sys/types.h any more.
22238         Surround local include files with "", not "<>".
22239         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22240         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22241         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22242         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22243         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22244         (ISPRINT): Remove; no longer needed now that we assume C89.
22245
22246         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22247         Preserve errno.
22248
22249         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22250         quotearg_char): Use SIZE_MAX rather than
22251         (size_t) -1 when we are talking about "infinity".
22252
22253         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22254
22255 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22256
22257         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22258         hint that one should use `if (! x) abort ();' rather than `assert
22259         (x);', and anyway it's one less thing to worry about configuring.
22260         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22261         hash_rehash, hash_insert): Use abort rather than assert.
22262
22263 2002-11-22  Bruno Haible  <bruno@clisp.org>
22264
22265         * lib/safe-read.h: Assume C89. Add comments.
22266         (safe_read): Change return type to size_t.
22267         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22268         byte counts > SSIZE_MAX correctly.
22269         * lib/safe-write.h: New file.
22270         * lib/safe-write.c: New file.
22271         * lib/full-read.h: New file.
22272         * lib/full-read.c: New file.
22273         * lib/full-write.h: Assume C89. Add comments.
22274         * lib/full-write.c: Include safe-write.h.
22275         (full_write): Rewritten to use safe_write.
22276         Suggested by Jim Meyering and Paul Eggert.
22277
22278 2002-11-21  Jim Meyering  <jim@meyering.net>
22279
22280         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22281
22282         Merge in changes from the coreutils.
22283
22284         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22285         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22286         <stdint.h>.
22287         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22288         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22289         int.  Work more efficiently if X is the same width as uintmax_t.
22290         Do not compare X to -1, to avoid bogus compiler warning.
22291         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22292         Don't assume that f_frsize and f_bsize are the same type.
22293
22294         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22295         warning on FreeBSD.
22296
22297         * lib/makepath.c (make_path): Restore umask *before* creating the final
22298         component.
22299         (make_path): Minor reformatting.
22300
22301         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22302         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22303         HAVE_MALLOC/HAVE_REALLOC.
22304
22305         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22306         dummy ones.  At least on GNU/Linux systems, `auto' means something
22307         else.
22308         From Michael Stone.
22309
22310 2002-11-21  Bruno Haible  <bruno@clisp.org>
22311
22312         Remove case insensitive option matching.
22313         * lib/argmatch.h (argcasematch): Remove declaration.
22314         (ARGCASEMATCH): Remove macro.
22315         (__xargmatch_internal): Remove case_sensitive argument.
22316         (XARGMATCH): Update.
22317         (XARGCASEMATCH): Remove macro.
22318         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22319         case_sensitive argument.
22320         (argcasematch): Remove function.
22321         (__xargmatch_internal): Remove case_sensitive argument.
22322         (main): Use XARGMATCH instead of XARGCASEMATCH.
22323
22324         * lib/xmalloc.c: Change compile-time error message. Add comment about
22325         required autoconf version.
22326
22327 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22328
22329         Merge argmatch cleanups from Bison.  Assume C89.
22330
22331         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22332         Include stdlib.h, for EXIT_FAILURE.
22333         Always include <string.h>, since we assume C89.
22334         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22335         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22336         Include <stddef.h> instead, since it's all we need for size_t.
22337         (PARAMS): Remove.  All uses removed.
22338         (ARRAY_CARDINALITY): Do not bother to #undef.
22339         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22340         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22341         Remove unnecessary parentheses.
22342         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22343         Insert necessary parentheses.
22344         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22345         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22346
22347 2002-11-19  Bruno Haible  <bruno@clisp.org>
22348
22349         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22350         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22351
22352         * lib/mbswidth.h (PARAMS): Remove macro.
22353         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22354         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22355
22356         * lib/gcd.h (PARAMS): Remove macro.
22357         (gcd): Use ANSI C function declarations.
22358         * lib/gcd.c (gcd): Likewise.
22359
22360 2002-11-15  Bruno Haible  <bruno@clisp.org>
22361
22362         * lib/strcspn.c: Include <stddef.h>.
22363         (strcspn): Use ANSI C function declaration. Change return type to
22364         size_t. Use NULL.
22365         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22366         (strpbrk): Use NULL.
22367         * lib/strpbrk.h (PARAMS): Remove macro.
22368         (strpbrk): Use ANSI C function declaration.
22369         * lib/strstr.c: Don't include <sys/types.h>.
22370         * lib/strstr.h (PARAMS): Remove macro.
22371         (strstr): Use ANSI C function declarations.
22372
22373 2002-11-14  Karl Berry  <karl@gnu.org>
22374
22375         * config/mkinstalldirs: `do' on separate line, instead of
22376         `for var; do'.
22377
22378 2002-11-06  Bruno Haible  <bruno@clisp.org>
22379
22380         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22381         * lib/gcd.c (gcd): Likewise.
22382
22383 2002-11-05  Bruno Haible  <bruno@clisp.org>
22384
22385         * lib/gcd.h: New file, from gettext-0.11.5.
22386         * lib/gcd.c: New file, from gettext-0.11.5.
22387
22388 2002-11-05  Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22391         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22392         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22393         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22394
22395         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22396         <libintl.h>.
22397         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22398         <libintl.h>.
22399
22400         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22401         * lib/human.c: Include gettext.h instead of <libintl.h>.
22402         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22403         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22404         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22405         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22406         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22407         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22408         (textdomain): Remove definition.
22409         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22410
22411         * lib/long-options.c: Remove include of <libintl.h> and definition of
22412         _.
22413         * lib/same.c: Remove include of <libintl.h> and definition of _.
22414
22415 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22416
22417         * lib/config.charset: A few additions for Solaris.
22418
22419 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22420
22421         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22422         * lib/localcharset.c (locale_charset): Declare as extern "C".
22423
22424 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22425
22426         * lib/config.charset: msdos in uk_UA uses CP1125.
22427
22428 2002-11-04  Bruno Haible  <bruno@clisp.org>
22429
22430         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22431         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22432         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22433         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22434         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22435
22436 2002-11-04  Bruno Haible  <bruno@clisp.org>
22437
22438         * lib/localcharset.c (locale_charset): Don't return an empty string.
22439
22440 2002-11-04  Bruno Haible  <bruno@clisp.org>
22441
22442         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22443         aliases.
22444
22445 2002-11-04  Bruno Haible  <bruno@clisp.org>
22446
22447         * lib/config.charset: Update for newest glibc. Add canonical names
22448         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22449
22450 2002-11-04  Bruno Haible  <bruno@clisp.org>
22451
22452         * lib/config.charset: Add support for NetBSD.
22453
22454 2002-11-04  Bruno Haible  <bruno@clisp.org>
22455
22456         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22457
22458 2002-11-01  Bruno Haible  <bruno@clisp.org>
22459
22460         * configure.in: Add AC_CONFIG_AUX_DIR call.
22461         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22462         test/Makefile.
22463         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22464
22465 2002-09-28  Karl Berry  <karl@gnu.org>
22466
22467         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22468         installed automake until the next release, since changes have been
22469         made.
22470
22471 2002-09-25  Karl Berry  <karl@gnu.org>
22472
22473         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22474         * lib/getopt*: copy from libc/posix.
22475         * lib/gettext.h: copy from gettext.
22476         * lib/.cppi-disable: add strdup.c, gettext.h.
22477
22478 2002-09-25  Karl Berry  <karl@gnu.org>
22479
22480         * config/srclist.txt: enable gettext.h check.
22481         * config/config.{guess,sub}: update from prep.
22482         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22483                 from automake 1.6.3.
22484         See srclist*.
22485
22486 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22487
22488         * regex.c (PATFETCH): Remove the translating fetch.
22489         (PATFETCH_RAW): Rename to PATFETCH.
22490         (set_image_of_range): New fun.
22491         (SET_RANGE_TABLE_WORK_AREA): Use it.
22492         (regex_compile): Don't translate the pattern chars so eagerly.
22493         Only do it when inserting an `exactn' bytecode or when handling
22494         a char-range.
22495         (mutually_exclusive_p): Avoid empty statement.
22496
22497 2002-07-06  Jim Meyering  <meyering@lucent.com>
22498
22499         * m4/README: Don't mention Makefile.am.in.
22500         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22501
22502 2002-07-01  Jim Meyering  <meyering@lucent.com>
22503
22504         * lib/c-stack.c: Include sys/time.h.
22505         From Volker Borchert.
22506
22507 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22508
22509         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22510
22511 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22512
22513         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22514         New macro.  Use it uniformly instead of
22515         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22516         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22517         reported by Vin Shelton.
22518
22519 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22520
22521         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22522         Do not assume SA_SIGINFO behavior.
22523         Bug reported by Jim Meyering on NetBSD 1.5.2.
22524
22525 2002-06-22  Jim Meyering  <meyering@lucent.com>
22526
22527         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22528         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22529
22530         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22531         now that configure.ac uses AC_GNU_SOURCE.
22532         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22533         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22534
22535         Update to latest tools.  Suggestions from Paul Eggert.
22536         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22537         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22538         * m4/fnmatch.m4: Likewise.
22539         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22540         to AC_HEADER_STDBOOL
22541
22542 2002-06-22  Jim Meyering  <meyering@lucent.com>
22543
22544         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22545         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22546
22547 2002-06-22  Jim Meyering  <meyering@lucent.com>
22548
22549         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22550
22551         * lib/exitfail.c, exitfail.h: Likewise.
22552         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22553
22554         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22555         of fnmatch.h.
22556         (EXTRA_DIST): Add fnmatch_loop.c.
22557         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22558
22559         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22560         * lib/fnmatch.c: Update from diffutils-2.8.2.
22561         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22562         * lib/fnmatch.h: Remove file.
22563
22564 2002-06-21  Jim Meyering  <meyering@lucent.com>
22565
22566         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22567         * m4/mbrtowc.m4: Likewise.
22568
22569         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22570         * m4/mbswidth.m4: Reflect name change:
22571         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22572         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22573
22574         * m4/lib-link.m4: Update from gettext-0.11.2.
22575         * m4/gettext.m4: Likewise.
22576
22577         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22578         From Alfred M. Szmidt.
22579
22580 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22581
22582         * lib/file-type.h: Report an error if neither S_ISREG nor
22583         S_IFREG is defined, instead of using a test specific to glibc
22584         2.2.  This should be safe, since POSIX requires S_ISREG and
22585         Unix Version 7 had S_IFREG.  We don't need to check for
22586         <sys/types.h> since we don't use any symbols that it defines.
22587
22588 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22589
22590         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22591         $@-t, so that each temporary file name is unique and valid in the first
22592         8 characters, for operation under DOS.
22593
22594 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22595
22596         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22597
22598 2002-06-15  Jim Meyering  <meyering@lucent.com>
22599
22600         Work even with DJGPP 2.03, which lacks support for symlinks.
22601         From Richard Dawe.
22602         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22603         is defined.
22604         * lib/lchown.c (S_ISLNK): Likewise.
22605
22606 2002-06-15  Jim Meyering  <meyering@lucent.com>
22607
22608         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22609         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22610         have been included before this file.
22611
22612 2002-06-14  Jim Meyering  <meyering@lucent.com>
22613
22614         * lib/file-type.h: Use the version from diffutils-2.8.2.
22615         * lib/file-type.c: Likewise.
22616
22617 2002-06-07  Jim Meyering  <meyering@lucent.com>
22618
22619         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22620         They're needed at least for NetBSD 1.5.2.
22621         ($statxfs_includes): Include those same headers.
22622         ($statxfs_includes): Include sys/vfs.h if available.
22623         ($statxfs_includes): Likewise for sys/statvfs.h.
22624         Check for the following members in both structs statfs and statvfs:
22625         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22626
22627 2002-06-01  Jim Meyering  <meyering@lucent.com>
22628
22629         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22630         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22631
22632 2002-05-28  Jim Meyering  <meyering@lucent.com>
22633
22634         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22635         Reported by Volker Borchert.
22636
22637 2002-05-27  Jim Meyering  <meyering@lucent.com>
22638
22639         Fix a problem seen only on nonconforming systems whereby ls.c's
22640         use of localtime, and then of gettimeofday would cause trouble:
22641         the localtime call used to initialize rpl_gettimeofday's save
22642         mechanism would clobber ls's current local time information so
22643         that in any long listing the first file would always be listed
22644         with date 1970-01-01.  Analysis by Volker Borchert.
22645
22646         * lib/gettimeofday.c (localtime): Undefine.
22647         (rpl_localtime): New function.
22648
22649 2002-05-27  Jim Meyering  <meyering@lucent.com>
22650
22651         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22652         localtime.
22653
22654         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22655         use the replacement function; it wouldn't resolve at link time.
22656         Reported by Volker Borchert.
22657
22658 2002-05-22  Jim Meyering  <meyering@lucent.com>
22659
22660         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22661         file-type.h.
22662         * lib/file-type.h: New file.
22663         * lib/file-type.c (file_type): New file/function.  Extracted from
22664         diffutils.
22665
22666 2002-04-30  Jim Meyering  <meyering@lucent.com>
22667
22668         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22669
22670 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22671
22672         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22673
22674 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22675
22676         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22677         Do not check for alloca.h (no longer used) or stdbool.h (was never
22678         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22679
22680 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22681
22682         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22683
22684 2002-04-29  Jim Meyering  <meyering@lucent.com>
22685
22686         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22687         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22688         Use AC_FUNC_STRNLEN here instead.
22689
22690         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22691         With autoconf-2.53a, it's part of AC_PROG_CC.
22692
22693 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22694
22695         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22696         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22697
22698 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22699
22700         * lib/sig2str.h, lib/sig2str.c: New files.
22701         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22702
22703 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22704
22705         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22706         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22707         of 127, since 64 is the largest conceivable number for ancient
22708         nonstandard hosts.
22709         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22710
22711 2002-04-28  Jim Meyering  <meyering@lucent.com>
22712
22713         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22714
22715 2002-04-24  Jim Meyering  <meyering@lucent.com>
22716
22717         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22718         (jm_PREREQ): Use it.
22719
22720         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22721         mach/mach.h fcntl.h.
22722         Check for this function: setlocale.
22723
22724 2002-04-24  Jim Meyering  <meyering@lucent.com>
22725
22726         * lib/gettext.h: New file, from Gettext.
22727         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22728         (libfetish_a_SOURCES): Add gettext.h.
22729
22730 2002-04-16  Jim Meyering  <meyering@lucent.com>
22731
22732         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22733         ut_pid, ut_id, ut_exit.
22734
22735 2002-04-16  Jim Meyering  <meyering@lucent.com>
22736
22737         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22738         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22739         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22740
22741 2002-04-12  Jim Meyering  <meyering@lucent.com>
22742
22743         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22744         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22745         existence of the getmntinfo function.  Needed for Darwin 5.3.
22746
22747         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22748         This is necessary at least on Darwin 5.3.
22749
22750         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22751         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22752         strnlen.o in the library, and that makes some versions of ranlib
22753         object.
22754
22755 2002-04-12  Jim Meyering  <meyering@lucent.com>
22756
22757         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22758
22759 2002-04-09  Jim Meyering  <meyering@lucent.com>
22760
22761         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22762         to be more precise.  Rather than saying we're checking whether the
22763         function `works', say what we're testing.
22764         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22765         Reported by Bruno Haible.
22766
22767 2002-03-10  Jim Meyering  <meyering@lucent.com>
22768
22769         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22770         Suggestion from Santiago Vila.
22771
22772 2002-03-08  Jim Meyering  <meyering@lucent.com>
22773
22774         * lib/rename.c: Mention that this wrapper is needed also on
22775         mips-dec-ultrix4.4 systems.
22776
22777 2002-03-02  Jim Meyering  <meyering@lucent.com>
22778
22779         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22780         not HAVE_CLOCK_SETTIME.
22781
22782 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22783
22784         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22785         Check for clock_settime.
22786
22787 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22788
22789         * lib/nanosleep.h: Rename to....
22790         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22791
22792         * lib/gettime.c: New file.
22793         * lib/settime.c: New file.
22794         * lib/stime.c: Remove.
22795
22796         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22797         timespec.h.  Remove nanosleep.h.
22798
22799 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22800
22801         * m4/acl.m4: New file.
22802         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22803         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22804
22805 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22806
22807         * lib/acl.c, lib/acl.h: New files.
22808         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22809
22810 2002-02-24  Jim Meyering  <meyering@lucent.com>
22811
22812         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22813         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22814         cause trouble.  Reported by Nelson Beebe.
22815
22816 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22817
22818         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22819         compilers that don't know that xalloc_die never returns.
22820
22821 2002-02-20  Jim Meyering  <meyering@lucent.com>
22822
22823         * lib/getdate.c: Regenerate using bison-1.33.
22824
22825 2002-02-17  Jim Meyering  <meyering@lucent.com>
22826
22827         * config/config.guess (main): Don't use `head -1'; it's no longer
22828         portable. Use `sed 1q' instead.
22829
22830 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22831
22832         * m4/codeset.m4: Upgrade to gettext-0.11.
22833         * m4/gettext.m4: Upgrade to gettext-0.11.
22834         * m4/glibc21.m4: Upgrade to gettext-0.11.
22835         * m4/iconv.m4: Upgrade to gettext-0.11.
22836         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22837         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22838         * m4/lib-ld.m4: New file, from gettext-0.11.
22839         * m4/lib-link.m4: New file, from gettext-0.11.
22840         * m4/lib-prefix.m4: New file, from gettext-0.11.
22841         * m4/progtest.m4: Upgrade to gettext-0.11.
22842
22843 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22844
22845         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22846         (jm_PREREQ): Use it.
22847
22848 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22849
22850         * lib/posixver.c, lib/posixver.h: New files.
22851         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22852
22853 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22854             Bruno Haible  <bruno@clisp.org>
22855
22856         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22857         (fwrite_success_callback): New declaration.
22858         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22859         print_unicode_char. Call failure callback instead of error.
22860         (fwrite_success_callback): New function.
22861         (exit_failure_callback): New function.
22862         (fallback_failure_callback): New function.
22863         (print_unicode_char): Call unicode_to_mb.
22864
22865 2002-01-26  Jim Meyering  <meyering@lucent.com>
22866
22867         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22868         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22869
22870 2002-01-26  Jim Meyering  <meyering@lucent.com>
22871
22872         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22873
22874 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22875
22876         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22877
22878 2002-01-22  Jim Meyering  <meyering@lucent.com>
22879
22880         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22881         Otherwise, some versions of automake would omit the rule that makes
22882         Makefile from Makefile.in.
22883
22884 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22885
22886         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22887         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22888         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22889         (memcoll): Set errno to zero if there is no error.
22890
22891         * lib/quotearg.c (quotearg_buffer_restyled):
22892         Fix bug with quoting buffers containing NUL when backslashing escapes.
22893         This bug was exposed by the other changes in this patch.
22894         (quotearg_n_options): New arg ARGSIZE.
22895         All callers changed.
22896         (quoting_options_from_style): New function.
22897         (quotearg_n_style): Use it.
22898         (quotearg_n_style_mem): New function.
22899
22900         * lib/quotearg.h (quotearg_n_style_mem): New function.
22901
22902 2002-01-19  Jim Meyering  <meyering@lucent.com>
22903
22904         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22905         Remove useless quotes: DF_PROG="df".
22906         * m4/strnlen.m4: New file.
22907
22908 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22909
22910         * lib/backupfile.c (ISDIGIT): Comment fix.
22911         * lib/getdate.y (ISDIGIT): Likewise.
22912         * lib/posixtm.c (ISDIGIT, year): Likewise.
22913         * lib/strverscmp.c (ISDIGIT): Likewise.
22914         * lib/userspec.c (ISDIGIT): Likewise.
22915
22916 2002-01-16  Jim Meyering  <meyering@lucent.com>
22917
22918         * lib/getdate.y: Add three semicolons, each just before a closing
22919         brace. Bison (as of version 1.31) no longer papers over that mistake.
22920
22921 2002-01-05  Jim Meyering  <meyering@lucent.com>
22922
22923         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22924
22925 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22926
22927         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22928         not silently exit merely because the output buffer happens to
22929         have nothing pending.
22930
22931 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22932
22933         See the big note in ../ChangeLog.
22934         * lib/human.c (suffixes): Prefer K to k for 1024.
22935         (generate_suffix_backwards): New function.
22936         (human_readable_inexact): Use it.
22937         * lib/xstrtol.c (__xstrtol): If there is no number but there
22938         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22939         Accept 'K' as well as 'k'.
22940
22941 2001-12-15  Jim Meyering  <meyering@lucent.com>
22942
22943         * lib/regex.h (__restrict_arr): Update from libc.
22944
22945         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22946         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22947         (STREQ): Define.
22948
22949 2001-12-14  Jim Meyering  <meyering@lucent.com>
22950
22951         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22952         Suggestion from Bruno Haible.
22953
22954 2001-12-10  Jim Meyering  <meyering@lucent.com>
22955
22956         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22957         xrealloc, Instead, include "xalloc.h".
22958         (initbuffer): Don't cast xmalloc return value to char*.
22959         (readline): Reword comment.
22960         Don't cast xrealloc return value to char*
22961         Return NULL, not 0.
22962
22963 2001-12-09  Jim Meyering  <meyering@lucent.com>
22964
22965         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22966         about `signed and unsigned type in conditional expression'.
22967         * lib/posixtm.c (posix_time_parse): Likewise.
22968
22969         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22970
22971         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22972         to avoid a pedantic warning.
22973
22974         * lib/getstr.c: Don't include assert.h.
22975         (getstr): Remove warning-evoking assertions.
22976         Return -1 if offset parameter is out of bounds.
22977         Change the type of a local from int to size_t.
22978
22979         * lib/strftime.c (my_strftime_localtime_r): Include this function
22980         definition in the `#if ! HAVE_TM_GMTOFF' block.
22981
22982         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22983         Include xalloc.h instead.
22984
22985 2001-12-02  Jim Meyering  <meyering@lucent.com>
22986
22987         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22988         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22989         included.
22990
22991         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22992         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22993
22994 2001-11-30  Akim Demaille  <akim@epita.fr>
22995
22996         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22997         before being defined.
22998
22999 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23000
23001         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23002         First arg is int, not unsigned.
23003         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23004         (SIZE_MAX, UINT_MAX): New macros.
23005         (quotearg_n_options): Abort if N is negative.
23006         Avoid overflow check on hosts where size_t is 64 bits and int
23007         is 32 bits, as overflow is impossible there.
23008         Fix off-by-one typo that caused unnecessary reallocation.
23009
23010 2001-11-27  Jim Meyering  <meyering@lucent.com>
23011
23012         * lib/tempname.c: Merge with version from libc.
23013         * lib/regex.c: Likewise.
23014
23015         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23016         systems for which STDC_HEADERS is 0, it was not included, resulting in
23017         a warning about an integer-to-pointer conversion problem with getenv.
23018         Reported by Volker Borchert.
23019
23020 2001-11-26  Jim Meyering  <meyering@lucent.com>
23021
23022         * lib/gtod.h: Remove file.
23023         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23024         * lib/gettimeofday.c: Don't include gtod.h.
23025         (GTOD_init): Remove function.
23026         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23027         Suggestion from Volker Borchert.
23028
23029 2001-11-23  Jim Meyering  <meyering@lucent.com>
23030
23031         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23032         it.
23033         * lib/hash.c (struct hash_table): Define it here instead.
23034
23035 2001-11-22  Jim Meyering  <meyering@lucent.com>
23036
23037         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23038
23039 2001-11-20  Jim Meyering  <meyering@lucent.com>
23040
23041         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23042         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23043
23044 2001-11-19  Jim Meyering  <meyering@lucent.com>
23045
23046         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23047         directory.  Use "conftestXXXXXX" as the template.
23048         Suggestion from Paul Eggert.
23049
23050         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23051         immediately, so the test doesn't mistakenly hit the max-open-files
23052         limit.
23053
23054 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23055
23056         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23057         (TEMPORARIES): New macro.
23058         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23059         removes an artificial limitation (e.g. HP-UX 10.20, where
23060         TMP_MAX is 17576).
23061
23062 2001-11-18  Jim Meyering  <meyering@lucent.com>
23063
23064         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23065
23066 2001-11-18  Jim Meyering  <meyering@lucent.com>
23067
23068         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23069         on SunOS 4.
23070
23071         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23072         files will be created before anything else.
23073
23074 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23075
23076         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23077         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23078
23079 2001-11-17  Jim Meyering  <meyering@lucent.com>
23080
23081         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23082         Prompted by a report from Bob Proulx.
23083
23084         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23085         Instead, require UTILS_FUNC_MKSTEMP.
23086
23087 2001-11-17  Jim Meyering  <meyering@lucent.com>
23088
23089         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23090         Now, that's done as part of AC_FUNC_STRTOD.
23091
23092 2001-11-17  Jim Meyering  <meyering@lucent.com>
23093
23094         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23095         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23096         rather than group writable.  Patch by Juan F. Codagnone.
23097
23098         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23099         xrealloc, Instead, include "xalloc.h".
23100
23101         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23102         Remove explicit declarations of xmalloc, xrealloc,
23103         and xstrdup.  Instead, include "xalloc.h".
23104
23105         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23106         unlocked-io.h.
23107         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23108         Likewise.
23109         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23110
23111         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23112         Reported by Padraig Brady.
23113
23114         * lib/mkstemp.c: #undef mkstemp.
23115         Include config.h.
23116         (rpl_mkstemp): Rename from mkstemp.
23117         Protoize.
23118
23119 2001-11-16  Jim Meyering  <meyering@lucent.com>
23120
23121         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23122         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23123         determine the amount of total physical memory, use pstat_getstatic.
23124         HPUX-11 doesn't define _SC_PHYS_PAGES.
23125         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23126         If sysconf couldn't be used to determine the amount of available
23127         physical memory, use both pstat_getstatic and pstat_getdynamic.
23128         Based on a patch from Bob Proulx.
23129
23130 2001-11-10  Jim Meyering  <meyering@lucent.com>
23131
23132         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23133         (jm_PREREQ): Use it.
23134
23135 2001-11-09  Jim Meyering  <meyering@lucent.com>
23136
23137         * m4/jm-macros.m4: Require autoconf-2.52f.
23138         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23139         Use these AC_-prefixed names, not the AM_-prefixed ones.
23140
23141         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23142
23143 2001-11-05  Jim Meyering  <meyering@lucent.com>
23144
23145         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23146
23147 2001-11-04  Jim Meyering  <meyering@lucent.com>
23148
23149         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23150         $DEFS.
23151
23152 2001-11-03  Jim Meyering  <meyering@lucent.com>
23153
23154         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23155         of AC_DEFUN.
23156
23157         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23158         know the name of the variable in the macro definition.
23159
23160 2001-11-03  Jim Meyering  <meyering@lucent.com>
23161
23162         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23163         in argmatch_to_argument call.
23164
23165         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23166         argument.
23167
23168         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23169         e.g., a fault due to an attempt to free a NULL pointer.
23170
23171 2001-11-01  Jim Meyering  <meyering@lucent.com>
23172
23173         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23174         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23175
23176 2001-11-01  Jim Meyering  <meyering@lucent.com>
23177
23178         * lib/dirfd.c, lib/dirfd.h: New files.
23179         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23180
23181         * lib/hash.c (hash_print) [TESTING]: Clean up.
23182
23183 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23184
23185         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23186         to avoid a warning if -Wall.
23187
23188 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23189
23190         * README: New file
23191         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23192         (per RMS's instructions, this is now the canonical source)
23193         * lgpl/, gpl/: New directories.
23194
23195 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23196
23197         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23198
23199 2001-10-21  Jim Meyering  <meyering@lucent.com>
23200
23201         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23202         this code would end up calling gettext even in packages built
23203         with --disable-nls.
23204         * lib/getopt.c (_): Likewise.
23205         * lib/regex.c (_): Likewise.
23206
23207 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23208
23209         * m4/error.m4 (jm_PREREQ_ERROR):
23210         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23211         AC_FUNC_STRERROR_R does that.
23212         Check for strerror declaration.
23213
23214         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23215         are supposed to have them these days.
23216         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23217         Merge changes from latest Autoconf CVS.
23218         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23219         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23220         POSIX decided to standardize on the int flavor of strerror_r.
23221
23222 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23223
23224         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23225         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23226         Use strerror_r that is only a macro, even if it is not a function.
23227         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23228         (private_strerror): Use prototypes, not old-style function definition.
23229         (print_errno_message): New function.
23230         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23231         char*-flavored one.
23232         (error_tail, error, error_at_line): Use it.
23233
23234 2001-10-11  Jim Meyering  <meyering@lucent.com>
23235
23236         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23237         and quote_n (1, ... to avoid clobbering a buffer.
23238
23239 2001-10-05  Jim Meyering  <meyering@lucent.com>
23240
23241         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23242         hash-pjw.h.
23243         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23244         * lib/hash-pjw.h: New file.
23245
23246 2001-09-30  Jim Meyering  <meyering@lucent.com>
23247
23248         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23249         `struct fsstat' has the `f_fstypename' member.
23250         Use that to define FS_TYPE, which is now used to make
23251         the getfsstat link test tighter.
23252
23253 2001-09-30  Jim Meyering  <meyering@lucent.com>
23254
23255         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23256         Include <sys/ucred.h>, for Apple Darwin.
23257         Include sys/mount.h and sys/fs_types.h only if available.
23258         (FS_TYPE): Define.
23259         (read_filesystem_list): Use FS_TYPE.
23260
23261 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23262
23263         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23264         a boolean context.
23265
23266 2001-09-29  Jim Meyering  <meyering@lucent.com>
23267
23268         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23269         [one-argument getmntent function]): Include stdio.h before mntent.h.
23270         SunOS 4.1.x needs it for the declaration of `FILE'.
23271         Patch by Volker Borchert.
23272
23273         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23274         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23275         sys/fs_types.h, and make the link-test for getfsstat guard #include
23276         directives with appropriate #if HAVE_*_H tests so that we can
23277         detect getfsstat on Apple Darwin1.3.7 systems.
23278         Reported by Nelson Beebe.
23279         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23280
23281 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23282
23283         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23284         #defines strtoimax.  Also treat the other strto* functions
23285         like strtoimax.
23286
23287         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23288         Check for strtoul and strtoumax,
23289         as those declarations are made even in the signed case.
23290         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23291         Likewise, for strtol and strtoimax.
23292
23293 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23294
23295         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23296         #defines strtoimax.  Also treat the other strto* functions
23297         like strtoimax.
23298
23299         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23300         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23301         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23302
23303 2001-09-26  Jim Meyering  <meyering@lucent.com>
23304
23305         Most macros in unlocked-io.h had the wrong number of arguments.
23306         * lib/gen-uio: New script.
23307         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23308         * lib/unlocked-io.hin: Remove file.
23309         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23310         rather than trying to embed it here.
23311         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23312         Reported by Padraig Brady.
23313
23314 2001-09-25  Volker Borchert  <bt@teknon.de>
23315
23316         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23317         `result'.
23318
23319 2001-09-24  Jim Meyering  <meyering@lucent.com>
23320
23321         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23322
23323 2001-09-23  Jim Meyering  <meyering@lucent.com>
23324
23325         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23326         instead of the mere test for existence of mntent.h.  The latter
23327         would get a false-positive on AIX 3.4 systems.
23328         In the outer getmntent if-block, don't die if neither of the getmntent
23329         tests succeeds.  Instead, just fall through and continue with the
23330         remaining tests.
23331
23332 2001-09-23  Jim Meyering  <meyering@lucent.com>
23333
23334         * lib/mountlist.c: Remove useless parentheses in #if directives.
23335         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23336         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23337
23338 2001-09-22  Jim Meyering  <meyering@lucent.com>
23339
23340         * m4/gettext.m4: New file.  From gettext.
23341         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23342         * m4/progtest.m4: Likewise
23343         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23344         * m4/glibc21.m4: Likewise.
23345
23346         * m4/libintl.m4: Remove.  No longer used.
23347
23348 2001-09-22  Jim Meyering  <meyering@lucent.com>
23349
23350         * lib/localcharset.c: Update from latest gettext.
23351         * lib/config.charset: Likewise.
23352
23353 2001-09-20  Jim Meyering  <meyering@lucent.com>
23354
23355         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23356         strtoimax.
23357         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23358         strtoumax.
23359
23360 2001-09-20  Jim Meyering  <meyering@lucent.com>
23361
23362         * lib/xstrtol.c (strtoimax): Guard declaration with
23363         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23364         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23365         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23366         (strtoumax): Likewise, for completeness (it wasn't necessary).
23367
23368 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23369
23370         * lib/strtoimax.c (HAVE_LONG_LONG):
23371         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23372         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23373         to work around bug in IBM C compiler.
23374
23375 2001-09-17  Jim Meyering  <meyering@lucent.com>
23376
23377         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23378         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23379         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23380         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23381         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23382         whenever the right hand side need not be expanded by the shell.
23383
23384 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23385
23386         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23387         library.  It's not correct, as some older glibcs are buggy.
23388         fnmatch wasn't fixed until glibc 2.2.
23389
23390         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23391         special shell magic here.
23392
23393 2001-09-16  Jim Meyering  <meyering@lucent.com>
23394
23395         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23396         * m4/jm-macros.m4: Require it.
23397
23398 2001-09-16  Jim Meyering  <meyering@lucent.com>
23399
23400         * lib/mkdir.c: New file.
23401
23402 2001-09-15  Jim Meyering  <meyering@lucent.com>
23403
23404         * m4/jm-macros.m4: Check for help2man.
23405
23406 2001-09-11  Jim Meyering  <meyering@lucent.com>
23407
23408         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23409         The body, by Paul Eggert, was moved here from configure.in.
23410         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23411
23412 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23413
23414         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23415         (jm_PREREQ): Use it.
23416
23417 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23418
23419         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23420         Use ssize_t, not int, to store result of readlink.
23421         Check for ssize_t overflow as well as size_t overflow,
23422         as POSIX says the result of readlink is implementation-defined
23423         when ssize_t overflows.
23424         Remove unnecessary cast to char*.
23425         Use free+malloc instead of realloc, as the storage doesn't need
23426         to be preserved and it's clearer and can be more efficient that way.
23427         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23428         * lib/xreadlink.h (xreadlink): Update prototype.
23429
23430 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23431
23432         * lib/xgetcwd.c: Revert some of the previous change; intead,
23433         fix the HAVE_GETCWD_NULL code to behave more like the
23434         !HAVE_GETCWD_NULL code used to.
23435
23436         Include "xalloc.h".
23437         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23438         invoke xalloc_die.
23439
23440 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23441
23442         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23443         sys/param.h, as pathmax.h includes them.
23444
23445 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23446
23447         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23448         (jm_PREREQ_XGETCWD): New macro.
23449
23450         * m4/getcwd.m4: New file.
23451
23452 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23453
23454         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23455         like the HAVE_GETCWD_NULL code.
23456         Include pathmax.h if not HAVE_GETCWD.
23457         Do not include xalloc.h.
23458         (INITIAL_BUFFER_SIZE): New symbol.
23459         Do not use xmalloc / xrealloc, since the caller is responsible for
23460         handling errors.  Preserve errno around `free' during failure.
23461         Do not overrun buffer when using getwd.
23462
23463 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23464
23465         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23466         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23467         getcwd (NULL, 0).
23468
23469 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23470
23471         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23472         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23473         spotted by Jim Meyering.
23474
23475 2001-09-03  Jim Meyering  <meyering@lucent.com>
23476
23477         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23478         failure.
23479
23480 2001-09-02  Jim Meyering  <meyering@lucent.com>
23481
23482         * lib/error.c: Update from GNU libc.
23483
23484 2001-09-01  Jim Meyering  <meyering@lucent.com>
23485
23486         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23487         Used by df.
23488
23489 2001-09-01  Jim Meyering  <meyering@lucent.com>
23490
23491         * lib/xreadlink.c: New file.
23492         * lib/xreadlink.h: New file.
23493         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23494         xreadlink.h.
23495
23496         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23497         doesn't conflict with sparc Solaris 7's definition in
23498         /usr/include/sys/int_types.h.
23499
23500         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23501         files.
23502         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23503         and strncasecmp as r-values.  Unixware didn't have declarations.
23504
23505 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23506
23507         * lib/xstrtol.h: Add copyright notice.
23508         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23509         LONGINT_INVALID_SUFFIX_CHAR.
23510
23511 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/xstrtol.c (strtoimax): New decl.
23514
23515 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23516
23517         * lib/xgetcwd.c: Don't include pathmax.h.
23518         Include stdlib.h and unistd.h if available.
23519         Include xalloc.h.
23520         (xmalloc, xstrdup, free): Remove decls.
23521         (xgetcwd): Don't assume sizes fit in unsigned.
23522         Check for overflow when computing sizes.
23523         Simplify reallocation code.
23524
23525 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23526
23527         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23528         a directory's st_size can have an arbitrary value, so the old
23529         usage could waste an arbitrary amount of memory.  All uses
23530         changed.
23531         * lib/savedir.h: Update prototype.
23532
23533 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23534
23535         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23536
23537         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23538         old strtoimax.c.
23539
23540         Also, make the following further changes to make this file's
23541         configuration more similar to that of strtol.c:
23542         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23543         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23544         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23545         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23546         changed to signed values.
23547
23548         And make the following changes as well:
23549         Fix copyright notice, as 1999 was missing.
23550         (verify): New macro.
23551         (strtoimax): Check sizes at compile-time, not run-time.
23552         Prefer strtol to strtoll if both work.
23553         (main): Remove; it was not that useful and was a pain to maintain.
23554
23555         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23556
23557 2001-08-31  Jim Meyering  <meyering@lucent.com>
23558
23559         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23560         Use an initial, malloc'd, buffer of length 128 rather than
23561         a statically allocated one of length 1024.
23562
23563 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23564
23565         Simplify code, partly by assuming autoconf 2.52 semantics.
23566
23567         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23568
23569         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23570         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23571         All uses removed.
23572         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23573         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23574         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23575         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23576         jm_AC_HEADER_INTTYPES_H.
23577         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23578
23579         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23580
23581         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23582         Quote first arg of AC_DEFUN.
23583         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23584         since they are needed to parse the include file even if we need
23585         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23586         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23587         but with opposite signedness.
23588
23589 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23590
23591         Merge 'exclude' changes from tar 1.13.22.
23592         This fixes one or two unlikely storage allocation overflow bugs,
23593         but doesn't change user-visible behavior otherwise.
23594
23595 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23596
23597         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23598         (jm_PREREQ_EXCLUDE): New macro.
23599
23600 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23601
23602         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23603         tm to be declared.
23604
23605 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23606
23607         * lib/hash.c: Remove '2001' from copyright notice.
23608
23609 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23610
23611         * lib/full-write.h: New file.
23612         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23613         * lib/full-write.c: Correct credits, as cccp.c no longer
23614         exists and anyway it was so heavily changed from the old cccp
23615         code as to be unrecognizable.  Include full-write.h.
23616         (full_write) Return size_t, with short writes meaning failure.
23617         All callers changed.  This fixes a bug with large buffers
23618         on 64-bit hosts.
23619         * lib/utime.c: Include full-write.h.
23620
23621 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23622
23623         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23624         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23625         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23626         Include if available.
23627         (<xalloc.h>): Include
23628         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23629         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23630         collide with FNM macros.
23631         (struct patopts): New struct.
23632         (struct exclude): Use it, as exclude patterns now come with options.
23633         (new_exclude): Support above changes.
23634         (new_exclude, add_exclude_file):
23635         Initial size must now be a power of two to simplify overflow checking.
23636         (free_exclude, fnmatch_no_wildcards): New function.
23637         (excluded_filename): No longer requires options arg, as the options
23638         are determined by add_exclude.  Now returns bool, not int.
23639         (excluded_filename, add_exclude):
23640         Add support for the fancy new exclusion options.
23641         (add_exclude, add_exclude_file): Now takes int options arg.
23642         Check for arithmetic overflow when computing sizes.
23643         (add_exclude_file): xrealloc might modify errno, so don't
23644         realloc until after errno might be used.
23645
23646         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23647         New macros.
23648         (free_exclude): New decl.
23649         (add_exclude, add_exclude_file): Now takes int options arg.
23650         (excluded_filename): No longer requires options arg, as the options
23651         are determined by add_exclude.  Now returns bool, not int.
23652
23653 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23654
23655         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23656
23657 2001-08-27  Jim Meyering  <meyering@lucent.com>
23658
23659         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23660
23661         * lib/version-etc.c (N_): Remove definition.
23662         Revert most of last change.
23663         Instead, simply don't mark the `Copyright...' string for translation.
23664         Based on advice from Paul Eggert.
23665
23666         * lib/strtoxmax.c: Tweak comment.
23667
23668 2001-08-26  Jim Meyering  <meyering@lucent.com>
23669
23670         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23671
23672         * m4/xstrtoimax.m4: New file.
23673         * m4/xstrtoumax.m4: Add comments explaining why we
23674         AC_REPLACE_FUNCS(strtol).
23675
23676 2001-08-26  Jim Meyering  <meyering@lucent.com>
23677
23678         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23679         of copyright with `%s' so translators don't get an untranslated
23680         message in 2002.
23681         (COPYRIGHT_YEAR): Define.
23682         (version_etc): Use fprintf rather than fputs.
23683         Suggestion from Ulrich Drepper.
23684
23685         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23686
23687         * lib/strtoll.c: New file, from GNU libc.
23688         * lib/xstrtoimax.c: New file.
23689
23690         * lib/xstrtol.h: Add xstrtoimax.
23691         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23692         * lib/strtoimax.c: New file.  Likewise, but first define
23693         STRTOUXMAX_SIGNED.
23694
23695         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23696         ...
23697         * lib/strtoxmax.c: ... then renamed to this.
23698
23699 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23700
23701         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23702         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23703         (jm_AC_TYPE_INTMAX_T): New macro.
23704         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23705
23706         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23707
23708         * m4/longlong.m4: Renamed from ulonglong.m4.
23709         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23710         * m4/uintmax_t.m4: Removed.
23711
23712 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23713
23714         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23715         Port to Solaris 8, where 'sed' requires a space after the 'r'
23716         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23717         Redirect output to $tmp just once.
23718
23719 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23720
23721         * lib/addext.c (<errno.h>): Include.
23722         (errno): Declare if not defined.
23723         (addext): Work correctly when pathconf returns -1 and leaves
23724         errno alone because there is no limit.  Also, work even if
23725         pathconf returns a value greater than SIZE_MAX.
23726
23727 2001-08-12  Jim Meyering  <meyering@lucent.com>
23728
23729         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23730         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23731         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23732         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23733         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23734         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23735         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23736         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23737         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23738         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23739         utime.m4, utimes.m4, xstrtoumax.m4:
23740         Quote the first argument in each use of AC_DEFUN.
23741
23742 2001-08-12  Jim Meyering  <meyering@lucent.com>
23743
23744         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23745         Simply `return getcwd (NULL, 0);'.
23746         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23747         Use 1300 as initial value for length, not PATH_MAX.
23748
23749         * lib/pathmax.h: Clean up cpp syntax.
23750
23751 2001-08-12  Jim Meyering  <meyering@lucent.com>
23752
23753         * lib/gettimeofday.c: New file.
23754         * lib/gtod.h: New file.
23755         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23756
23757 2001-08-05  Jim Meyering  <meyering@lucent.com>
23758
23759         * m4/jm-macros.m4: Require autoconf-2.52.
23760
23761 2001-08-04  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23764         stmt, to get in sync with glibc.
23765
23766 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23767
23768         The following changes are from gettext 0.10.39 as maintained by
23769         Bruno Haible.
23770
23771         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23772         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23773         with inverted sense.  All uses changed.
23774
23775         * lib/mbswidth.c: Don't include <limits.h>.
23776         Include <stdlib.h> and <string.h> unconditionally.
23777         (iswcntrl, mbsinit, ISCNTRL): New macros.
23778         (mbsnwidth): Use K&R style function declarations.
23779         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23780         can optimize it when MB_CUR_MAX == 1.
23781         The width of control characters is zero, not 1.
23782
23783 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23784
23785         The following changes are from gettext 0.10.39 as maintained by
23786         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23787
23788         * m4/codeset.m4: Upgrade to serial AM1.
23789         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23790         all uses changed.  Quote first arg of AC_DEFUN.
23791         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23792
23793         * m4/iconv.m4: Upgrade to serial AM2.
23794         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23795         Add --with-libconv-prefix.
23796         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23797         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23798         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23799         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23800         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23801
23802         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23803         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23804         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23805         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23806         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23807         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23808         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23809         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23810         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23811
23812         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23813         string.h any more.
23814
23815         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23816         not the default value.
23817
23818         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23819         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23820         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23821         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23822         Also check for iswcntrl, used for wcwidth fallback.
23823         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23824         to Autoconf 2.13.
23825
23826 2001-08-03  Jim Meyering  <meyering@lucent.com>
23827
23828         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23829         as it was in the original.  Reported by Paul Eggert.
23830
23831 2001-07-16  Jim Meyering  <meyering@lucent.com>
23832
23833         * m4/gettimeofday.m4: New file.
23834         Prompted by a report from Bernhard Baehr.
23835
23836 2001-07-15  Jim Meyering  <meyering@lucent.com>
23837
23838         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23839         stuff. Now it's in ../Makefile.cfg.
23840
23841 2001-07-15  Jim Meyering  <meyering@lucent.com>
23842
23843         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23844         (BUILT_SOURCES): Add unlocked-io.h.
23845         (io_functions): Define.
23846         (unlocked-io.h): New rule.
23847         (DISTCLEANFILES): Add unlocked-io.h.
23848         (all-local): Depend on unlocked-io.h, to ensure it is created.
23849
23850         * lib/unlocked-io.hin: New file
23851
23852         * lib/regex.c: Update from glibc.
23853
23854 2001-07-05  Jim Meyering  <meyering@lucent.com>
23855
23856         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23857         recommendation.
23858         (libfetish_a_SOURCES): Put all .h files here instead.
23859         Remove a thus-exposed (better checks in automake) duplicate and
23860         two unnecessary .h files.
23861
23862 2001-07-04  Jim Meyering  <meyering@lucent.com>
23863
23864         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23865         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23866         distcheck failure.
23867
23868 2001-07-02  Jim Meyering  <meyering@lucent.com>
23869
23870         The following changes were prompted by suggestions from Bruno Haible.
23871
23872         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23873         is now generated.
23874         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23875         definition of EXTRA_DIST.
23876         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23877         ensure that the generated file is created/updated whenever the list
23878         of $(unlocked_functions) is changed.
23879         (jm-glibc-io.m4): New rule.
23880         (unlocked-io.h): New rule -- currently unused.
23881
23882 2001-06-24  Jim Meyering  <meyering@lucent.com>
23883
23884         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23885         unmatched right bracket, rather than kludging it with an extra,
23886         falsely-matching quote in a comment.  Patch by Akim Demaille.
23887
23888 2001-06-11  Jim Meyering  <meyering@lucent.com>
23889
23890         * lib/regex.c: Update from GNU libc.
23891
23892 2001-05-27  Jim Meyering  <meyering@lucent.com>
23893
23894         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23895         Check for ut_type in struct utmp.
23896
23897 2001-05-27  Jim Meyering  <meyering@lucent.com>
23898
23899         * lib/readutmp.h (UT_TYPE): Define.
23900
23901 2001-05-24  Jim Meyering  <meyering@lucent.com>
23902
23903         * lib/argmatch.c: Include "quote.h".
23904         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23905         quote function.  Reported by Göran Uddeborg.
23906
23907 2001-05-22  Jim Meyering  <meyering@lucent.com>
23908
23909         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23910         now that we use the package-supplied version unconditionally.
23911         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23912
23913 2001-05-21  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23916         shell syntax errors.
23917
23918 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23919
23920         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23921
23922 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23923
23924         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23925         Don't bother to check library strftime, since
23926         we'll be using our own my_strftime function anyway.
23927         Define my_strftime instead of strftime.
23928
23929 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23930
23931         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23932         which is not yet declared.
23933
23934 2001-05-15  Jim Meyering  <meyering@lucent.com>
23935
23936         * m4/regex.m4: Use proper quoting so brackets appear in the test
23937         program.
23938         Reported by, and with help from, Bruno Haible.
23939
23940 2001-05-13  Jim Meyering  <meyering@lucent.com>
23941
23942         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23943         undefined.
23944
23945 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23946
23947         dirname code cleanup.  base_name now behaves more compatibly
23948         with POSIX basename when given file names that have trailing
23949         slashes, and similarly for dir_name.  Add new primitives
23950         base_len and dir_len.  Put the directory-name-related decls
23951         into dirname.h.
23952
23953         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23954         * lib/backupfile.c (base_name): Likewise.
23955         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23956         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23957         * lib/makepath.c (strip_trailing_slashes): Likewise.
23958         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23959         ISSLASH): Likewise.
23960         * lib/rename.c (strip_trailing_slashes): Likewise.
23961         * lib/same.c (base_name): Likewise.
23962         * lib/stripslash.c (ISSLASH): Likewise.
23963
23964         * lib/addext.c: Include <dirname.h> after size_t is defined.
23965         * lib/backupfile.c: Likewise.
23966
23967         * lib/addext.c (addext): Use base_len to trim redundant
23968         trailing slashes instead of doing it ourselves.
23969         But do not trim the last slash if it is not redundant.
23970
23971         * lib/backupfile.c (find_backup_file_name,
23972         max_backup_version): Use base_len instead of rolling it ourselves.
23973         Handle the case of "" and (on DOS) "C:" correctly.
23974
23975         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23976         needed. Include <string.h>, <dirname.h>.
23977         (base_name): Allow file names ending in slashes, other than names
23978         that are all slashes.  In this case, return the basename followed
23979         by the slashes.  This is more general, and can be used in places
23980         where the original base_name purposely had an assertion failure.
23981         (base_len): New function.
23982
23983         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23984         Do not include <assert.h>; no longer needed.
23985         Include xalloc.h.
23986         (memrchr): Remove decl.
23987         (dir_name_r): Remove.
23988         (dir_len): Renamed from dirlen.  All callers changed.
23989         Rewrite in terms of base_name, for simplicity and consistency.
23990         (dir_name): Never return NULL.  All callers changed.
23991         Do not include <stdlib.h> in test program; no longer needed.
23992         return 0; is fine for test program.
23993
23994         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23995         New macros.
23996         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23997
23998         * lib/path-concat.c (path_concat): Use base_len to compute
23999         base length, not strlen; this means we cannot rely on memcpy
24000         to null-terminate.
24001
24002         * lib/same.c (STREQ): Remove.
24003         (same_name): Handle the case where the basename ends in trailing '/'.
24004
24005         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24006         a slash was stripped.  Do not strip the last slash after a
24007         file system prefix.
24008
24009 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24010
24011         * lib/Makefile.am (libfetish_a_SOURCES):
24012         Add strftime.c, since we now compile it on all hosts.
24013
24014         * lib/strftime.c (my_strftime):
24015         Define to nstrftime if emacs, but only if my_strftime is not defined.
24016         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24017         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24018         Add one more extra argument: a nanoseconds value.
24019         All uses changed.
24020         (ns): New macro.
24021         (my_strftime function): Add %N format.
24022         (emacs_strftimeu): Renamed from emacs_strftime,
24023         with extra ut argument.
24024
24025 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24026
24027         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24028
24029 2001-04-21  Jim Meyering  <meyering@lucent.com>
24030
24031         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24032         doesn't interfere.
24033
24034 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24035
24036         * m4/ftruncate.m4: Check for chsize.
24037         Link with ftruncate.o unconditionally if ftruncate is missing.
24038         This was required when cross-compiling to i586-mingw32msvc.
24039
24040 2001-04-08  Jim Meyering  <meyering@lucent.com>
24041
24042         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24043         recomputed; that's necessary when the offset spans a DST transition.
24044         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24045
24046 2001-04-02  Jim Meyering  <meyering@lucent.com>
24047
24048         * lib/regex.h, regex.c: Update from GNU libc.
24049
24050 2001-03-24  Jim Meyering  <meyering@lucent.com>
24051
24052         * m4/jm-macros.m4: Require autoconf-2.49d.
24053
24054 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24055
24056         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24057
24058 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24059
24060         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24061
24062 2001-03-17  Jim Meyering  <meyering@lucent.com>
24063
24064         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24065         now that the version in autoconf is equivalent.
24066         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24067
24068         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24069         Suggestion from Akim Demaille.
24070
24071         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24072         (jm_PREREQ_TEMPNAME): New function.
24073
24074 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24075
24076         * lib/tempname.c (uint64_t): Define to uintmax_t if
24077         not defined, and if UINT64_MAX is not defined.
24078         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24079         Reported by John David Anglin.
24080
24081 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24082
24083         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24084         resolve alias if codeset is empty.
24085         * lib/config.charset (BeOS): Use wildcard syntax.
24086
24087 2001-03-13  Jim Meyering  <meyering@lucent.com>
24088
24089         * lib/path-concat.c (path_concat)
24090         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24091         concatenating e.g., `C:' and `foo'.
24092         From Bruno Haible.
24093
24094 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24095
24096         * lib/localcharset.c (locale_charset): Don't use
24097         setlocale(LC_CTYPE,NULL). Don't return NULL.
24098         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24099
24100 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24101
24102         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24103         support for DOS/DJGPP.
24104
24105 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24106
24107         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24108         lacks mkstemp.  Compile our own tempname.c if we compile our own
24109         mkstemp.c, as mkstemp relies on tempname.
24110
24111 2001-03-01  Jim Meyering  <meyering@lucent.com>
24112
24113         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24114         AH_VERBATIM really does output its argument verbatim.
24115
24116 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24117
24118         * lib/Makefile.am (libfetish_a_SOURCES):
24119         Add dup-safer.c, fopen-safer.c.
24120         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24121
24122         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24123         * lib/unistd-safer.h: New files.
24124
24125 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24126
24127         The mkstemp replacement is taken from glibc 2.2.2, with some
24128         portability fixes for use outside glibc, as follows:
24129
24130         * lib/tempname.c (struct_stat64): New macro.
24131         (direxists, __gen_tempname): Use it.
24132         This avoids a portability problem with Solaris 8.
24133
24134         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24135         (<stddef.h>, <stdint.h>, <string.h>):
24136         Include only if STDC_HEADERS || _LIBC.
24137         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24138         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24139         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24140         (__set_errno): Define this macro if <errno.h> doesn't.
24141         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24142         Define these macros if <stdio.h> doesn't.
24143         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24144         Define these macros if <sys/stat.h>
24145         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24146         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24147         __xstat64): Define if not _LIBC.
24148         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24149         (__gen_tempname): Invoke gettimeofday only if
24150         HAVE_GETTIMEOFDAY || _LIBC;
24151         otherwise, fall back on plain "time".
24152         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24153
24154         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24155
24156         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24157
24158 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24159
24160         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24161
24162 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24163
24164         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24165         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24166         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24167         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24168
24169 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24170
24171         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24172         Remove workaround macros for hosts that have mbrtowc but not
24173         mbstate_t, as we now insist on proper declarations for both
24174         before using mbrtowc.
24175
24176 2001-02-17  Jim Meyering  <meyering@lucent.com>
24177
24178         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24179         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24180         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24181         UnixWare 7.1.1.
24182
24183         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24184         rather than AC_CACHE_VAL.
24185
24186 2001-02-17  Jim Meyering  <meyering@lucent.com>
24187
24188         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24189         around included file name.
24190
24191         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24192
24193         * lib/strftime.c: Update from GNU libc (the only changes were to
24194         comments).
24195
24196 2001-02-17  Jim Meyering  <meyering@lucent.com>
24197
24198         * lib/regex.c: Update from libc.
24199
24200 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24201
24202         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24203         clash.
24204
24205 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24206
24207         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24208         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24209         Reported by Mark Hounschell via Paul Eggert.
24210
24211 2001-02-07  Jim Meyering  <meyering@lucent.com>
24212
24213         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24214
24215 2001-02-05  Jim Meyering  <meyering@lucent.com>
24216
24217         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24218         it includes the patch required for `large file' support with at least
24219         HP-UX's 10.20 /bin/cc.
24220
24221 2001-02-03  Jim Meyering  <meyering@lucent.com>
24222
24223         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24224         AS_IF, now that it works once again (mysteriously).
24225         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24226
24227 2001-01-30  Jim Meyering  <meyering@lucent.com>
24228
24229         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24230         * m4/chown.m4: Rename conftestchown to conftest.chown.
24231         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24232         s/conftestdir2/conftest.d2/.
24233         * m4/utimes.m4: s/conftestdata/conftest.data/
24234         Inspired by Pavel Roskin's change in autoconf.
24235
24236 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24237
24238         * lib/config.charset: Update for FreeBSD 4.2.
24239
24240 2001-01-27  Jim Meyering  <meyering@lucent.com>
24241
24242         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24243         a use of AS_IF.
24244         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24245
24246 2001-01-26  Jim Meyering  <meyering@lucent.com>
24247
24248         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24249         quotearg.c includes it.
24250
24251 2001-01-26  Jim Meyering  <meyering@lucent.com>
24252
24253         * lib/quotearg.c: Include stddef.h.
24254         * lib/quote.c: Include stddef.h.
24255         Reported by Axel Kittenberger.
24256
24257         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24258         line in double quotes so that it evokes a better diagnostic.
24259         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24260         Reported by Axel Kittenberger.
24261
24262 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24263
24264         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24265         as if it was a `charset'.
24266
24267 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24268
24269         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24270         has const.
24271
24272 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24273
24274         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24275         to avoid a warning.  Add back 'const' to inptr.
24276
24277 2001-01-20  Jim Meyering  <meyering@lucent.com>
24278
24279         Be sure that headers are checked before used in code compiled
24280         for the type checks.
24281         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24282         In place of that, invoke jm_CHECK_ALL_TYPES.
24283         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24284         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24285         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24286         The check for ssize_t was mistakenly run before the test for unistd.h.
24287
24288         The configure-time check for stdbool.h was missing.
24289         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24290         (jm_PREREQ_HASH): New function.
24291
24292 2001-01-17  Jim Meyering  <meyering@lucent.com>
24293
24294         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24295         for autoconf-2.49c.
24296         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24297
24298 2001-01-16  Jim Meyering  <meyering@lucent.com>
24299
24300         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24301         From Bruno Haible.
24302
24303 2001-01-14  Jim Meyering  <meyering@lucent.com>
24304
24305         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24306         foo and bar.  Create conftestdir/ in the script, not in the C code.
24307         Remove directories in the script, not in the C code.
24308         Remove conftestdir{,2} before trying to create the directory.
24309         Make the entire configure script fail if the mkdir fails.
24310
24311 2001-01-14  Jim Meyering  <meyering@lucent.com>
24312
24313         * lib/rename.c: New file.  From Volker Borchert.
24314         Include stdlib.h, string.h or strings.h, and xalloc.h.
24315         Use strip_trailing_slashes rather than open-coding it.
24316
24317 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24318
24319         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24320
24321 2001-01-03  Jim Meyering  <meyering@lucent.com>
24322
24323         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24324         of local `inptr' to avoid warning with some system declarations of
24325         iconv.
24326
24327 2001-01-02  Volker Borchert  <bt@teknon.de>
24328
24329         * m4/rename.m4: New file.
24330         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24331
24332 2001-01-01  Jim Meyering  <meyering@lucent.com>
24333
24334         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24335         even on systems with utmpx.h.  It's necessary for the declaration of
24336         utmp's ut_user member.  Reported by Andreas Jaeger.
24337
24338         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24339         available. They are required for the declarations of getgrgid and
24340         getpwuid resp.
24341         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24342         Reported by Andreas Jaeger.
24343
24344 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24345
24346         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24347         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24348         so `make install' also works in VPATH builds.
24349
24350 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24351
24352         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24353         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24354         can be used in subdirectories.
24355
24356 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24357
24358         * lib/modechange.c: Do not assume that mode_t uses the
24359         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24360         the other-execute bit of FOO even if S_IXOTH != 1.
24361
24362         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24363         WOTH, XOTH, ALLM): New macros.
24364         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24365          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24366         Use them.
24367         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24368         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24369         (mode_compile):
24370         No need to use uintmax_t; unsigned long is long enough.
24371         Don't bother to get suffix since we don't use it.
24372
24373 2000-12-26  Jim Meyering  <meyering@lucent.com>
24374
24375         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24376         better with autoheader.
24377
24378 2000-12-24  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/hash.c (is_prime): Return explicit boolean values.
24381         (hash_get_first): Return NULL to appease Irix5.6's 89.
24382         Reported by Nelson Beebe.
24383
24384 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24385
24386         * lib/localcharset.c (locale_charset): Add support for Win32.
24387
24388 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24389
24390         * lib/physmem.h, lib/physmem.c: New files.
24391
24392         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24393         (noinst_HEADERS): Add physmem.h.
24394
24395         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24396         't' for compatibility with Solaris 8 sort.
24397
24398 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24399
24400         * lib/config.charset: Add support for BeOS.
24401
24402 2000-12-17  Jim Meyering  <meyering@lucent.com>
24403
24404         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24405         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24406
24407 2000-12-16  Jim Meyering  <meyering@lucent.com>
24408
24409         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24410         N and M) would have treated it like `chown N:N FILE'.
24411
24412         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24413
24414 2000-12-16  Jim Meyering  <meyering@lucent.com>
24415
24416         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24417         SHELLS_FILE to a file name that's useful on djgpp systems.
24418         Include stdlib.h.
24419         (ADDITIONAL_DEFAULT_SHELLS): Define.
24420         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24421         Based mostly on a patch from Prashant TR.
24422
24423 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24424
24425         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24426         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24427         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24428
24429 2000-12-08  Andreas Schwab  <schwab@suse.de>
24430
24431         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24432         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24433
24434 2000-12-07  Jim Meyering  <meyering@lucent.com>
24435
24436         * lib/stripslash.c (ISSLASH): Define.
24437         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24438         `/'.
24439         From Prashant TR.
24440
24441         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24442         (dir_name_r): Declare this function as static.
24443         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24444         manifest itself on a name containing a mix of slashes and
24445         backslashes.
24446         Make this function work with names starting with a DOS-style
24447         drive letter and colon prefix.
24448         (dir_name): Append `.' if necessary.
24449         Based mostly on patches from Prashant TR and Eli Zaretskii.
24450
24451         * lib/dirname.h (dir_name_r): Remove prototype.
24452
24453 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24454
24455         * m4/off_t-format.m4: Remove this file.
24456         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24457
24458 2000-12-06  Jim Meyering  <meyering@lucent.com>
24459
24460         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24461         replacement strtoull, we may well need the replacement strtoul, too.
24462         Check for declarations of strtoul and strtoull.
24463         Check for strtol.  Mainly as a cue to cause automake to include
24464         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24465         Check for limits.h -- strtol.c needs it.
24466
24467 2000-12-05  Jim Meyering  <meyering@lucent.com>
24468
24469         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24470
24471 2000-12-04  Jim Meyering  <meyering@lucent.com>
24472
24473         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24474         Also include memory.h, stdlib.h, unistd.h if appropriate.
24475         Reported by Andreas Jaeger (conflicting declaration of malloc).
24476
24477 2000-12-02  Jim Meyering  <meyering@lucent.com>
24478
24479         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24480         * m4/jm-macros.m4 (jm_MACROS): require it.
24481
24482 2000-12-02  Jim Meyering  <meyering@lucent.com>
24483
24484         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24485
24486 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24487
24488         * lib/memrchr.c: Include <config.h> before any system include file.
24489
24490 2000-11-30  Jim Meyering  <meyering@lucent.com>
24491
24492         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24493
24494 2000-11-30  Jim Meyering  <meyering@lucent.com>
24495
24496         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24497
24498 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24499
24500         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24501
24502 2000-11-26  Jim Meyering  <meyering@lucent.com>
24503
24504         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24505
24506 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24507
24508         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24509         size of (size_t) -1; it's not portable.
24510
24511 2000-11-17  Jim Meyering  <meyering@lucent.com>
24512
24513         * lib/strstr.c: Update from GNU libc.
24514
24515 2000-11-17  Akim Demaille  <akim@epita.fr>
24516
24517         * lib/obstack.h: Formatting changes.
24518         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24519         prevent type checking.
24520         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24521         cast the value to (void *): assigning a `foo *' to a `void *'
24522         variable is valid.
24523         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24524
24525 2000-11-16  Jim Meyering  <meyering@lucent.com>
24526
24527         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24528
24529 2000-11-11  Jim Meyering  <meyering@lucent.com>
24530
24531         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24532
24533 2000-11-10  Jim Meyering  <meyering@lucent.com>
24534
24535         * lib/obstack.h: Update from GNU libc.
24536         * lib/obstack.c: Likewise.
24537
24538 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24539
24540         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24541
24542 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24543
24544         * lib/getusershell.c (setusershell): Use rewind rather than
24545         fseek/fseeko, to avoid configuration hassles with fseeko.
24546         Don't bother opening SHELLS_FILE if shellstream is NULL;
24547         it's not necessary.
24548
24549 2000-11-05  Jim Meyering  <meyering@lucent.com>
24550
24551         * lib/makepath.h (make_dir): Declare.
24552         * lib/makepath.c (make_dir): Remove `static' attribute.
24553         Tweak a comment.
24554
24555 2000-11-04  Jim Meyering  <meyering@lucent.com>
24556
24557         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24558
24559 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24560
24561         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24562         last one in a bucket, advance to the next bucket.
24563
24564 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24565
24566         * lib/fnmatch.c: Do not comment out all the code if we are using
24567         the GNU C library, because in some cases we are replacing buggy
24568         code in the GNU C library itself.
24569
24570 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24571
24572         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24573         (regex_compile): Catch bogus \(\1\).
24574
24575 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24576
24577         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24578         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24579         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24580
24581 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24582
24583         * lib/error.h, getline.h, modechange.h:
24584         Remove "2000" from Copyright line, as the file hasn't been
24585         changed this year other than in the copyright notice.
24586
24587         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24588         was changed this year.
24589
24590 2000-10-29  Jim Meyering  <meyering@lucent.com>
24591
24592         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24593         renaming.
24594         * m4/ls-mntd-fs.m4: Likewise
24595
24596 2000-10-29  Jim Meyering  <meyering@lucent.com>
24597
24598         * lib/xstat.in: Fix grammar in comment.
24599
24600 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24601
24602         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24603         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24604         doesn't define __restrict_arr.
24605
24606 2000-10-28  Jim Meyering  <meyering@lucent.com>
24607
24608         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24609         (jm_PREREQ_MEMCHR): New function.
24610
24611 2000-10-28  Jim Meyering  <meyering@lucent.com>
24612
24613         * lib/memchr.c: Update from libc.
24614         Adjust for portability:
24615         [HAVE_STDLIB_H]: Include stdlib.h.
24616         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24617         Undef __memchr, too.
24618         [!weak_alias]: Define __memchr to memchr.
24619
24620         * lib/regex.c: Update from libc.
24621         * lib/regex.h: Likewise.
24622         * lib/getopt1.c: Likewise.
24623         * lib/memcmp.c: Likewise.
24624
24625         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24626         Avoid using fseek, when possible -- it's broken by design.
24627         Patch by Ulrich Drepper.
24628
24629 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24630
24631         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24632         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24633         Giving in to popular pressure to shut up the compiler with casts.
24634
24635 2000-10-26  Jim Meyering  <meyering@lucent.com>
24636
24637         * lib/strftime.c: Update from libc.
24638
24639 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24640
24641         * regex.c: More `unsigned char' -> `re_char' changes.
24642         Also change several `int' into `re_wchar_t'.
24643         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24644         (PUSH_FAILURE_POINTER): Don't cast any more.
24645         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24646         We want GCC to complain, since this piece of code makes
24647         re_match non-reentrant, which *should* be fixed.
24648         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24649         (EXTEND_BUFFER): Use RETALLOC.
24650         (SET_LIST_BIT): Don't cast.
24651         (re_wchar_t): New type.
24652         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24653         that those two functions will always properly return.
24654         (IMMEDIATE_QUIT_CHECK): Cast to void.
24655         (analyse_first): Use recursion rather than an explicit stack.
24656         (re_compile_fastmap): Can't fail anymore.
24657         (re_search_2): Don't check re_compile_fastmap for failure.
24658         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24659         Now also sets the new value (passed in a new argument).
24660         (re_match_2_internal): Use it.
24661         Also, use a new var `reg' of type size_t when looping through regs
24662         rather than reuse the inappropriate `mcnt'.
24663
24664 2000-10-25  Jim Meyering  <meyering@lucent.com>
24665
24666         * lib/obstack.c: Update from libc.
24667
24668 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24669
24670         * regex.c (regex_compile): Change the way of handling a range from
24671         a char less than 256 to a char not less than 256.
24672
24673 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24674
24675         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24676         NT-Emacs only.
24677         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24678         so that re_search functions only quit when callers expect them to.
24679
24680 2000-10-23  Jim Meyering  <meyering@lucent.com>
24681
24682         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24683         wrong.  That set_locale call must not have any side effects.
24684         From Paul Eggert.
24685
24686 2000-10-22  Jim Meyering  <meyering@lucent.com>
24687
24688         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24689         [CYCLIC]: Remove now-unused definition.
24690
24691         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24692         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24693         Suggestion from Ulrich Drepper.
24694
24695 2000-10-21  Jim Meyering  <meyering@lucent.com>
24696
24697         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24698         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24699         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24700
24701 2000-10-21  Jim Meyering  <meyering@lucent.com>
24702
24703         * lib/dirname.c (memrchr): Declare if necessary.
24704         (dir_name): Remove the restriction that there be no
24705         trailing slashes.  Now, this code skips past them, effectively
24706         ignoring them.
24707         [TEST_DIRNAME] (main): New unit tests.
24708
24709         * lib/memrchr.c: New file from GNU libc.
24710         Undef __memrchr, too.
24711         [!weak_alias]: Define __memrchr to memrchr.
24712         Guard weak_alias use with `#ifdef weak_alias'.
24713
24714 2000-10-21  Jim Meyering  <meyering@lucent.com>
24715
24716         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24717         (dir_name): Use dir_name_r.
24718         * lib/dirname.h (dir_name_r): Declare it.
24719
24720 2000-10-17  Jim Meyering  <meyering@lucent.com>
24721
24722         * lib/quote.h (PARAMS): Define and use.
24723         Reported by Akim Demaille.
24724
24725         * lib/getopt.c: Update from libc.
24726
24727 2000-10-16  Jim Meyering  <meyering@lucent.com>
24728
24729         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24730         setlocale.
24731         From Jan Fedak.
24732
24733 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24734
24735         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24736
24737 2000-09-25  Jim Meyering  <meyering@lucent.com>
24738
24739         * lib/md5.h (rol): Define (from GnuPG).
24740
24741         * lib/sha.c: Give credit (GnuPG) where due.
24742         (M): Use rol rather than open-coding it.
24743         Add a FIXME comment.
24744
24745 2000-09-21  Jim Meyering  <meyering@lucent.com>
24746
24747         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24748         Reported by Michael Stone.
24749
24750 2000-09-20  Jim Meyering  <meyering@lucent.com>
24751
24752         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24753         (noinst_HEADERS): Add sha.h.
24754         Based on code from Scott G. Miller and from GnuPG.
24755
24756 2000-09-18  Jim Meyering  <meyering@lucent.com>
24757
24758         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24759         LIBS. Otherwise, everyone ends up linking with -lelf for some
24760         configurations.
24761         Reported by Mike Stone.
24762
24763 2000-09-15  Jim Meyering  <meyering@lucent.com>
24764
24765         * lib/regex.c: Update from libc.
24766
24767 2000-09-10  Jim Meyering  <meyering@lucent.com>
24768
24769         * lib/getopt.c (_getopt_internal): Update from glibc.
24770
24771 2000-09-09  Jim Meyering  <meyering@lucent.com>
24772
24773         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24774         think it should be used as a general replacement for isascii.
24775         * lib/fnmatch.c: Likewise.
24776         * lib/mbswidth.c: Likewise
24777         * lib/regex.c: Likewise.
24778
24779         Don't use atoi.
24780         * lib/userspec.c: Include sys/param.h and limits.h.
24781         Include xstrtol.h.
24782         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24783         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24784         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24785         UID, GID.  Check range.
24786
24787 2000-09-06  Jim Meyering  <meyering@lucent.com>
24788
24789         * lib/getopt.c (_getopt_internal): Update from glibc.
24790
24791 2000-08-30  Jim Meyering  <meyering@lucent.com>
24792
24793         * lib/strftime.c: Merge in changes from GNU libc.
24794
24795 2000-08-26  Jim Meyering  <meyering@lucent.com>
24796
24797         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24798         * m4/fpending.m4: New file.
24799
24800 2000-08-26  Jim Meyering  <meyering@lucent.com>
24801
24802         * lib/closeout.c: Include "__fpending.h".
24803         (close_stdout_status): Return right away if there's nothing to flush.
24804
24805         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24806         * lib/__fpending.c: New file.
24807         * lib/__fpending.h: New file.
24808
24809 2000-08-20  Jim Meyering  <meyering@lucent.com>
24810
24811         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24812         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24813         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24814
24815 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24816
24817         Improve fileutils installation on systems where running
24818         programs (like install) can't be unlinked.
24819         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24820         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24821
24822 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24823
24824         Standardize on "memory exhausted" instead of "Memory exhausted"
24825         or "virtual memory exhausted".
24826         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24827         "virtual memory exhausted".
24828         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24829         our own message.
24830         * lib/userspec.c (parse_user_spec): Likewise.
24831         * lib/bumpalloc.h: comment fix
24832         * lib/same.c, userspec.c: Include xalloc.h.
24833
24834         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24835         not char *const and pointing to a constant array.
24836         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24837         (xrealloc): Comment fix.
24838
24839         * lib/userspec.c (parse_user_spec):
24840         Don't translate a message until just before returning,
24841         to avoid unnecessary translation.
24842
24843 2000-08-07  Jim Meyering  <meyering@lucent.com>
24844
24845         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24846         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24847         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24848         getgroups.c, gethostname.c, getopt.h, group-member.c,
24849         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24850         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24851         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24852         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24853         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24854         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24855         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24856         yesno.c: Back out Copyright date changes for each file with no change
24857         this year.  This eases coordination with other programs using the same
24858         source code modules.  From Paul Eggert.
24859
24860 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24861
24862         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24863         not char, for compatibility with glibc 2.1.3 strftime.c.
24864
24865 2000-08-03  Greg McGary  <greg@mcgary.org>
24866
24867         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24868         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24869         (EXTEND_BUFFER): Use them.
24870
24871 2000-08-01  Jim Meyering  <meyering@lucent.com>
24872
24873         * lib/dirname.c (ISSLASH): Define.
24874         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24875         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24876         both `\' and `/' may be use as path separators.
24877         Based on a patch from Prashant TR.
24878
24879 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24880
24881         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24882         slot vector a constant, since it might get modified.
24883
24884 2000-07-31  Jim Meyering  <meyering@lucent.com>
24885
24886         * lib/xmalloc.c: Use `virtual memory exhausted', not
24887         `Memory exhausted'.
24888         * lib/obstack.c (print_and_abort): Likewise.
24889
24890 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24891
24892         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24893         buffer, so that the caller can always quote one small
24894         component of a "memory exhausted" message in slot 0.
24895         From a suggestion by Jim Meyering.
24896
24897 2000-07-30  Jim Meyering  <meyering@lucent.com>
24898
24899         * lib/makepath.c (make_path): Quote the other instance, too.
24900
24901         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24902         (STATIC_BUF_SIZE): Define.
24903         (quotearg_n_options): Use only statically allocated storage when
24904         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24905         than STATIC_BUF_SIZE.
24906
24907 2000-07-29  Jim Meyering  <meyering@lucent.com>
24908
24909         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24910         * lib/dirname.c (dir_name): Likewise.
24911
24912         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24913         `/'.
24914
24915         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24916         (dir_name): Assert that there are no trailing slashes.
24917
24918 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24919
24920         * lib/mbswidth.h (mbswidth): Add a flags argument.
24921         (mbswidth): New declaration.
24922         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24923         * lib/mbswidth.c (mbswidth): Add a flags argument.
24924         (mbsnwidth): New function.
24925
24926 2000-07-24  Jim Meyering  <meyering@lucent.com>
24927
24928         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24929
24930 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24931
24932         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24933
24934 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24935
24936         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24937         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24938         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24939         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24940         invoke multibyte primitives.
24941
24942 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24943
24944         * lib/quotearg.c:
24945         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24946         so that mbstate_t is always defined.
24947
24948         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24949         be 1 in at least one GCC installation, and this configuration
24950         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24951         performance on hosts that have mbrtowc but have only unibyte
24952         locales, but I assume these hosts are rare.
24953
24954 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24955
24956         * lib/mbswidth.c (_XOPEN_SOURCE):
24957         Don't define; this causes problems on Solaris 7.
24958         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24959
24960 2000-07-23  Jim Meyering  <meyering@lucent.com>
24961
24962         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24963         too: getgrgid, getpwuid, getuid.
24964
24965 2000-07-23  Jim Meyering  <meyering@lucent.com>
24966
24967         * lib/basename.c (base_name): Add an assertion.
24968
24969 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24970
24971         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24972         shadow its mbsinit function.
24973
24974 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24975
24976         * lib/mbswidth.h: New file.
24977         * lib/mbswidth.c: New file.
24978         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24979         (noinst_HEADERS): Add mbswidth.h.
24980
24981 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24982
24983         * lib/config.charset: Add support for FreeBSD. Improve support for
24984         HP-UX and IRIX 6.
24985
24986 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24987
24988         * m4/mbswidth.m4: New file.
24989         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24990
24991 2000-07-15  Jim Meyering  <meyering@lucent.com>
24992
24993         * lib/makepath.c: Include quote.h.
24994         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24995         corresponding argument in a `quote (...)' call.
24996         Give better diagnostics.
24997
24998         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24999         (noinst_HEADERS): Add quote.h.
25000
25001         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25002         from tar's src/misc.c.
25003         * lib/quote.h: New file.  Prototypes for same.
25004
25005 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25006
25007         From a suggestion by Bruno Haible.
25008         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25009         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25010         to decide whether to define the BeOS workaround macro;
25011         this adjusts to the change to AC_MBSTATE_T.
25012
25013 2000-07-14  Jim Meyering  <meyering@lucent.com>
25014
25015         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25016         jm_AC_TYPE_UINTMAX_T.
25017
25018 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25019
25020         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25021
25022         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25023         quotearg_buffer_restyled): Add support for
25024         clocale_quoting_style.  Undo previous change to
25025         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25026         and "{RIGHT QUOTATION MARK}" msgids.
25027
25028 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25029
25030         From a suggestion by Bruno Haible.
25031         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25032         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25033         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25034         and mbstate_t, to a single-part test that simply defines mbstate_t.
25035         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25036         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25037
25038 2000-07-10  Jim Meyering  <meyering@lucent.com>
25039
25040         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25041
25042         * m4/gnu-source.m4: Output to confdefs.h directly.
25043         Suggestion from Akim Demaille.
25044
25045 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25046
25047         The old behavior of quoting `like this' doesn't look good with
25048         newer, ISO-style fonts.  See:
25049         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25050
25051         Instead, quote "like this" by default.  Let the translator
25052         tailor the locale-specific quoting behavior by providing
25053         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25054
25055         * lib/quotearg.c (N_): New macro.
25056         (gettext_default): New function.
25057         (quotearg_buffer_restyled): Use
25058         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25059         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25060
25061 2000-07-09  Jim Meyering  <meyering@lucent.com>
25062
25063         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25064         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25065
25066         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25068
25069 2000-07-09  Jim Meyering  <meyering@lucent.com>
25070
25071         * lib/Most files: Update copyright dates to include 2000.
25072
25073 2000-07-08  Jim Meyering  <meyering@lucent.com>
25074
25075         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25076         if not defined.
25077         (xgethostname): Remove now-unnecessary #ifdef.
25078         Move declaration of `err' into loop where it's used.
25079
25080 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25081         and Bruno Haible  <haible@clisp.cons.org>
25082
25083         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25084         only if the test for an object-type mbstate_t fails.  This
25085         prevents us from mistakenly reporting that mbstate_t is a
25086         system object type after we "#define mbstate_t int" to work
25087         around its lack.
25088
25089 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25090         and Bruno Haible  <haible@clisp.cons.org>
25091
25092         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25093
25094 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25095
25096         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25097         to strerror_r.
25098         Include <ctype.h> for use of isalpha.
25099
25100 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25101
25102         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25103         by allocating a larger buffer. Test the gethostname return value for
25104         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25105         returns an error and ENAMETOOLONG isn't defined.
25106
25107 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25108
25109         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25110         dimension.
25111
25112 2000-07-04  Jim Meyering  <meyering@lucent.com>
25113
25114         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25115         of the deprecated AC_CHECKING.
25116
25117 2000-07-04  Jim Meyering  <meyering@lucent.com>
25118
25119         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25120         Reported by Bruno Haible.
25121
25122 2000-07-04  Jim Meyering  <meyering@lucent.com>
25123
25124         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25125         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25126         lacks mbrtowc.
25127
25128 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25129
25130         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25131         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25132
25133 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25134         and Bruno Haible  <haible@clisp.cons.org>
25135
25136         * lib/quotearg.c (mbrtowc):
25137         Assign to *pwc, and return 1 only if result is nonzero.
25138         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25139
25140 2000-07-03  Jim Meyering  <meyering@lucent.com>
25141
25142         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25143
25144 2000-07-03  Jim Meyering  <meyering@lucent.com>
25145
25146         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25147         This is necessary to get a definition of e.g., UTMP_FILE on
25148         HP-UX 10.20.
25149         From Bob Proulx.
25150
25151 2000-07-02  Jim Meyering  <meyering@lucent.com>
25152
25153         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25154
25155         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25156         AC_LIBOBJ(function_name).
25157         * m4/chown.m4: Likewise.
25158         * m4/fnmatch.m4: Likewise.
25159         * m4/ftruncate.m4: Likewise.
25160         * m4/getgroups.m4: Likewise.
25161         * m4/getline.m4: Likewise.
25162         * m4/group-member.m4: Likewise.
25163         * m4/jm-macros.m4: Likewise.
25164         * m4/lstat.m4: Likewise.
25165         * m4/malloc.m4: Likewise.
25166         * m4/memcmp.m4: Likewise.
25167         * m4/nanosleep.m4: Likewise.
25168         * m4/putenv.m4: Likewise.
25169         * m4/realloc.m4: Likewise.
25170         * m4/regex.m4: Likewise.
25171         * m4/stat.m4: Likewise.
25172         * m4/strftime.m4: Likewise.
25173
25174 2000-07-02  Jim Meyering  <meyering@lucent.com>
25175
25176         * lib/quotearg.c (mbstate_t): Don't define here.
25177
25178 2000-07-02  Jim Meyering  <meyering@lucent.com>
25179
25180         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25181
25182 2000-07-01  Jim Meyering  <meyering@lucent.com>
25183
25184         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25185
25186 2000-07-01  Jim Meyering  <meyering@lucent.com>
25187
25188         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25189         problem.
25190
25191 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25192
25193         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25194         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25195
25196 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25197
25198         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25199         per change in ../m4/ls-mntd-fs.m4.
25200         (read_filesystem_list): Ignore symbolic links.
25201
25202 2000-06-29  Jim Meyering  <meyering@lucent.com>
25203
25204         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25205         for declaration of strcmp.
25206
25207         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25208
25209         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25210         Avoid warning by casting result to `char *' to remove `const'.
25211
25212 2000-06-28  Jim Meyering  <meyering@lucent.com>
25213
25214         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25215         included by quotearg.c, for which we perform this test.  From
25216         Bruno Haible.
25217
25218 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25219
25220         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25221         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25222         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25223
25224 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25225
25226         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25227
25228 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25229
25230         savedir now sets errno on failure and invokes xmalloc to get memory.
25231         Fix a couple of other minor bugs while we're at it.
25232
25233         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25234         (NAMLEN): Remove macro.
25235         (malloc, realloc): Remove decls.
25236         (stpcpy): Likewise.
25237         ("xalloc.h"): Include.
25238         (NAME_SIZE_DEFAULT): New macro.
25239         (savedir): Use xmalloc / xrealloc to allocate memory.
25240         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25241         Skip "" directory entries.
25242         Use strlen to calculate directory entry length, since the old method
25243         is rarely used these days and isn't worth supporting.
25244         Don't use a pointer after freeing it.
25245         Check for integer overflow when calculating allocation size.
25246         Use memcpy to copy entries, instead of stpcpy.
25247         Set errno properly when returning NULL.
25248         Check for readdir error.
25249
25250 2000-06-26  Jim Meyering  <meyering@lucent.com>
25251
25252         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25253
25254 2000-06-25  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25257         Linux header bug when _XOPEN_SOURCE is defined to 500.
25258
25259 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25260
25261         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25262         deficiency.
25263
25264 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25265
25266         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25267         Include xalloc.h.
25268         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25269
25270 2000-06-24  Jim Meyering  <meyering@lucent.com>
25271
25272         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25273         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25274         for which strerror does return char*, but which lacks a conveniently
25275         accessible declaration of the function.  If the compile-test says
25276         strerror_r doesn't work, then resort to a `run'-test that works on
25277         BeOS and segfaults on DEC Unix.
25278
25279 2000-06-24  Jim Meyering  <meyering@lucent.com>
25280
25281         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25282
25283 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25284
25285         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25286         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25287
25288 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25289
25290         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25291         (mbrtowc, mbstate_t): Define substitutes if
25292         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25293         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25294         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25295
25296 2000-06-23  Jim Meyering  <meyering@lucent.com>
25297
25298         * m4/afs.m4: Add missing AC_MSG_RESULT.
25299         Reported by Bruno Haible.
25300
25301         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25302         Suggestion from Bruno Haible.
25303
25304 2000-06-23  Jim Meyering  <meyering@lucent.com>
25305
25306         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25307
25308 2000-06-21  Jim Meyering  <meyering@lucent.com>
25309
25310         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25311
25312 2000-06-21  Jim Meyering  <meyering@lucent.com>
25313
25314         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25315         (noinst_HEADERS): Add getstr.h.
25316
25317         * lib/getline.c (getstr): Move into a separate file.
25318         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25319         the following changes: new parameter, delim2; both delim[12]
25320         parameters have type `int', not `char'.  The latter would lose
25321         with 8-bit delimiters.
25322         * lib/getstr.h: New file.
25323
25324 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25325
25326         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25327         than 1024, return a memory chunk of least possible size, instead
25328         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25329         Use free/xmalloc instead of xrealloc to avoid copying for very long
25330         paths.
25331
25332 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25333
25334         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25335         the empty string.
25336
25337 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25338
25339         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25340         address, not strdup.  Include <stdlib.h> and don't declare free().
25341
25342 2000-06-19  Jim Meyering  <meyering@lucent.com>
25343
25344         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25345
25346 2000-06-18  Jim Meyering  <meyering@lucent.com>
25347
25348         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25349
25350         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25351         `checking whether...' message to be consistent with that of the
25352         lstat test.
25353
25354 2000-06-18  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25357         Besides, these days every porting target provides a mkdir function.
25358
25359         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25360         needed. (this snippet comes from src/system.h).
25361
25362 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25363
25364         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25365
25366 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25367
25368         * lib/human.c (adjust_value): New function.
25369         (human_readable_inexact): Apply rounding style even when
25370         printing approximate values.
25371
25372 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25373
25374         * lib/human.c (human_readable_inexact): Allow an input block
25375         size that is not a multiple of the output block size, and vice versa.
25376         Reported by Piergiorgio Sartor.
25377
25378 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25379
25380         * lib/getdate.y (get_date): Apply relative times after time
25381         zone indicator, not before.  Reported by Todd A. Jacobs.
25382
25383 2000-06-13  Jim Meyering  <meyering@lucent.com>
25384
25385         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25386
25387         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25388
25389 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25390
25391         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25392
25393 2000-06-12  Jim Meyering  <meyering@lucent.com>
25394
25395         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25396         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25397         optional argument.
25398         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25399         the optional argument, `lib'.
25400
25401 2000-06-08  Jim Meyering  <meyering@lucent.com>
25402
25403         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25404
25405 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25406
25407         Rewrite largefile configuration so that we don't need to run
25408         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25409         AC_CANONICAL_HOST in configure.in -- jmm]
25410
25411         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25412         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25413         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25414         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25415         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25416         All uses changed.
25417         Instead of inspecting the output of getconf, try to compile the
25418         test program without and with the macro definition.
25419         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25420         for getconf.  Instead, check for the needed flags by compiling
25421         test programs.
25422
25423 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25424
25425         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25426
25427 2000-06-04  Jim Meyering  <meyering@lucent.com>
25428
25429         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25430         SunOS 4.1.4 for which gid_t is an unsigned type.
25431
25432 2000-06-03  Jim Meyering  <meyering@lucent.com>
25433
25434         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25435         now that autoconf requires that.
25436
25437         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25438         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25439         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25440
25441 2000-06-03  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25444
25445 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25446
25447         * m4/glibc21.m4: New file.
25448         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25449
25450 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25451
25452         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25453         newer, don't install charset.alias.
25454         * lib/config.charset: Change the Linux/glibc rules so they become empty
25455         on glibc-2.1 or newer.
25456
25457 2000-06-02  Jim Meyering  <meyering@lucent.com>
25458
25459         * lib/mountlist.c: Back out last change.  Instead, do this...
25460         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25461         me_dummy member using the same `ignore'-testing code.
25462         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25463         fs_type strings.
25464         From Mark D. Roth.
25465
25466 2000-05-29  Jim Meyering  <meyering@lucent.com>
25467
25468         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25469         mounts with the `ignore' attribute.  Based on a patch from
25470         Mark D. Roth.
25471
25472 2000-05-28  Jim Meyering  <meyering@lucent.com>
25473
25474         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25475         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25476         * m4/stat.m4: Likewise.
25477         * m4/lstat.m4: Likewise.
25478         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25479
25480         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25481         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25482
25483 2000-05-26  Jim Meyering  <meyering@lucent.com>
25484
25485         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25486
25487 2000-05-24  Jim Meyering  <meyering@lucent.com>
25488
25489         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25490         autoconf requires that.
25491         * m4/lib-check.m4: Likewise.
25492         * m4/jm-macros.m4: Likewise.
25493         * m4/strftime.m4: Likewise.
25494
25495         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25496         AC_CHECK_DECLS, now that autoconf requires that.
25497
25498 2000-05-22  Jim Meyering  <meyering@lucent.com>
25499
25500         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25501         * m4/lstat.m4: Likewise.
25502
25503 2000-05-22  Jim Meyering  <meyering@lucent.com>
25504
25505         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25506
25507 2000-05-20  Jim Meyering  <meyering@lucent.com>
25508
25509         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25510         (jm_PREREQ): Use it.
25511
25512 2000-05-18  Jim Meyering  <meyering@lucent.com>
25513
25514         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25515         back, too, since it may have been modified by allocate_entry.
25516         (hash_delete): Rewrite to use neither the assignment operator
25517         nor the comma operator in an if-expression.
25518
25519 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25520
25521         * lib/closeout.c:
25522         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25523         Remove; no longer needed.
25524         "quotearg.h": Add include.
25525         (file_name): Do not bother to explicitly initialize to NULL; it's less
25526         efficient on some hosts.
25527         (close_stdout_status): Remove test as to whether stdout was already
25528         closed; it breaks for the case "echo x | sort >&-".
25529         Quote file name colons.
25530         Do not assume that _("write error") lacks format strings.
25531
25532 2000-05-15  Jim Meyering  <meyering@lucent.com>
25533
25534         * lib/version-etc.c (version_etc_copyright): Update the copyright
25535         string used in all --version output.
25536
25537 2000-05-14  Jim Meyering  <meyering@lucent.com>
25538
25539         * lib/closeout.c (close_stdout_set_file_name): New function.
25540         (close_stdout_status): Use new file-scoped global.
25541         Return right away if fstat says the stdout file descriptor is invalid.
25542         * lib/closeout.h (close_stdout_set_file_name): Declare.
25543
25544 2000-05-10  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25547         (close_stdout_set_status): New function.
25548         * lib/closeout.h (close_stdout_set_status): Declare.
25549
25550 2000-05-09  Jim Meyering  <meyering@lucent.com>
25551
25552         * m4/gettext.m4: Rename this...
25553         * m4/libintl.m4: ...to this.
25554
25555 2000-05-08  Jim Meyering  <meyering@lucent.com>
25556
25557         * lib/long-options.c: Don't include closeout.h.
25558         (parse_long_options): Don't call close_stdout for --version.
25559
25560 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25561
25562         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25563         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25564         2.1.3 bug.  This avoids a clash when files like regex.c define
25565         _GNU_SOURCE.
25566
25567 2000-05-06  Jim Meyering  <meyering@lucent.com>
25568
25569         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25570         (AC_REPLACE_FUNCS): Add strnlen.
25571
25572         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25573         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25574
25575         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25576         AC_SEARCH_LIBS call for nanosleep.
25577         (LIB_NANOSLEEP): Set and AC_SUBST.
25578
25579 2000-05-06  Jim Meyering  <meyering@lucent.com>
25580
25581         * lib/strnlen.c: Undefine __strnlen and strnlen.
25582         [!weak_alias]: Define __strnlen to strnlen.
25583
25584         * lib/atexit.c: New file, from libiberty.
25585
25586 2000-05-06  Jim Meyering  <meyering@lucent.com>
25587
25588         * lib/closeout.c (close_stdout_status): Also check for errors on the
25589         stderr stream.
25590
25591 2000-05-05  Jim Meyering  <meyering@lucent.com>
25592
25593         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25594         AC_SEARCH_LIBS call for clock_gettime.
25595         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25596
25597         * m4/search-libs.m4: Update from autoconf.
25598
25599         su doesn't work on Solaris 2.6.
25600         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25601         <shadow.h>.  Reported by Dragos Harabor.
25602
25603 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25604
25605         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25606         memcpy instead of xmalloc, xrealloc, path_concat.
25607         (locale_charset): Treat empty environment variables as absent.
25608         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25609
25610 2000-05-04  Jim Meyering  <meyering@lucent.com>
25611
25612         * lib/getopt.c: Update from glibc.
25613         * lib/obstack.c: Likewise.
25614         * lib/obstack.h: Likewise.
25615         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25616         file
25617
25618         * lib/regex.h: Likewise.
25619         * lib/strndup.c: Likewise.
25620         * lib/strnlen.c: New file, from glibc.
25621
25622 2000-05-03  Jim Meyering  <meyering@lucent.com>
25623
25624         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25625
25626 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25627
25628         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25629         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25630         compile-time test, rather than inspecting host and OS, to
25631         decide whether to define _LARGEFILE_SOURCE.
25632
25633 2000-05-01  Jim Meyering  <meyering@lucent.com>
25634
25635         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25636
25637         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25638         Based on a patch from Bruno Haible.
25639
25640 2000-05-01  Jim Meyering  <meyering@lucent.com>
25641
25642         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25643
25644 2000-04-29  Jim Meyering  <meyering@lucent.com>
25645
25646         * lib/path-concat.c: Declare strdup only if it's not defined.
25647         * lib/canon-host.c: Likewise.
25648
25649 2000-04-28  Jim Meyering  <meyering@lucent.com>
25650
25651         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25652         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25653         is included first, then limits.h is included by locale.h by libintl.h.
25654         From John David Anglin.
25655
25656 2000-04-25  Jim Meyering  <meyering@lucent.com>
25657
25658         * lib/makepath.c (S_IRWXUGO): Define.
25659         (make_path): Always perform explicit chmod if MODE specifies any
25660         of the `special' permission bits.  Prompted by a bug report against
25661         install from Mate Wierdl and Joost van Baal.
25662
25663 2000-04-18  Jim Meyering  <meyering@lucent.com>
25664
25665         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25666         (jm_PREREQ): Use it.
25667
25668 2000-04-18  Jim Meyering  <meyering@lucent.com>
25669
25670         * lib/README: New file.
25671
25672         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25673         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25674
25675 2000-04-17  Jim Meyering  <meyering@lucent.com>
25676
25677         Get it right :-)
25678         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25679         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25680         Suggestion from Akim Demaille.
25681
25682 2000-04-17  Jim Meyering  <meyering@lucent.com>
25683
25684         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25685         the definition of it to rpl_strftime also defined-away the system's
25686         declaration.
25687
25688 2000-04-15  Jim Meyering  <meyering@lucent.com>
25689
25690         Use `C' to denote so-called `contiguous' files, the same way
25691         that tar does.
25692         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25693         (ftypelet): Use S_ISCTG.
25694         From Michael Deutschmann.
25695
25696 2000-04-14  Jim Meyering  <meyering@lucent.com>
25697
25698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25699         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25700         clobbered.
25701
25702 2000-04-14  Jim Meyering  <meyering@lucent.com>
25703
25704         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25705
25706 2000-04-13  Jim Meyering  <meyering@lucent.com>
25707
25708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25709         AH_VERBATIM to insert required #ifndef into config.h.in.
25710         Suggestion from Akim Demaille.
25711
25712 2000-04-12  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25715         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25716         Christian Krackowizer.
25717
25718         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25719         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25720         (AC_SYS_LARGEFILE): Require.
25721         (AM_C_PROTOTYPES): Require.
25722
25723 2000-04-08  Jim Meyering  <meyering@lucent.com>
25724
25725         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25726         names don't conflict.  Reported by Eli Zaretskii.
25727
25728 2000-04-07  Jim Meyering  <meyering@lucent.com>
25729
25730         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25731         sys/types.h, to work around system header problems on AIX 3.2.5.
25732         From Bruno Haible.
25733
25734 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25735
25736         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25737         bug.  Deal with the different error behavior of Irix iconv.
25738
25739 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25740
25741         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25742         IRIX if the installer said otherwise.
25743
25744 2000-04-05  Jim Meyering  <meyering@lucent.com>
25745
25746         Portability tweaks required for ultrix4.3.
25747         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25748         (jm_CHECK_DECLS): Add getutent to the list of functions.
25749         (_jm_DECL_HEADERS): Add utmpx.h.
25750         From John David Anglin.
25751
25752         * m4/strftime.m4: Back out the 2000-04-02 change.
25753         Instead of that change, simply undefine putenv in the test program.
25754
25755 2000-04-05  Jim Meyering  <meyering@lucent.com>
25756
25757         Portability tweaks required for ultrix4.3.
25758         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25759         getutent.
25760         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25761         * lib/canon-host.c: Declare strdup.
25762         * lib/path-concat.c: Likewise.
25763         From John David Anglin.
25764
25765 2000-04-04  Jim Meyering  <meyering@lucent.com>
25766
25767         Be more DOS 8.3-friendly.
25768         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25769         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25770         * lib/Makefile.am: Reflect renaming.
25771         Reported by Eli Zaretskii.
25772
25773         Use a temporary file name that won't clash with `charset.alias'
25774         in the DOS 8.3 name space.
25775         * lib/Makefile.am (charset_tmp): Define.
25776         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25777         (uninstall-local): Likewise.
25778         Reported by Eli Zaretskii.
25779
25780 2000-04-03  Jim Meyering  <meyering@lucent.com>
25781
25782         * m4/gettext.m4: Fix typo in comment.
25783
25784         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25785         textutils/configure.in).  Suggestion from Paul Eggert.
25786         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25787
25788 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25789
25790         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25791         variable in the shell rather than using putenv, which isn't
25792         portable.  This avoids the configure-time inter-test dependency
25793         on the potentially-renamed putenv function.
25794
25795 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25796
25797         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25798         before checking struct stat.st_blksize, so that
25799         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25800
25801 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25802
25803         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25804         since strftime.c uses HAVE_STRFTIME to decide whether to use
25805         the underlying strftime.
25806
25807 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25808
25809         * lib/time/strftime.c (my_strftime): Make sure we call the system
25810         strftime, not ourselves, when invoking the underlying strftime.
25811
25812 2000-03-24  Jim Meyering  <meyering@lucent.com>
25813
25814         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25815         (charset_alias): Define.
25816         (install-exec-local): Factor out common code.
25817         (uninstall-local): Split lines longer than 80.
25818         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25819         (SUFFIXES): Define.
25820         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25821         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25822
25823 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25824
25825         * lib/config.charset: Output a line containing "Packages using this
25826         file".
25827         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25828         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25829         ref-del.sed): New rules.
25830
25831 2000-03-17  Jim Meyering  <meyering@lucent.com>
25832
25833         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25834         Otherwise, include <strings.h>
25835
25836 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25837
25838         * lib/unicodeio.c (utf8_wctomb): New function.
25839         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25840         format instead of in UCS-4 with platform dependent endianness.
25841
25842 2000-03-10  Jim Meyering  <meyering@lucent.com>
25843
25844         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25845         From Marco Franzen.
25846
25847 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25848
25849         * lib/savedir.c (savedir): Work even if directory size is
25850         negative; this can happen with some screwy NFS configurations.
25851
25852 2000-03-06  Jim Meyering  <meyering@lucent.com>
25853
25854         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25855         if it's NULL (because we ran out of memory).  From Bruno Haible.
25856
25857 2000-03-05  Jim Meyering  <meyering@lucent.com>
25858
25859         * lib/localcharset.c ("path-concat.h"): Include.
25860         (get_charset_aliases): Use path_concat instead of ANSI string
25861         concatenation.
25862
25863         * lib/unicodeio.h (PARAMS): Define.
25864         Use it to guard prototype.
25865
25866 2000-03-04  Jim Meyering  <meyering@lucent.com>
25867
25868         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25869         for lib/localcharset.c.
25870
25871 2000-03-04  Jim Meyering  <meyering@lucent.com>
25872
25873         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25874         installing into it.
25875         (uninstall-local): Uncomment this rule so `make distcheck' works
25876         once again.
25877
25878         * lib/unicodeio.c (<errno.h>): Include it.
25879         (errno): Declare if not defined.
25880
25881         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25882
25883         * lib/config.charset: New version, incorporating remarks from a linux
25884         i18n mailing list.  From Bruno Haible.
25885
25886 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25887
25888         * m4/codeset.m4: New file.
25889         * m4/iconv.m4: New file.
25890         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25891
25892 2000-03-03  Jim Meyering  <meyering@lucent.com>
25893
25894         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25895
25896 2000-03-02  Jim Meyering  <meyering@lucent.com>
25897
25898         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25899         the messages come out on separate lines.
25900
25901         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25902         rather than jm_CHECK_DECLARATIONS.
25903         * m4/decl.m4: Remove now-unused file.
25904
25905         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25906         geteuid.
25907
25908 2000-03-02  Jim Meyering  <meyering@lucent.com>
25909
25910         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25911
25912 2000-03-01  Jim Meyering  <meyering@lucent.com>
25913
25914         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25915         * lib/unicodeio.c: Likewise.
25916
25917 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25918
25919         * lib/config.charset: New file.
25920         * lib/localcharset.c: New file.
25921         * lib/unicodeio.h, lib/unicodeio.c: New files.
25922         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25923         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25924         (noinst_HEADERS): Add unicodeio.h.
25925         (all-local, install-exec-local, charset.alias): New targets.
25926
25927 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25928
25929         * lib/quotearg.c (ALERT_CHAR): New macro.
25930         (quotearg_buffer_restyled): Use it.
25931
25932 2000-02-27  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/check-decl.m4: Add getenv to the list.
25935
25936 2000-02-27  Jim Meyering  <meyering@lucent.com>
25937
25938         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25939         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25940
25941         * lib/backupfile.c: Guard inclusion of stdlib.h with
25942         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25943         Declare malloc if needed.
25944
25945         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25946         `#ifndef HAVE_DECL..'
25947         now that autoconf always defines the HAVE_DECL_ symbols.
25948         * lib/human.c: Likewise.
25949         * lib/same.c: Likewise.
25950         * lib/strtoumax.c: Likewise.
25951
25952         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25953         declaration check was not run.
25954         * lib/hash.c: Likewise.
25955         * lib/human.c: Likewise.
25956         * lib/same.c: Likewise.
25957         * lib/strtoumax.c: Likewise.
25958
25959         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25960         `.', then first look up the entire `.'-containing string as a login
25961         name.
25962
25963 2000-02-23  Jim Meyering  <meyering@lucent.com>
25964
25965         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25966         in place of my hack.
25967
25968 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25969
25970         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25971         (textint): New typedef.
25972         (parser_control): Member year changed from int to textint.
25973         All uses changed.
25974         (YYSTYPE): Removed; replaced by %union with int and textint members.
25975         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25976         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25977         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25978         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25979         (date, number, to_year): Use width of number in digits, not its value,
25980         to determine whether it's a 2-digit year, or a 2-digit time.
25981         (yylex): Store number of digits of numeric tokens.
25982         Reported by John Kendall.
25983
25984         (parser_control): Changed from struct parser_control to typedef (for
25985         consistency).  All uses changed.
25986
25987         (tID): Removed; not used.
25988         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25989
25990 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25991
25992         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25993         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25994
25995 2000-02-12  Jim Meyering  <meyering@lucent.com>
25996
25997         * lib/userspec.c (ISDIGIT): Define it.
25998         (isdigit): Remove definition.
25999         (is_number): Use ISDIGIT, not isdigit.
26000         <libintl.h>: Include.
26001         (_ and N_): Define.
26002         (parse_user_spec): Mark translatable strings.
26003
26004 2000-02-10  Jim Meyering  <meyering@lucent.com>
26005
26006         With these changes, nanosleep.[ch] are finally enough like the other
26007         lib/* replacement files to compile on a few more losing systems.
26008
26009         * lib/nanosleep.h: Don't include config.h.
26010         Remove prototype from declaration of nanosleep.
26011         (PARAMS): Remove now-unneeded definition.
26012         * lib/nanosleep.c: #undef nanosleep.
26013         (rpl_nanosleep): Rename from nanosleep.
26014
26015 2000-02-10  Jim Meyering  <meyering@lucent.com>
26016
26017         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
26018         gnu_nanosleep to rpl_nanosleep.
26019
26020 2000-02-09  Jim Meyering  <meyering@lucent.com>
26021
26022         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
26023         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
26024
26025 2000-02-08  Akim Demaille  <akim@epita.fr>
26026
26027         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
26028         `[' and `]' and remove uses of `changequote'.
26029         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
26030         (AC_SYS_LARGEFILE): Likewise.
26031         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
26032         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
26033         of changequote.
26034         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
26035         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
26036         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
26037         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
26038
26039 2000-02-05  Jim Meyering  <meyering@lucent.com>
26040
26041         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
26042         Remove explicit use of AC_HEADER_TIME.  It is required by
26043         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
26044         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
26045         in autoconf whereby the expansion of the latter ended up preceding
26046         the expansion of its prerequisite, AC_HEADER_TIME.
26047         Reported by Volker Borchert.
26048
26049 2000-02-03  Jim Meyering  <meyering@lucent.com>
26050
26051         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
26052
26053 2000-02-03  Jim Meyering  <meyering@lucent.com>
26054
26055         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
26056         rather than with `#if HAVE_UTMPNAME'.
26057
26058 2000-02-02  Jim Meyering  <meyering@lucent.com>
26059
26060         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
26061         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
26062         Reported by Eli Zaretskii.
26063
26064 2000-02-01  Jim Meyering  <meyering@lucent.com>
26065
26066         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
26067
26068 2000-01-31  Jim Meyering  <meyering@lucent.com>
26069
26070         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
26071         functions.  Add the time.h and sys/time.h headers along with the
26072         AC_REQUIRE'ment of AC_HEADER_TIME.
26073
26074 2000-01-31  Jim Meyering  <meyering@lucent.com>
26075
26076         * lib/nanosleep.h (nanosleep): Guard declaration with
26077         `#if ! HAVE_DECL_NANOSLEEP'.
26078         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
26079         the declaration in that vendor's sys/timers.h.
26080         Reported by Christian Krackowizer.
26081
26082         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
26083         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
26084         (ISPRINT): Likewise.
26085         Reported by Tom Tromey.
26086
26087 2000-01-30  Jim Meyering  <meyering@lucent.com>
26088
26089         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
26090
26091         * m4/prereq.m4 (utmp_includes): Define.
26092         Check for ut_user and ut_name members in both struct utmpx
26093         and struct utmp.
26094
26095 2000-01-30  Jim Meyering  <meyering@lucent.com>
26096
26097         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
26098         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
26099         header files where only utmpx.ut_user is declared.
26100
26101         * lib/readutmp.h (UT_USER): Define.
26102
26103 2000-01-29  Jim Meyering  <meyering@lucent.com>
26104
26105         * m4/lib-check.m4: New file containing library-related checks from
26106         fileutils and sh-utils (textutils had none).
26107
26108 2000-01-28  Jim Meyering  <meyering@lucent.com>
26109
26110         * m4/perl.m4: Change format of warning message to look more like that
26111         from the missing script.  Suggestion from François Pinard.
26112
26113 2000-01-25  Jim Meyering  <meyering@lucent.com>
26114
26115         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
26116         well as time.h in the compile check.
26117         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
26118         Fix typo in cross-compiling case: s/yes/no/.
26119
26120 2000-01-23  Jim Meyering  <meyering@lucent.com>
26121
26122         * m4/jm-macros.m4: Move df-related tests here from
26123         fileutils/configure.in
26124
26125         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
26126         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
26127
26128         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
26129         s/space/ac_fsusage_space/.
26130         (jm_FILE_SYSTEM_USAGE): Take two parameters.
26131
26132         * m4/ftruncate.m4: New file (derived from part of
26133         fileutils/configure.in).
26134         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
26135         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
26136
26137         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
26138         AC_SUBST these here, rather than just in sh-util/configure.in, so
26139         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
26140         all the same.
26141         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
26142         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
26143         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
26144         (AC_SUBST(POW_LIBM)): Likewise.
26145         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
26146
26147 2000-01-23  Jim Meyering  <meyering@lucent.com>
26148
26149         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
26150         obstack.c.
26151
26152 2000-01-22  Jim Meyering  <meyering@lucent.com>
26153
26154         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
26155
26156         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
26157
26158         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
26159         configure.in
26160         (AC_CHECK_HEADERS): Likewise for sh-utils.
26161         (AC_CHECK_HEADERS): Likewise for textutils.
26162         Merge the three lists of headers.
26163
26164         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
26165         from fileutils' configure.in.
26166
26167         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
26168         code. Moved tests into their own function (_jm_DECL_HEADERS) in
26169         check-decl.m4.
26170
26171         * m4/check-decl.m4: Use #if rather than #ifdef.
26172         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
26173         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
26174         (_jm_DECL_HEADERS): Define new function.
26175         (jm_CHECK_DECLARATIONS): Require it.
26176
26177 2000-01-22  Jim Meyering  <meyering@lucent.com>
26178
26179         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
26180         [! HAVE_DECL_STRTOULL]: Declare strtoull.
26181         Required for some AIX systems.  Reported by Christian Krackowizer.
26182         [TESTING] (main): New function.
26183
26184         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
26185         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
26186         letters.
26187
26188         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
26189         iswprint.
26190
26191         * lib/strverscmp.c (ISDIGIT): Define.
26192         (strverscmp): Use ISDIGIT, not isdigit.
26193
26194 2000-01-19  Jim Meyering  <meyering@lucent.com>
26195
26196         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
26197         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
26198         defines `struct timespec' in <sys/time.h>
26199
26200         * m4/c-bs-a.m4: Remove uses of changequote altogether.
26201         Thanks to Akim for explaining.
26202
26203 2000-01-17  Paul Eggert  <eggert@twinsun.com>
26204
26205         * lib/nanosleep.c (nanosleep):
26206         Don't use SA_INTERRUPT to decide whether to call sigaction, as
26207         POSIX.1 doesn't require SA_INTERRUPT and some systems
26208         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
26209         it's been part of POSIX.1 since day 1 (in 1988).
26210
26211 2000-01-17  Jim Meyering  <meyering@lucent.com>
26212
26213         * lib/interlock: Remove unused file.  Reported by François Pinard.
26214
26215 2000-01-16  Paul Eggert  <eggert@twinsun.com>
26216
26217         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
26218         alert, backslash, formfeed, and vertical tab unnecessarily in
26219         shell quoting style.
26220
26221 2000-01-16  Jim Meyering  <meyering@lucent.com>
26222
26223         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
26224         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
26225         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
26226         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
26227
26228 2000-01-16  Jim Meyering  <meyering@lucent.com>
26229
26230         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
26231         because the latter didn't work.
26232
26233 2000-01-15  Jim Meyering  <meyering@lucent.com>
26234
26235         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
26236         (AC_REPLACE_FUNCS): Add memcpy and memset.
26237         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26238         Add strpbrk.
26239         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26240
26241 2000-01-12  Jim Meyering  <meyering@lucent.com>
26242
26243         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26244         (jm_PREREQ): Use it.
26245         (jm_PREREQ_READUTMP): New macro.
26246         (jm_PREREQ): Use it.
26247
26248 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26249
26250         Quote multibyte characters correctly.
26251         * m4/c-bs-a.m4: New file.
26252         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26253         (jm_PREREQ): Use it.
26254
26255 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26256
26257         * m4/uintmax_t.m4: Port to autoconf 2.13.
26258
26259 2000-01-08  Jim Meyering  <meyering@ascend.com>
26260
26261         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26262         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26263
26264 2000-01-04  Jim Meyering  <meyering@ascend.com>
26265
26266         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26267         jm_STRUCT_DIRENT_D_TYPE.
26268         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26269         jm_STRUCT_DIRENT_D_INO.
26270         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26271         jm_STRUCT_UTIMBUF.
26272         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26273         renamings.
26274         * m4/utime.m4: Likewise.
26275
26276         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26277         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26278
26279 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26280
26281         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26282         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26283
26284 2000-01-02  Jim Meyering  <meyering@ascend.com>
26285
26286         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26287         remember if this is necessary.
26288
26289 1999-12-26  Jim Meyering  <meyering@ascend.com>
26290
26291         * m4/jm-macros.m4: Use it here.
26292         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26293
26294 1999-12-23  Jim Meyering  <meyering@ascend.com>
26295
26296         * m4/jm-macros.m4: Check for clock_gettime (moved from
26297         fileutils/configure.in)
26298         Check for gettimeofday.
26299
26300 1999-12-20  Jim Meyering  <meyering@ascend.com>
26301
26302         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26303         autoconf-2.14a-1999-12-20.
26304
26305 1999-12-19  Jim Meyering  <meyering@ascend.com>
26306
26307         * m4/lstat-slash.m4: New file.
26308         * m4/jm-macros.m4: Use the new macro:
26309         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26310
26311 1999-12-07  Jim Meyering  <meyering@ascend.com>
26312
26313         * m4/perl.m4: Require that File::Compare be available, too.
26314         Too many systems seem to lack it.
26315
26316         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26317         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26318
26319 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26320
26321         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26322         problem with the QNX 4.25 shell, which doesn't propagate exit
26323         status of failed commands inside shell assignments.
26324
26325 1999-11-17  Jim Meyering  <meyering@ascend.com>
26326
26327         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26328
26329 1999-11-07  Jim Meyering  <meyering@ascend.com>
26330
26331         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26332
26333 1999-11-06  Jim Meyering  <meyering@ascend.com>
26334
26335         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26336         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26337
26338 1999-11-05  Jim Meyering  <meyering@ascend.com>
26339
26340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26341         configure.in of textutils, fileutils, and sh-utils into this one
26342         (shared between those packages) file.
26343         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26344         AC_STRUCT_ST_BLKSIZE.
26345
26346 1999-11-03  Jim Meyering  <meyering@ascend.com>
26347
26348         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26349         of AC_CHECK_TYPE checks includes unistd.h.
26350         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26351         Suggestion from Akim Demaille.
26352
26353 1999-10-30  Jim Meyering  <meyering@ascend.com>
26354
26355         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26356         m4-quoted string.
26357         * m4/ls-mntd-fs.m4: Likewise.
26358         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26359         * m4/jm-winsz1.m4: Likewise.
26360
26361         * m4/const.m4: Remove file, since the fix made it into the experimental
26362         version of autoconf.
26363         * m4/mktime.m4: Likewise.
26364
26365         * m4/check-type.m4: Remove file, now that the latest version of
26366         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26367
26368         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26369         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26370         AC_CHECK_TYPE.
26371
26372 1999-10-04  Jim Meyering  <meyering@ascend.com>
26373
26374         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26375
26376 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26377
26378         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26379         2.95.1 bug with HP-UX 10.20.
26380
26381 1999-09-17  Jim Meyering  <meyering@ascend.com>
26382
26383         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26384         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26385         due to missing strdup (against sh-utils-2.0).
26386
26387 1999-08-29  Jim Meyering  <meyering@ascend.com>
26388
26389         * m4/jm-macros.m4: Require jm_BISON.
26390         * m4/bison.m4: New file.
26391
26392 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26393
26394         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26395         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26396
26397 1999-08-05  Jim Meyering  <meyering@ascend.com>
26398
26399         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26400         to avoid conflicts with `conftest' on 8+3 filesystems.
26401         Suggestion from Eli Zaretskii.
26402
26403 1999-08-04  Jim Meyering  <meyering@ascend.com>
26404
26405         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26406         fileutils and sh-utils (textutils's getline test was inadequate).
26407         (AM_FUNC_GETLINE): Run this test.
26408         (AC_CHECK_FUNCS): Check for getdelim.
26409         Reported by Bob Proulx.
26410
26411 1999-08-02  Jim Meyering  <meyering@ascend.com>
26412
26413         * m4/jm-macros.m4: Add a comment.
26414
26415 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26416
26417         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26418         <inttypes.h> defines strtoumax as a macro (and not as a
26419         function).
26420
26421 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26422
26423         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26424         that we can shift, multiply and divide unsigned long long
26425         values; Ultrix cc can't do it.
26426
26427 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26428
26429         * m4/mktime.m4: New file, which is a preview of what should appear
26430         in the next public autoconf release.
26431
26432 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26433
26434         * m4/lfs.m4: Remove this file.
26435         * m4/largefile.m4: New file.  It contains the old contents of
26436         lfs.m4, except that all names with prefix AC_LFS have been
26437         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26438         compatible with future autoconf versions.  Also, some minor m4
26439         quoting problems have been fixed.
26440
26441 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26442
26443         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26444         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26445         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26446         and simplify the shell code.
26447
26448 1999-08-01  Jim Meyering  <meyering@ascend.com>
26449
26450         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26451         m4.
26452
26453 1999-07-20  Jim Meyering  <meyering@ascend.com>
26454
26455         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26456
26457 1999-07-15  Jim Meyering  <meyering@ascend.com>
26458
26459         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26460
26461 1999-05-22  Jim Meyering  <meyering@ascend.com>
26462
26463         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26464
26465 1999-05-20  Jim Meyering  <meyering@ascend.com>
26466
26467         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26468         Add a colon after each `then' in case $4 is empty.
26469
26470 1999-05-16  Jim Meyering  <meyering@ascend.com>
26471
26472         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26473
26474 1999-05-10  Jim Meyering  <meyering@ascend.com>
26475
26476         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26477
26478         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26479         AC_FUNC_MKTIME.
26480
26481 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26482
26483         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26484
26485 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26486
26487         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26488         not CPPFLAGS, so that linking works correctly in IRIX.
26489
26490 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26491
26492         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26493
26494 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26495
26496         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26497         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26498         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26499         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26500         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26501
26502         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26503
26504 1999-04-20  Jim Meyering  <meyering@ascend.com>
26505
26506         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26507         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26508         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26509
26510 1999-04-18  Jim Meyering  <meyering@ascend.com>
26511
26512         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26513         * m4/jm-macros.m4: Use it.
26514
26515 1999-04-06  Jim Meyering  <meyering@ascend.com>
26516
26517         * m4/strftime.m4: Remove test for %f.
26518
26519 1999-03-29  Jim Meyering  <meyering@ascend.com>
26520
26521         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26522         superset of the AC_TYPE_* checks in the textutils, fileutils,
26523         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26524         AC_TYPE_PID_T.
26525
26526 1999-03-28  Jim Meyering  <meyering@ascend.com>
26527
26528         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26529         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26530         replaced e.g., in the *.sh files of the sh-utils.
26531
26532 1999-03-20  Jim Meyering  <meyering@ascend.com>
26533
26534         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26535         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26536         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26537
26538 1999-03-19  Jim Meyering  <meyering@ascend.com>
26539
26540         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26541
26542 1999-03-12  Jim Meyering  <meyering@ascend.com>
26543
26544         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26545
26546 1999-03-07  Jim Meyering  <meyering@ascend.com>
26547
26548         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26549         declared.
26550
26551 1999-02-17  Jim Meyering  <meyering@ascend.com>
26552
26553         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26554         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26555
26556 1999-02-07  Jim Meyering  <meyering@ascend.com>
26557
26558         * m4/group-member.m4: New file -- extracted from sh-utils'
26559         configure.in.
26560
26561         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26562         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26563
26564 1999-02-06  Jim Meyering  <meyering@ascend.com>
26565
26566         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26567         * m4/fnmatch.m4: Likewise.
26568         * m4/getgroups.m4: Likewise.
26569         * m4/lstat.m4: Likewise.
26570         * m4/malloc.m4: Likewise.
26571         * m4/putenv.m4: Likewise.
26572         * m4/realloc.m4: Likewise.
26573         * m4/regex.m4: Likewise.
26574         * m4/stat.m4: Likewise.
26575         * m4/strftime.m4: Likewise.
26576         Suggestion from Alain Magloire.
26577
26578         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26579         * m4/fnmatch.m4: Likewise.
26580         * m4/getgroups.m4: Likewise.
26581         * m4/getline.m4: Likewise.
26582         * m4/lstat.m4: Likewise.
26583         * m4/malloc.m4: Likewise.
26584         * m4/memcmp.m4: Likewise.
26585         * m4/putenv.m4: Likewise.
26586         * m4/realloc.m4: Likewise.
26587         * m4/regex.m4: Likewise.
26588         * m4/stat.m4: Likewise.
26589         * m4/strftime.m4: Likewise.
26590         Suggestion from Alain Magloire.
26591
26592         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26593         an argument.
26594
26595         * m4/regex.m4: Add a run-time Test for proper operation of
26596         re_compile_pattern.
26597
26598 1999-01-31  Jim Meyering  <meyering@ascend.com>
26599
26600         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26601
26602 1999-01-30  Jim Meyering  <meyering@ascend.com>
26603
26604         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26605
26606         * m4/jm-mktime.m4: Make this a wrapper around the official
26607         AM_FUNC_MKTIME rather than my private copy, now that the official one
26608         is up to date.
26609         * m4/mktime.m4: Remove file.
26610
26611         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26612         * m4/uptime.m4: Likewise.
26613         * m4/uintmax_t.m4: Likewise.
26614
26615 1999-01-28  Jim Meyering  <meyering@ascend.com>
26616
26617         * m4/jm-macros.m4: Use jm_AFS.
26618         * m4/afs.m4: New file (from fileutils' configure.in).
26619
26620         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26621         * m4/chown.m4: Likewise.
26622         * m4/d-ino.m4: Likewise.
26623         * m4/d-type.m4: Likewise.
26624         * m4/fnmatch.m4: Likewise.
26625         * m4/getgroups.m4: Likewise.
26626         * m4/gettext.m4: Likewise.
26627         * m4/jm-mktime.m4: Likewise.
26628         * m4/jm-winsz2.m4: Likewise.
26629         * m4/lcmessage.m4: Likewise.
26630         * m4/ls-mntd-fs.m4: Likewise.
26631         * m4/malloc.m4: Likewise.
26632         * m4/memcmp.m4: Likewise.
26633         * m4/putenv.m4: Likewise.
26634         * m4/realloc.m4: Likewise.
26635         * m4/st_mtim.m4: Likewise.
26636         * m4/strftime.m4: Likewise.
26637
26638 1999-01-16  Jim Meyering  <meyering@ascend.com>
26639
26640         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26641         (ARGMATCH_DIE_DECL): Define.
26642
26643 1999-01-12  Jim Meyering  <meyering@ascend.com>
26644
26645         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26646         Reported by Lars Hecking.
26647
26648 1999-01-10  Jim Meyering  <meyering@ascend.com>
26649
26650         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26651         gross kludge.
26652         * m4/inttypes_h.m4: Likewise.
26653         * m4/lstat.m4: Likewise.
26654         * m4/malloc.m4: Likewise.
26655         * m4/readdir.m4: Likewise.
26656         * m4/realloc.m4: Likewise.
26657         * m4/st_dm_mode.m4: Likewise.
26658         * m4/stat.m4: Likewise.
26659         * m4/utimbuf.m4: Likewise.
26660         * m4/utimes.m4: Likewise.
26661
26662         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26663         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26664         comments in config.h.in are meaningful.
26665
26666         * m4/jm-macros.m4: Require autoconf-2.13 here.
26667
26668         * m4/regex.m4: By default, don't use the included regex.c on systems
26669         with glibc 2.  Suggestion from Uli Drepper.
26670
26671 1999-01-02  Jim Meyering  <meyering@ascend.com>
26672
26673         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26674
26675 1998-12-18  Jim Meyering  <meyering@ascend.com>
26676
26677         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26678         Based on a suggestion from Lars Hecking.
26679
26680 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26681
26682         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26683
26684 1998-11-16  Jim Meyering  <meyering@ascend.com>
26685
26686         * m4/lfs.m4: Double-quote the `uname...` expression.
26687
26688 1998-11-14  Jim Meyering  <meyering@ascend.com>
26689
26690         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26691         * m4/stat.m4: Likewise.
26692
26693 1998-11-03  Jim Meyering  <meyering@ascend.com>
26694
26695         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26696         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26697
26698 1998-10-18  Jim Meyering  <meyering@ascend.com>
26699
26700         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26701
26702 1998-10-17  Jim Meyering  <meyering@ascend.com>
26703
26704         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26705         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26706         calls for those previously hard-coded headers.  Instead, take a new
26707         parameter.
26708         (jm_CHECK_DECLARATIONS): Reflect interface change.
26709         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26710         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26711
26712         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26713
26714 1998-10-14  Jim Meyering  <meyering@ascend.com>
26715
26716         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26717         instead of "TZ=America/Vancouver".  From Paul Eggert.
26718
26719 1998-10-11  Jim Meyering  <meyering@ascend.com>
26720
26721         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26722         This adds a test for a recently added compatibility fix for mktime.c.
26723         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26724
26725 1998-09-27  Jim Meyering  <meyering@ascend.com>
26726
26727         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26728
26729         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26730         ../configure.in, including a change from Gordon Matzigkeit to allow
26731         cross-compiling for the Hurd.
26732
26733         * m4/glibc.m4: New file/macro to test for the GNU C Library
26734         versions 1 and 2.  From Gordon Matzigkeit.
26735         Indent.
26736
26737 1998-09-21  Jim Meyering  <meyering@ascend.com>
26738
26739         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26740
26741 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26742
26743         Port nanosecond-resolution times to UnixWare 2.1.2 and
26744         pedantic Solaris 2.6.
26745
26746         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26747         AC_STRUCT_ST_MTIM.
26748         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26749         Generate name of ns member, instead of just 1 or undef.
26750         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26751
26752 1998-08-15  Jim Meyering  <meyering@ascend.com>
26753
26754         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26755         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26756         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26757         instead of jm_TYPE_SSIZE_T.
26758
26759 1998-08-12  Jim Meyering  <meyering@ascend.com>
26760
26761         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26762
26763 1998-08-02  Jim Meyering  <meyering@ascend.com>
26764
26765         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26766         in acconfig.h manually.
26767
26768 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26769
26770         * m4/st_mtim.m4: New file.
26771
26772 1998-07-28  Jim Meyering  <meyering@ascend.com>
26773
26774         * m4/utimes.m4: Undef stat.
26775
26776 1998-07-25  Jim Meyering  <meyering@ascend.com>
26777
26778         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26779         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26780
26781 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26782
26783         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26784         uid and gid actually remain unchanged.
26785
26786 1998-07-07  Jim Meyering  <meyering@ascend.com>
26787
26788         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26789
26790 1998-07-04  Jim Meyering  <meyering@ascend.com>
26791
26792         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26793         to prove that this macro can be used in packages without regex.c.
26794
26795 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26796
26797         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26798         is to be used.
26799
26800 1998-07-03  Jim Meyering  <meyering@ascend.com>
26801
26802         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26803
26804         * m4/gettext.m4: New file -- from gettext-0.10.35.
26805         * m4/lcmessage.m4: Likewise.
26806         * m4/progtest.m4: Likewise.
26807
26808         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26809         * m4/jm-macros.m4: Require the new macro.
26810
26811 1998-06-29  Jim Meyering  <meyering@ascend.com>
26812
26813         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26814         for the definition of NGROUPS (used in a system header included
26815         by sys/mount.h).
26816
26817 1998-06-28  Jim Meyering  <meyering@ascend.com>
26818
26819         * m4/ls-mntd-fs.m4: New file.
26820         * m4/fstypename.m4: New file.
26821
26822         * m4/jm-macros.m4: Require the new macro.
26823         * m4/jm-glibc-io.m4: New file.
26824
26825 1998-05-19  Jim Meyering  <meyering@ascend.com>
26826
26827         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26828         * m4/lchown.m4: New file.
26829
26830         * m4/Makefile.am.in: New file.
26831         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26832
26833 1998-05-14  Jim Meyering  <meyering@ascend.com>
26834
26835         * m4/Makefile.am (EXTRA_DIST): Add them.
26836         * m4/jm-macros.m4: New file.
26837         * m4/utimbuf.m4: New file.
26838
26839 1998-05-12  Jim Meyering  <meyering@ascend.com>
26840
26841         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26842
26843 1998-05-11  Jim Meyering  <meyering@ascend.com>
26844
26845         * m4/isc-posix.m4: New file.
26846
26847 1998-05-10  Jim Meyering  <meyering@ascend.com>
26848
26849         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26850
26851 1998-05-09  Jim Meyering  <meyering@ascend.com>
26852
26853         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26854         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26855         with automake.
26856
26857         * m4/ssize_t.m4: New file.
26858         * m4/mktime.m4: Remove file -- the new automake has this now.
26859
26860 1998-04-26  Jim Meyering  <meyering@ascend.com>
26861
26862         * m4/assert.m4: New file.
26863         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26864
26865 1998-04-05  Jim Meyering  <meyering@ascend.com>
26866
26867         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26868         (jm_PREREQ): Use it here.
26869
26870 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26871
26872         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26873         in acconfig.h.
26874
26875 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26876
26877         * m4/prereq.m4: New file.
26878         * m4/error.m4: New file.
26879         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26880
26881 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26882
26883         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26884         cache-check for the same variable -- that defeated the purpose of
26885         the test; the test program was never run.  This was a problem only
26886         on systems with losing getline functions -- HP-UX 10.20 is one.
26887         Reported by Bjorn Helgaas.
26888
26889 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26890
26891         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26892
26893 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26894
26895         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26896
26897         * m4/const.m4: New file.  Use an initializer in this declaration
26898         typedef int charset[2]; const charset x;
26899         Reported by Bob Glickstein.
26900
26901 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26902
26903         * m4/chown.m4: Fix reversed types on -1 args to chown.
26904         From Kaveh Ghazi.
26905
26906 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26907
26908         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26909         Add lseek and memchr.
26910
26911         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26912         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26913         have a 20-character limit on names.
26914
26915 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26916
26917         * m4/inttypes_h.m4: New file.
26918         * m4/uintmax_t.m4: New file.
26919         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26920
26921 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26922   Free Software Foundation, Inc.
26923 Copying and distribution of this file, with or without modification,
26924 are permitted provided the copyright notice and this notice are preserved.