107e21cfd81dc86b62291c11c50a0e041e8b8161
[gnulib.git] / ChangeLog
1 2007-02-17  Bruno Haible  <bruno@clisp.org>
2
3         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
4         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7
8 2007-02-17  Bruno Haible  <bruno@clisp.org>
9
10         * modules/link-warning: New file.
11         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
12         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13         * modules/string (Depends-on): Add link-warning.
14         (Makefile.am): Copy the contents of build-aux/link-warning.h into
15         string.h.
16
17 2007-02-17  Bruno Haible  <bruno@clisp.org>
18
19         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
20         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
21         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
22         long lines.
23
24 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
25             Bruno Haible  <bruno@clisp.org>
26
27         * modules/tmpfile: New file.
28         * lib/tmpfile.c: New file.
29         * m4/tmpfile.m4: New file.
30         * MODULES.html.sh (func_all_modules): New section "Input/output".
31
32 2007-02-15  Bruno Haible  <bruno@clisp.org>
33
34         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
35         (supports_delete_on_close): New function.
36         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
37
38 2007-02-14  Bruno Haible  <bruno@clisp.org>
39
40         * modules/mbspcasecmp-tests: New file.
41         * tests/test-mbspcasecmp.sh: New file.
42         * tests/test-mbspcasecmp.c: New file.
43
44         New module mbspcasecmp.
45         * modules/mbspcasecmp: New file.
46         * lib/mbspcasecmp.c: New file.
47         * lib/string_.h (strncasecmp): Change warning message.
48         (mbspcasecmp): New declaration.
49         * m4/mbspcasecmp.m4: New file.
50         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
51         GNULIB_MBSPCASECMP.
52         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
53         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
54
55 2007-02-14  Bruno Haible  <bruno@clisp.org>
56
57         * modules/mbsncasecmp-tests: New file.
58         * tests/test-mbsncasecmp.sh: New file.
59         * tests/test-mbsncasecmp.c: New file.
60
61         New module mbsncasecmp.
62         * modules/mbsncasecmp: New file.
63         * lib/mbsncasecmp.c: New file.
64         * lib/string_.h (mbsncasecmp): New declaration.
65         * m4/mbsncasecmp.m4: New file.
66         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
67         GNULIB_MBSNCASECMP.
68         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
69         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
70
71 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
72
73         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
74         Verify that it doesn't overlap with our flags.
75         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
76         do not have the desired effect in multibyte locales; instead, use
77         mbscasecmp.
78         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
79         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
80         we don't require GNU fnmatch ourselves (if our users require it, they
81         should do so explicitly).
82
83         Fix regex code so it doesn't rely on strcasecmp.
84         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
85         Otherwise, include gnulib's langinfo.h.
86         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
87         undesirable behavior in non-C locales.  Instead, rely on localecharset.
88         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
89         * modules/regex (FILES): Remove m4/codeset.m4.
90         (Depends-on): Add localcharset.  Remove strcase.
91
92 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93
94         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
95         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
96
97 2007-02-13  Bruno Haible  <bruno@clisp.org>
98
99         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
100         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
101
102 2007-02-12  Bruno Haible  <bruno@clisp.org>
103
104         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
105         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
106         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
107         time warning rather than a link error.
108
109 2007-02-12  Bruno Haible  <bruno@clisp.org>
110
111         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
112         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
113         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
114
115 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
116
117         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
118         args, not 2.
119
120 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
121
122         New module 'time', so that apps can include <time.h> as per
123         POSIX and GNU instead of separate include files like time_r.h
124         and timegm.h.  This implementation tries out a simpler approach
125         for replacing decls in standard include files (as compared to
126         the string module), somewhat as an experiment.
127
128         * config/srclist.txt: Comment out mktime.c for now.
129         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
130         since it doesn't apply any more.  Use generic wording instead.
131         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
132         'time'.
133         * lib/time_.h, m4/time_h.m4, modules/time: New files.
134         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
135         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
136         Don't include <sys/types.h>; no longer needed since we assume C89.
137         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
138         * lib/strftime.c: Likewise.
139         * lib/time_r.c: Likewise.
140         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
141         * lib/nanosleep.c: Include <time.h> first, to check interface.
142         * lib/strptime.c: Likewise.
143         * lib/time_r.c: Likewise.
144         * lib/timegm.c: Likewise.
145         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
146         needed.
147         * lib/timegm.c: Don't include timegm.h; no longer needed.
148         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
149         time.h now handles any problems in that area.
150         (struct timespec, nanosleep): Remove; time.h now arranges for these.
151         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
152         that time.h defines struct timespec.
153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
154         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
155         handles that.
156         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
157         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
158         needed.  Set REPLACE_LOCALTIME.
159         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
160         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
161         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
162         nanosleep; time_h.m4 now does that.  Don't require
163         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
164         module handles this now.
165         * modules/getdate (Depends-on): Remove timespec.  Add time.
166         * modules/nanosleep (Depends-on): Likewise.
167         * modules/stat-time (Depends-on): Likewise.
168         * modules/nanosleep (Include): Include time.h, not timespec.h.
169         * modules/strptime (Files): Remove lib/strptime.h.
170         (Depends-on): Add extensions, time.
171         (Include): Include time.h, not strptime.h.
172         * modules/time_r (Files): Remove lib/time_r.h.
173         (Depends-on): Add time.
174         (Include): Include time.h, not time_r.h.
175         * modules/timegm: Likewise.
176         * modules/timespec (Description): Now does timespec-related decls
177         of our own, instead of struct timespec itself.
178         (Depends-on): Add time; remove extensions.
179         (Maintainer): Add self.
180         * modules/utimecmp (Depends-on): Add time; remove timespec.
181         * modules/utimens (Depends-on): Likewise.
182         * modules/xnanosleep (Depends-on): Likewise.
183
184 2007-02-11  Bruno Haible  <bruno@clisp.org>
185
186         * lib/c-strstr.c: Include allocsa.h.
187         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
188         * lib/c-strcasestr.c: Include allocsa.h.
189         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
190         * lib/strcasestr.c: Include allocsa.h.
191         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
192         * lib/mbsstr.c: Include allocsa.h.
193         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
194         allocsa/freesa instead of malloc/free.
195         * lib/mbscasestr.c: Include allocsa.h.
196         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
197         allocsa/freesa instead of malloc/free.
198         * modules/c-strstr (Depends-on): Add allocsa.
199         * modules/c-strcasestr (Depends-on): Likewise.
200         * modules/strcasestr (Depends-on): Likewise.
201         * modules/mbsstr (Depends-on): Likewise.
202         * modules/mbscasestr (Depends-on): Likewise.
203
204 2007-02-11  Bruno Haible  <bruno@clisp.org>
205
206         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
207
208         * modules/mbsspn-tests: New file.
209         * tests/test-mbsspn.sh: New file.
210         * tests/test-mbsspn.c: New file.
211
212 2007-02-11  Bruno Haible  <bruno@clisp.org>
213
214         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
215
216         * modules/mbspbrk-tests: New file.
217         * tests/test-mbspbrk.sh: New file.
218         * tests/test-mbspbrk.c: New file.
219
220 2007-02-11  Bruno Haible  <bruno@clisp.org>
221
222         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
223         unneeded cast.
224
225         * modules/mbscspn-tests: New file.
226         * tests/test-mbscspn.sh: New file.
227         * tests/test-mbscspn.c: New file.
228
229 2007-02-11  Bruno Haible  <bruno@clisp.org>
230
231         * modules/mbscasecmp-tests: New file.
232         * tests/test-mbscasecmp.sh: New file.
233         * tests/test-mbscasecmp.c: New file.
234
235 2007-02-11  Bruno Haible  <bruno@clisp.org>
236
237         Ensure O(n) worst-case complexity of mbscasestr.
238         * lib/mbscasestr.c: Include stdbool.h.
239         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
240         functions.
241         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
242         the bookkeeping indicates that it's worth it.
243         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
244
245         * modules/mbscasestr-tests: New file.
246         * tests/test-mbscasestr1.c: New file.
247         * tests/test-mbscasestr2.sh: New file.
248         * tests/test-mbscasestr2.c: New file.
249         * tests/test-mbscasestr3.sh: New file.
250         * tests/test-mbscasestr3.c: New file.
251         * tests/test-mbscasestr4.sh: New file.
252         * tests/test-mbscasestr4.c: New file.
253         * m4/locale-tr.m4: New file.
254
255 2007-02-11  Bruno Haible  <bruno@clisp.org>
256
257         Ensure O(n) worst-case complexity of mbsstr.
258         * lib/mbsstr.c: Include stdbool.h.
259         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
260         functions.
261         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
262         bookkeeping indicates that it's worth it.
263         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
264
265         * modules/mbsstr-tests: New file.
266         * tests/test-mbsstr1.c: New file.
267         * tests/test-mbsstr2.sh: New file.
268         * tests/test-mbsstr2.c: New file.
269         * tests/test-mbsstr3.sh: New file.
270         * tests/test-mbsstr3.c: New file.
271         * m4/locale-fr.m4: New file.
272
273 2007-02-11  Bruno Haible  <bruno@clisp.org>
274
275         * lib/mbsrchr.c (mbsrchr): Fix bug.
276
277         * modules/mbsrchr-tests: New file.
278         * tests/test-mbsrchr.sh: New file.
279         * tests/test-mbsrchr.c: New file.
280
281 2007-02-11  Bruno Haible  <bruno@clisp.org>
282
283         * lib/mbschr.c (mbschr): Fix bug.
284
285         * modules/mbschr-tests: New file.
286         * tests/test-mbschr.sh: New file.
287         * tests/test-mbschr.c: New file.
288         * m4/locale-zh.m4: New file.
289
290 2007-02-11  Bruno Haible  <bruno@clisp.org>
291
292         Support for copying multibyte string iterators.
293         * lib/mbiter.h: Include <string.h>.
294         (mbiter_multi_copy): New function.
295         (mbi_copy): New macro.
296         * lib/mbuiter.h: Include <string.h>.
297         (mbuiter_multi_copy): New function.
298         (mbui_copy): New macro.
299
300 2007-02-11  Bruno Haible  <bruno@clisp.org>
301
302         New module mbslen.
303         * modules/mbslen: New file.
304         * lib/mbslen.c: New file.
305         * lib/string_.h (mbslen): New declaration.
306         * m4/mbslen.m4: New file.
307         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
308         GNULIB_MBSLEN.
309         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
310         * MODULES.html.sh (Internationalization functions): Add mbslen.
311
312 2007-02-11  Bruno Haible  <bruno@clisp.org>
313
314         Ensure O(n) worst-case complexity of strcasestr substitute.
315         * lib/strcasestr.c: Include stdbool.h.
316         (knuth_morris_pratt): New function.
317         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
318         bookkeeping indicates that it's worth it.
319         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
320
321         * modules/strcasestr-tests: New file.
322         * tests/test-strcasestr.c: New file.
323
324 2007-02-11  Bruno Haible  <bruno@clisp.org>
325
326         Ensure O(n) worst-case complexity of c_strcasestr.
327         * lib/c-strcasestr.c: Include stdbool.h, string.h.
328         (knuth_morris_pratt): New function.
329         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
330         the bookkeeping indicates that it's worth it.
331         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
332
333         * modules/c-strcasestr-tests: New file.
334         * tests/test-c-strcasestr.c: New file.
335
336 2007-02-11  Bruno Haible  <bruno@clisp.org>
337
338         Ensure O(n) worst-case complexity of c_strstr.
339         * lib/c-strstr.c: Include stdbool.h, string.h.
340         (knuth_morris_pratt): New function.
341         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
342         bookkeeping indicates that it's worth it.
343         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
344
345         * lib/c-strstr.c: Complete rewrite for maintainability.
346
347         * modules/c-strstr-tests: New file.
348         * tests/test-c-strstr.c: New file.
349
350 2007-02-11  Bruno Haible  <bruno@clisp.org>
351
352         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
353         5.2.1 and earlier, whereby \055 was treated just like the range
354         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
355
356 2007-02-08  Bruno Haible  <bruno@clisp.org>
357
358         * modules/regex (Depends-on): Add stdbool.
359         Reported by Dalibor Topic <robilad@kaffe.org>.
360
361 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
362
363         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
364         Prefer returning from main to exiting from it.
365         Remove unnecessary parens after sizeof.
366
367 2007-02-05  Bruno Haible  <bruno@clisp.org>
368
369         New module mbssep.
370         * modules/mbssep: New file.
371         * lib/mbssep.c: New file.
372         * lib/string_.h (strsep): Add a conditional link warning.
373         (mbssep): New declaration.
374         * m4/mbssep.m4: New file.
375         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
376         GNULIB_MBSSEP.
377         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
378         * MODULES.html.sh (Internationalization functions): Add mbssep.
379
380 2007-02-05  Bruno Haible  <bruno@clisp.org>
381
382         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
383         Optimize search in case of 1 delimiter.
384
385 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
386
387         * lib/acl.h: Include sys/types.h before sys/acl.h.
388
389 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
390
391         Merge upstream fix for glibc bugzilla #3957:
392
393         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
394
395         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
396         bit for RE_HAT_LISTS_NOT_NEWLINE.
397         (build_charclass_op): Remove bogus comment.
398
399 2007-02-05  Simon Josefsson  <simon@josefsson.org>
400
401         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
402
403 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
404
405         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
406         * lib/memmem.c [!defined _LIBC]: Include config.h.
407
408 2007-02-04  Bruno Haible  <bruno@clisp.org>
409
410         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
411         warning message.
412
413 2007-02-04  Bruno Haible  <bruno@clisp.org>
414
415         New module mbstok_r.
416         * modules/mbstok_r: New file.
417         * lib/mbstok_r.c: New file.
418         * lib/string_.h (strtok_r): Change argument names to match the
419         comments. Add a conditional link warning.
420         (mbstok_r): New declaration.
421         * m4/mbstok_r.m4: New file.
422         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
423         GNULIB_MBSTOK_R.
424         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
425         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
426
427 2007-02-04  Bruno Haible  <bruno@clisp.org>
428
429         New module mbsspn.
430         * modules/mbsspn: New file.
431         * lib/mbsspn.c: New file.
432         * lib/string_.h (strspn): Add a conditional link warning.
433         (mbsspn): New declaration.
434         * m4/mbsspn.m4: New file.
435         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
436         GNULIB_MBSSPN.
437         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
438         * MODULES.html.sh (Internationalization functions): Add mbsspn.
439
440 2007-02-04  Bruno Haible  <bruno@clisp.org>
441
442         New module mbspbrk.
443         * modules/mbspbrk: New file.
444         * lib/mbspbrk.c: New file.
445         * lib/string_.h (strpbrk): Add a conditional link warning.
446         (mbspbrk): New declaration.
447         * m4/mbspbrk.m4: New file.
448         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
449         GNULIB_MBSPBRK.
450         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
451         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
452
453 2007-02-04  Bruno Haible  <bruno@clisp.org>
454
455         New module mbscspn.
456         * modules/mbscspn: New file.
457         * lib/mbscspn.c: New file.
458         * lib/string_.h (strcspn): Add a conditional link warning.
459         (mbscspn): New declaration.
460         * m4/mbscspn.m4: New file.
461         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
462         GNULIB_MBSCSPN.
463         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
464         * MODULES.html.sh (Internationalization functions): Add mbscspn.
465
466 2007-02-04  Bruno Haible  <bruno@clisp.org>
467
468         New module mbscasestr, reduced goal of strcasestr.
469         * modules/mbscasestr: New file.
470         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
471         (mbscasestr): Renamed from strcasestr.
472         * lib/strcasestr.c: Don't include mbuiter.h.
473         (strcasestr): Remove support for multibyte locales.
474         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
475         Change the conditional link warning.
476         (mbscasestr): New declaration.
477         * m4/mbscasestr.m4: New file.
478         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
479         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
480         REPLACE_STRCASESTR.
481         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
482         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
483         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
484         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
485         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
486         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
487         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
488         (Depends-on): Remove mbuiter.
489         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
490
491 2007-02-04  Bruno Haible  <bruno@clisp.org>
492
493         Simplify handling of strncasecmp.
494         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
495         the conditional link warning.
496         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
497         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
498         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
499         * modules/strcase (configure.ac): Don't invoke
500         gl_STRING_MODULE_INDICATOR.
501         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
502
503 2007-02-04  Bruno Haible  <bruno@clisp.org>
504
505         New module mbscasecmp, reduced goal of strcasecmp.
506         * modules/mbscasecmp: New file.
507         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
508         (mbscasecmp): Renamed from strcasecmp.
509         * lib/strcasecmp.c: Don't include mbuiter.h.
510         (strcasecmp): Remove support for multibyte locales.
511         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
512         Change the conditional link warning.
513         (mbscasecmp): New declaration.
514         * m4/mbscasecmp.m4: New file.
515         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
516         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
517         REPLACE_STRCASECMP.
518         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
519         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
520         GNULIB_MBSCASECMP.
521         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
522         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
523         * modules/strcase (Files): Remove m4/mbrtowc.m4.
524         (Depends-on): Remove mbuiter.
525         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
526
527 2007-02-04  Bruno Haible  <bruno@clisp.org>
528
529         New module mbsstr. Remove module strstr.
530         * modules/mbsstr: New file.
531         * modules/strstr: Remove file.
532         * lib/mbsstr.c: Renamed from lib/strstr.c.
533         (mbsstr): Renamed from strstr.
534         * lib/string_.h (strstr): Remove declaration. Change the conditional
535         link warning.
536         (mbsstr): New declaration.
537         * m4/mbsstr.m4: New file.
538         * m4/strstr.m4: Remove file.
539         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
540         REPLACE_STRSTR.
541         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
542         Don't initialize GNULIB_STRSTR.
543         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
544         substitute GNULIB_STRSTR and REPLACE_STRSTR.
545         * MODULES.html.sh (Internationalization functions): Add mbsstr.
546         (Support for systems lacking ANSI C 89): Remove strstr.
547
548 2007-02-04  Bruno Haible  <bruno@clisp.org>
549
550         New module mbsrchr.
551         * modules/mbsrchr: New file.
552         * lib/mbsrchr.c: New file.
553         * lib/string_.h (strrchr): Add a conditional link warning.
554         (mbsrchr): New declaration.
555         * m4/mbsrchr.m4: New file.
556         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
557         GNULIB_MBSRCHR.
558         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
559         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
560
561 2007-02-04  Bruno Haible  <bruno@clisp.org>
562
563         New module mbschr.
564         * modules/mbschr: New file.
565         * lib/mbschr.c: New file.
566         * lib/string_.h (strchr): Add a conditional link warning.
567         (mbschr): New declaration.
568         * m4/mbschr.m4: New file.
569         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
570         GNULIB_MBSCHR.
571         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
572         * MODULES.html.sh (Internationalization functions): Add mbschr.
573
574 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
575
576         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
577
578         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
579
580 2007-02-04  Bruno Haible  <bruno@clisp.org>
581
582         New module description section 'configure.ac-early'.
583         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
584         (func_get_autoconf_early_snippet): New function.
585         (func_import, func_create_testdir): Use it. Remove special cases for
586         modules 'extensions' and 'lock'.
587         * modules/extensions (configure.ac-early): Require
588         gl_USE_SYSTEM_EXTENSIONS.
589         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
590
591 2007-02-04  Bruno Haible  <bruno@clisp.org>
592
593         Make use of gcj-4.3's -fsource and -ftarget option.
594         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
595         and if so try the options -fsource and -ftarget.
596         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
597         source_version, ftarget_option, target_version arguments.
598         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
599         (is_envjavac_oldgcj_14_14_usable): Renamed from
600         is_envjavac_gcj_14_14_usable.
601         (is_envjavac_oldgcj_14_13_usable): Renamed from
602         is_envjavac_gcj_14_13_usable.
603         (is_gcj_present): Update.
604         (is_gcj_43, is_gcj43_usable): New functions.
605         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
606         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
607         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
608         try the options -fsource and -ftarget.
609
610 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
611
612         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
613         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
614         larger value.
615
616 2007-02-03  Jim Meyering  <jim@meyering.net>
617
618         Give tools a better chance to allocate space for very large buffers.
619         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
620
621         Make pwd and readlink work also when run with an unreadable parent dir
622         on systems with openat support.
623         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
624         provided getcwd function, even when we have openat support.
625         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
626
627 2007-02-02  Bruno Haible  <bruno@clisp.org>
628
629         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
630         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
631         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
632         portability problems if one of these functions is only used on specific
633         platforms.
634         Reported by Paul Eggert.
635
636 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
637
638         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
639         is causing more trouble than it's curing.
640         * lib/regex_internal.h (__mempcpy): Remove.
641         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
642         (and make the code a tad smaller to boot).
643         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
644
645 2007-02-02  Jim Meyering  <jim@meyering.net>
646
647         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
648         section, not in the Makefile.am: one.
649
650 2007-02-02  Eric Blake  <ebb9@byu.net>
651
652         * lib/strchrnul.c: Always include config.h first.
653
654         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
655         gnulib strstr is not necessary here.
656
657 2007-02-02  Simon Josefsson  <simon@josefsson.org>
658
659         * m4/socklen.m4: Fix typo.
660
661 2007-02-02  Eric Blake  <ebb9@byu.net>
662
663         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
664         * modules/netinet_in (Makefile.am): Likewise.
665
666 2007-02-01  Bruno Haible  <bruno@clisp.org>
667
668         * lib/string_.h (GL_LINK_WARNING): New macro.
669         (strcasecmp, strstr, strcasestr): If provided by the system,
670         conditionally define as a macro that leads to a warning instead of to
671         an error.
672         (strncasecmp): Conditionally define as a macro that leads to a warning.
673
674 2007-02-01  Jim Meyering  <jim@meyering.net>
675
676         Give tools a better chance to allocate space for very large buffers.
677         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
678
679 2007-02-01  Karl Berry  <karl@gnu.org>
680
681         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
682
683 2007-02-01  Bruno Haible  <bruno@clisp.org>
684
685         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
686         renamings.
687
688 2007-02-01  Eric Blake  <ebb9@byu.net>
689
690         * modules/regex (Depends-on): Revert dependence on mempcpy.
691         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
692         module's definition of mempcpy.
693         Reported by Paul Eggert.
694
695 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
696
697         * lib/string_.h: If the gnulib module XYZ is not present, undefine
698         the symbol XYZ before redefining it.  This fixes a problem with
699         programs that don't use XYZ, when compiled on systems that define
700         XYZ to something else.
701
702 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
705         occurs when "mkdir -m foo" creates a setgid directory that is (1)
706         writeable to group or other and (2) is intended to have a special
707         mode bit that is set or cleared.  In such a case, the directory
708         should be neither group- nor other-writeable until the special
709         mode bits are right.
710
711 2007-01-31  Eric Blake  <ebb9@byu.net>
712
713         * modules/mountlist (Depends-on): Add strstr.
714
715         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
716         bug.
717         * modules/string (Makefile.am): Remove redundant replacement.
718         * modules/regex (Depends-on): Add mempcpy.
719
720 2007-01-31  Bruno Haible  <bruno@clisp.org>
721
722         New module description field 'Link'.
723         * gnulib-tool (func_usage): Document --extract-link-directive.
724         (sed_extract_prog): Recognize 'Link' directive.
725         (func_get_link_directive): New function.
726         (func_import): Show summary of link directives.
727         Handle --extract-link-directive option.
728         * modules/acl (Link): New section.
729         * modules/clock-time (Link): New section.
730         * modules/euidaccess (Link): New section.
731         * modules/gettext (Link): New section.
732         * modules/iconv (Link): New section.
733         * modules/lock (Link): New section.
734         * modules/nanosleep (Link): New section.
735         * modules/readline (Link): New section.
736
737 2007-01-27  Bruno Haible  <bruno@clisp.org>
738
739         Enforce the use of gnulib modules for unportable <string.h> functions.
740         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
741         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
742         (gl_HEADER_STRING_H_BODY): Require it.
743         * lib/string_.h: If the gnulib module XYZ is not present, redefine
744         the symbol XYZ to one that gives a link error.
745         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
746         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
747         * modules/mempcpy (configure.ac): Likewise.
748         * modules/memrchr (configure.ac): Likewise.
749         * modules/stpcpy (configure.ac): Likewise.
750         * modules/stpncpy (configure.ac): Likewise.
751         * modules/strcase (configure.ac): Likewise.
752         * modules/strcasestr (configure.ac): Likewise.
753         * modules/strchrnul (configure.ac): Likewise.
754         * modules/strdup (configure.ac): Likewise.
755         * modules/strndup (configure.ac): Likewise.
756         * modules/strnlen (configure.ac): Likewise.
757         * modules/strpbrk (configure.ac): Likewise.
758         * modules/strsep (configure.ac): Likewise.
759         * modules/strstr (configure.ac): Likewise.
760         * modules/strtok_r (configure.ac): Likewise.
761
762 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
763
764         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
765
766 2007-01-30  Jim Meyering  <jim@meyering.net>
767
768         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
769
770 2007-01-29  Bruno Haible  <bruno@clisp.org>
771
772         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
773         * lib/execute.c: Likewise.
774         * lib/pipe.c: Likewise.
775         * lib/printf-args.h: Likewise.
776         * lib/printf-args.c: Likewise.
777         * lib/printf-parse.c: Likewise.
778         * lib/vasnprintf.c: Likewise.
779
780 2007-01-29  Eric Blake  <ebb9@byu.net>
781
782         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
783         declaration.
784
785 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * lib/strptime.h (strptime): Use 'restrict' for args where
788         POSIX requires this.
789         * lib/strptime.c (strptime): Likewise.
790         Change license notice from LGPL to GPL, since gnulib-tool will
791         change this as needed.
792         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
793         defined.
794         Include "strptime.h" first, to check interface.
795         Do not #undef _LIBC and _NL_CURRENT.
796         Do not include <stdlib.h>; no longer needed.
797         Include "time_r.h" and declare ptime_locale_status
798         only if _LIBC is not defined.
799         (__P): Remove unused macro.
800         (match_string): Bring back glibc version, but use it only if _LIBC
801         is defined.
802         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
803         Remove unnecessary assertion and abort() call.
804         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
805         * m4/strptime.m4: Fix serial number comment.
806         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
807         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
808         (Depends-on): Add time_r.
809
810 2007-01-29  Bruno Haible  <bruno@clisp.org>
811
812         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
813         strptime.
814         * modules/strptime (Depends-on): Add stdbool.
815         * lib/strptime.h: Include <time.h> always. Add comments.
816
817 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
818
819         * modules/strptime: New file.
820         * lib/strptime.h: New file.
821         * lib/strptime.c: New file.
822         * m4/strptime.m4: New file.
823
824 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
825
826         * MODULES.html.sh: New module mpsort.
827         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
828
829         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
830         a circularity problem with HP-UX ia64 reported by Bob Proulx in
831         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
832         All uses changed.
833         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
834         All uses changed.
835         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
836         to _Restrict_.
837         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
838         the parameter matches the prototype.
839
840 2007-01-28  Jim Meyering  <jim@meyering.net>
841
842         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
843         sys/time.h here, reverting that part of the previous patch:
844         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
845
846 2007-01-28  Bruno Haible  <bruno@clisp.org>
847
848         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
849         value of $(SYS_TIME_H).
850         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
851         remove it conditionally, too. [added by Jim Meyering]
852         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
853         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
854         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
855         GETTIMEOFDAY_REPLACEMENT to 1.
856
857 2007-01-28  Bruno Haible  <bruno@clisp.org>
858
859         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
860         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
861         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
862         Set UNISTD_H instead of UNISTD_H2.
863         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
864
865 2007-01-28  Bruno Haible  <bruno@clisp.org>
866
867         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
868         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
869
870 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
871
872         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
873         (func_create_testdir): Ensure C locale for `grep' and `tr'
874         character ranges.
875         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
876         ACLOCAL_AMFLAGS parsing state machine.
877
878 2007-01-27  Bruno Haible  <bruno@clisp.org>
879
880         * modules/unistr/base: Update.
881
882 2007-01-27  Bruno Haible  <bruno@clisp.org>
883
884         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
885         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
886         * modules/unistr/u32-mbtouc-unsafe: Renamed from
887         modules/unistr/u32-mbtouc.
888         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
889         * lib/unistr.h: Update.
890         * lib/linebreak.c: Update.
891         * modules/unistr/u32-mbtouc: Renamed from
892         modules/unistr/u32-mbtouc-safe.
893         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
894         * lib/unistr.h: Update.
895         * lib/unistr/u32-to-u8.c: Update.
896         * lib/unistr/u32-to-u16.c: Update.
897
898 2007-01-27  Bruno Haible  <bruno@clisp.org>
899
900         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
901         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
902         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
903         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
904         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
905         * modules/unistr/u16-mbtouc-unsafe: Renamed from
906         modules/unistr/u16-mbtouc.
907         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
908         * lib/unistr.h: Update.
909         * lib/linebreak.c: Update.
910         * modules/linebreak: Update.
911         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
912         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
913         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
914         * modules/unistr/u16-mbtouc: Renamed from
915         modules/unistr/u16-mbtouc-safe.
916         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
917         * lib/unistr.h: Update.
918         * lib/unistr/u16-to-u8.c: Update.
919         * modules/unistr/u16-to-u8: Update.
920         * lib/unistr/u16-to-u32.c: Update.
921         * modules/unistr/u16-to-u32: Update.
922
923 2007-01-27  Bruno Haible  <bruno@clisp.org>
924
925         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
926         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
927         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
928         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
929         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
930         * modules/unistr/u8-mbtouc-unsafe: Renamed from
931         modules/unistr/u8-mbtouc.
932         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
933         * lib/unistr.h: Update.
934         * lib/striconveh.c: Update.
935         * modules/striconveh: Update.
936         * lib/linebreak.c: Update.
937         * modules/linebreak: Update.
938         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
939         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
940         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
941         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
942         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
943         * lib/unistr.h: Update.
944         * lib/striconveh.c: Update.
945         * modules/striconveh: Update.
946         * lib/unistr/u8-to-u16.c: Update.
947         * modules/unistr/u8-to-u16: Update.
948         * lib/unistr/u8-to-u32.c: Update.
949         * modules/unistr/u8-to-u32: Update.
950
951 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
952
953         Sync from Libtool.
954         * lib/argz.c: Do not include strings.h nor memory.h, include
955         string.h unconditionally.  Patch by Simon Josefsson.
956
957 2007-01-27  Bruno Haible  <bruno@clisp.org>
958
959         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
960         from gl_HEADER_STRING_H_BODY.
961         (gl_HEADER_STRING_H_BODY): Require it.
962         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
963         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
964         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
965         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
966         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
967         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
968         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
969         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
970         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
971         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
972         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
973         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
974         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
975         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
976         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
977
978 2007-01-27  Bruno Haible  <bruno@clisp.org>
979
980         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
981         check_PROGRAMS into noinst_PROGRAMS.
982         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
983         check_PROGRAMS in this case.
984         (func_import): Set for_test to false.
985         (func_create_testdir): Set for_test to true.
986
987 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
988             Bruno Haible  <bruno@clisp.org>
989
990         * modules/strcasestr (Files): Remove lib/strcasestr.h.
991         (Depends-on): Add string.
992         (Includes): Use <string.h> instead of strcasestr.h.
993         * modules/string (Makefile.am): Also substitute the value of
994         REPLACE_STRCASESTR.
995         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
996         assume strcasestr is declared in <string.h> not <strings.h>. Also
997         set REPLACE_STRCASESTR.
998         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
999         REPLACE_STRCASESTR.
1000         * lib/strcasestr.h: Remove file.
1001         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1002         * lib/string_.h (strcasestr): New declaration.
1003
1004 2007-01-27  Bruno Haible  <bruno@clisp.org>
1005
1006         * lib/string_.h: Use 'extern'.
1007
1008 2007-01-27  Jim Meyering  <jim@meyering.net>
1009
1010         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1011         of set-but-not-used local, "q".
1012
1013         * lib/mempcpy.c: Include <config.h> before <string.h>.
1014         This fixes a compilation error on HP-UX, due to the system's
1015         "restrict"-using mempcpy prototype.
1016
1017 2007-01-26  Bruno Haible  <bruno@clisp.org>
1018
1019         Small optimization.
1020         * lib/javacomp.c: Include c-strstr.h.
1021          (is_envjavac_gcj): Use c_strstr instead of strstr.
1022         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1023
1024 2007-01-26  Bruno Haible  <bruno@clisp.org>
1025
1026         * MODULES.html.sh (Unicode string functions): Add the new modules.
1027
1028         * modules/uniconv/u32-strconv-to-locale: New file.
1029         * lib/uniconv/u32-strconv-to-locale.c: New file.
1030
1031         * modules/uniconv/u16-strconv-to-locale: New file.
1032         * lib/uniconv/u16-strconv-to-locale.c: New file.
1033
1034         * modules/uniconv/u8-strconv-to-locale: New file.
1035         * lib/uniconv/u8-strconv-to-locale.c: New file.
1036
1037         * modules/uniconv/u32-strconv-from-locale: New file.
1038         * lib/uniconv/u32-strconv-from-locale.c: New file.
1039
1040         * modules/uniconv/u16-strconv-from-locale: New file.
1041         * lib/uniconv/u16-strconv-from-locale.c: New file.
1042
1043         * modules/uniconv/u8-strconv-from-locale: New file.
1044         * lib/uniconv/u8-strconv-from-locale.c: New file.
1045
1046         * modules/uniconv/u32-strconv-to-enc: New file.
1047         * lib/uniconv/u32-strconv-to-enc.c: New file.
1048         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1049         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1050
1051         * modules/uniconv/u16-strconv-to-enc: New file.
1052         * lib/uniconv/u16-strconv-to-enc.c: New file.
1053         * lib/uniconv/u-strconv-to-enc.h: New file.
1054         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1055         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1056
1057         * modules/uniconv/u8-strconv-to-enc: New file.
1058         * lib/uniconv/u8-strconv-to-enc.c: New file.
1059         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1060         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1061
1062         * modules/uniconv/u32-strconv-from-enc: New file.
1063         * lib/uniconv/u32-strconv-from-enc.c: New file.
1064         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1065         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1066
1067         * modules/uniconv/u16-strconv-from-enc: New file.
1068         * lib/uniconv/u16-strconv-from-enc.c: New file.
1069         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1070         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1071
1072         * modules/uniconv/u8-strconv-from-enc: New file.
1073         * lib/uniconv/u8-strconv-from-enc.c: New file.
1074         * lib/uniconv/u-strconv-from-enc.h: New file.
1075         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1076         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1077
1078         * modules/uniconv/u32-conv-from-enc: New file.
1079         * lib/uniconv/u32-conv-from-enc.c: New file.
1080         * modules/uniconv/u32-conv-from-enc-tests: New file.
1081         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1082
1083         * modules/uniconv/u16-conv-from-enc: New file.
1084         * lib/uniconv/u16-conv-from-enc.c: New file.
1085         * lib/uniconv/u-conv-from-enc.h: New file.
1086         * modules/uniconv/u16-conv-from-enc-tests: New file.
1087         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1088
1089         * modules/uniconv/u8-conv-from-enc: New file.
1090         * lib/uniconv/u8-conv-from-enc.c: New file.
1091         * modules/uniconv/u8-conv-from-enc-tests: New file.
1092         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1093
1094         * modules/uniconv/base: New file.
1095         * lib/uniconv.h: New file.
1096
1097 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1098
1099         * doc/gnulib-tool.texi (Initial import): Update to match current
1100         behavior with strdup module.
1101         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1102         * lib/memmem.h: Remove; all uses removed.  This is now done
1103         by <string.h>.
1104         * lib/mempcpy.h: Likewise.
1105         * lib/memrchr.h: Likewise.
1106         * lib/stpcpy.h: Likewise.
1107         * lib/stpncpy.h: Likewise.
1108         * lib/strcase.h: Likewise.
1109         * lib/strchrnul.h: Likewise.
1110         * lib/strdup.h: Likewise.
1111         * lib/strndup.h: Likewise.
1112         * lib/strnlen.h: Likewise.
1113         * lib/strpbrk.h: Likewise.
1114         * lib/strsep.h: Likewise.
1115         * lib/strstr.h: Likewise.
1116         * lib/strtok_r.h: Likewise.
1117         * lib/string_.h: New file.
1118         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1119         Rely on <string.h> instead.
1120         * lib/canon-host.c: Likewise.
1121         * lib/chdir-long.c: Likewise.
1122         * lib/concatpath.c: Likewise.
1123         * lib/exclude.c: Likewise.
1124         * lib/fchdir.c: Likewise.
1125         * lib/getaddrinfo.c: Likewise.
1126         * lib/getcwd.c: Likewise.
1127         * lib/getsubopt.c: Likewise.
1128         * lib/glob.c: Likewise.
1129         * lib/hard-locale.c: Likewise.
1130         * lib/iconvme.c: Likewise.
1131         * lib/javacomp.c: Likewise.
1132         * lib/mempcpy.c: Likewise.
1133         * lib/memrchr.c: Likewise.
1134         * lib/regex_internal.h: Likewise.
1135         * lib/stpncpy.c: Likewise.
1136         * lib/strcasecmp.c: Likewise.
1137         * lib/strchrnul.c: Likewise.
1138         * lib/strdup.c: Likewise.
1139         * lib/striconv.c: Likewise.
1140         * lib/striconveh.c: Likewise.
1141         * lib/striconveha.c: Likewise.
1142         * lib/strncasecmp.c: Likewise.
1143         * lib/strndup.c: Likewise.
1144         * lib/strnlen.c: Likewise.
1145         * lib/strsep.c: Likewise.
1146         * lib/strstr.c: Likewise.
1147         * lib/strtok_r.c: Likewise.
1148         * lib/userspec.c: Likewise.
1149         * lib/w32spawn.h: Likewise.
1150         * lib/xstrndup.c: Likewise.
1151         * lib/mountlist.c (strstr): Remove decl.
1152         * m4/string_h.m4: New file.
1153         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1154         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1155         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1156         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1157         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1158         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1159         Set REPLACE_STRCASECMP if necessary.
1160         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1161         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1162         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1163         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1164         HAVE_DECL_STRDUP if necessary.
1165         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1166         since gl_FUNC_STRNDUP does that now.
1167         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1168         Check for decl here...
1169         (gl_PREREQ_STRNLEN): ... not here.
1170         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1171         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1172         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1173         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1174         necessary.
1175         * modules/string: New file.
1176         * modules/memmem (Files): Remove special-purpose include file.
1177         (Depends-on): Add string.
1178         (Include): Include <string.h>, not the removed file.
1179         * modules/mempcpy: Likewise.
1180         * modules/memrchr: Likewise.
1181         * modules/stpcpy: Likewise.
1182         * modules/stpncpy: Likewise.
1183         * modules/strcase: Likewise.
1184         * modules/strchrnul: Likewise.
1185         * modules/strdup: Likewise.
1186         * modules/strndup: Likewise.
1187         * modules/strnlen: Likewise.
1188         * modules/strpbrk: Likewise.
1189         * modules/strsep: Likewise.
1190         * modules/strstr: Likewise.
1191         * modules/strtok_r: Likewise.
1192         * tests/test-dirname.c: Don't include "strdup.h", since
1193         <string.h> now suffices.
1194         * tests/test-memmem.c: Don't include "memmem.h", since
1195         <string.h> now suffices.
1196
1197 2007-01-25  Bruno Haible  <bruno@clisp.org>
1198
1199         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1200         *resultp is 0.
1201
1202         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1203         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1204         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1205         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1206
1207         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1208         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1209         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1210         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1211         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1212         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1213
1214 2007-01-24  Bruno Haible  <bruno@clisp.org>
1215
1216         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1217         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1218         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1219         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1220         gl_FUNC_FTS_CORE.
1221         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1222         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1223         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1224         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1225         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1226         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1227         gl_FUNC_FCHOWNAT.
1228         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1229         gl_FUNC_STRFTIME.
1230         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1231         Reported by Ralf Wildenhues.
1232
1233 2007-01-24  Bruno Haible  <bruno@clisp.org>
1234
1235         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1236         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1237         gl_GETADDRINFO.
1238         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1239         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1240         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1241
1242 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1245         Don't use 'exit'; just return from 'main'.
1246         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1247
1248         * lib/fnmatch_.h: Readjust white space and comments to match
1249         glibc, to avoid spurious diffs.
1250
1251 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1252
1253         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1254         2004-12-01 change by Jakub Jelinek, since this code won't compile
1255         if !LIBC.  Problem reported by Bob Proulx.
1256
1257 2007-01-23  Bruno Haible  <bruno@clisp.org>
1258
1259         * lib/striconveh.c: Include c-strcaseeq.h.
1260         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1261         * modules/striconveh (Depends-on): Add c-strcaseeq.
1262
1263 2007-01-23  Bruno Haible  <bruno@clisp.org>
1264
1265         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1266
1267         * modules/c-strcaseeq: New file.
1268         * lib/c-strcaseeq.h: New file.
1269
1270         * modules/streq: New file.
1271         * lib/streq.h: New file.
1272
1273 2007-01-23  Bruno Haible  <bruno@clisp.org>
1274
1275         * modules/striconveha-tests: New file.
1276         * tests/test-striconveha.c: New file.
1277
1278         * lib/striconveha.h: Include <stdbool.h>.
1279         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1280         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1281         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1282         (mem_iconveha): New function.
1283         (str_iconveha_notranslit): Renamed from str_iconveha.
1284         (str_iconveha): New function.
1285         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1286         c-strcase.
1287
1288 2007-01-23  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1291         encodings without forgiving before trying any encoding with handler.
1292         (str_iconveha): Try all encodings without forgiving before trying any
1293         encoding with handler.
1294
1295 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1296
1297         Import the following changes from libc.
1298
1299         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1300
1301         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1302
1303         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1304
1305         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1306         normal_bracket label.
1307
1308         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1309
1310         [BZ #361]
1311         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1312         to normal_bracket after fetching the next character.
1313
1314 2007-01-22  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1317         argument.
1318         * lib/striconveh.c (iconv_carefully_1): New function.
1319         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1320         argument.
1321         (str_cd_iconveh): Update.
1322         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1323         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1324         * tests/test-striconveh.c (MAGIC): New macro.
1325         (new_offsets): New function.
1326         (main): Test call with and without offsets.
1327
1328 2007-01-22  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1331         * modules/sys_select (Makefile.am): Likewise.
1332         * modules/sys_socket (Makefile.am): Likewise.
1333         * modules/sys_time (Makefile.am): Likewise.
1334
1335 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1336
1337         * modules/gettimeofday (License): Change from GPL to LGPL, since
1338         gettimeofday is a library function.
1339
1340 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1341
1342         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1343
1344 2007-01-21  Bruno Haible  <bruno@clisp.org>
1345
1346         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1347
1348 2007-01-21  Bruno Haible  <bruno@clisp.org>
1349
1350         * modules/striconveha: New file.
1351         * lib/striconveha.h: New file.
1352         * lib/striconveha.c: New file.
1353         * MODULES.html.sh (Internationalization functions): Add striconveha.
1354         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1355         string.
1356         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1357
1358 2007-01-21  Bruno Haible  <bruno@clisp.org>
1359
1360         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1361         * lib/striconveh.c (str_iconveh): Likewise.
1362
1363 2007-01-21  Bruno Haible  <bruno@clisp.org>
1364
1365         * lib/striconveh.h (mem_iconveh): New declaration.
1366         * lib/striconveh.c (mem_iconveh): New function.
1367         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1368
1369 2007-01-21  Bruno Haible  <bruno@clisp.org>
1370
1371         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1372
1373         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1374         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1375         original result buffer.
1376         (str_cd_iconveh): Update.
1377         * tests/test-striconveh.c (main): Update.
1378
1379         * lib/striconv.h (mem_cd_iconv): Change specification.
1380         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1381         result buffer.
1382         (str_cd_iconv): Update.
1383         * tests/test-striconv.c (main): Update.
1384
1385 2007-01-21  Bruno Haible  <bruno@clisp.org>
1386
1387         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1388
1389 2007-01-20  Jim Meyering  <jim@meyering.net>
1390
1391         * lib/userspec.c (parse_with_separator): If a user or group string
1392         starts with "+", skip the corresponding name-to-ID look-up, since
1393         such a look-up must fail: user and group names may not include "+".
1394
1395 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1396
1397         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1398         since we now assume the sys_time module.
1399         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1400         check for sys/time.h; no longer needed.
1401         * modules/poll (Depends-on): Depend on sys_time.
1402
1403 2007-01-18  Bruno Haible  <bruno@clisp.org>
1404
1405         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1406         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1407
1408         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1409         gettimeofday.
1410
1411         * tests/test-gettimeofday.c: Include <time.h>.
1412         (dummy): Remove variable.
1413
1414         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1415         gl_HEADER_SYS_TIME_H.
1416         (gl_HEADER_SYS_TIME_H): New macro.
1417
1418         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1419         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1420         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1421         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1422         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1423         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1424         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1425         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1426         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1427         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1428         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1429
1430         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1431         last change; it caused a compilation error when cross-compiling to
1432         Cygwin.
1433
1434 2007-01-18  Jim Meyering  <jim@meyering.net>
1435
1436         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1437         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1438         than the race-prone "test -d sys || mkdir sys".
1439         (configure.ac): Use AC_PROG_MKDIR_P.
1440         * modules/sys_select: Likewise.
1441         * modules/sys_socket: Likewise.
1442         * modules/sys_time: Likewise.
1443
1444 2007-01-18  Eric Blake  <ebb9@byu.net>
1445
1446         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1447         replace gettimeofday.
1448         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1449         name, to avoid infinite recursion.
1450
1451 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1452
1453         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1454         module sys_time.
1455         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1456         assume timespec.h defines struct timeval.
1457         * lib/settime.c: Likewise.
1458         * lib/utimens.c: Likewise.
1459         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1460         since we now assume the gettimeofday module.
1461         * lib/tempname.c (__gen_tempname): Likewise.
1462         * lib/gettimeofday.h: Remove.
1463         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1464         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1465         Include <time.h>, for 'time()'.
1466         (localtime_buffer_addr): Also use this workaround if
1467         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1468         to simplify the uses.  All uses changed.
1469         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1470         that #undef is inside {}, and 'const' follows type name consistently.
1471         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1472         (gettimeofday): Do not use the maximum possible value for
1473         tv->tv_usec, since that might break usages other than ls.c.
1474         Instead, we'll leave ls.c alone.  This undoes today's patch
1475         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1476         we've never observed the problem but might as well keep the
1477         canary.
1478         * lib/nanosleep.c: Include timespec.h first, for interface check.
1479         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1480         now assume the sys_time module.
1481         * lib/tempname.c: Likewise.
1482         * lib/timespec.h: Likewise.
1483         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1484         needed.
1485         * lib/strftime.c: Likewise.
1486         * lib/timespec.h: Likewise.
1487         * lib/posixtm.c: Include posixtm.h first, for interface check.
1488         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1489         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1490         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1491         * lib/sys_time_.h: New file.
1492         * lib/timespec.h (struct timespec): Use long int, not long.
1493         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1494         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1495         Remove obsolescent call to AC_HEADER_TIME.
1496         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1497         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1498         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1499         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1500         Likewise.
1501         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1502         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1503         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1504         into the sys_time module.  Check for gettimeofday just once.
1505         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1506         for gettimeofday signature to just check the signature.  Merely
1507         compile it, since linking doesn't test signature.  Improve test for
1508         whether gettimeofday.o is actually needed.
1509         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1510         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1511         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1512         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1513         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1514         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1515         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1516         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1517         than worrying about sys/time.h.
1518         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1519         Don't bother worrying about TIME_WITH_SYS_TIME.
1520         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1521         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1522         * m4/sys_time_h.m4: New file.
1523         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1524         Don't include sys/time.h.  Return from main rather than exiting.
1525         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1526         all uses changed.
1527         * modules/gethrxtime (Depends-on): Add sys_time.
1528         * modules/gettime (Depends-on): Likewise.
1529         * modules/gettimeofday (Depends-on): Likewise.
1530         * modules/nanosleep (Depends-on): Likewise.
1531         * modules/settime (Depends-on): Likewise.
1532         * modules/tempname (Depends-on): Likewise.
1533         * modules/utimens (Depends-on): Likewise.
1534         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1535         (Include:) Change back to <sys/time.h>.
1536         (Maintainer:) Add self.
1537         * modules/sys_time: New file.
1538         * modules/tempname (Depends-on): Add gettimeofday.
1539         * tests/test-gettimeofday.c: Include <sys/time.h>
1540         rather than gettimeofday.h.
1541
1542 2007-01-17  Bruno Haible  <bruno@clisp.org>
1543
1544         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1545         the license default to GPL.
1546         (func_create_testdir): Don't complain if a module is LGPL and its
1547         tests module depends on GPLed modules.
1548
1549 2007-01-17  Bruno Haible  <bruno@clisp.org>
1550
1551         * lib/gettimeofday.c (gettimeofday): Add code for the case
1552         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1553         maximum possible value for tv->tv_usec, rather than the minimum one.
1554
1555 2005-10-08  Martin Lambers  <marlam@marlam.de>
1556 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1557 2007-01-16  Bruno Haible  <bruno@clisp.org>
1558
1559         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1560         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1561         gl_FUNC_GETTIMEOFDAY.
1562         (Include): Add gettimeofday.h.
1563         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1564         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1565         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1566         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1567         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1568         * lib/gettimeofday.h: New file.
1569         * lib/gettimeofday.c: Include <sys/timeb.h>.
1570         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1571         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1572         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1573         fall back on time().
1574
1575         * tests/test-gettimeofday.c: New file.
1576         * modules/gettimeofday-tests: New file.
1577
1578 2007-01-16  Eric Blake  <ebb9@byu.net>
1579
1580         * modules/fnmatch (Depends-on): Depend on wchar.
1581         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1582         * m4/fnmatch.m4: Likewise.
1583         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1584         * m4/mbchar.m4: Likewise.
1585         * modules/mbswidth (Depends-on): Depend on wchar.
1586         * lib/mbswidth.c: Assume <wchar.h>.
1587         * m4/mbswidth.m4: Likewise.
1588         * modules/quotearg (Depends-on): Depend on wchar.
1589         * lib/quotearg.c: Assume <wchar.h>.
1590         * m4/quotearg.m4: Likewise.
1591         * modules/regex (Depends-on): Depend on wchar.
1592         * lib/regex_internal.h: Assume <wchar.h>.
1593         * m4/regex.m4: Likewise.
1594         * modules/stdint (Depends-on): Depend on wchar.
1595         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1596         * m4/stdint.m4: Likewise.
1597         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1598         * modules/strftime (Depends-on): Depend on wchar.
1599         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1600         * modules/strtol (Depends-on): Depend on wchar.
1601         * lib/strtol.c: Assume <wchar.h>.
1602         * modules/wcwidth (Depends-on): Depend on wchar.
1603         * lib/wcwidth.h: Assume <wchar.h>.
1604         * m4/wcwidth.m4: Likewise.
1605
1606 2007-01-16  Bruno Haible  <bruno@clisp.org>
1607
1608         * modules/csharpexec-script: New, created from...
1609         * modules/csharpexec: ... this.
1610
1611 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1612
1613         * modules/javaexec-script: New, created from...
1614         * modules/javaexec: ... this.
1615
1616 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1617
1618         * modules/poll (Dependencies): Add sys_select.
1619
1620 2007-01-15  Jim Meyering  <jim@meyering.net>
1621
1622         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1623         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1624         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1625         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1626
1627 2007-01-15  Bruno Haible  <bruno@clisp.org>
1628
1629         * modules/striconveh: New file.
1630         * lib/striconveh.h: New file.
1631         * lib/striconveh.c: New file.
1632         * MODULES.html.sh (Internationalization functions): Add striconveh.
1633
1634         * modules/striconveh-tests: New file.
1635         * tests/test-striconveh.c: New file.
1636
1637 2007-01-15  Bruno Haible  <bruno@clisp.org>
1638
1639         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1640         not from GNU libiconv or GNU libc.
1641
1642 2007-01-15  Bruno Haible  <bruno@clisp.org>
1643
1644         * doc/gnulib-intro.texi (Copyright): Explain the different license
1645         terms for module descriptions, autoconf macros, tests, documentation.
1646
1647 2007-01-14  Bruno Haible  <bruno@clisp.org>
1648
1649         * modules/striconv-tests: New file.
1650         * tests/test-striconv.c: New file.
1651
1652 2007-01-14  Bruno Haible  <bruno@clisp.org>
1653
1654         * modules/iconv-tests: New file.
1655         * tests/test-iconv.c: New file.
1656
1657 2007-01-14  Bruno Haible  <bruno@clisp.org>
1658
1659         * gnulib-tool (func_get_license): For test modules, use the license of
1660         the main module.
1661
1662 2007-01-14  Bruno Haible  <bruno@clisp.org>
1663
1664         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1665         if iconv is found to exist.
1666
1667 2007-01-14  Bruno Haible  <bruno@clisp.org>
1668
1669         * modules/c-ctype-tests: New file.
1670         * tests/test-c-ctype.c: New file.
1671
1672 2007-01-14  Bruno Haible  <bruno@clisp.org>
1673
1674         * modules/binary-io-tests: New file.
1675         * tests/test-binary-io.sh: New file.
1676         * tests/test-binary-io.c: New file.
1677
1678 2007-01-14  Bruno Haible  <bruno@clisp.org>
1679
1680         * modules/array-oset-tests: New file.
1681         * tests/test-array_oset.c: New file.
1682
1683 2007-01-14  Bruno Haible  <bruno@clisp.org>
1684
1685         * modules/array-list-tests: New file.
1686         * tests/test-array_list.c: New file.
1687
1688 2007-01-14  Bruno Haible  <bruno@clisp.org>
1689
1690         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1691         and make.
1692         Reported by Simon Josefsson in
1693         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1694
1695 2007-01-14  Bruno Haible  <bruno@clisp.org>
1696
1697         * modules/allocsa-tests: New file.
1698         * tests/test-allocsa.c: New file.
1699
1700 2007-01-14  Bruno Haible  <bruno@clisp.org>
1701
1702         * modules/fchdir (Depends-on): Add absolute-header.
1703         * modules/unistd (Depends-on): Likewise.
1704
1705 2006-12-30  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/fchdir: New file.
1708         * modules/unistd (Files): Add lib/unistd_.h.
1709         (Makefile.am): Generate unistd.h from unistd_.h.
1710         * lib/fchdir.c: New file.
1711         * lib/dirent_.h: New file.
1712         * lib/unistd_.h: New file.
1713         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1714         * m4/fchdir.m4: New file.
1715         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1716         (gl_HEADER_UNISTD): Invoke it.
1717         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1718         function.
1719         * lib/backupfile.c (opendir, closedir): Undefine.
1720         * lib/chown.c (open, close): Undefine.
1721         * lib/clean-temp.c (open, close): Undefine.
1722         * lib/copy-file.c (open, close): Undefine.
1723         * lib/execute.c (open, close): Undefine.
1724         * lib/fsusage.c (open, close): Undefine.
1725         * lib/gc-gnulib.c (open, close): Undefine.
1726         * lib/getcwd.c (opendir, closedir): Undefine.
1727         * lib/glob.c (opendir, closedir): Undefine.
1728         * lib/javacomp.c (open, close): Undefine.
1729         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1730         * lib/openat-proc.c (open, close): Undefine.
1731         * lib/pagealign_alloc.c (open, close): Undefine.
1732         * lib/pipe.c (open, close): Undefine.
1733         * lib/progreloc.c (open, close): Undefine.
1734         * lib/savedir.c (opendir, closedir): Undefine.
1735         * lib/utime.c (open, close): Undefine.
1736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1737
1738 2007-01-10  Bruno Haible  <bruno@clisp.org>
1739
1740         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1741
1742 2007-01-12  Eric Blake  <ebb9@byu.net>
1743
1744         Provide a robust <wchar.h>.  Further simplifications are now
1745         possible in other modules, but not included here.
1746         * modules/wchar: New module.
1747         * m4/wchar.m4: New file.
1748         * lib/wchar_.h: Likewise.
1749         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1750         of the new module.
1751         * MODULES.html.sh (Extended multibyte and wide character utilities):
1752         New section.
1753
1754 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1755
1756         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1757         to a reasonable default for memory allocation.
1758         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1759         file system that reports garbage st_size values for symlinks.
1760         Problem reported by Liyang Hu.
1761
1762 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1763
1764         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1765         Emacs .#* auto-save files).
1766
1767 2007-01-11  Bruno Haible  <bruno@clisp.org>
1768
1769         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1770         directory.
1771
1772 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1773
1774         Use @...@ consistently in lib/wctype_.h.
1775         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1776         on it being set to 1 or 0.
1777         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1778         go back to AC_SUBSTing it.
1779         * modules/wctype (Makefile.am): Undo previous change.
1780
1781 2007-01-10  Eric Blake  <ebb9@byu.net>
1782
1783         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1784         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1785         * modules/wctype (Makefile.am): Likewise.
1786         Reported by Chris McGuire.
1787
1788 2007-01-10  Jim Meyering  <jim@meyering.net>
1789
1790         fts.c: a small readability/maintainability improvement
1791         * lib/fts.c (fts_read): Make this code slightly more readable and
1792         maintainable by hoisting the "sp->fts_cur = p" assignments to
1793         immediately follow the statements that set P.  Derived from
1794         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1795
1796 2007-01-10  Eric Blake  <ebb9@byu.net>
1797
1798         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1799         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1800         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1801         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1802         Reported by Chris McGuire.
1803
1804 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1805
1806         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1807         in sed script.
1808
1809 2007-01-09  Bruno Haible  <bruno@clisp.org>
1810
1811         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1812         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1813         variables.
1814         (func_module): Use them.
1815
1816 2007-01-09  Bruno Haible  <bruno@clisp.org>
1817
1818         * modules/unistr/base: New file.
1819         * lib/unistr.h: New file.
1820
1821         * modules/unistr/u8-to-u16: New file.
1822         * lib/unistr/u8-to-u16.c: New file.
1823
1824         * modules/unistr/u8-to-u32: New file.
1825         * lib/unistr/u8-to-u32.c: New file.
1826
1827         * modules/unistr/u16-to-u8: New file.
1828         * lib/unistr/u16-to-u8.c: New file.
1829
1830         * modules/unistr/u16-to-u32: New file.
1831         * lib/unistr/u16-to-u32.c: New file.
1832
1833         * modules/unistr/u32-to-u8: New file.
1834         * lib/unistr/u32-to-u8.c: New file.
1835
1836         * modules/unistr/u32-to-u16: New file.
1837         * lib/unistr/u32-to-u16.c: New file.
1838
1839         * modules/unistr/u8-check: New file.
1840         * modules/unistr/u16-check: New file.
1841         * modules/unistr/u32-check: New file.
1842         * lib/unistr/u8-check.c: New file.
1843         * lib/unistr/u16-check.c: New file.
1844         * lib/unistr/u32-check.c: New file.
1845
1846         * modules/unistr/u8-chr: New file.
1847         * modules/unistr/u16-chr: New file.
1848         * modules/unistr/u32-chr: New file.
1849         * lib/unistr/u8-chr.c: New file.
1850         * lib/unistr/u16-chr.c: New file.
1851         * lib/unistr/u32-chr.c: New file.
1852
1853         * modules/unistr/u8-cmp: New file.
1854         * modules/unistr/u16-cmp: New file.
1855         * modules/unistr/u32-cmp: New file.
1856         * lib/unistr/u8-cmp.c: New file.
1857         * lib/unistr/u16-cmp.c: New file.
1858         * lib/unistr/u32-cmp.c: New file.
1859
1860         * modules/unistr/u8-cpy: New file.
1861         * modules/unistr/u16-cpy: New file.
1862         * modules/unistr/u32-cpy: New file.
1863         * lib/unistr/u8-cpy.c: New file.
1864         * lib/unistr/u16-cpy.c: New file.
1865         * lib/unistr/u32-cpy.c: New file.
1866         * lib/unistr/u-cpy.h: New file.
1867
1868         * modules/unistr/u8-cpy-alloc: New file.
1869         * modules/unistr/u16-cpy-alloc: New file.
1870         * modules/unistr/u32-cpy-alloc: New file.
1871         * lib/unistr/u8-cpy-alloc.c: New file.
1872         * lib/unistr/u16-cpy-alloc.c: New file.
1873         * lib/unistr/u32-cpy-alloc.c: New file.
1874         * lib/unistr/u-cpy-alloc.h: New file.
1875
1876         * modules/unistr/u8-endswith: New file.
1877         * modules/unistr/u16-endswith: New file.
1878         * modules/unistr/u32-endswith: New file.
1879         * lib/unistr/u8-endswith.c: New file.
1880         * lib/unistr/u16-endswith.c: New file.
1881         * lib/unistr/u32-endswith.c: New file.
1882         * lib/unistr/u-endswith.h: New file.
1883
1884         * modules/unistr/u8-mblen: New file.
1885         * modules/unistr/u16-mblen: New file.
1886         * modules/unistr/u32-mblen: New file.
1887         * lib/unistr/u8-mblen.c: New file.
1888         * lib/unistr/u16-mblen.c: New file.
1889         * lib/unistr/u32-mblen.c: New file.
1890
1891         * modules/unistr/u8-mbtouc: New file.
1892         * modules/unistr/u16-mbtouc: New file.
1893         * modules/unistr/u32-mbtouc: New file.
1894         * lib/unistr/u8-mbtouc.c: New file.
1895         * lib/unistr/u16-mbtouc.c: New file.
1896         * lib/unistr/u32-mbtouc.c: New file.
1897
1898         * modules/unistr/u8-mbtouc-safe: New file.
1899         * modules/unistr/u16-mbtouc-safe: New file.
1900         * modules/unistr/u32-mbtouc-safe: New file.
1901         * lib/unistr/u8-mbtouc-safe.c: New file.
1902         * lib/unistr/u16-mbtouc-safe.c: New file.
1903         * lib/unistr/u32-mbtouc-safe.c: New file.
1904
1905         * modules/unistr/u8-move: New file.
1906         * modules/unistr/u16-move: New file.
1907         * modules/unistr/u32-move: New file.
1908         * lib/unistr/u8-move.c: New file.
1909         * lib/unistr/u16-move.c: New file.
1910         * lib/unistr/u32-move.c: New file.
1911         * lib/unistr/u-move.h: New file.
1912
1913         * modules/unistr/u8-next: New file.
1914         * modules/unistr/u16-next: New file.
1915         * modules/unistr/u32-next: New file.
1916         * lib/unistr/u8-next.c: New file.
1917         * lib/unistr/u16-next.c: New file.
1918         * lib/unistr/u32-next.c: New file.
1919
1920         * modules/unistr/u8-prev: New file.
1921         * modules/unistr/u16-prev: New file.
1922         * modules/unistr/u32-prev: New file.
1923         * lib/unistr/u8-prev.c: New file.
1924         * lib/unistr/u16-prev.c: New file.
1925         * lib/unistr/u32-prev.c: New file.
1926
1927         * modules/unistr/u8-set: New file.
1928         * modules/unistr/u16-set: New file.
1929         * modules/unistr/u32-set: New file.
1930         * lib/unistr/u8-set.c: New file.
1931         * lib/unistr/u16-set.c: New file.
1932         * lib/unistr/u32-set.c: New file.
1933         * lib/unistr/u-set.h: New file.
1934
1935         * modules/unistr/u8-startswith: New file.
1936         * modules/unistr/u16-startswith: New file.
1937         * modules/unistr/u32-startswith: New file.
1938         * lib/unistr/u8-startswith.c: New file.
1939         * lib/unistr/u16-startswith.c: New file.
1940         * lib/unistr/u32-startswith.c: New file.
1941         * lib/unistr/u-startswith.h: New file.
1942
1943         * modules/unistr/u8-stpcpy: New file.
1944         * modules/unistr/u16-stpcpy: New file.
1945         * modules/unistr/u32-stpcpy: New file.
1946         * lib/unistr/u8-stpcpy.c: New file.
1947         * lib/unistr/u16-stpcpy.c: New file.
1948         * lib/unistr/u32-stpcpy.c: New file.
1949         * lib/unistr/u-stpcpy.h: New file.
1950
1951         * modules/unistr/u8-stpncpy: New file.
1952         * modules/unistr/u16-stpncpy: New file.
1953         * modules/unistr/u32-stpncpy: New file.
1954         * lib/unistr/u8-stpncpy.c: New file.
1955         * lib/unistr/u16-stpncpy.c: New file.
1956         * lib/unistr/u32-stpncpy.c: New file.
1957         * lib/unistr/u-stpncpy.h: New file.
1958
1959         * modules/unistr/u8-strcat: New file.
1960         * modules/unistr/u16-strcat: New file.
1961         * modules/unistr/u32-strcat: New file.
1962         * lib/unistr/u8-strcat.c: New file.
1963         * lib/unistr/u16-strcat.c: New file.
1964         * lib/unistr/u32-strcat.c: New file.
1965         * lib/unistr/u-strcat.h: New file.
1966
1967         * modules/unistr/u8-strchr: New file.
1968         * modules/unistr/u16-strchr: New file.
1969         * modules/unistr/u32-strchr: New file.
1970         * lib/unistr/u8-strchr.c: New file.
1971         * lib/unistr/u16-strchr.c: New file.
1972         * lib/unistr/u32-strchr.c: New file.
1973
1974         * modules/unistr/u8-strcmp: New file.
1975         * modules/unistr/u16-strcmp: New file.
1976         * modules/unistr/u32-strcmp: New file.
1977         * lib/unistr/u8-strcmp.c: New file.
1978         * lib/unistr/u16-strcmp.c: New file.
1979         * lib/unistr/u32-strcmp.c: New file.
1980
1981         * modules/unistr/u8-strcpy: New file.
1982         * modules/unistr/u16-strcpy: New file.
1983         * modules/unistr/u32-strcpy: New file.
1984         * lib/unistr/u8-strcpy.c: New file.
1985         * lib/unistr/u16-strcpy.c: New file.
1986         * lib/unistr/u32-strcpy.c: New file.
1987         * lib/unistr/u-strcpy.h: New file.
1988
1989         * modules/unistr/u8-strcspn: New file.
1990         * modules/unistr/u16-strcspn: New file.
1991         * modules/unistr/u32-strcspn: New file.
1992         * lib/unistr/u8-strcspn.c: New file.
1993         * lib/unistr/u16-strcspn.c: New file.
1994         * lib/unistr/u32-strcspn.c: New file.
1995         * lib/unistr/u-strcspn.h: New file.
1996
1997         * modules/unistr/u8-strdup: New file.
1998         * modules/unistr/u16-strdup: New file.
1999         * modules/unistr/u32-strdup: New file.
2000         * lib/unistr/u8-strdup.c: New file.
2001         * lib/unistr/u16-strdup.c: New file.
2002         * lib/unistr/u32-strdup.c: New file.
2003         * lib/unistr/u-strdup.h: New file.
2004
2005         * modules/unistr/u8-strlen: New file.
2006         * modules/unistr/u16-strlen: New file.
2007         * modules/unistr/u32-strlen: New file.
2008         * lib/unistr/u8-strlen.c: New file.
2009         * lib/unistr/u16-strlen.c: New file.
2010         * lib/unistr/u32-strlen.c: New file.
2011         * lib/unistr/u-strlen.h: New file.
2012
2013         * modules/unistr/u8-strmblen: New file.
2014         * modules/unistr/u16-strmblen: New file.
2015         * modules/unistr/u32-strmblen: New file.
2016         * lib/unistr/u8-strmblen.c: New file.
2017         * lib/unistr/u16-strmblen.c: New file.
2018         * lib/unistr/u32-strmblen.c: New file.
2019
2020         * modules/unistr/u8-strmbtouc: New file.
2021         * modules/unistr/u16-strmbtouc: New file.
2022         * modules/unistr/u32-strmbtouc: New file.
2023         * lib/unistr/u8-strmbtouc.c: New file.
2024         * lib/unistr/u16-strmbtouc.c: New file.
2025         * lib/unistr/u32-strmbtouc.c: New file.
2026
2027         * modules/unistr/u8-strncat: New file.
2028         * modules/unistr/u16-strncat: New file.
2029         * modules/unistr/u32-strncat: New file.
2030         * lib/unistr/u8-strncat.c: New file.
2031         * lib/unistr/u16-strncat.c: New file.
2032         * lib/unistr/u32-strncat.c: New file.
2033         * lib/unistr/u-strncat.h: New file.
2034
2035         * modules/unistr/u8-strncmp: New file.
2036         * modules/unistr/u16-strncmp: New file.
2037         * modules/unistr/u32-strncmp: New file.
2038         * lib/unistr/u8-strncmp.c: New file.
2039         * lib/unistr/u16-strncmp.c: New file.
2040         * lib/unistr/u32-strncmp.c: New file.
2041
2042         * modules/unistr/u8-strncpy: New file.
2043         * modules/unistr/u16-strncpy: New file.
2044         * modules/unistr/u32-strncpy: New file.
2045         * lib/unistr/u8-strncpy.c: New file.
2046         * lib/unistr/u16-strncpy.c: New file.
2047         * lib/unistr/u32-strncpy.c: New file.
2048         * lib/unistr/u-strncpy.h: New file.
2049
2050         * modules/unistr/u8-strnlen: New file.
2051         * modules/unistr/u16-strnlen: New file.
2052         * modules/unistr/u32-strnlen: New file.
2053         * lib/unistr/u8-strnlen.c: New file.
2054         * lib/unistr/u16-strnlen.c: New file.
2055         * lib/unistr/u32-strnlen.c: New file.
2056         * lib/unistr/u-strnlen.h: New file.
2057
2058         * modules/unistr/u8-strpbrk: New file.
2059         * modules/unistr/u16-strpbrk: New file.
2060         * modules/unistr/u32-strpbrk: New file.
2061         * lib/unistr/u8-strpbrk.c: New file.
2062         * lib/unistr/u16-strpbrk.c: New file.
2063         * lib/unistr/u32-strpbrk.c: New file.
2064         * lib/unistr/u-strpbrk.h: New file.
2065
2066         * modules/unistr/u8-strrchr: New file.
2067         * modules/unistr/u16-strrchr: New file.
2068         * modules/unistr/u32-strrchr: New file.
2069         * lib/unistr/u8-strrchr.c: New file.
2070         * lib/unistr/u16-strrchr.c: New file.
2071         * lib/unistr/u32-strrchr.c: New file.
2072
2073         * modules/unistr/u8-strspn: New file.
2074         * modules/unistr/u16-strspn: New file.
2075         * modules/unistr/u32-strspn: New file.
2076         * lib/unistr/u8-strspn.c: New file.
2077         * lib/unistr/u16-strspn.c: New file.
2078         * lib/unistr/u32-strspn.c: New file.
2079         * lib/unistr/u-strspn.h: New file.
2080
2081         * modules/unistr/u8-strstr: New file.
2082         * modules/unistr/u16-strstr: New file.
2083         * modules/unistr/u32-strstr: New file.
2084         * lib/unistr/u8-strstr.c: New file.
2085         * lib/unistr/u16-strstr.c: New file.
2086         * lib/unistr/u32-strstr.c: New file.
2087         * lib/unistr/u-strstr.h: New file.
2088
2089         * modules/unistr/u8-strtok: New file.
2090         * modules/unistr/u16-strtok: New file.
2091         * modules/unistr/u32-strtok: New file.
2092         * lib/unistr/u8-strtok.c: New file.
2093         * lib/unistr/u16-strtok.c: New file.
2094         * lib/unistr/u32-strtok.c: New file.
2095         * lib/unistr/u-strtok.h: New file.
2096
2097         * modules/unistr/u8-uctomb: New file.
2098         * modules/unistr/u16-uctomb: New file.
2099         * modules/unistr/u32-uctomb: New file.
2100         * lib/unistr/u8-uctomb.c: New file.
2101         * lib/unistr/u16-uctomb.c: New file.
2102         * lib/unistr/u32-uctomb.c: New file.
2103
2104         * MODULES.html.sh (Unicode string functions): Add the new modules.
2105
2106 2007-01-08  Bruno Haible  <bruno@clisp.org>
2107
2108         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2109         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2110         subdirectories.
2111
2112 2007-01-08  Karl Berry  <karl@gnu.org>
2113
2114         * doc/error.texi: mention that main() fns must set program_name
2115         when progname is used.
2116
2117 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2118
2119         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2120         WCTYPE_H is empty, for the benefit of builds from non-distclean
2121         directories.  Problem reported by Eric Blake in
2122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2123
2124 2007-01-08  Bruno Haible  <bruno@clisp.org>
2125
2126         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2127         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2128         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2129         PROVIDE_CANONICALIZE_FILENAME_MODE.
2130         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2131
2132 2007-01-08  Bruno Haible  <bruno@clisp.org>
2133
2134         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2135         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2136         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2137         * lib/fts.c: Likewise.
2138         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2139
2140 2006-12-25  Bruno Haible  <bruno@clisp.org>
2141
2142         * modules/utf8-ucs4-safe: New file.
2143         * lib/utf8-ucs4-safe.h: New file.
2144         * lib/unistr/utf8-ucs4-safe.c: New file.
2145
2146         * modules/utf16-ucs4-safe: New file.
2147         * lib/utf16-ucs4-safe.h: New file.
2148         * lib/unistr/utf16-ucs4-safe.c: New file.
2149
2150         * MODULES.html.sh (Unicode string functions): Add the new modules.
2151
2152 2007-01-08  Bruno Haible  <bruno@clisp.org>
2153
2154         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2155         (Depends-on): Add unitypes.
2156         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2157         (u8_mbtouc_aux): Move out to separate file.
2158         (u8_mbtouc): Use ucs4_t, uint8_t types.
2159         * lib/unistr/utf8-ucs4.c: New file.
2160
2161         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2162         (Depends-on): Add unitypes.
2163         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2164         (u16_mbtouc_aux): Move out to separate file.
2165         (u16_mbtouc): Use ucs4_t, uint16_t types.
2166         * lib/unistr/utf16-ucs4.c: New file.
2167
2168         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2169         (Depends-on): Add unitypes.
2170         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2171         (u8_uctomb_aux): Move out to separate file.
2172         (u8_uctomb): Use ucs4_t, uint8_t types.
2173         * lib/unistr/ucs4-utf8.c: New file.
2174
2175         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2176         (Depends-on): Add unitypes.
2177         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2178         (u16_uctomb_aux): Move out to separate file.
2179         (u16_uctomb): Use ucs4_t, uint16_t types.
2180         * lib/unistr/ucs4-utf16.c: New file.
2181
2182 2006-12-25  Bruno Haible  <bruno@clisp.org>
2183
2184         * modules/unitypes: New file.
2185         * lib/unitypes.h: New file.
2186         * MODULES.html.sh (func_all_modules): New section "Unicode string
2187         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2188         this section. Add unitypes.
2189
2190 2007-01-08  Bruno Haible  <bruno@clisp.org>
2191
2192         Avoid variable names that conflict with those from libtool.
2193         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2194         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2195         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2196         library_names_spec to acl_library_names_spec, hardcode_* to
2197         acl_hardcode_*.
2198         Reported by Ralf Wildenhues.
2199
2200 2007-01-08  Bruno Haible  <bruno@clisp.org>
2201
2202         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2203         definition.
2204         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2205         definition.
2206         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2207         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2208         definition.
2209         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2210         definition.
2211         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2212         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2213         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2214         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2215         definition.
2216         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2217         definition.
2218         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2219         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2220         GC_USE_<algorithm>.
2221         * lib/gc-libgcrypt.c: Likewise.
2222         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2223         * modules/gc-arctwo (configure.ac): Likewise.
2224         * modules/gc-des (configure.ac): Likewise.
2225         * modules/gc-hmac-md5 (configure.ac): Likewise.
2226         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2227         * modules/gc-md2 (configure.ac): Likewise.
2228         * modules/gc-md4 (configure.ac): Likewise.
2229         * modules/gc-md5 (configure.ac): Likewise.
2230         * modules/gc-random (configure.ac): Likewise.
2231         * modules/gc-rijndael (configure.ac): Likewise.
2232         * modules/gc-sha1 (configure.ac): Likewise.
2233
2234 2007-01-08  Bruno Haible  <bruno@clisp.org>
2235
2236         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2237         macro definition.
2238         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2239         definition.
2240         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2241         definition.
2242         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2243         * modules/fcntl-safer (configure.ac): Likewise.
2244         * modules/fopen-safer (configure.ac): Likewise.
2245         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2246         GNULIB_FWRITEERROR macro definition.
2247
2248 2007-01-08  Bruno Haible  <bruno@clisp.org>
2249
2250         * m4/gnulib-common.m4: New file.
2251         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2252         (func_get_filelist): Add m4/gnulib-common.m4.
2253
2254 2007-01-08  Bruno Haible  <bruno@clisp.org>
2255
2256         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2257         command.
2258
2259 2007-01-08  Jim Meyering  <jim@meyering.net>
2260
2261         Use a more robust test for a "can't happen" condition.
2262         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2263         narrowed the st_size value.  Presuming the "can't happen" condition
2264         is true, that narrowing could conceivably convert an invalid st_size
2265         value into a valid one.  Instead, use a change based on Matthew
2266         Woehlke's original patch.
2267
2268         Slight readability improvement: use an assert-like macro
2269         in place of literal "abort ()" uses.
2270         * lib/fts.c (fts_assert): Define.
2271         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2272         Use this macro instead of a bare 'abort'.
2273
2274 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2275
2276         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2277         simply work around them.
2278         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2279         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2280         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2281         Don't bother to define as macros, since the standard doesn't require it.
2282         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2283         longer worry about IRIX 5.3.
2284         (HAVE_WCTYPE_CTMP_BUG): Remove.
2285
2286 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2287
2288         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2289         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2290         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2291         Problems reported by Georg Schwarz for IRIX 5.3.
2292
2293         * gnulib-tool (autoconf_minversion): Take the maximum version number
2294         found, not the minimum.  Problem reported by James Youngman.
2295
2296 2007-01-03  Karl Berry  <karl@gnu.org>
2297
2298         * doc/error.texi: new file, explaining interaction with progname.
2299         * doc/gnulib.texi: include it.  Update copyright.
2300
2301 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2302
2303         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2304         AC_CANONICAL_HOST, to improve autobuild outputs.
2305
2306 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2307             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2308
2309         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2310         sockets, server sockets, and other file descriptors.  Count errors
2311         to compute the return value.  Reorder the code a bit to be easier
2312         to follow.  Don't set event bits that were not requested (except
2313         POLLERR and POLLHUP).
2314
2315 2007-01-01  Bruno Haible  <bruno@clisp.org>
2316
2317         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2318
2319 2007-01-03  Jim Meyering  <jim@meyering.net>
2320
2321         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2322
2323 2007-01-02  Bruno Haible  <bruno@clisp.org>
2324
2325         * modules/settime (Include): Require timespec.h.
2326         * modules/nanosleep (Include): Likewise.
2327
2328 2007-01-01  Bruno Haible  <bruno@clisp.org>
2329
2330         * gnulib-tool (func_emit_copyright_notice): Bump year.
2331         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2332
2333 2007-01-01  Bruno Haible  <bruno@clisp.org>
2334
2335         Improve support for OpenBSD.
2336         * build-aux/config.rpath (libname_spec): Export.
2337         (library_names_spec): New variable. Export.
2338         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2339         library_names_spec from the config.rpath output. Locate shared library
2340         through the name pattern in library_names_spec.
2341
2342 2007-01-01  Eric Blake  <ebb9@byu.net>
2343
2344         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2345
2346 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2347
2348         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2349         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2350         assume the C locale, and avoid an "eval" that could cause trouble.
2351         Problem with SORT reported by Bob Proulx.
2352
2353         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2354         Define.  Trivial patch from Henning Nielsen Lund, originally
2355         sent to bug-grep@gnu.org today.
2356
2357 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2358
2359         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2360         struct stat.  Problem reported by Henning Nielsen Lund.
2361         * lib/acl.c: Include acl.h first, to check interface.  Don't
2362         bother to include sys/types.h and sys/stat.h again.
2363
2364 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2365
2366         Import the following change from libc; problem reported by
2367         Sven Verdoolaege.
2368
2369         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2370
2371         [BZ #1373]
2372         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2373
2374 2006-12-28  Jim Meyering  <jim@meyering.net>
2375
2376         * build-aux/announce-gen: Do not assume that the package
2377         builds any of tar.gz, tar.bz2, and .xdelta files.
2378         Suggestion from Simon Josefsson.
2379
2380 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2381
2382         * modules/announce-gen: New file.
2383
2384 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2385
2386         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2387         handles its gotchas now.
2388         * lib/mbswidth.c: Likewise.
2389         * lib/wcwidth.h: Likewise.
2390         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2391         and iswcntrl; the wctype module does this stuff now.
2392         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2393         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2394         * modules/mbchar (Depends-on): Add wctype.
2395         * modules/mbswidth (Depends-on): Likewise.
2396         * modules/wcwidth (Depends-on): Likewise.
2397
2398 2006-12-27  Eric Blake  <ebb9@byu.net>
2399
2400         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2401         module uses more than what <wctype.h> is required to provide.
2402
2403 2006-12-26  Eric Blake  <ebb9@byu.net>
2404
2405         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2406
2407 2006-12-26  Eric Blake  <ebb9@byu.net>
2408
2409         * modules/absolute-header: New module.
2410         * modules/fcntl (Depends-on): Depend on it.
2411         * modules/inttypes (Depends-on): Likewise.
2412         * modules/stdint (Depends-on): Likewise.
2413         * modules/sys_stat (Depends-on): Likewise.
2414         * modules/wctype (Depends-on): Likewise.
2415         * MODULES.html.sh (Support for building libraries and
2416         executables): Document it.
2417
2418 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2419
2420         * gnulib-tool (SED): Remove, undoing previous change.
2421         The problem was that it broke coreutils on Solaris, because
2422         "sed --posix" leaked into a makefile.
2423         (sed): New alias, if 'alias' and GNU sed.
2424
2425 2006-12-24  Jim Meyering  <jim@meyering.net>
2426
2427         Work around an fchownat bug in glibc-2.4:
2428         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2429         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2430         in spite of the -P option.
2431         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2432         New macros.
2433         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2434         * modules/openat (Files): Add lib/fchownat.c.
2435         * lib/openat.c (fchownat): Don't define here.  Move to...
2436         * lib/fchownat.c: ...this new file.
2437
2438 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2439
2440         Fix bug reported by Bruno Haible in
2441         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2442         where quotearg.c didn't compile on Mac OS X 10.2 because it
2443         lacks <wchar.h> and wint_t.
2444         * lib/wctype_.h (__wctype_wint_t): New type.
2445         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2446         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2447         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2448         Arg is now of type __wctype_wint_t, not wint_t.
2449         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2450         substitute HAVE_WINT_T.
2451         * modules/wctype (Files): Add m4/wint_t.m4.
2452         (wctype.h): Substitute HAVE_WINT_T.
2453
2454 2006-12-23  Bruno Haible  <bruno@clisp.org>
2455
2456         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2457
2458 2006-12-23  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2461         S_ISLNK.
2462         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2463         mingw.
2464
2465 2006-12-22  Bruno Haible  <bruno@clisp.org>
2466
2467         * lib/copy-file.c: Include acl.h.
2468         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2469         Close the file descriptors only after being done with copy_acl.
2470         * modules/copy-file (Depends-on): Add acl.
2471
2472 2006-12-22  Bruno Haible  <bruno@clisp.org>
2473
2474         * gnulib-tool (SED): New variable.
2475         Use $SED instead of sed everywhere.
2476
2477 2006-12-22  Bruno Haible  <bruno@clisp.org>
2478
2479         * modules/no-c++: New file.
2480         * m4/no-c++.m4: New file.
2481         * MODULES.html.sh (Support for building libraries and executables):
2482         Add no-c++.
2483
2484 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2485
2486         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2487         Include <limits.h>, and use its INT_MAX to rewrite the
2488         j loop so that it does not overflow 'int'.  Problem reported by
2489         Ralf Wildenhues in
2490         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2491         Play it safe by shifting left by 1 rather than multiplying by 2,
2492         as GCC is less likely to optimize this away when the value
2493         is signed (when it assumes overflow leads to undefined behavior).
2494         Also, don't assume time_t uses two's complement.
2495
2496 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2497
2498         * MODULES.html.sh: New module wctype.
2499         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2500         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2501         <wctype.h>, since the new wctype module should fix this.
2502         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2503         the wctype module should arrange for it.
2504         * lib/regex_internal.h: Likewise.
2505         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2506         since the wctype module should handle this now.
2507         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2508         * modules/fnmatch (Depends-on): Add wctype.
2509         * modules/quotearg (Depends-on): Likewise.
2510         * modules/regex (Depends-on): Likewise.
2511
2512 2006-12-19  Bruno Haible  <bruno@clisp.org>
2513
2514         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2515         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2516
2517 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2518
2519         * modules/savewd (Depends-on): Fix dependency on fcntl.
2520
2521 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2522
2523         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2524         conforms to C99, rather than relying on the user's environment
2525         setting of STDINT_H.
2526
2527 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2528         and Eric Blake  <ebb9@byu.net>
2529
2530         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2531         This is more consistent with the other defines here.
2532         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2533         Port to z/OS.  Problem reported by Paul Gilmartin.
2534         Change local vars to use gl_ prefix rather than ac_.
2535         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2536         with other defines.
2537         * modules/double-slash-root: New module.
2538         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2539         (Depends-on): Add double-slash-root.
2540         * MODULES.html.sh (File system functions): Mention new module.
2541
2542 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2543
2544         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2545         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2546         This is for the benefit of gzip, which doesn't do i18n.
2547
2548 2006-12-12  Jim Meyering  <jim@meyering.net>
2549
2550         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2551         Reported by Andreas Schwab <schwab@suse.de>.
2552
2553 2006-12-12  Bruno Haible  <bruno@clisp.org>
2554
2555         Merge these changes.
2556         2006-09-05  Bruno Haible  <bruno@clisp.org>
2557         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2558         iconv_alloc succeeded.
2559         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2560         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2561         test for " && dest " at the end - dest is always != NULL there. Call
2562         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2563         with 2xNULL arguments, also to flush the state storage. Handle the
2564         IRIX iconv behaviour. Realloc the final result, to throw away unused
2565         memory.
2566
2567 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2570         and fchmodat unconditionally, since glibc 2.4 has them.
2571         Problem reported by Arkadiusz Miskiewicz.
2572
2573 2006-12-10  Bruno Haible  <bruno@clisp.org>
2574
2575         * gnulib-tool (func_import): Show the include files only for those
2576         modules that are copied and specified.
2577         Reported by Karl Berry.
2578
2579 2006-12-08  Jim Meyering  <jim@meyering.net>
2580
2581         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2582         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2583
2584         * build-aux/announce-gen: Add two new options, both optional:
2585         --bootstrap-tools=TOOL_LIST
2586               a comma-separated list of tools, e.g.,
2587               autoconf,automake,bison,gnulib
2588         --gnulib-snapshot-date=DATE
2589               if gnulib is in the bootstrap tool list,
2590               then report this as the snapshot date.
2591               If not specified, use the current date/time.
2592               If you specify a date here, be sure it's UTC.
2593
2594 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2595
2596         * tests/test-argp-2.sh: Fix test to match actual output.
2597         (func_compare): Fix sed script to be portable.
2598
2599 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2600
2601         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2602         workaround for this case.  It is not autoconfigured now; offhand
2603         it's hard to see how to autoconfigure it.
2604
2605 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2606
2607         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2608         a directory that is about to be chowned.  Such a directory's
2609         initial file permissions should permit the owner only and this
2610         should not be changed until after the chown, since the group and
2611         other bits would be incorrect if they granted permission before
2612         the chown.
2613
2614         Fix porting problem for iswctype reported by Georg Schwarz in:
2615         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2616         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2617         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2618         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2619         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2620
2621 2006-12-03  Jim Meyering  <jim@meyering.net>
2622
2623         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2624         p->fts_statp may not yet be defined.
2625         (fts_read): Instead, set it in the caller, once p->fts_statp is
2626         sure to be defined, and corresponds to a top-level directory.
2627         This bug made du -x fail.  Here's the coreutils test case:
2628         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2629         Reported by Mike Frysinger.
2630
2631 2006-12-01  Jim Meyering  <jim@meyering.net>
2632
2633         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2634         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2635         Reported by Simon Josefsson.
2636
2637 2006-11-30  Jim Meyering  <jim@meyering.net>
2638
2639         * m4/warning.m4: Use the all-permissive copyright notice
2640         recommended by RMS (rather than LGPL).
2641         * m4/vararrays.m4: Likewise.
2642         * m4/flexmember.m4: Likewise.
2643
2644 2006-11-29  Bruno Haible  <bruno@clisp.org>
2645
2646         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2647         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2648         using +=.
2649         Reported by Simon Josefsson <simon@josefsson.org>.
2650
2651 2006-11-28  James Youngman <jay@gnu.org>
2652
2653         * README: Advise users that they might find the bug-gnulib@gnu.org
2654         and autotools-announce@gnu.org mailing lists useful.
2655
2656 2006-11-28  Bruno Haible  <bruno@clisp.org>
2657
2658         * m4/ptrdiff_max.m4: Remove file.
2659
2660 2006-11-21  Bruno Haible  <bruno@clisp.org>
2661
2662         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2663         _AC_COMPUTE_INT.
2664         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2665         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2666         _AC_COMPUTE_INT.
2667         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2668         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2669         _AC_COMPUTE_INT.
2670         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2671
2672 2006-11-28  Jim Meyering  <jim@meyering.net>
2673
2674         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2675         warning from "gcc -Wshadow" about shadowing the builtin.
2676
2677 2006-11-27  Bruno Haible  <bruno@clisp.org>
2678
2679         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2680         _AC_COMPUTE_INT.
2681         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2682
2683 2006-11-27  Bruno Haible  <bruno@clisp.org>
2684             Paul Eggert  <eggert@cs.ucla.edu>
2685
2686         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2687
2688 2006-11-26  Bruno Haible  <bruno@clisp.org>
2689
2690         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2691         noinst_LTLIBRARIES.
2692
2693 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2694             Bruno Haible  <bruno@clisp.org>
2695
2696         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2697         if compiling with "gcc -ansi".
2698
2699 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2700
2701         Fix some incompatibilities with gcc -ansi -pedantic.
2702         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2703         if compiling pedantically with GCC, unless it's C99 or later.
2704         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2705         it mishandles gcc -ansi -pedantic as well.
2706         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2707         if gcc -pedantic.
2708         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2709         initializers for struct if -pedantic, unless it's C99 or later.
2710
2711 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2712
2713         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2714         Don't close an fd more than once. Identical atimes indicate
2715         success, not failure.
2716
2717 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2718
2719         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2720
2721 2006-11-23  Jim Meyering  <jim@meyering.net>
2722
2723         * build-aux/announce-gen: New file.  From coreutils.
2724
2725 2006-11-22  Jim Meyering  <jim@meyering.net>
2726
2727         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2728         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2729         (fts_read): Use a temporary to narrow the overused st_size member
2730         before using it in a switch statement.  Reported by Matthew Woehlke.
2731
2732         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2733         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2734
2735 2006-11-20  Bruno Haible  <bruno@clisp.org>
2736
2737         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2738         changequote instead of pairs of brackets.
2739         Reported by Andreas Schwab <schwab@suse.de>.
2740
2741 2006-11-21  Jim Meyering  <jim@meyering.net>
2742
2743         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2744         so as to remain compatible with older compilers.
2745         Patch from Michael Deutschmann.
2746
2747 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         * MODULES.html.sh (File system functions): Add openat.
2750
2751         * lib/openat.h (rpl_fstatat): New macro, if
2752         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2753         (fstatat): Define to rpl_fstatat under the same conditions,
2754         unless COMPILING_FSTATAT.
2755         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2756         seems to have the bug.
2757         * lib/fstatat.c: New file.
2758         * modules/openat (Files): Add it.
2759
2760 2006-11-20  Bruno Haible  <bruno@clisp.org>
2761
2762         * Makefile: New file.
2763
2764 2006-11-20  Jim Meyering  <jim@meyering.net>
2765
2766         The beginnings of syntax-related checks for gnulib.
2767         * lib/Makefile: New file.
2768         * lib/t-idcache: New script.  Ensure that the two halves of
2769         idcache.c stay in sync.
2770
2771         * lib/idcache.c: Adjust comments in user- and group- portions to
2772         be more accurate, and to be consistent with one another.
2773
2774 2006-11-20  Jim Meyering  <jim@meyering.net>
2775
2776         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2777         continue using the flexible array member (thus, this module performs
2778         half as many malloc calls), with the addition that...
2779         (getgroup, getuser): Consistently record a non-match via an empty
2780         "name" string, and map an empty string match to a NULL return value.
2781         * modules/idcache (Depends-on): Re-add flexmember.
2782
2783         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2784         (getuidbyname, getgroup, getgidbyname): Likewise.
2785
2786         Use cleaner syntax: NULL rather than 0.
2787         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2788
2789 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2790
2791         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2792         It mishandled the case where the group was missing.
2793         Problem reported by Greg Schafer.
2794         * modules/idcache: Likewise.
2795
2796 2006-11-18  Jim Meyering  <jim@meyering.net>
2797
2798         * check-module (%exempt_header): Add exception for some
2799         conditionally-included headers.
2800
2801         * modules/i-ring (Depends-on): Add verify.
2802         (License): Change to LGPL.
2803
2804 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2805
2806         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2807         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2808         and inttostr.h.  Use snprintf rather than uinttostr, so that
2809         LGPLed code doesn't depend on GPLed.
2810
2811 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2812
2813         * modules/inline (License): Change from GPL to LGPL.
2814
2815 2006-11-17  Jim Meyering  <jim@meyering.net>
2816
2817         * modules/d-type (License): Switch to LGPL.
2818
2819 2006-11-15  Bruno Haible  <bruno@clisp.org>
2820
2821         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2822
2823 2006-11-15  Eric Blake  <ebb9@byu.net>
2824
2825         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2826         the module dependency.
2827
2828 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2829             Bruno Haible  <bruno@clisp.org>
2830
2831         * gnulib-tool (func_create_testdir): Add license consistency check.
2832
2833 2006-11-15  Eric Blake  <ebb9@byu.net>
2834
2835         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2836         random "(cached)" in configure output.
2837
2838 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2839
2840         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2841         test for conforming inttypes.h is both announced and cached.
2842
2843         * MODULES.html.sh (seen_modules, seen_files): New variables.
2844         (func_module): Rewrite to use a few less gnulib-tool and sed
2845         invocations.  Avoid a couple of quadratic algorithms for ...
2846         (missed_modules, missed_files): ... these, with ...
2847         (func_append, func_tmpdir): ... these new functions, from
2848         gnulib-tool.  Analogously, install traps for cleanup.
2849
2850         * tests/test-gc.c (main): Remove unused variables.
2851         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2852
2853 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2854
2855         * modules/inttostr (License): Change to LGPL.
2856
2857 2006-11-14  Eric Blake  <ebb9@byu.net>
2858
2859         * modules/tempname (License): Change to LGPL.
2860
2861 2006-11-14  Eric Blake  <ebb9@byu.net>
2862
2863         * doc/functions.texi (Function Portability): *printf functions on
2864         Cygwin now understand all POSIX size specifiers.
2865
2866 2006-11-14  Bruno Haible  <bruno@clisp.org>
2867
2868         * modules/c-ctype (License): Change to LGPL.
2869
2870 2006-11-12  Bruno Haible  <bruno@clisp.org>
2871
2872         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2873         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2874         for GNOME libraries, for which the include files are installed in
2875         subdirectories of $prefix/include.
2876
2877 2006-11-12  Bruno Haible  <bruno@clisp.org>
2878
2879         * m4/lib-link.m4: Require at least autoconf-2.54.
2880         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2881         name to underscores for the --with option.
2882
2883 2006-11-13  Bruno Haible  <bruno@clisp.org>
2884
2885         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2886         the tests directory.
2887         Reported by Ralf Wildenhues.
2888
2889 2006-11-13  Bruno Haible  <bruno@clisp.org>
2890
2891         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2892         (func_emit_initmacro_end): Undo the override here.
2893         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2894         Works around the famous automake error in coreutils.
2895
2896 2006-11-13  Eric Blake  <ebb9@byu.net>
2897
2898         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2899         element, not its node.
2900
2901 2006-11-12  Bruno Haible  <bruno@clisp.org>
2902
2903         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2904         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2905
2906 2006-11-12  Bruno Haible  <bruno@clisp.org>
2907
2908         * gnulib-tool: New option --local-symlink.
2909         (func_usage): Document it.
2910         (lsymbolic): New variable.
2911         (func_import, func_create_testdir): If --symlink was not specified,
2912         test whether --local-symlink was specified and the file comes from
2913         the local_gnulib_dir.
2914
2915 2006-11-12  Bruno Haible  <bruno@clisp.org>
2916
2917         * gnulib-tool (func_ln): New function.
2918         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2919
2920 2006-11-12  Bruno Haible  <bruno@clisp.org>
2921
2922         Finish support for source files in subdirectories.
2923         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2924         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2925         AUTOMAKE_OPTIONS.
2926         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2927
2928 2006-11-12  Bruno Haible  <bruno@clisp.org>
2929
2930         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2931         EXTRA_lib_SOURCES augmentation.
2932         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2933
2934 2006-11-12  Jim Meyering  <jim@meyering.net>
2935
2936         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2937         file descriptors.  This also averts a failure on systems with
2938         native openat support when a traversed directory lacks "x" access.
2939         * lib/fts_.h: Include "i-ring.h"
2940         (struct FTS) [fts_fd_ring]: New member.
2941         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2942         (FCHDIR): Add parentheses.
2943         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2944         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2945         When descending, rather than simply closing the previous
2946         fts_cwd_fd value, push that file descriptor onto the ring.
2947         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2948         (fts_open): Initialize the new fd_ring member.
2949         (fts_close): Clear the ring.
2950         (fts_safe_changedir): When possible, use our new fd_ring to skip
2951         the diropen and fstat and dev/ino comparison that would normally
2952         accompany a virtual `chdir ("..")'.
2953
2954         * modules/fts (Depends-on): Add i-ring.
2955         * modules/i-ring: New module.
2956         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2957         * m4/i-ring.m4: New file.
2958
2959 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2960
2961         * gnulib-tool (func_create_testdir): Fix replacement of
2962         `build-aux' in configure.ac.  Run autotools in gltests
2963         subdirectory.
2964         (func_create_testdir, func_create_megatestdir, test): There is
2965         no need for '--force' in most autotool invocations in a new
2966         tree.  Actually fail the whole test if any of the tools, or the
2967         configure or make stages fail.
2968
2969         Sync from Automake.
2970         * build-aux/gnupload: Revert last change.  Add pointer to upload
2971         instructions of the GNU Maintenance Instructions.
2972         Suggestion by Karl Berry.
2973
2974 2006-11-10  Jim Meyering  <jim@meyering.net>
2975
2976         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2977
2978 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2979
2980         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2981         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2982         (bind_textdomain_codeset) [! ENABLE_NLS]:
2983         Evaluate all the arguments.  That way, callers get compatible behavior
2984         if the arguments have side effects.  Also, it avoids some GCC
2985         diagnostics in some cases; Joel E. Denny reported problems when Bison
2986         was configured with --enable-gcc-warnigs.
2987
2988 2006-11-10  Jim Meyering  <jim@meyering.net>
2989
2990         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2991         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2992         account.
2993
2994 2006-11-10  Jim Meyering  <jim@meyering.net>
2995
2996         * modules/inline: New file/module.
2997         * modules/xalloc (Files): Remove m4/inline.m4.
2998         (Depends-on): Add inline, instead.
2999         * modules/oset: Likewise.
3000         * modules/list: Likewise.
3001
3002 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3003
3004         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3005         Problem reported by Matthew Woehlke.
3006
3007 2006-11-09  Bruno Haible  <bruno@clisp.org>
3008
3009         * lib/tempname.c (gen_tempname): Remove variant that invokes
3010         __gen_tempname.
3011         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3012         __gen_tempname.
3013
3014 2006-11-08  Bruno Haible  <bruno@clisp.org>
3015
3016         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3017         to 'yes' instead of 'cross-compiling'.
3018
3019 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * lib/quotearg.h (quotearg_free): New decl.
3022         * lib/quotearg.c (quotearg_free): New function.
3023         (slot0, nslots, slotvec0, slotvec):
3024         Now file-scope so that quotearg_free can get at them.
3025
3026 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3027
3028         Sync from Automake.
3029         * build-aux/gnupload: Add missing 'gnu' to example URL.
3030         Report by Karl Berry.
3031
3032 2006-11-08  Bruno Haible  <bruno@clisp.org>
3033
3034         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3035         Suggested by Paul Eggert.
3036
3037 2006-11-08  Jim Meyering  <jim@meyering.net>
3038
3039         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3040         It's already included if !_LIBC.
3041         (fts_safe_changedir): Add a comment.
3042
3043 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3044
3045         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3046         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3047         Matthew Woehlke.
3048
3049         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3050         definitions up, to avoid colliding with change below.
3051         (static_inline) [HAVE_INLINE]: New macro.
3052         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3053         Provide extern decls when !HAVE_INLINE.  Do not define unless
3054         static_inline is defined, either by us or by xmalloc.c.  Use
3055         static_inline rather than static inline.
3056         (XCALLOC): Optimize sizeof(T) = 1 case.
3057         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3058
3059 2006-11-07  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3062         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3063         AC_C_INLINE.
3064         * modules/xalloc (Files): Add m4/inline.m4.
3065
3066 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3067
3068         * README: Fix typo.
3069         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3070         (Miscellanous Notes): ...from this.
3071
3072 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3075         Mention that offsetof should be used instead of sizeof.
3076         From Bruno Haible.
3077
3078 2006-11-07  Bruno Haible  <bruno@clisp.org>
3079
3080         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3081
3082 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3083
3084         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3085         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3086         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3087         (gl_tree_add_before, gl_tree_add_after):
3088         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3089         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3090         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3091         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3092         (gl_linked_add_after, gl_linked_add_at): Likewise.
3093         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3094         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3095         (gl_tree_add_before, gl_tree_add_after): Likewise.
3096         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3097         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3098         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3099
3100 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3101
3102         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3103
3104 2006-11-06  Bruno Haible  <bruno@clisp.org>
3105
3106         * m4/inline.m4: New file.
3107         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3108         * modules/list (Files): Add m4/inline.m4.
3109         * modules/oset (Files): Likewise.
3110
3111 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3112
3113         * lib/idcache.c: Include <stddef.h>, for offsetof.
3114         (struct userid.name): Change from char * to a flexible array member.
3115         All uses changed.
3116         * modules/idcache (Depends-on): Add flexmember.
3117
3118         * MODULES.html.sh (Core language properties): New module flexmember.
3119         * modules/flexmember, m4/flexmember.m4: New files.
3120
3121         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3122         inline functions that are identical with the old xnmalloc_inline,
3123         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3124         that we can avoid some unnecessary integer multiplications and
3125         divisions in the common case where the element size is known at
3126         compile time.
3127         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3128         needed.
3129         (xnboundedmalloc): Remove.
3130         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3131         arguments, for consistency with rest of this header.
3132         (xcharalloc): Rewrite using XNMALLOC.
3133         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3134         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3135         versions have been moved to lib/xalloc.h and renamed to be the
3136         non-*_inline versions.
3137         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3138         and xnrealloc functions, since those functions are now inline and
3139         now call us.
3140         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3141         renaming described above.
3142         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3143         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3144         captures the dependency in AC_C_INLINE.
3145
3146         New module canonicalize-lgpl, proposed by Charles Wilson in
3147         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3148         with a few small changes afterwards.
3149         * MODULES.html.sh (File system functions): New module
3150         canonicalize-lgpl.
3151         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3152         and canonicalize_file_name.
3153         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3154         * modules/canonicalize-lgpl: New files.
3155
3156 2006-11-05  Bruno Haible  <bruno@clisp.org>
3157
3158         * gnulib-tool (func_import, func_create_testdir): Create directories
3159         also for files in subdirectories of lib/.
3160
3161 2006-11-05  Bruno Haible  <bruno@clisp.org>
3162
3163         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3164         ANSI C compliant.
3165
3166 2006-11-03  Bruno Haible  <bruno@clisp.org>
3167
3168         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3169         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3170         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3171         (xnboundedmalloc): New inline function.
3172         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3173         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3174         xmalloc.
3175         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3176         xmalloc.
3177         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3178         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3179         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3180         xmalloc.
3181         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3182         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3183         xmalloc.
3184         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3185         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3186         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3187         xmalloc.
3188         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3189         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3190         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3191         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3192         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3193         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3194         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3195
3196 2006-11-03  Bruno Haible  <bruno@clisp.org>
3197
3198         * lib/c-ctype.h [C++]: Define functions without name mangling.
3199         * lib/fwriteerror.h [C++]: Likewise.
3200         * lib/gcd.h [C++]: Likewise.
3201         * lib/linebreak.h [C++]: Likewise.
3202
3203 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3206         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3207         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3208         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3209         Check for functions and headers just once.
3210         Check for declaration of canonicalize_file_name.
3211         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3212
3213 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3214
3215         * gnulib-tool (func_import): Fix typo in actioncmd.
3216
3217 2006-11-02  Bruno Haible  <bruno@clisp.org>
3218
3219         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3220         newline sequence in the Makefile.am snippet as a space, like "make"
3221         does.
3222         Reported by Roger Persson <perrog@gmail.com>.
3223
3224 2006-11-01  Bruno Haible  <bruno@clisp.org>
3225
3226         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3227         already declared in <string.h>.
3228         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3229
3230 2006-11-01  Bruno Haible  <bruno@clisp.org>
3231
3232         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3233         * lib/strcase.h: Include <string.h>.
3234         (strcasecmp): Define to rpl_strcasecmp here.
3235
3236 2006-11-01  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3239
3240 2006-11-01  Eric Blake  <ebb9@byu.net>
3241
3242         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3243
3244         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3245
3246 2006-10-29  Bruno Haible  <bruno@clisp.org>
3247
3248         Make it compile in C++ mode.
3249         * lib/full-write.c (full_rw): Add a cast.
3250
3251 2006-11-01  Bruno Haible  <bruno@clisp.org>
3252
3253         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3254         be POSIX compliant.
3255         Reported by Roger Persson <perrog@gmail.com>.
3256
3257 2006-11-01  Eric Blake  <ebb9@byu.net>
3258
3259         * lib/getopt_.h: Fix comments.
3260
3261 2006-10-31  Eric Blake  <ebb9@byu.net>
3262
3263         * modules/tmpdir (Depends-on): Add sys_stat.
3264         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3265         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3266         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3267         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3268         tempname.
3269
3270 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3271
3272         Avoid some C++ diagnostics reported by Bruno Haible.
3273         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3274         xmalloc.
3275         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3276         (struct slotvec): Move to top level.
3277         (quotearg_n_options): Rewrite to avoid xmalloc.
3278         * lib/xalloc.h (xcharalloc): New function.
3279         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3280         [defined __cplusplus]: Add function template that provides result
3281         type propagation.  This part of the change is from Bruno Haible.
3282
3283 2006-10-29  Bruno Haible  <bruno@clisp.org>
3284
3285         Make it compile in C++ mode.
3286         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3287         * lib/strnlen1.c (strnlen1): Cast memchr result.
3288         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3289         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3290         (create_temp_dir): Rename local variable 'template'.
3291         (compile_csharp_using_sscli): Add cast.
3292         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3293         * lib/findprog.c (find_in_path): Likewise.
3294         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3295         * lib/wait-process.c (register_slave_subprocess): Likewise.
3296
3297 2006-10-22  Bruno Haible  <bruno@clisp.org>
3298
3299         * modules/tsearch: New file.
3300         * lib/tsearch.h: New file.
3301         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3302         * m4/tsearch.m4: New file.
3303         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3304
3305 2006-10-29  Eric Blake  <ebb9@byu.net>
3306
3307         * lib/arcfour.c: Assume config.h.
3308         * lib/arctwo.c: Likewise.
3309         * lib/base64.c: Likewise.
3310         * lib/check-version.c: Likewise.
3311         * lib/crc.c: Likewise.
3312         * lib/des.c: Likewise.
3313         * lib/gc-gnulib.c: Likewise.
3314         * lib/gc-libgcrypt.c: Likewise.
3315         * lib/gc-pbkdf2-sha1.c: Likewise.
3316         * lib/getaddrinfo.c: Likewise.
3317         * lib/getdelim.c: Likewise.
3318         * lib/getline.c: Likewise.
3319         * lib/hmac-md5.c: Likewise.
3320         * lib/hmac-sha1.c: Likewise.
3321         * lib/iconvme.c: Likewise.
3322         * lib/md2.c: Likewise.
3323         * lib/md4.c: Likewise.
3324         * lib/memxor.c: Likewise.
3325         * lib/read-file.c: Likewise.
3326         * lib/readline.c: Likewise.
3327         * lib/rijndael-alg-fst.c: Likewise.
3328         * lib/rijndael-api-fst.c: Likewise.
3329         * lib/xgetdomainname.c: Likewise.
3330
3331 2006-10-28  Eric Blake  <ebb9@byu.net>
3332
3333         * lib/xstrndup.c: Assume config.h.
3334
3335 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3336
3337         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3338         stat-macros.h is now for our own macros, whereas stat_h is for
3339         macros in the <sys/stat.h> name space.
3340         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3341         (STAT_MACROS_H): Remove.
3342         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3343         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3344         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3345         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3346         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3347         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3348         Move these macros to ...
3349         * lib/stat_.h: here.  Don't include stat-macros.h.
3350         * lib/canonicalize.c: Don't include stat-macros.h.
3351         * lib/chown.c: Likewise.
3352         * lib/euidaccess.c: Likewise.
3353         * lib/file-type.c: Likewise.
3354         * lib/filemode.c: Likewise.
3355         * lib/glob.c: Likewise.
3356         * lib/isapipe.c: Likewise.
3357         * lib/lchown.c: Likewise.
3358         * lib/lstat.c: Likewise.
3359         * lib/mkdir-p.c: Likewise.
3360         * lib/rmdir.c: Likewise.
3361         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3362         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3363         unless mkdir isn't declared, to speed up 'configure'.
3364         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3365         would define all the S_* symbols.
3366         * modules/canonicalize (Depends-on):
3367         Depend on sys_stat, not stat-macros.
3368         * modules/chown: Likewise.
3369         * modules/euidaccess: Likewise.
3370         * modules/filemode: Likewise.
3371         * modules/file-type: Likewise.
3372         * modules/glob: Likewise.
3373         * modules/isapipe: Likewise.
3374         * modules/lchown: Likewise.
3375         * modules/lstat: Likewise.
3376         * modules/mkancesdirs: Likewise.
3377         * modules/rmdir: Likewise.
3378         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3379         * modules/modechange: Likewise.
3380         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3381         (configure.ac): Remove gl_STAT_MACROS.
3382         * modules/sys_stat (Depends-on): Remove stat-macros.
3383
3384 2006-10-27  Bruno Haible  <bruno@clisp.org>
3385
3386         * m4/signed.m4: Remove file.
3387         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3388         invocation.
3389         * modules/vasnprintf (Files): Remove m4/signed.m4.
3390
3391 2006-10-27  Bruno Haible  <bruno@clisp.org>
3392
3393         Update to GNU gettext 0.16.
3394         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3395         m4/inttypes-h.m4, m4/signed.m4.
3396         * m4/gettext.m4: Update to GNU gettext 0.16.
3397         * m4/intl.m4: New file, from GNU gettext.
3398         * m4/intldir.m4: New file, from GNU gettext.
3399         * config/srclist.txt: Update
3400
3401 2006-10-27  Eric Blake  <ebb9@byu.net>
3402
3403         * MODULES.html.sh: Document tempname.
3404         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3405         dependencies.
3406         (Files): Move lib/tempname.c...
3407         * modules/tempname: ...to this new module.
3408         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3409         (gl_PREREQ_TEMPNAME): Move...
3410         * m4/tempname.m4: ...to this new file.
3411         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3412         * modules/sys_stat (Depends-on): Add stat-macros.
3413         * lib/stat_.h (includes): Pick up stat macros.
3414         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3415         if stat macros are broken.
3416         * lib/tempname.c (includes): No need to include "stat-macros.h".
3417         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3418         (direxists, __path_search) [!_LIBC]: Don't compile these in
3419         gnulib; the tmpdir module covers that.
3420         * lib/tempname.h: New file.
3421
3422 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3423
3424         * COPYING: Explain how gnulib-tool converts licence headers.
3425         Almost all wording by Eric Blake.
3426
3427 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3428
3429         * lib/mbchar.h (is_basic_table): Make read-only.
3430         * lib/mbchar.c (is_basic_table): Likewise.
3431         Reported by John Darrington.
3432
3433 2006-10-25  Bruno Haible  <bruno@clisp.org>
3434
3435         * lib/progname.h (set_program_name): Undefine before defining.
3436
3437 2006-10-25  Bruno Haible  <bruno@clisp.org>
3438
3439         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3440         false for non-gcc C++ compilers.
3441         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3442
3443 2006-10-24  Bruno Haible  <bruno@clisp.org>
3444
3445         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3446         iconv implementations like Irix iconv.
3447
3448 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3449
3450         * modules/vararrays: New file.
3451         * m4/vararrays.m4: New file, taken from diffutils.
3452         * MODULES.html.sh: New module vararrays.
3453
3454 2006-10-24  Karl Berry  <karl@gnu.org>
3455
3456         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3457         Don't call GNU Unix.
3458
3459 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3460
3461         * users.txt: Add Libtool.
3462
3463         Sync from Libtool:
3464
3465         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3466
3467         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3468         to gnulib's policy of including config.h unconditionally.
3469
3470 2006-10-24  Bruno Haible  <bruno@clisp.org>
3471
3472         * modules/wcwidth (Files): Add m4/wint_t.m4.
3473         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3474         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3475
3476 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3477
3478         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3479         to pacify GCC with some -W flags enabled.  Problem reported by
3480         Bruno Haible.
3481
3482 2006-10-24  Jim Meyering  <jim@meyering.net>
3483
3484         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3485         Reported by Karl Berry.
3486
3487 2006-10-23  Bruno Haible  <bruno@clisp.org>
3488
3489         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3490
3491 2006-10-24  Bruno Haible  <bruno@clisp.org>
3492
3493         * lib/gl_list.h: Use C comment style, not C++ comment style.
3494
3495 2006-10-23  Eric Blake  <ebb9@byu.net>
3496
3497         * lib/getaddrinfo.c (includes): Add missing include.
3498
3499 2006-10-23  Bruno Haible  <bruno@clisp.org>
3500             Paul Eggert  <eggert@cs.ucla.edu>
3501
3502         Ability to rename obstack_free.
3503         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3504         obstack_free.
3505         (obstack_free): Invoke the __obstack_free macro.
3506         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3507
3508 2006-10-23  Bruno Haible  <bruno@clisp.org>
3509             Paul Eggert  <eggert@cs.ucla.edu>
3510
3511         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3512         __argc, __argv from the declaration. (They are defined as macros on
3513         mingw.)
3514
3515 2006-10-22  Bruno Haible  <bruno@clisp.org>
3516
3517         * doc/gnulib-intro.texi: New file.
3518         * doc/gnulib.texi: Include it.
3519
3520 2006-10-21  Bruno Haible  <bruno@clisp.org>
3521
3522         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3523         "Introduction", "Miscellanous Notes", "Particular Modules".
3524
3525 2006-10-21  Bruno Haible  <bruno@clisp.org>
3526
3527         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3528         Change mostlyclean-local rule to avoid sh syntax error from bash
3529         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3530
3531 2006-10-23  Jim Meyering  <jim@meyering.net>
3532
3533         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3534         in place of snprintf.
3535
3536         * modules/inttostr (Files): Add lib/uinttostr.c.
3537         * lib/uinttostr.c (inttostr): New file/function.
3538         * lib/inttostr.h (uinttostr): Declare.
3539         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3540         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3541         Add uinttostr.
3542         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3543
3544 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3545
3546         * lib/canonicalize.c (ELOOP): Define if not already defined.
3547         Problem reported by Bruno Haible in
3548         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3549
3550 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3553         Problem reported by Perry Smith and Ville Laurikari.
3554
3555         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3556         uses.
3557
3558 2006-10-19  Bruno Haible  <bruno@clisp.org>
3559
3560         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3561         for mingw.
3562
3563 2006-10-19  Bruno Haible  <bruno@clisp.org>
3564
3565         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3566         Needed for mingw.
3567
3568 2006-10-19  Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3571
3572 2006-10-19  Bruno Haible  <bruno@clisp.org>
3573
3574         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3575         it.
3576
3577 2006-10-19  Bruno Haible  <bruno@clisp.org>
3578
3579         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3580         invocation.
3581
3582 2006-10-19  Bruno Haible  <bruno@clisp.org>
3583
3584         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3585         mountlist by default.
3586
3587 2006-10-16  Bruno Haible  <bruno@clisp.org>
3588
3589         * lib/c-strstr.c: Include c-strstr.h.
3590
3591 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3592
3593         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3594         in a slash.
3595
3596 2006-10-18  Bruno Haible  <bruno@clisp.org>
3597
3598         * lib/lock.h [C++]: Wrap definitions in extern "C".
3599
3600 2006-10-18  Bruno Haible  <bruno@clisp.org>
3601
3602         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3603         gl_LIBOBJS list.
3604
3605 2006-10-18  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3608
3609 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3610
3611         * lib/xstrtol.h: Include gettext.h.
3612         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3613         Problem reported by Eric Blake.
3614         * modules/xstrtol (Depends-on): Add gettext-h.
3615
3616 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3617
3618         * lib/strftime.c (advance): New macro.
3619         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3620         incomplete type, so you can't add 0 to it.  Problem and patch
3621         reported by Eelco Dolstra for dietlibc.
3622
3623 2006-10-18  Jim Meyering  <jim@meyering.net>
3624
3625         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3626         type for a local, and rename it: s/up/user_proc/.
3627
3628 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3629
3630         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3631         READ_UTMP_USER_PROCESS.
3632         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3633
3634 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3635
3636         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3637         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3638
3639 2006-10-17  Eric Blake  <ebb9@byu.net>
3640
3641         * lib/sigprocmask.c (sigprocmask): Fix typo.
3642
3643         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3644
3645         * modules/clean-temp (Makefile.am): Don't add to make output...
3646         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3647         config.h.
3648
3649 2006-10-17  Bruno Haible  <bruno@clisp.org>
3650
3651         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3652         differently if DEFAULT_TEXT_DOMAIN is set.
3653
3654 2006-10-16  Bruno Haible  <bruno@clisp.org>
3655
3656         * lib/clean-temp.c: Include fwriteerror.h.
3657
3658 2006-10-16  Bruno Haible  <bruno@clisp.org>
3659
3660         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3661
3662 2006-10-16  Bruno Haible  <bruno@clisp.org>
3663
3664         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3665         * lib/sigprocmask.h: Include <sys/types.h>.
3666         (sigset_t): Use the system's definition if present.
3667
3668 2006-10-17  Eric Blake  <ebb9@byu.net>
3669
3670         * lib/xvasprintf.c (includes): Assume config.h.
3671         * lib/xasprintf.c (includes): Likewise.
3672
3673 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3674
3675         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3676         at least as wide as intmax_t.
3677
3678 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3679
3680         (Imported from Automake.)
3681         * build-aux/gnupload: Update to version 1.1 of directive file.
3682
3683 2006-10-16  Eric Blake  <ebb9@byu.net>
3684
3685         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3686         match Automake 1.10a.
3687
3688 2006-10-14  Bruno Haible  <bruno@clisp.org>
3689
3690         * modules/sigprocmask: New file.
3691         * lib/sigprocmask.h: New file.
3692         * lib/sigprocmask.c: New file.
3693         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3694         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3695         request sigprocmask.o.
3696         (gl_PREREQ_SIGPROCMASK): New macro.
3697         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3698         (Depends-on): Add sigprocmask.
3699         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3700         gt_SIGNALBLOCKING. Test for 'raise' only once.
3701         * lib/fatal-signal.c: Include sigprocmask.h.
3702         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3703         unblock_fatal_signals): Define always.
3704         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3705         sigprocmask.
3706
3707 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3708
3709         Sync from Automake.
3710         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3711         which incorrectly sets the mode of an existing destination
3712         directory.  In some cases the unpatched install-sh could do the
3713         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3714         system.  We hope this is rare in practice, but it's clearly worth
3715         fixing.  Problem reported by Alex Unleashed in
3716         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3717         Also, don't bother to check for -m bugs unless we're using -m;
3718         suggested by Stepan Kasal.
3719
3720 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3721
3722         Sync from Automake.
3723         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3724         `-c' flag, so they appear at the same position as in %FASTDEP%
3725         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3726         which ignores unknown options only after the first non-option.
3727         Bug report against M4 by Nelson H. F. Beebe.
3728
3729 2006-10-13  Jim Meyering  <jim@meyering.net>
3730
3731         Fix a bug in yesterday's change.
3732         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3733         p->fts_statp->st_dev would be used uninitialized.
3734         Ensures that we always call fts_stat on the very first entry.
3735         Miklos Szeredi reported that find -xdev stopped working.
3736
3737 2006-10-12  Bruno Haible  <bruno@clisp.org>
3738
3739         * gnulib-tool (func_get_automake_snippet): Append an automatically
3740         computed EXTRA_DIST augmentation.
3741         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3742         * modules/alloca-opt (Makefile.am): Likewise.
3743         * modules/allocsa (Makefile.am): Likewise.
3744         * modules/arcfour (Makefile.am): Likewise.
3745         * modules/arctwo (Makefile.am): Likewise.
3746         * modules/argmatch (Makefile.am): Likewise.
3747         * modules/argz (Makefile.am): Likewise.
3748         * modules/atexit (Makefile.am): Likewise.
3749         * modules/backupfile (Makefile.am): Likewise.
3750         * modules/byteswap (Makefile.am): Likewise.
3751         * modules/c-strtod (Makefile.am): Likewise.
3752         * modules/c-strtold (Makefile.am): Likewise.
3753         * modules/calloc (Makefile.am): Likewise.
3754         * modules/canon-host (Makefile.am): Likewise.
3755         * modules/canonicalize (Makefile.am): Likewise.
3756         * modules/chdir-long (Makefile.am): Likewise.
3757         * modules/chdir-safer (Makefile.am): Likewise.
3758         * modules/check-version (Makefile.am): Likewise.
3759         * modules/chown (Makefile.am): Likewise.
3760         * modules/cloexec (Makefile.am): Likewise.
3761         * modules/close-stream (Makefile.am): Likewise.
3762         * modules/closeout (Makefile.am): Likewise.
3763         * modules/crc (Makefile.am): Likewise.
3764         * modules/csharpexec (Makefile.am): Likewise.
3765         * modules/cycle-check (Makefile.am): Likewise.
3766         * modules/des (Makefile.am): Likewise.
3767         * modules/dev-ino (Makefile.am): Likewise.
3768         * modules/dirfd (Makefile.am): Likewise.
3769         * modules/dirname (Makefile.am): Likewise.
3770         * modules/dup2 (Makefile.am): Likewise.
3771         * modules/eealloc (Makefile.am): Likewise.
3772         * modules/error (Makefile.am): Likewise.
3773         * modules/euidaccess (Makefile.am): Likewise.
3774         * modules/exclude (Makefile.am): Likewise.
3775         * modules/exitfail (Makefile.am): Likewise.
3776         * modules/fcntl-safer (Makefile.am): Likewise.
3777         * modules/fcntl (Makefile.am): Likewise.
3778         * modules/file-type (Makefile.am): Likewise.
3779         * modules/fileblocks (Makefile.am): Likewise.
3780         * modules/filemode (Makefile.am): Likewise.
3781         * modules/filenamecat (Makefile.am): Likewise.
3782         * modules/fnmatch (Makefile.am): Likewise.
3783         * modules/fopen-safer (Makefile.am): Likewise.
3784         * modules/fpending (Makefile.am): Likewise.
3785         * modules/fprintftime (Makefile.am): Likewise.
3786         * modules/free (Makefile.am): Likewise.
3787         * modules/fsusage (Makefile.am): Likewise.
3788         * modules/ftruncate (Makefile.am): Likewise.
3789         * modules/fts (Makefile.am): Likewise.
3790         * modules/gc-arcfour (Makefile.am): Likewise.
3791         * modules/gc-des (Makefile.am): Likewise.
3792         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3793         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3794         * modules/gc-md4 (Makefile.am): Likewise.
3795         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3796         * modules/gc-sha1 (Makefile.am): Likewise.
3797         * modules/gc (Makefile.am): Likewise.
3798         * modules/getaddrinfo (Makefile.am): Likewise.
3799         * modules/getcwd (Makefile.am): Likewise.
3800         * modules/getdelim (Makefile.am): Likewise.
3801         * modules/getdomainname (Makefile.am): Likewise.
3802         * modules/getgroups (Makefile.am): Likewise.
3803         * modules/gethostname (Makefile.am): Likewise.
3804         * modules/gethrxtime (Makefile.am): Likewise.
3805         * modules/getline (Makefile.am): Likewise.
3806         * modules/getloadavg (Makefile.am): Likewise.
3807         * modules/getlogin_r (Makefile.am): Likewise.
3808         * modules/getndelim2 (Makefile.am): Likewise.
3809         * modules/getopt (Makefile.am): Likewise.
3810         * modules/getpagesize (Makefile.am): Likewise.
3811         * modules/getpass-gnu (Makefile.am): Likewise.
3812         * modules/getpass (Makefile.am): Likewise.
3813         * modules/getsubopt (Makefile.am): Likewise.
3814         * modules/gettime (Makefile.am): Likewise.
3815         * modules/gettimeofday (Makefile.am): Likewise.
3816         * modules/getugroups (Makefile.am): Likewise.
3817         * modules/getusershell (Makefile.am): Likewise.
3818         * modules/glob (Makefile.am): Likewise.
3819         * modules/group-member (Makefile.am): Likewise.
3820         * modules/hard-locale (Makefile.am): Likewise.
3821         * modules/hash (Makefile.am): Likewise.
3822         * modules/hmac-md5 (Makefile.am): Likewise.
3823         * modules/hmac-sha1 (Makefile.am): Likewise.
3824         * modules/human (Makefile.am): Likewise.
3825         * modules/idcache (Makefile.am): Likewise.
3826         * modules/imaxabs (Makefile.am): Likewise.
3827         * modules/imaxdiv (Makefile.am): Likewise.
3828         * modules/inet_ntop (Makefile.am): Likewise.
3829         * modules/inet_pton (Makefile.am): Likewise.
3830         * modules/intprops (Makefile.am): Likewise.
3831         * modules/inttostr (Makefile.am): Likewise.
3832         * modules/inttypes (Makefile.am): Likewise.
3833         * modules/isapipe (Makefile.am): Likewise.
3834         * modules/javaversion (Makefile.am): Likewise.
3835         * modules/lchmod (Makefile.am): Likewise.
3836         * modules/lchown (Makefile.am): Likewise.
3837         * modules/localcharset (Makefile.am): Likewise.
3838         * modules/long-options (Makefile.am): Likewise.
3839         * modules/lstat (Makefile.am): Likewise.
3840         * modules/malloc (Makefile.am): Likewise.
3841         * modules/mathl (Makefile.am): Likewise.
3842         * modules/mbchar (Makefile.am): Likewise.
3843         * modules/md2 (Makefile.am): Likewise.
3844         * modules/md4 (Makefile.am): Likewise.
3845         * modules/md5 (Makefile.am): Likewise.
3846         * modules/memcasecmp (Makefile.am): Likewise.
3847         * modules/memchr (Makefile.am): Likewise.
3848         * modules/memcmp (Makefile.am): Likewise.
3849         * modules/memcoll (Makefile.am): Likewise.
3850         * modules/memcpy (Makefile.am): Likewise.
3851         * modules/memmem (Makefile.am): Likewise.
3852         * modules/memmove (Makefile.am): Likewise.
3853         * modules/mempcpy (Makefile.am): Likewise.
3854         * modules/memrchr (Makefile.am): Likewise.
3855         * modules/memset (Makefile.am): Likewise.
3856         * modules/memxor (Makefile.am): Likewise.
3857         * modules/mkancesdirs (Makefile.am): Likewise.
3858         * modules/mkdir-p (Makefile.am): Likewise.
3859         * modules/mkdir (Makefile.am): Likewise.
3860         * modules/mkdtemp (Makefile.am): Likewise.
3861         * modules/mkstemp (Makefile.am): Likewise.
3862         * modules/mktime (Makefile.am): Likewise.
3863         * modules/modechange (Makefile.am): Likewise.
3864         * modules/mountlist (Makefile.am): Likewise.
3865         * modules/nanosleep (Makefile.am): Likewise.
3866         * modules/obstack (Makefile.am): Likewise.
3867         * modules/openat (Makefile.am): Likewise.
3868         * modules/pagealign_alloc (Makefile.am): Likewise.
3869         * modules/pathmax (Makefile.am): Likewise.
3870         * modules/physmem (Makefile.am): Likewise.
3871         * modules/poll (Makefile.am): Likewise.
3872         * modules/posixtm (Makefile.am): Likewise.
3873         * modules/posixver (Makefile.am): Likewise.
3874         * modules/putenv (Makefile.am): Likewise.
3875         * modules/quote (Makefile.am): Likewise.
3876         * modules/quotearg (Makefile.am): Likewise.
3877         * modules/raise (Makefile.am): Likewise.
3878         * modules/read-file (Makefile.am): Likewise.
3879         * modules/readline (Makefile.am): Likewise.
3880         * modules/readlink (Makefile.am): Likewise.
3881         * modules/readtokens (Makefile.am): Likewise.
3882         * modules/readutmp (Makefile.am): Likewise.
3883         * modules/realloc (Makefile.am): Likewise.
3884         * modules/regex (Makefile.am): Likewise.
3885         * modules/rename-dest-slash (Makefile.am): Likewise.
3886         * modules/rename (Makefile.am): Likewise.
3887         * modules/rijndael (Makefile.am): Likewise.
3888         * modules/rmdir (Makefile.am): Likewise.
3889         * modules/rpmatch (Makefile.am): Likewise.
3890         * modules/safe-read (Makefile.am): Likewise.
3891         * modules/safe-write (Makefile.am): Likewise.
3892         * modules/same-inode (Makefile.am): Likewise.
3893         * modules/same (Makefile.am): Likewise.
3894         * modules/save-cwd (Makefile.am): Likewise.
3895         * modules/savedir (Makefile.am): Likewise.
3896         * modules/setenv (Makefile.am): Likewise.
3897         * modules/settime (Makefile.am): Likewise.
3898         * modules/sha1 (Makefile.am): Likewise.
3899         * modules/sig2str (Makefile.am): Likewise.
3900         * modules/snprintf (Makefile.am): Likewise.
3901         * modules/stat-macros (Makefile.am): Likewise.
3902         * modules/stat-time (Makefile.am): Likewise.
3903         * modules/stdbool (Makefile.am): Likewise.
3904         * modules/stdint (Makefile.am): Likewise.
3905         * modules/stdlib-safer (Makefile.am): Likewise.
3906         * modules/stpcpy (Makefile.am): Likewise.
3907         * modules/stpncpy (Makefile.am): Likewise.
3908         * modules/strcase (Makefile.am): Likewise.
3909         * modules/strcasestr (Makefile.am): Likewise.
3910         * modules/strchrnul (Makefile.am): Likewise.
3911         * modules/strcspn (Makefile.am): Likewise.
3912         * modules/strdup (Makefile.am): Likewise.
3913         * modules/strerror (Makefile.am): Likewise.
3914         * modules/strftime (Makefile.am): Likewise.
3915         * modules/strndup (Makefile.am): Likewise.
3916         * modules/strnlen (Makefile.am): Likewise.
3917         * modules/strpbrk (Makefile.am): Likewise.
3918         * modules/strsep (Makefile.am): Likewise.
3919         * modules/strstr (Makefile.am): Likewise.
3920         * modules/strtod (Makefile.am): Likewise.
3921         * modules/strtoimax (Makefile.am): Likewise.
3922         * modules/strtok_r (Makefile.am): Likewise.
3923         * modules/strtol (Makefile.am): Likewise.
3924         * modules/strtoll (Makefile.am): Likewise.
3925         * modules/strtoul (Makefile.am): Likewise.
3926         * modules/strtoull (Makefile.am): Likewise.
3927         * modules/strtoumax (Makefile.am): Likewise.
3928         * modules/strverscmp (Makefile.am): Likewise.
3929         * modules/sys_socket (Makefile.am): Likewise.
3930         * modules/sys_stat (Makefile.am): Likewise.
3931         * modules/sysexits (Makefile.am): Likewise.
3932         * modules/time_r (Makefile.am): Likewise.
3933         * modules/timegm (Makefile.am): Likewise.
3934         * modules/timespec (Makefile.am): Likewise.
3935         * modules/tmpfile-safer (Makefile.am): Likewise.
3936         * modules/trim (Makefile.am): Likewise.
3937         * modules/unistd-safer (Makefile.am): Likewise.
3938         * modules/unlinkdir (Makefile.am): Likewise.
3939         * modules/unlocked-io (Makefile.am): Likewise.
3940         * modules/userspec (Makefile.am): Likewise.
3941         * modules/utime (Makefile.am): Likewise.
3942         * modules/utimecmp (Makefile.am): Likewise.
3943         * modules/utimens (Makefile.am): Likewise.
3944         * modules/vasnprintf (Makefile.am): Likewise.
3945         * modules/vasprintf (Makefile.am): Likewise.
3946         * modules/vsnprintf (Makefile.am): Likewise.
3947         * modules/xalloc (Makefile.am): Likewise.
3948         * modules/xgetcwd (Makefile.am): Likewise.
3949         * modules/xnanosleep (Makefile.am): Likewise.
3950         * modules/xreadlink (Makefile.am): Likewise.
3951         * modules/xstrtod (Makefile.am): Likewise.
3952         * modules/xstrtol (Makefile.am): Likewise.
3953         * modules/xstrtold (Makefile.am): Likewise.
3954         * modules/yesno (Makefile.am): Likewise.
3955         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3956
3957 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3958
3959         * modules/error (Makefile.am): Distribute files through
3960         EXTRA_DIST, not lib_SOURCES.
3961
3962 2006-10-12  Eric Blake  <ebb9@byu.net>
3963
3964         * modules/error (Makefile.am): Distribute files in /lib.
3965         * modules/obstack (Makefile.am): Likewise.
3966
3967 2006-10-12  Bruno Haible  <bruno@clisp.org>
3968
3969         * modules/acl (Makefile.am): Distribute all files in lib/ through
3970         EXTRA_DIST.
3971         * modules/arcfour (Makefile.am): Likewise.
3972         * modules/arctwo (Makefile.am): Likewise.
3973         * modules/argmatch (Makefile.am): Likewise.
3974         * modules/argz (Makefile.am): Likewise.
3975         * modules/atexit (Makefile.am): Likewise.
3976         * modules/backupfile (Makefile.am): Likewise.
3977         * modules/c-strtod (Makefile.am): Likewise.
3978         * modules/c-strtold (Makefile.am): Likewise.
3979         * modules/calloc (Makefile.am): Likewise.
3980         * modules/canon-host (Makefile.am): Likewise.
3981         * modules/canonicalize (Makefile.am): Likewise.
3982         * modules/chdir-long (Makefile.am): Likewise.
3983         * modules/chdir-safer (Makefile.am): Likewise.
3984         * modules/check-version (Makefile.am): Likewise.
3985         * modules/chown (Makefile.am): Likewise.
3986         * modules/cloexec (Makefile.am): Likewise.
3987         * modules/close-stream (Makefile.am): Likewise.
3988         * modules/closeout (Makefile.am): Likewise.
3989         * modules/crc (Makefile.am): Likewise.
3990         * modules/cycle-check (Makefile.am): Likewise.
3991         * modules/des (Makefile.am): Likewise.
3992         * modules/dirfd (Makefile.am): Likewise.
3993         * modules/dirname (Makefile.am): Likewise.
3994         * modules/dup2 (Makefile.am): Likewise.
3995         * modules/euidaccess (Makefile.am): Likewise.
3996         * modules/exclude (Makefile.am): Likewise.
3997         * modules/exitfail (Makefile.am): Likewise.
3998         * modules/fcntl-safer (Makefile.am): Likewise.
3999         * modules/file-type (Makefile.am): Likewise.
4000         * modules/fileblocks (Makefile.am): Likewise.
4001         * modules/filemode (Makefile.am): Likewise.
4002         * modules/filenamecat (Makefile.am): Likewise.
4003         * modules/fnmatch (Makefile.am): Likewise.
4004         * modules/fopen-safer (Makefile.am): Likewise.
4005         * modules/fpending (Makefile.am): Likewise.
4006         * modules/fprintftime (Makefile.am): Likewise.
4007         * modules/free (Makefile.am): Likewise.
4008         * modules/fsusage (Makefile.am): Likewise.
4009         * modules/ftruncate (Makefile.am): Likewise.
4010         * modules/fts (Makefile.am): Likewise.
4011         * modules/gc (Makefile.am): Likewise.
4012         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4013         * modules/getaddrinfo (Makefile.am): Likewise.
4014         * modules/getcwd (Makefile.am): Likewise.
4015         * modules/getdelim (Makefile.am): Likewise.
4016         * modules/getdomainname (Makefile.am): Likewise.
4017         * modules/getgroups (Makefile.am): Likewise.
4018         * modules/gethostname (Makefile.am): Likewise.
4019         * modules/gethrxtime (Makefile.am): Likewise.
4020         * modules/getline (Makefile.am): Likewise.
4021         * modules/getloadavg (Makefile.am): Likewise.
4022         * modules/getlogin_r (Makefile.am): Likewise.
4023         * modules/getopt (Makefile.am): Likewise.
4024         * modules/getpass (Makefile.am): Likewise.
4025         * modules/getpass-gnu (Makefile.am): Likewise.
4026         * modules/getsubopt (Makefile.am): Likewise.
4027         * modules/gettime (Makefile.am): Likewise.
4028         * modules/gettimeofday (Makefile.am): Likewise.
4029         * modules/getugroups (Makefile.am): Likewise.
4030         * modules/getusershell (Makefile.am): Likewise.
4031         * modules/glob (Makefile.am): Likewise.
4032         * modules/group-member (Makefile.am): Likewise.
4033         * modules/hard-locale (Makefile.am): Likewise.
4034         * modules/hash (Makefile.am): Likewise.
4035         * modules/hmac-md5 (Makefile.am): Likewise.
4036         * modules/hmac-sha1 (Makefile.am): Likewise.
4037         * modules/human (Makefile.am): Likewise.
4038         * modules/idcache (Makefile.am): Likewise.
4039         * modules/imaxabs (Makefile.am): Likewise.
4040         * modules/imaxdiv (Makefile.am): Likewise.
4041         * modules/inet_ntop (Makefile.am): Likewise.
4042         * modules/inet_pton (Makefile.am): Likewise.
4043         * modules/inttostr (Makefile.am): Likewise.
4044         * modules/isapipe (Makefile.am): Likewise.
4045         * modules/lchown (Makefile.am): Likewise.
4046         * modules/long-options (Makefile.am): Likewise.
4047         * modules/lstat (Makefile.am): Likewise.
4048         * modules/malloc (Makefile.am): Likewise.
4049         * modules/mathl (Makefile.am): Likewise.
4050         * modules/mbchar (Makefile.am): Likewise.
4051         * modules/md2 (Makefile.am): Likewise.
4052         * modules/md4 (Makefile.am): Likewise.
4053         * modules/md5 (Makefile.am): Likewise.
4054         * modules/memcasecmp (Makefile.am): Likewise.
4055         * modules/memchr (Makefile.am): Likewise.
4056         * modules/memcmp (Makefile.am): Likewise.
4057         * modules/memcoll (Makefile.am): Likewise.
4058         * modules/memcpy (Makefile.am): Likewise.
4059         * modules/memmem (Makefile.am): Likewise.
4060         * modules/memmove (Makefile.am): Likewise.
4061         * modules/mempcpy (Makefile.am): Likewise.
4062         * modules/memrchr (Makefile.am): Likewise.
4063         * modules/memset (Makefile.am): Likewise.
4064         * modules/memxor (Makefile.am): Likewise.
4065         * modules/mkancesdirs (Makefile.am): Likewise.
4066         * modules/mkdir (Makefile.am): Likewise.
4067         * modules/mkdir-p (Makefile.am): Likewise.
4068         * modules/mkdtemp (Makefile.am): Likewise.
4069         * modules/mkstemp (Makefile.am): Likewise.
4070         * modules/mktime (Makefile.am): Likewise.
4071         * modules/modechange (Makefile.am): Likewise.
4072         * modules/mountlist (Makefile.am): Likewise.
4073         * modules/nanosleep (Makefile.am): Likewise.
4074         * modules/openat (Makefile.am): Likewise.
4075         * modules/pagealign_alloc (Makefile.am): Likewise.
4076         * modules/physmem (Makefile.am): Likewise.
4077         * modules/poll (Makefile.am): Likewise.
4078         * modules/posixtm (Makefile.am): Likewise.
4079         * modules/posixver (Makefile.am): Likewise.
4080         * modules/putenv (Makefile.am): Likewise.
4081         * modules/quote (Makefile.am): Likewise.
4082         * modules/quotearg (Makefile.am): Likewise.
4083         * modules/raise (Makefile.am): Likewise.
4084         * modules/read-file (Makefile.am): Likewise.
4085         * modules/readline (Makefile.am): Likewise.
4086         * modules/readlink (Makefile.am): Likewise.
4087         * modules/readtokens (Makefile.am): Likewise.
4088         * modules/readutmp (Makefile.am): Likewise.
4089         * modules/realloc (Makefile.am): Likewise.
4090         * modules/regex (Makefile.am): Likewise.
4091         * modules/rename (Makefile.am): Likewise.
4092         * modules/rename-dest-slash (Makefile.am): Likewise.
4093         * modules/rijndael (Makefile.am): Likewise.
4094         * modules/rmdir (Makefile.am): Likewise.
4095         * modules/rpmatch (Makefile.am): Likewise.
4096         * modules/safe-read (Makefile.am): Likewise.
4097         * modules/safe-write (Makefile.am): Likewise.
4098         * modules/same (Makefile.am): Likewise.
4099         * modules/save-cwd (Makefile.am): Likewise.
4100         * modules/savedir (Makefile.am): Likewise.
4101         * modules/setenv (Makefile.am): Likewise.
4102         * modules/settime (Makefile.am): Likewise.
4103         * modules/sha1 (Makefile.am): Likewise.
4104         * modules/sig2str (Makefile.am): Likewise.
4105         * modules/snprintf (Makefile.am): Likewise.
4106         * modules/stdlib-safer (Makefile.am): Likewise.
4107         * modules/stpcpy (Makefile.am): Likewise.
4108         * modules/stpncpy (Makefile.am): Likewise.
4109         * modules/strcase (Makefile.am): Likewise.
4110         * modules/strcasestr (Makefile.am): Likewise.
4111         * modules/strchrnul (Makefile.am): Likewise.
4112         * modules/strcspn (Makefile.am): Likewise.
4113         * modules/strdup (Makefile.am): Likewise.
4114         * modules/strerror (Makefile.am): Likewise.
4115         * modules/strftime (Makefile.am): Likewise.
4116         * modules/strndup (Makefile.am): Likewise.
4117         * modules/strnlen (Makefile.am): Likewise.
4118         * modules/strpbrk (Makefile.am): Likewise.
4119         * modules/strsep (Makefile.am): Likewise.
4120         * modules/strstr (Makefile.am): Likewise.
4121         * modules/strtod (Makefile.am): Likewise.
4122         * modules/strtoimax (Makefile.am): Likewise.
4123         * modules/strtok_r (Makefile.am): Likewise.
4124         * modules/strtol (Makefile.am): Likewise.
4125         * modules/strtoll (Makefile.am): Likewise.
4126         * modules/strtoul (Makefile.am): Likewise.
4127         * modules/strtoull (Makefile.am): Likewise.
4128         * modules/strtoumax (Makefile.am): Likewise.
4129         * modules/strverscmp (Makefile.am): Likewise.
4130         * modules/time_r (Makefile.am): Likewise.
4131         * modules/timegm (Makefile.am): Likewise.
4132         * modules/tmpfile-safer (Makefile.am): Likewise.
4133         * modules/unistd-safer (Makefile.am): Likewise.
4134         * modules/unlinkdir (Makefile.am): Likewise.
4135         * modules/userspec (Makefile.am): Likewise.
4136         * modules/utime (Makefile.am): Likewise.
4137         * modules/utimecmp (Makefile.am): Likewise.
4138         * modules/utimens (Makefile.am): Likewise.
4139         * modules/vasnprintf (Makefile.am): Likewise.
4140         * modules/vasprintf (Makefile.am): Likewise.
4141         * modules/vsnprintf (Makefile.am): Likewise.
4142         * modules/xalloc (Makefile.am): Likewise.
4143         * modules/xgetcwd (Makefile.am): Likewise.
4144         * modules/xnanosleep (Makefile.am): Likewise.
4145         * modules/xreadlink (Makefile.am): Likewise.
4146         * modules/xstrtod (Makefile.am): Likewise.
4147         * modules/xstrtol (Makefile.am): Likewise.
4148         * modules/xstrtold (Makefile.am): Likewise.
4149         * modules/yesno (Makefile.am): Likewise.
4150
4151 2006-10-12  Jim Meyering  <jim@meyering.net>
4152
4153         * m4/getloadavg.m4: Revert the change below.
4154
4155         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4156         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4157         fail with a symlink, which is what coreutils' ./bootstrap now
4158         creates by default.
4159
4160 2006-10-12  Bruno Haible  <bruno@clisp.org>
4161
4162         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4163         mingw.
4164         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4165         MSVC and mingw explicitly.
4166
4167 2006-10-11  Simon Josefsson  <jas@extundo.com>
4168             Bruno Haible  <bruno@clisp.org>
4169
4170         Add support for multiple gnulib-tool invocations in the scope of a
4171         single configure.ac file.
4172         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4173         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4174         with the same contents as the _LIBADD variable.
4175         (func_emit_initmacro_start, func_emit_initmacro_end,
4176         func_emit_initmacro_done): New functions.
4177         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4178         gl_LIBOBJS and gl_LTLIBOBJS.
4179
4180 2006-10-11  Bruno Haible  <bruno@clisp.org>
4181
4182         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4183         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4184         autoreconf. Instead, invoke autopoint explicitly but move back the
4185         *.m4 files from gnulib.
4186
4187 2006-10-11  Bruno Haible  <bruno@clisp.org>
4188
4189         * gnulib-tool (func_usage): Make module names after --create-testdir
4190         optional.
4191         (func_create_testdir): If no module was specified, use nearly all
4192         modules.
4193
4194 2006-10-12  Jim Meyering  <jim@meyering.net>
4195
4196         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4197         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4198         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4199         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4200         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4201         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4202         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4203         (fts_set_stat_required): New function.
4204         (fts_open): Defer the calls to fts_stat, if possible or requested.
4205         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4206         into fts_stat itself.
4207         (fts_read): Perform any required (deferred) fts_stat call.
4208         (fts_build): Likewise, for the directory we're about to open and read.
4209         In the readdir loop, carefully decide whether each entry will require
4210         an eventual call to fts_stat, using dirent.d_type info if available.
4211         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4212         a command line argument into this function.  Update all callers.
4213         Map a return value of FTS_DOT to FTS_D for a command line argument.
4214         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4215         Thanks to Miklos Szeredi for his tenacity and for the initial
4216         bug report about "find" failing on a FUSE-based file system.
4217
4218         * lib/fts.c (fts_open): Use consistent indentation.
4219
4220 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4223         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4224         reported by Jim Meyering.  All uses of cache variables renamed
4225         to match Autoconf's.
4226         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4227         the other one.
4228
4229         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4230         Fix misspelling in diagnostic.
4231
4232 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4233
4234         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4235         defined.  Problem reported by Matthew Woehlke.
4236
4237         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4238         Add support for Tandem NonStop R series.
4239         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4240         Use new macro.
4241
4242         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4243         (has_trailing_slash): Omit size arg; all callers changed.
4244         Omit 'inline', since it doesn't help performance and we'd
4245         need to configure it.
4246         Don't count //, ///, etc. as having a trailing slash.
4247         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4248         (rpl_rename_dest_slash): On failure, use rename's errno rather
4249         than (in some cases) an incorrect or junk errno.
4250         Simplify code by removing need to compute length; this does
4251         cause it to make two passes instead of one over the file name,
4252         but it's worth it.
4253
4254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4255         change, since Autoconf's version may no longer be appropriate now
4256         that we are using CVS Autoconf's version.  Add support for Tandem.
4257
4258 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4259             Bruno Haible  <bruno@clisp.org>
4260
4261         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4262         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4263         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4264         gl_AC_TYPE_LONG_LONG.
4265
4266         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4267         instead of HAVE_LONG_LONG.
4268         * lib/printf-args.c (printf_fetchargs): Likewise.
4269         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4270         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4271         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4272         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4273         gl_AC_TYPE_LONG_LONG.
4274
4275 2006-10-11  Bruno Haible  <bruno@clisp.org>
4276
4277         * m4/longlong.m4: Add comments.
4278         * m4/ulonglong.m4: Likewise.
4279
4280 2006-10-10  Bruno Haible  <bruno@clisp.org>
4281
4282         Make it possible to #define stpcpy, strdup to aliases.
4283         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4284         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4285
4286 2006-10-10  Bruno Haible  <bruno@clisp.org>
4287
4288         Make it possible to #define gcd to an alias.
4289         * lib/gcd.c: Include config.h.
4290
4291 2006-10-10  Bruno Haible  <bruno@clisp.org>
4292
4293         Make it possible to #define c_isascii to an alias.
4294         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4295         defined. Undefine the macros before defining them, to avoid gcc
4296         warnings.
4297         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4298         define NO_C_CTYPE_MACROS early.
4299
4300 2006-10-10  Bruno Haible  <bruno@clisp.org>
4301
4302         Make it possible to #define set_program_name to an alias.
4303         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4304         ENABLE_RELOCATABLE early.
4305
4306 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4307
4308         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4309         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4310         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4311         More generally, don't assume that 64-bit signed int is available
4312         if unsigned int is, and vice versa.
4313         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4314         unsigned symbols, not on their signed counterparts.
4315         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4316         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4317         (UINT64_C, UINTMAX_C):
4318         Likewise.
4319         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4320         unsigned counterparts.
4321         (Have_long_long, Unsigned): New macros.
4322         (Int): Renamed from INT.
4323         (strtoimax): Use the new macros.
4324         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4325         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4326         * modules/inttypes (inttypes.h): Substitute
4327         HAVE_UNSIGNED_LONG_LONG_INT.
4328         * modules/stdint (stdint.h): Likewise.
4329         (Files): Add m4/ulonglong.m4.
4330
4331 2006-10-10  Bruno Haible  <bruno@clisp.org>
4332
4333         Fix a gcc -Wshadow warning.
4334         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4335         to 'bucket'.
4336         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4337         gl_linked_indexof_from_to): Likewise.
4338         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4339         Likewise.
4340         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4341         Likewise.
4342         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4343         Reported by Eric Blake.
4344
4345 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4348         for NetBSD.  Problem reported by Bruno Haible.
4349
4350 2006-10-09  Jim Meyering  <jim@meyering.net>
4351
4352         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4353         Patch from Bruno Haible.
4354
4355 2006-10-09  Jim Meyering  <jim@meyering.net>
4356
4357         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4358         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4359         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4360
4361 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4362
4363         Don't include <config.h> twice; this doesn't work in some cases,
4364         e.g., when config.h has "#define intmax_t long long int" and
4365         we include <config.h>, <inttypes.h>, <config.h> in that order.
4366         Problem reported by Matthew Woehlke in:
4367         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4368         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4369         * lib/fts-cycle.c: Don't include config.h.
4370         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4371         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4372         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4373         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4374         inttypes.h.
4375         * lib/xstrtoumax.c: Likewise.
4376         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4377         __strtol and the like, so that this module is more like its siblings.
4378         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4379         Remove; no longer needed now that we assume gnulib inttypes.h.
4380
4381 2006-10-08  Bruno Haible  <bruno@clisp.org>
4382
4383         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4384         option.
4385
4386 2006-10-07  Jim Meyering  <jim@meyering.net>
4387
4388         * modules/inttypes (inttypes.h): Revert what seems to have been
4389         an inadvertent part of today's change: use "|", not "/" in the
4390         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4391
4392 2006-10-07  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/sublist: New file.
4395
4396 2006-10-07  Bruno Haible  <bruno@clisp.org>
4397
4398         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4399         * modules/argz (argz.h): Likewise.
4400         * modules/arpa_inet (arpa/inet.h): Likewise.
4401         * modules/byteswap (byteswap.h): Likewise.
4402         * modules/configmake (configmake.h): Likewise.
4403         * modules/fcntl (fcntl.h): Likewise.
4404         * modules/fnmatch (fnmatch.h): Likewise.
4405         * modules/getopt (getopt.h): Likewise.
4406         * modules/glob (glob.h): Likewise.
4407         * modules/inttypes (inttypes.h): Likewise.
4408         * modules/netinet_in (netinet/in.h): Likewise.
4409         * modules/poll (poll.h): Likewise.
4410         * modules/stdbool (stdbool.h): Likewise.
4411         * modules/stdint (stdint.h): Likewise.
4412         * modules/sys_select (sys/select.h): Likewise.
4413         * modules/sys_socket (sys/socket.h): Likewise.
4414         * modules/sys_stat (sys/stat.h): Likewise.
4415         * modules/sysexits (sysexits.h): Likewise.
4416         * modules/unistd (unistd.h): Likewise.
4417         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4418         Add a "DO NOT EDIT" comment to the generated file.
4419         (func_import): Likewise for gnulib-comp.m4.
4420
4421 2006-10-07  Bruno Haible  <bruno@clisp.org>
4422
4423         * lib/gl_sublist.h: New file.
4424         * lib/gl_sublist.c: New file.
4425
4426 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4427
4428         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4429         name (relative to the original working directory) and the file
4430         name component (relative to the temporary working directory).  All
4431         callers changed.
4432         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4433         * lib/mkdir-p.c (make_dir_parents): Likewise.
4434         * lib/mkdir-p.h (make_dir_parents): Likewise.
4435
4436 2006-10-06  Eric Blake  <ebb9@byu.net>
4437
4438         Define several macros for use by the clean-temp module.
4439         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4440         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4441         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4442
4443         * lib/clean-temp.h (close_stream_temp): New declaration.
4444         * lib/clean-temp.c (includes): Pull in headers according to what
4445         other modules are in use.
4446         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4447
4448 2006-10-06  Bruno Haible  <bruno@clisp.org>
4449
4450         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4451         instead of fopen, fwriteerror.
4452
4453 2006-10-06  Bruno Haible  <bruno@clisp.org>
4454
4455         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4456         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4457         int.
4458         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4459         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4460         Return an error indicator.
4461         Suggested by Eric Blake.
4462
4463 2006-10-06  Bruno Haible  <bruno@clisp.org>
4464
4465         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4466         Reported by Eric Blake.
4467
4468 2006-10-06  Bruno Haible  <bruno@clisp.org>
4469
4470         * modules/closeout (Description): Mention stderr too.
4471
4472 2006-10-06  Bruno Haible  <bruno@clisp.org>
4473         and Paul Eggert  <eggert@cs.ucla.edu>
4474
4475         * lib/closeout.c (close_stdout): Also close stderr.
4476         * lib/closeout.h: Update comment.
4477
4478 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4479
4480         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4481         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4482         * lib/dirchownmod.c: Include lchown.h.
4483         * lib/lchown.c: Don't include files that lchown.h now includes.
4484         Don't declare chown, since lchown.h now does that.
4485         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4486         (lchown): Define to rpl_chown if lchown is declared but
4487         does not exist.  Declare using a prototype if lchown is not
4488         declared.  Add a copyright notice.
4489         * lib/mkstemp.h: Include <unistd.h>.
4490         * lib/openat.c: Include lchown.h.
4491
4492         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4493         we now test for that separately.
4494         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4495         rather than O_NOFOLLOW, when testing whether it's possible to
4496         avoid a race condition reliably.
4497         * lib/savewd.c (savewd_chdir): Likewise.
4498
4499         Remove macros that are no longer needed now that stdint.h is
4500         reliable.
4501         * lib/fsusage.c (UINTMAX_MAX): Remove.
4502         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4503         * lib/utimecmp.c (SIZE_MAX): Remove.
4504
4505         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4506
4507         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4508         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4509         O_NOATIME works.
4510
4511 2006-10-05  Bruno Haible  <bruno@clisp.org>
4512
4513         * lib/gl_list.h (gl_sortedlist_search_from_to,
4514         gl_sortedlist_indexof_from_to): New declarations.
4515         (gl_list_implementation): New fields sortedlist_search_from_to,
4516         sortedlist_indexof_from_to.
4517         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4518         inline functions.
4519         * lib/gl_list.c (gl_sortedlist_search_from_to,
4520         gl_sortedlist_indexof_from_to): New functions.
4521         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4522         function.
4523         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4524         (gl_array_sortedlist_search_from_to): New function.
4525         (gl_array_list_implementation): Update.
4526         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4527         function.
4528         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4529         (gl_carray_sortedlist_search_from_to): New function.
4530         (gl_carray_list_implementation): Update.
4531         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4532         gl_linked_sortedlist_indexof_from_to): New functions.
4533         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4534         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4535         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4536         gl_tree_sortedlist_indexof_from_to): New functions.
4537         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4538         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4539         Update.
4540         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4541         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4542         Update.
4543
4544 2006-10-05  Bruno Haible  <bruno@clisp.org>
4545
4546         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4547         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4548         (struct gl_list_implementation): Add fields search_from_to,
4549         indexof_from_to. Remove fields search, indexof.
4550         (gl_list_search): Use the search_from_to method.
4551         (gl_list_search_from, gl_list_search_from_to): New functions.
4552         (gl_list_indexof): Use the indexof_from_to method.
4553         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4554         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4555         (gl_list_search_from, gl_list_search_from_to): New functions.
4556         (gl_list_indexof): Use the indexof_from_to method.
4557         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4558         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4559         gl_array_indexof. Add start_index, end_index arguments.
4560         (gl_array_search_from_to): Renamed from gl_array_search. Add
4561         start_index, end_index arguments.
4562         (gl_array_remove, gl_array_list_implementation): Update.
4563         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4564         gl_carray_indexof. Add start_index, end_index arguments.
4565         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4566         start_index, end_index arguments.
4567         (gl_carray_remove, gl_carray_list_implementation): Update.
4568         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4569         gl_linked_search. Add start_index, end_index arguments.
4570         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4571         start_index, end_index arguments.
4572         (gl_linked_remove): Update.
4573         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4574         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4575         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4576         field to 'size_t'.
4577         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4578         gl_tree_search. Add start_index, end_index arguments.
4579         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4580         start_index, end_index arguments.
4581         (gl_tree_remove): Update.
4582         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4583         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4584         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4585         function.
4586         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4587         gl_tree_search. Add start_index, end_index arguments.
4588         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4589         start_index, end_index arguments.
4590         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4591         Update.
4592         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4593
4594 2006-10-05  Bruno Haible  <bruno@clisp.org>
4595
4596         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4597
4598         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4599         fwriteerror_temp): New declarations.
4600         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4601         (descriptors): New variable.
4602         (cleanup): First, close the descriptors.
4603         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4604         fclose_temp, fwriteerror_temp): New functions.
4605
4606 2006-10-04  Jim Meyering  <jim@meyering.net>
4607
4608         * lib/fts.c (fts_open): Tiny comment change.
4609
4610 2006-10-04  Bruno Haible  <bruno@clisp.org>
4611
4612         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4613         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4614         gl_LOCK_BODY.
4615         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4616         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4617         gl_LOCK_EARLY_BODY.
4618         (gl_LOCK): Require gl_LOCK_BODY.
4619
4620 2006-10-04  Bruno Haible  <bruno@clisp.org>
4621
4622         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4623         (gl_oset_search_atleast): New declaration.
4624         (struct gl_oset_implementation): Add field 'search_atleast'.
4625         (gl_oset_search_atleast): New inline function.
4626         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4627         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4628         (gl_array_oset_implementation): Update.
4629         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4630         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4631         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4632
4633 2006-10-04  Bruno Haible  <bruno@clisp.org>
4634
4635         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4636
4637 2006-10-03  Bruno Haible  <bruno@clisp.org>
4638
4639         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4640         from gl_avltreehash_list_implementation.
4641
4642 2006-10-03  Bruno Haible  <bruno@clisp.org>
4643
4644         * lib/gl_oset.c (gl_oset_add): Fix return type.
4645
4646 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4647
4648         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4649
4650 2006-10-02  Eric Blake  <ebb9@byu.net>
4651
4652         * modules/strnlen (Depends-on): Add extensions.
4653
4654 2006-10-02  Eric Blake  <ebb9@byu.net>
4655
4656         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4657         definition in 2.60+.
4658
4659 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4660
4661         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4662         checks.
4663
4664 2006-10-02  Bruno Haible  <bruno@clisp.org>
4665
4666         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4667         to the AUTOMAKE_OPTIONS.
4668         Reported by Jim Meyering.
4669
4670 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4671
4672         Work around bug in Solaris 10 /proc file system:
4673         /proc/self/fd/NNN/.. isn't the parent directory of
4674         the directory whose file descriptor is NNN.  This needs to
4675         be worked around at run time, not compile time, since a
4676         program might be built on Solaris 8, where things work, and
4677         run on Solaris 10.
4678         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4679         to use the following interface instead:
4680         (OPENAT_BUFFER_SIZE): New macro.
4681         (openat_proc_name): New function.
4682         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4683         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4684         Likewise.
4685         * lib/openat-proc.c: New file.
4686         * modules/openat (Files): Add lib/openat-proc.c.
4687         (Depends-on): Add same-inode, stdbool.
4688         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4689
4690 2006-09-29  Bruno Haible  <bruno@clisp.org>
4691
4692         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4693         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4694         argument. Set stdout_closed before testing for ferror, not after.
4695         (fwriteerror, fwriteerror_no_ebadf): New functions.
4696
4697 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4698
4699         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4700
4701 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4702
4703         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4704         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4705
4706 2006-09-28  Jim Meyering  <jim@meyering.net>
4707
4708         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4709         Include <unistd.h>.
4710
4711 2006-09-28  Bruno Haible  <bruno@clisp.org>
4712
4713         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4714         * modules/linkedhash-list (Depends-on): Likewise.
4715         * modules/rbtreehash-list (Depends-on): Likewise.
4716
4717 2006-09-28  Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/strndup.h: Simplify the redefinition of strndup.
4720         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4721         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4722
4723 2006-09-28  Bruno Haible  <bruno@clisp.org>
4724
4725         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4726         * lib/gl_linkedhash_list.c: Likewise.
4727         * lib/gl_rbtreehash_list.c: Likewise.
4728
4729 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4730
4731         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4732         getaddrinfo.
4733
4734         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4735         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4736         it causes <stdio_ext.h> to cause a compile-time error.
4737         Problem reported by Nelson H. F. Beebe.
4738         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4739         of HAVE_DECL___PENDING.
4740
4741         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4742         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4743         declaration.
4744
4745 2006-09-27  Jim Meyering  <jim@meyering.net>
4746
4747         This file could end up with a definition for a function
4748         named __strndup, rather than rpl_strndup on a system with
4749         incomplete weak_alias support.
4750         * lib/strndup.c (strndup): Rename from __strndup.
4751         Remove #defines that used to map __strndup to strndup.
4752         Don't use K&R prototypes.
4753         Remove LIBC-related code, since this file is not sync'd with glibc.
4754         * lib/strndup.h: Revamp, accordingly.
4755         * m4/strndup.m4: Modernize.
4756
4757 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4758
4759         * modules/savewd (Depends-on): Add 'raise'.
4760         * lib/savewd.c: Include <signal.h>, for 'raise'.
4761
4762 2006-09-26  Jim Meyering  <jim@meyering.net>
4763
4764         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4765         when we detect Darwin 8.7.0's acl_get_file bug.
4766         Rearrange to perform the new (below) run-test while $LIBS
4767         contains any acl-related library.  Set USE_ACL at the end.
4768         (gl_ACL_GET_FILE): New function.
4769
4770 2006-09-26  Eric Blake  <ebb9@byu.net>
4771
4772         * lib/verror.c: Include <config.h> unconditionally.
4773
4774 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4775
4776         * modules/clock-time (Maintainer): Add self.
4777         * modules/getlogin_r (Depends-on): Add extensions.
4778
4779 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4780
4781         * modules/clock-time: New module.
4782         * modules/nanosleep (Depends-on): Add clock-time.
4783         * modules/gethrxtime (Depends-on): Likewise.
4784         * modules/gettime (Depends-on): Likewise.
4785         * modules/settime (Depends-on): Likewise.
4786
4787         * modules/fts-lgpl: Depend on openat.
4788         * modules/mkancesdirs: Depend on savewd.
4789         * modules/mkdir-p: Likewise.
4790
4791 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4792
4793         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4794
4795         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4796         `gl_have_arbitrary_file_name_length_limit' to
4797         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4798         actually works between configure runs.
4799
4800 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4801             Bruno Haible  <bruno@clisp.org>
4802
4803         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4804
4805 2006-09-25  Jim Meyering  <jim@meyering.net>
4806
4807         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4808         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4809
4810 2006-09-25  Eric Blake  <ebb9@byu.net>
4811
4812         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4813         exec's in 2006-09-18 patch when shuffling fds.
4814
4815 2006-09-25  Bruno Haible  <bruno@clisp.org>
4816
4817         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4818         Reported by Jim Meyering.
4819
4820 2006-09-24  Jim Meyering  <jim@meyering.net>
4821
4822         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4823         compare a pointer against a literal "0".  That caused failures with
4824         at least HP-UX's hpcc.
4825
4826 2006-09-22  Simon Josefsson  <jas@extundo.com>
4827
4828         * modules/gc-sha1:
4829         * modules/gc-md4:
4830         * modules/gc-hmac-sha1:
4831         * modules/gc-hmac-md5:
4832         * modules/gc-des:
4833         * modules/gc-arcfour: Distribute more files.
4834
4835 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4836
4837         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4838         (gl_linked_iterator_from_to): Initialize struct completely.
4839         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4840         (gl_tree_iterator_from_to): Likewise
4841         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4842         * lib/gl_array_list.c [lint] (gl_array_iterator)
4843         (gl_array_iterator_from_to): Likewise.
4844         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4845         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4846         (gl_carray_iterator_from_to): Likewise.
4847
4848         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4849         * lib/md4.c (md4_process_block): Remove unused variable.
4850         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4851         parentheses for clarity.
4852
4853 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4854
4855         * modules/bison-i18n (Depends-on): Add gettext.
4856
4857 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4858
4859         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4860         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4861         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4862         also add missing comma that caused broken test.
4863         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4864         stdlib.h, for `abort'.
4865         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4866         variables.
4867         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4868         include unistd.h if present, for `rmdir'.
4869         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4870         variables.
4871         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4872         in the process include standard headers for prototypes.
4873         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4874         gets declared on GNU/Linux.
4875         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4876         unistd.h, for `rmdir'.
4877         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4878
4879         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4880         always true.
4881         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4882
4883         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4884
4885 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4886
4887         * gnulib-tool (func_version): Create output all at once.  This
4888         may help avoid triggering unnecessary SIGPIPEs, and at any
4889         rate it doesn't hurt.
4890
4891 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4892             Bruno Haible  <bruno@clisp.org>
4893
4894         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4895         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4896         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4897
4898         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4899         (gl_FUNC_VASPRINTF): Invoke it.
4900
4901 2006-09-22  Bruno Haible  <bruno@clisp.org>
4902
4903         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4904         getloadavg.c as first argument.
4905
4906 2006-09-22  Bruno Haible  <bruno@clisp.org>
4907
4908         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4909         at the beginning of the gl_INIT macro.
4910         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4911         gl_GETLOADAVG.
4912
4913 2006-09-22  Bruno Haible  <bruno@clisp.org>
4914
4915         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4916         module.
4917         Suggested by Ralf Wildenhues.
4918
4919 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4920
4921         Import this patch from libc:
4922
4923         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4924
4925         * lib/regex_internal.c (re_string_reconstruct): Handle
4926         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4927         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4928         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4929         re_string_context_at.
4930
4931         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4932         now requires it.
4933         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4934         gl_REGEX now does it for us.
4935         (gl_REGEX): Add test taken from
4936         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4937
4938         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4939         Check that large offsets work.  Modernize Autoconf usages.
4940         Prefer "yes" to mean a good thing rather than a bad.
4941         Don't put "#define mkstemp" in config.h, as this might interfere
4942         with standard system headers that "#define mkstemp mkstemp64".
4943
4944         * modules/mkstemp (Depends-on): Add extensions, so that
4945         mkstemp is visible on some platforms.
4946         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4947         (Include): Change to "mkstemp.h" from <stdlib.h>.
4948         (Files): Add mkstemp.h.
4949
4950         * lib/mkstemp.h: New file, since some standard headers
4951         #define mkstemp.
4952         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4953         Include "mkstemp.h".
4954         Make the _LIBC code resemble glibc original more,
4955         e.g., use K&R style.
4956         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4957         (mkstemp): Remove, since mkstemp.h does this for us.
4958         * lib/stdlib--.h: Include mkstemp.h.
4959
4960         Import this patch from libc:
4961
4962         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4963
4964         * lib/tempname.c (__gen_tempname): Change attempts_min
4965         into a macro.  Use preprocessor to decide how to initialize
4966         attempts [Coverity CID 67].
4967
4968 2006-09-20  Bruno Haible  <bruno@clisp.org>
4969
4970         * lib/mkdtemp.c: Import from libc.
4971         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4972                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4973                 attempts_min into a macro.  Use preprocessor to decide how to
4974                 initialize attempts [Coverity CID 67].
4975         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4976                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4977                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4978
4979 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4980
4981         * gnulib-tool (func_exit): New function, to allow to pass the
4982         exit status portably through the trap.  Use everywhere.
4983         (--help, --version): Signal a write error.
4984         (trap): catch SIGPIPE, for write errors.
4985         Exit at the end of the trap, with the correct exit status.
4986
4987 2006-09-19  Karl Berry  <karl@gnu.org>
4988
4989         * doc/gnulib.texi: note about the license texinfo files.
4990
4991 2006-09-19  Eric Blake  <ebb9@byu.net>
4992
4993         * gnulib-tool: Avoid space-tab.
4994
4995 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4996
4997         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4998         that prevented coreutils 6.1 from building.  Problem reported
4999         by Petter Reinholdtsen.
5000
5001 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5002
5003         * gnulib-tool (avoidlist): Fix typo that broke options like
5004         --avoid=lock that are used by coreutils bootstrap.
5005
5006 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5007
5008         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5009         more systematically.
5010
5011 2006-09-18  Jim Meyering  <jim@meyering.net>
5012
5013         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5014
5015 2006-09-18  Bruno Haible  <bruno@clisp.org>
5016
5017         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5018
5019 2006-09-18  Bruno Haible  <bruno@clisp.org>
5020
5021         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5022         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5023         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5024         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5025         * m4/gettext.m4: Require autoconf >= 2.52.
5026         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5027         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5028         of gl_cv_header_inttypes_h.
5029
5030 2006-09-18  Bruno Haible  <bruno@clisp.org>
5031
5032         * lib/javaversion.c: Include configmake.h.
5033
5034 2006-09-18  Bruno Haible  <bruno@clisp.org>
5035
5036         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5037         avoid that the while loops be executed in a subshell.
5038
5039 2006-09-18  Bruno Haible  <bruno@clisp.org>
5040
5041         * MODULES.html.sh (func_module): Break long lines.
5042         Suggested by Bruce Korb <bkorb@gnu.org>.
5043
5044 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5045
5046         Speed up by a factor of 1.12.
5047         * gnulib-tool (nl): New variable.
5048         (func_import): Rewrite include directive extraction to only read each
5049         directive once.
5050
5051 2006-09-17  Bruno Haible  <bruno@clisp.org>
5052
5053         * modules/javaversion (Makefile.am): Remove DEFS setting.
5054         (Depends-on): Add configmake, for PKGDATADIR definition.
5055
5056 2006-09-17  Bruno Haible  <bruno@clisp.org>
5057
5058         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5059
5060 2006-09-17  Bruno Haible  <bruno@clisp.org>
5061
5062         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5063         (func_modules_transitive_closure, func_modules_add_dummy,
5064         func_modules_to_filelist, func_import, func_create_testdir,
5065         func_create_megatestdir, ...): Use it wherever possible.
5066         Suggested by Ralf Wildenhues.
5067
5068 2006-09-16  Karl Berry  <karl@gnu.org>
5069
5070         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5071         to avoid sectioning errors.
5072         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5073         [ifinfo]: blank line after @center-ed titles.
5074         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5075         Spell FSF address consistently with others.
5076         (These changes approved by rms.)
5077
5078 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5079
5080         Speed up by a factor of 1.61.
5081         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5082         already checked module names again.
5083
5084 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5085
5086         Speed up by a factor of 1.13.
5087         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5088         for new_files, and the input to func_add_or_update.
5089
5090 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5091
5092         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5093         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5094
5095 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5096
5097         * modules/mkancesdirs (Depends-on): Add fcntl.
5098         * modules/savewd: New file.
5099         * MODULES.html.sh (File system functions): Add savewd.
5100
5101         * modules/configmake (Makefile.am): Add support for the
5102         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5103
5104 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5105
5106         * m4/savewd.m4: New file.
5107
5108 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5109
5110         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5111         (dirchownmod): New arg FD.  All callers changed.
5112         Use FD rather than opening the directory ourself, as opening is
5113         now the caller's responsibility.
5114         * lib/dirchownmod.h: Likewise.
5115         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5116         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5117         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5118         (test_dir): Remove.
5119         (mkancesdirs): Return length of prefix of FILE that has already
5120         been made, or -2 if there is a child doing the work.  Redo
5121         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5122         ".", and treat ".." specially since it might stray back into
5123         already-created areas.  Use a subprocess if necessary.  New arg
5124         WD; all users changed.  MAKE_DIR function should now return 1
5125         if it creates a directory that is not readable.  Return -2 if
5126         a child process is spun off.
5127         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5128         Adjust signature to match code.
5129         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5130         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5131         all users changed.
5132         * lib/savewd.c, lib/savewd.h: New files.
5133
5134 2006-09-15  Jim Meyering  <jim@meyering.net>
5135
5136         * modules/rename-dest-slash: New module.
5137         * MODULES.html.sh (posix_compat): Add it here.
5138
5139         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5140
5141 2006-09-15  Jim Meyering  <jim@meyering.net>
5142
5143         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5144         file.
5145
5146         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5147
5148 2006-09-15  Jim Meyering  <jim@meyering.net>
5149
5150         * lib/rename-dest-slash.c (has_trailing_slash): Use
5151         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5152         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5153         test before testing whether SRC is a directory.
5154         Suggestions from Bruno Haible.
5155
5156         Avoid a warning about an unused variable.
5157         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5158         into the #ifdef block where it's used.
5159
5160         * lib/rename-dest-slash.c: New file.
5161
5162 2006-09-14  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/allocsa.c: Include <config.h> unconditionally.
5165         * lib/asnprintf.c: Likewise.
5166         * lib/asprintf.c: Likewise.
5167         * lib/c-strcasecmp.c: Likewise.
5168         * lib/c-strcasestr.c: Likewise.
5169         * lib/c-strncasecmp.c: Likewise.
5170         * lib/c-strstr.c: Likewise.
5171         * lib/classpath.c: Likewise.
5172         * lib/clean-temp.c: Likewise.
5173         * lib/concatpath.c: Likewise.
5174         * lib/copy-file.c: Likewise.
5175         * lib/csharpcomp.c: Likewise.
5176         * lib/csharpexec.c: Likewise.
5177         * lib/execute.c: Likewise.
5178         * lib/fatal-signal.c: Likewise.
5179         * lib/findprog.c: Likewise.
5180         * lib/fwriteerror.c: Likewise.
5181         * lib/gl_array_list.c: Likewise.
5182         * lib/gl_array_oset.c: Likewise.
5183         * lib/gl_avltree_list.c: Likewise.
5184         * lib/gl_avltree_oset.c: Likewise.
5185         * lib/gl_avltreehash_list.c: Likewise.
5186         * lib/gl_carray_list.c: Likewise.
5187         * lib/gl_linked_list.c: Likewise.
5188         * lib/gl_linkedhash_list.c: Likewise.
5189         * lib/gl_list.c: Likewise.
5190         * lib/gl_oset.c: Likewise.
5191         * lib/gl_rbtree_list.c: Likewise.
5192         * lib/gl_rbtree_oset.c: Likewise.
5193         * lib/gl_rbtreehash_list.c: Likewise.
5194         * lib/imaxabs.c: Likewise.
5195         * lib/imaxdiv.c: Likewise.
5196         * lib/javacomp.c: Likewise.
5197         * lib/javaexec.c: Likewise.
5198         * lib/javaversion.c: Likewise.
5199         * lib/linebreak.c: Likewise.
5200         * lib/localcharset.c: Likewise.
5201         * lib/lock.c: Likewise.
5202         * lib/mbchar.c: Likewise.
5203         * lib/mbswidth.c: Likewise.
5204         * lib/mkdtemp.c: Likewise.
5205         * lib/pipe.c: Likewise.
5206         * lib/printf-args.c: Likewise.
5207         * lib/printf-parse.c: Likewise.
5208         * lib/progname.c: Likewise.
5209         * lib/progreloc.c: Likewise.
5210         * lib/readlink.c: Likewise.
5211         * lib/sh-quote.c: Likewise.
5212         * lib/stpcpy.c: Likewise.
5213         * lib/stpncpy.c: Likewise.
5214         * lib/strcasecmp.c: Likewise.
5215         * lib/strcasestr.c: Likewise.
5216         * lib/strcspn.c: Likewise.
5217         * lib/striconv.c: Likewise.
5218         * lib/strncasecmp.c: Likewise.
5219         * lib/strnlen1.c: Likewise.
5220         * lib/strstr.c: Likewise.
5221         * lib/strtok_r.c: Likewise.
5222         * lib/tls.c: Likewise.
5223         * lib/tmpdir.c: Likewise.
5224         * lib/unicodeio.c: Likewise.
5225         * lib/unsetenv.c: Likewise.
5226         * lib/vasnprintf.c: Likewise.
5227         * lib/vasprintf.c: Likewise.
5228         * lib/wait-process.c: Likewise.
5229         * lib/xallocsa.c: Likewise.
5230         * lib/xsetenv.c: Likewise.
5231         * lib/xstriconv.c: Likewise.
5232
5233 2006-09-13  Simon Josefsson  <jas@extundo.com>
5234
5235         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5236         that internally, suggested by Ralf Wildenhues
5237         <Ralf.Wildenhues@gmx.de>.
5238
5239 2006-09-13  Simon Josefsson  <jas@extundo.com>
5240
5241         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5242         @LIBOBJS@.
5243         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5244
5245 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5246
5247         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5248         longer worry about uses that don't define HAVE_CONFIG_H.
5249         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5250         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5251         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5252         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5253         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5254         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5255         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5256         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5257         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5258         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5259         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5260         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5261         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5262         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5263         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5264         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5265         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5266         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5267         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5268         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5269         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5270         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5271         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5272         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5273         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5274         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5275         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5276         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5277         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5278         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5279         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5280         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5281         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5282         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5283         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5284         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5285         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5286         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5287         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5288         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5289         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5290         Likewise.
5291
5292 2006-09-13  Eric Blake  <ebb9@byu.net>
5293
5294         * lib/getopt.c: Fix typo in last commit.
5295
5296 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5297
5298         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5299         dgettext.
5300
5301 2006-09-12  Jim Meyering  <jim@meyering.net>
5302
5303         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5304         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5305         Reported by Nelson H. F. Beebe.
5306
5307 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5308
5309         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5310         program_invocation_name and program_invocation_short_name are
5311         initialized.
5312         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5313         and program_invocation_short_name to argp.h, so they are visible
5314         to user programs.
5315         * lib/argp.h: Likewise
5316
5317 2006-09-10  Bruno Haible  <bruno@clisp.org>
5318
5319         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5320         m4/inttypes_h.m4, m4/uintmax_t.m4.
5321
5322 2006-09-10  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5325         gl_AC_TYPE_UINTMAX_T.
5326
5327 2006-09-10  Bruno Haible  <bruno@clisp.org>
5328
5329         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5330
5331 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5332
5333         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5334         convention.  Text proposed by Bruno Haible.
5335         (struct argp_option): Document the use of N_() wrappers.
5336
5337         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5338         '\v', and translate the two parts separately, instead of feeding
5339         the whole string to gettext.  This allows to exclude
5340         '\v' from the strings visible to the translator by writing doc
5341         strings as N_("..") "\v" N_("..").
5342
5343 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5344
5345         * config/srclist.txt: Undo latest change; the bug was fixed.
5346
5347 2006-09-09  Bruno Haible  <bruno@clisp.org>
5348
5349         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5350         assignments if building a library without libtool.
5351         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5352         in func_emit_lib_Makefile_am.
5353         (func_import): When building a static library libfoo.a, arrange to
5354         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5355         (func_create_testdir): Likewise.
5356         * modules/gc (configure.ac, Makefile.am): If building statically,
5357         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5358         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5359         * modules/striconv (configure.ac, Makefile.am): Likewise.
5360         Based on a suggestion by Ralf Wildenhues.
5361
5362 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5363
5364         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5365         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5366         Also:
5367
5368         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5369         Add year_2050_test to catch glibc bug 2821
5370         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5371
5372         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5373         Prefer #ifdef to #if.
5374
5375         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5376         Return from 'main' instead of calling 'exit'.
5377
5378 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5381         returned the maximum time_t value rather than (time_t) -1.
5382         Problem originally reported by William Bardwell
5383         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5384
5385         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5386         Moved to here ...
5387         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5388         ... from here.
5389
5390 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5391
5392         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5393         2821 is fixed.
5394
5395 2006-09-08  Jim Meyering  <jim@meyering.net>
5396
5397         Don't make generated files read-only.  That would bother too many
5398         people.  However, do retain the ability to work when targets are
5399         read-only: remove the destination and temporary files before writing
5400         them (when generated via sed or echo), or by using the -f option for
5401         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5402         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5403         * modules/byteswap, modules/configmake, modules/fcntl:
5404         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5405         * modules/localcharset, modules/netinet_in, modules/poll:
5406         * modules/stdbool, modules/stdint, modules/sys_select:
5407         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5408
5409 2006-09-08  Jim Meyering  <jim@meyering.net>
5410
5411         Avoid new build failure on FreeBSD 6.0.
5412         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5413         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5414         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5415
5416 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5417
5418         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5419
5420 2006-09-07  Jim Meyering  <jim@meyering.net>
5421
5422         Fix global typo in last change: use chmod u-w, not chmod u-x.
5423         Spotted by Paul Eggert and Bruce Korb.
5424         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5425         * modules/byteswap, modules/configmake, modules/fcntl:
5426         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5427         * modules/localcharset, modules/netinet_in, modules/poll:
5428         * modules/stdbool, modules/stdint, modules/sys_select:
5429         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5430
5431 2006-09-06  Jim Meyering  <jim@meyering.net>
5432
5433         Make generated files be read-only.
5434         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5435         Ensure that each generated file is now read-only.
5436         * modules/argz: Likewise.
5437         * modules/arpa_inet: Likewise.
5438         * modules/byteswap: Likewise.
5439         * modules/configmake: Likewise.
5440         * modules/fcntl: Likewise.
5441         * modules/fnmatch: Likewise.
5442         * modules/getopt: Likewise.
5443         * modules/glob: Likewise.
5444         * modules/inttypes: Likewise.
5445         * modules/netinet_in: Likewise.
5446         * modules/poll: Likewise.
5447         * modules/stdbool: Likewise.
5448         * modules/stdint: Likewise.
5449         * modules/sys_select: Likewise.
5450         * modules/sys_socket: Likewise.
5451         * modules/sys_stat: Likewise.
5452         * modules/sysexits: Likewise.
5453         * modules/localcharset: Same as above, but continue using temporary
5454         file named "t-$@" (why different?) rather than the "$@-t" used
5455         everywhere else.
5456
5457         * modules/sysexits (Makefile.am): Replace literal occurrences
5458         of "sysexit.h" more readable, and more consistent, "$@".
5459
5460 2006-09-06  Bruno Haible  <bruno@clisp.org>
5461
5462         * modules/striconv: New file.
5463         * modules/xstriconv: New file.
5464         * MODULES.html.sh (Internationalization functions): Add striconv,
5465         xstriconv.
5466
5467 2006-09-06  Bruno Haible  <bruno@clisp.org>
5468
5469         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5470         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5471         not using libtool correctly.
5472
5473 2006-09-06  Bruno Haible  <bruno@clisp.org>
5474
5475         * lib/striconv.h: New file.
5476         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5477         iconvstring.c.
5478         * lib/xstriconv.h: New file.
5479         * lib/xstriconv.c: New file.
5480
5481 2006-09-06  Bruno Haible  <bruno@clisp.org>
5482
5483         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5484         lib_..._LDFLAGS.
5485
5486 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5487
5488         * lib/argz_.h: Sync from Libtool.
5489
5490         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5491                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5492
5493         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5494
5495 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5496
5497         * modules/trim: New file.
5498
5499 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5500
5501         * lib/trim.h: New file.
5502         * lib/trim.c: New file.
5503
5504 2006-09-05  Bruno Haible  <bruno@clisp.org>
5505
5506         * MODULES.html.sh (String handling): Add trim.
5507
5508 2006-09-04  Karl Berry  <karl@gnu.org>
5509
5510         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5511         until next release.
5512
5513 2006-09-03  Bruno Haible  <bruno@clisp.org>
5514
5515         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5516         correctly.
5517
5518 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5519
5520         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5521         not gl_GETLOADAVG.  Omit unneeded semicolons.
5522         Problems reported by Ralf Wildenhues in
5523         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5524         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5525         at the end, which is the usual gnulib style.
5526
5527         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5528         of doing all the work ourselves.
5529         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5530         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5531
5532 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5535         Problem reported by Ralf Wildenhues in
5536         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5537
5538         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5539         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5540
5541 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5542
5543         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5544         yesterday's patch by changing test -n to test -z.
5545
5546 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5547
5548         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5549         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5550         the former is now obsolescent.
5551
5552         * modules/chdir-long (Depends-on): Add fcntl.
5553
5554 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5555
5556         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5557         obsolescent, and programs should use gnulib instead.
5558         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5559         but with prefixes changed.
5560
5561 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5562
5563         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5564         or stdbool.h, because they might not exist while configuring.
5565
5566         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5567         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5568         does that for us.
5569         (O_DIRECTORY): Remove.
5570
5571 2006-08-31  Eric Blake  <ebb9@byu.net>
5572
5573         * gnulib-tool: Don't let emacs change spaces to TAB.
5574
5575 2006-08-31  Bruno Haible  <bruno@clisp.org>
5576
5577         * gnulib-tool: When calling func_import more than once, do it in a
5578         subshell.
5579         Reported by Eric Blake <ebb9@byu.net>.
5580
5581 2006-08-31  Bruno Haible  <bruno@clisp.org>
5582
5583         * gnulib-tool (nl): Remove variable.
5584         (sed_transform_lib_file): Use more robust test for config-h module.
5585         (func_import): Fix typo in 2006-08-25 patch.
5586
5587 2006-08-31  Bruno Haible  <bruno@clisp.org>
5588
5589         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5590         specified, augment Makefile.am variables instead of assigning them.
5591
5592 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5593
5594         Work around a bug in both the Linux and SunOS 64-bit kernels:
5595         nanosleep mishandles sleeps for longer than 2**31 seconds.
5596         Problem reported by Frank v Waveren in
5597         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5598         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5599         Check for nanosleep bug.
5600         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5601
5602 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5603
5604         Work around a bug in both the Linux and SunOS 64-bit kernels:
5605         nanosleep mishandles sleeps for longer than 2**31 seconds.
5606         Problem reported by Frank v Waveren in
5607         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5608         * lib/nanosleep.c (BILLION): New constant.
5609         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5610         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5611         implementation.
5612
5613 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5614
5615         * modules/nanosleep (Depends-on): Add gettime.
5616
5617 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5618         and Simon Josefsson  <jas@extundo.com>
5619         and Oskar Liljeblad  <oskar@osk.mine.nu>
5620
5621         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5622         * gnulib-tool (func_import): New license type 'unmodifiable license
5623         text'.
5624         * modules/fdl: Use it.  Longer description.
5625         * module/gpl, module/lgpl: New files.
5626
5627 2006-08-30  Jim Meyering  <jim@meyering.net>
5628
5629         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5630         shadowing the parameter.
5631
5632 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5633
5634         Sync from Libtool:
5635
5636         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5637
5638         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5639         sharing with gnulib.  Report by Eric Blake.
5640
5641 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5642
5643         * modules/isapipe: New file.
5644         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5645
5646 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5647
5648         * modules/configmake (Makefile.am): Add a comment, and omit
5649         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5650         by Bruno Haible.
5651
5652 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5653
5654         * m4/isapipe.m4: New file.
5655
5656 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5657
5658         * lib/isapipe.c, lib/isapipe.h: New files.
5659
5660 2006-08-29  Jim Meyering  <jim@meyering.net>
5661
5662         * modules/configmake (Makefile.am): Make configmake.h depend on
5663         Makefile.  Otherwise, a stale configmake.h could hang around.
5664
5665 2006-08-29  Eric Blake  <ebb9@byu.net>
5666
5667         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5668         resolution of upstream bug 3044.
5669
5670 2006-08-29  Bruno Haible  <bruno@clisp.org>
5671
5672         * modules/localcharset (Depends-on): Add configmake.
5673         (Makefile.am): Remove setting of LIBDIR through DEFS.
5674
5675 2006-08-29  Bruno Haible  <bruno@clisp.org>
5676
5677         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5678         defined.
5679
5680 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5681
5682         * modules/fcntl: New file.
5683         * modules/chdir-safer (Depends-on): Add fcntl.
5684         * modules/fts: Likewise.
5685         * modules/mkdir-p: Likewise.
5686
5687         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5688         This undoes the most recent change, since we're now addressing the
5689         problem in a different way.
5690
5691         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5692         into output, since the output might be called Makefile.am even
5693         if $makefile_name is something different.
5694         (func_import): Use $makefile_am rather than
5695         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5696         empty.
5697
5698         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5699
5700 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5701
5702         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5703         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5704         recent change to stdint.m4, since we're now addressing the problem in a
5705         different way.
5706
5707 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5708
5709         * m4/fcntl_h.m4: New file.
5710
5711 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5712
5713         * lib/fcntl_.h: New file.
5714         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5715         the fcntl module.
5716         * lib/dirchownmod.c: Likewise.
5717         * lib/fts.c: Likewise.
5718
5719         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5720         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5721         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5722         just before including <inttypes.h>, to avoid circular inclusion.
5723
5724 2006-08-28  Jim Meyering  <jim@meyering.net>
5725
5726         * doc/visibility.texi: Actually read and correct the grammar of the
5727         sentence affected by yesterday's change.
5728
5729 2006-08-28  Eric Blake  <ebb9@byu.net>
5730
5731         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5732         needs wrapper.
5733
5734 2006-08-28  Eric Blake  <ebb9@byu.net>
5735
5736         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5737
5738 2006-08-28  Eric Blake  <ebb9@byu.net>
5739
5740         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5741
5742 2006-08-28  Bruno Haible  <bruno@clisp.org>
5743
5744         * modules/c-strstr: New file, from GNU gettext.
5745         * MODULES.html.sh (String handling): Add c-strstr.
5746
5747 2006-08-28  Bruno Haible  <bruno@clisp.org>
5748
5749         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5750         macros.
5751         Reported by Eric Blake.
5752
5753 2006-08-28  Bruno Haible  <bruno@clisp.org>
5754
5755         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5756         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5757         * lib/vasprintf.c: Include errno.h, limits.h.
5758         (EOVERFLOW): New fallback definition.
5759         (vasprintf): Test here whether the string length is > INT_MAX.
5760         * lib/vsnprintf.c: Include errno.h, limits.h.
5761         (EOVERFLOW): New fallback definition.
5762         (vsnprintf): Fix bug when generated string was too long for the buffer.
5763         Test here whether the string length is > INT_MAX.
5764
5765 2006-08-28  Bruno Haible  <bruno@clisp.org>
5766
5767         * lib/inttypes_.h (SCNX*): Remove definitions.
5768         Reported by Eric Blake.
5769
5770 2006-08-28  Bruno Haible  <bruno@clisp.org>
5771
5772         * lib/c-strstr.h: New file, from GNU gettext.
5773         * lib/c-strstr.c: New file, from GNU gettext.
5774
5775 2006-08-28  Bruno Haible  <bruno@clisp.org>
5776
5777         * gnulib-tool: Reorder some statements.
5778
5779 2006-08-28  Bruno Haible  <bruno@clisp.org>
5780
5781         * gnulib-tool: New option --makefile-name.
5782         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5783         $makefile_name.
5784         (func_import): Write $makefile_name to the cache file, and read it from
5785         there unless explicitly specified. Use $makefile_name as file name
5786         instead of Makefile.am. Adjust the recommendations accordingly.
5787
5788 2006-08-28  Bruno Haible  <bruno@clisp.org>
5789
5790         * gnulib-tool (func_verify_module): Check against misapplying patch.
5791
5792 2006-08-28  Bruno Haible  <bruno@clisp.org>
5793
5794         * gnulib-tool (func_relativize, func_relconcat): New functions.
5795         Give an error if --local-dir is given with --update.
5796         Remove trailing slashes from $local_gnulib_dir.
5797         (func_import): Store the relativized $local_gnulib_dir in
5798         gnulib-cache.m4, and read it from there if not specified explicitly.
5799
5800 2006-08-28  Bruno Haible  <bruno@clisp.org>
5801
5802         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5803         is the current directory. Respect also $local_gnulib_dir.
5804
5805 2006-08-28  Bruno Haible  <bruno@clisp.org>
5806             Simon Josefsson  <jas@extundo.com>
5807
5808         BeOS portability.
5809         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5810
5811 2006-08-27  Jim Meyering  <jim@meyering.net>
5812
5813         * doc/visibility.texi: Remove duplicate word: "pointer".
5814
5815 2006-08-26  Bruno Haible  <bruno@clisp.org>
5816
5817         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5818         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5819         (Makefile.am): Create inttypes.h from inttypes_.h.
5820         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5821
5822         * modules/imaxabs: New file.
5823
5824         * modules/imaxdiv: New file.
5825
5826 2006-08-26  Bruno Haible  <bruno@clisp.org>
5827
5828         * m4/inttypes.m4: New file.
5829         * m4/_inttypes_h.m4: Remove file.
5830         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5831         PRI_MACROS_BROKEN.
5832         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5833
5834         * m4/imaxabs.m4: New file.
5835
5836         * m4/imaxdiv.m4: New file.
5837
5838 2006-08-26  Bruno Haible  <bruno@clisp.org>
5839
5840         * lib/inttypes_.h: New file.
5841         * lib/inttypes.h: Remove file.
5842         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5843
5844         * lib/imaxabs.c: New file.
5845
5846         * lib/imaxdiv.c: New file.
5847
5848 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5849
5850         New config-h module, so that "make" output needn't be cluttered
5851         by -DHAVE_CONFIG_H.
5852         * MODULES.html.sh (Support for building libraries and executables):
5853         Add config-h.
5854         * modules/config-h: New file.
5855         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5856         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5857         the config-h module is used.
5858
5859         New configmake module, so that "make" output needn't be cluttered
5860         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5861         * MODULES.html.sh (Support for building libraries and executables):
5862         Add configmake.
5863         * modules/configmake: New file.
5864
5865 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5866
5867         * m4/config-h.m4: New file.
5868
5869 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5870
5871         * config/srclist.txt: Add elisp-comp.
5872
5873 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * MODULES.html.sh (Support for building libraries and executables):
5876         Add elisp-comp.
5877         * build-aux/elisp-comp: New file.
5878         * modules/elisp-comp: New file.
5879
5880 2006-08-24  Bruno Haible  <bruno@clisp.org>
5881
5882         * gnulib-tool (func_create_testdir): Use non-default values of
5883         sourcebase and m4base.
5884
5885 2006-08-24  Bruno Haible  <bruno@clisp.org>
5886
5887         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5888         HTML structure.
5889
5890 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5891
5892         * modules/openat (Depends-on): Add lchown.
5893
5894 2006-08-23  Bruno Haible  <bruno@clisp.org>
5895
5896         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5897         of gl_LOCK_EARLY instead of gl_LOCK.
5898
5899 2006-08-23  Bruno Haible  <bruno@clisp.org>
5900
5901         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5902         on OSF/1 to no.
5903         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5904
5905 2006-08-23  Bruno Haible  <bruno@clisp.org>
5906
5907         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5908         as unusable.
5909
5910         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5911         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5912         (gl_LOCK): New macro.
5913
5914 2006-08-22  Simon Josefsson  <jas@extundo.com>
5915
5916         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5917         to md5 module.
5918
5919 2006-08-22  Simon Josefsson  <jas@extundo.com>
5920
5921         * MODULES.html.sh: Add "Support for maintaining and release
5922         projects".
5923
5924         * build-aux/gnupload: New file, from coreutils.
5925
5926 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         Avoid the need for AC_LIBSOURCES in m4 macros.
5929         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5930         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5931         * modules/check-version (EXTRA_DIST): Add check-version.h.
5932         * modules/crc (EXTRA_DIST): Add crc.h.
5933         * modules/des (EXTRA_DIST): Add des.h.
5934         * modules/gc (EXTRA_DIST): Add gc.h.
5935         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5936         * modules/getline (EXTRA_DIST): Add getline.h.
5937         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5938         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5939         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5940         * modules/md2 (EXTRA_DIST): Add md2.h.
5941         * modules/md4 (EXTRA_DIST): Add md4.h.
5942         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5943         * modules/read-file (EXTRA_DIST): Add read-file.h.
5944         * modules/readline (EXTRA_DIST): Add readline.h.
5945         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5946         rijndael-api-fst.h.
5947
5948 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         * m4/rijndael.m4 (gl_ARCFOUR):
5951         * m4/arctwo.m4 (gl_ARCTWO):
5952         * m4/check-version.m4 (gl_CHECK_VERSION):
5953         * m4/crc.m4 (gl_CRC):
5954         * m4/des.m4 (gl_DES):
5955         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5956         * m4/gc.m4 (gl_GC):
5957         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5958         * m4/getline.m4 (gl_FUNC_GETLINE):
5959         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5960         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5961         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5962         * m4/md2.m4 (gl_MD2):
5963         * m4/md4.m4 (gl_MD4):
5964         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5965         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5966         * m4/readline.m4 (gl_FUNC_READLINE):
5967         * m4/rijndael.m4 (gl_RIJNDAEL):
5968         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5969         to get the necessary .h files and whatnot.
5970
5971 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5974         gnulib rather than the other way around.
5975         * config/srclistvars.sh (COREUTILS): Remove.
5976
5977 2006-08-22  Jim Meyering  <jim@meyering.net>
5978
5979         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5980
5981         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5982
5983 2006-08-22  Eric Blake  <ebb9@byu.net>
5984
5985         * modules/regexprops-generic: New file.
5986         * MODULES.html.sh (Support for building documentation): List it.
5987
5988 2006-08-22  Eric Blake  <ebb9@byu.net>
5989
5990         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5991         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5992         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5993         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5994
5995 2006-08-22  Bruno Haible  <bruno@clisp.org>
5996
5997         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5998         and lib_LTLIBRARIES like the other lib_* variables.
5999
6000 2006-08-22  Bruno Haible  <bruno@clisp.org>
6001
6002         * build-aux/x-to-1.in: New file, from GNU gettext.
6003
6004 2006-08-22  Bruno Haible  <bruno@clisp.org>
6005
6006         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6007         <utmpx.h> exists.
6008
6009 2006-08-22  Bruno Haible  <bruno@clisp.org>
6010
6011         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6012         <utmpx.h> exists.
6013
6014 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6015
6016         BeOS portability.
6017         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6018         exist.
6019         Problem reported by Bruno Haible.
6020
6021 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6022
6023         Avoid the need for AC_LIBSOURCES in m4 macros.
6024         * modules/acl (EXTRA_DIST): Add acl.h.
6025         * modules/argmatch (Files): Add m4/argmatch.m4.
6026         (configure.ac): Add gl_ARGMATCH.
6027         (EXTRA_DIST): Renamed from lib_SOURCES, for
6028         consistency with the other modules.  Remove argmatch.c.
6029         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6030         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6031         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6032         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6033         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6034         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6035         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6036         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6037         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6038         * modules/closeout (EXTRA_DIST): Add closeout.h.
6039         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6040         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6041         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6042         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6043         dirname.h; remove basename.c and stripslash.c.
6044         * modules/exclude (EXTRA_DIST): Add exclude.h.
6045         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6046         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6047         * modules/file-type (EXTRA_DIST): Add file-type.h.
6048         * modules/filemode (EXTRA_DIST): Add filemode.h.
6049         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6050         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6051         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6052         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6053         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6054         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6055         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6056         * modules/getdate (EXTRA_DIST): Add getdate.c.
6057         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6058         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6059         * modules/getpass (EXTRA_DIST): Add getpass.h.
6060         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6061         * modules/group-member (EXTRA_DIST): Add group-member.h.
6062         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6063         * modules/hash (EXTRA_DIST): Add hash.h.
6064         * modules/human (EXTRA_DIST): Add human.h.
6065         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6066         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6067         * modules/lchown (EXTRA_DIST): Add lchown.h.
6068         * modules/long-options (EXTRA_DIST): Add long-options.h.
6069         * modules/lstat (EXTRA_DIST): Add lstat.h.
6070         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6071         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6072         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6073         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6074         * modules/memxor (EXTRA_DIST): Add memxor.h.
6075         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6076         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6077         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6078         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6079         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6080         * modules/physmem (EXTRA_DIST): Add physmem.h.
6081         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6082         * modules/posixver (EXTRA_DIST): Add posixver.h.
6083         * modules/quote (EXTRA_DIST): Add quote.h.
6084         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6085         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6086         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6087         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6088         regex_internal.h regexec.c.
6089         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6090         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6091         * modules/same (EXTRA_DIST): Add same.h.
6092         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6093         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6094         * modules/savedir (EXTRA_DIST): Add savedir.h.
6095         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6096         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6097         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6098         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6099         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6100         * modules/strdup (EXTRA_DIST): Add strdup.h.
6101         * modules/strftime (EXTRA_DIST): Add strftime.h.
6102         * modules/strndup (EXTRA_DIST): Add strndup.h.
6103         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6104         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6105         * modules/time_r (EXTRA_DIST): Add time_r.h.
6106         * modules/timespec (EXTRA_DIST): Add timespec.h.
6107         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6108         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6109         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6110         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6111         * modules/userspec (EXTRA_DIST): Add userspec.h.
6112         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6113         * modules/utimens (EXTRA_DIST): Add utimens.h.
6114         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6115         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6116         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6117         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6118         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6119         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6120         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6121         * modules/yesno (EXTRA_DIST): Add yesno.h.
6122
6123 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6126
6127         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6128         * m4/dev-ino.m4, same-inode.m4: Remove.
6129
6130         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6131         * m4/acl.m4 (AC_FUNC_ACL):
6132         * m4/backupfile.m4 (gl_BACKUPFILE):
6133         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6134         * m4/canon-host.m4 (gl_CANON_HOST):
6135         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6136         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6137         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6138         * m4/cloexec.m4 (gl_CLOEXEC):
6139         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6140         * m4/closeout.m4 (gl_CLOSEOUT):
6141         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6142         * m4/dirname.m4 (gl_DIRNAME):
6143         * m4/exclude.m4 (gl_EXCLUDE):
6144         * m4/exitfail.m4 (gl_EXITFAIL):
6145         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6146         * m4/file-type.m4 (gl_FILE_TYPE):
6147         * m4/filemode.m4 (gl_FILEMODE):
6148         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6149         * m4/fpending.m4 (gl_FUNC_FPENDING):
6150         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6151         * m4/fts.m4 (gl_FUNC_FTS):
6152         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6153         * m4/getdate.m4 (gl_GETDATE):
6154         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6155         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6156         * m4/getpass.m4 (gl_FUNC_GETPASS):
6157         * m4/gettime.m4 (gl_GETTIME):
6158         * m4/getugroups.m4 (gl_GETUGROUPS):
6159         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6160         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6161         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6162         * m4/hash.m4 (gl_HASH):
6163         * m4/idcache.m4 (gl_IDCACHE):
6164         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6165         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6166         * m4/long-options.m4 (gl_LONG_OPTIONS):
6167         * m4/lstat.m4 (gl_FUNC_LSTAT):
6168         * m4/md5.m4 (gl_MD5):
6169         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6170         * m4/memcoll.m4 (gl_MEMCOLL):
6171         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6172         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6173         * m4/memxor.m4 (gl_MEMXOR):
6174         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6175         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6176         * m4/modechange.m4 (gl_MODECHANGE):
6177         * m4/mountlist.m4 (gl_MOUNTLIST):
6178         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6179         * m4/openat.m4 (gl_FUNC_OPENAT):
6180         * m4/pathmax.m4 (gl_PATHMAX):
6181         * m4/physmem.m4 (gl_PHYSMEM):
6182         * m4/posixtm.m4 (gl_POSIXTM):
6183         * m4/posixver.m4 (gl_POSIXVER):
6184         * m4/quote.m4 (gl_QUOTE):
6185         * m4/quotearg.m4 (gl_QUOTEARG):
6186         * m4/readtokens.m4 (gl_READTOKENS):
6187         * m4/readutmp.m4 (gl_READUTMP):
6188         * m4/regex.m4 (gl_REGEX):
6189         * m4/safe-read.m4 (gl_SAFE_READ):
6190         * m4/safe-write.m4 (gl_SAFE_WRITE):
6191         * m4/same.m4 (gl_SAME):
6192         * m4/save-cwd.m4 (gl_SAVE_CWD):
6193         * m4/savedir.m4 (gl_SAVEDIR):
6194         * m4/settime.m4 (gl_SETTIME):
6195         * m4/sha1.m4 (gl_SHA1):
6196         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6197         * m4/stat-macros.m4 (gl_STAT_MACROS):
6198         * m4/stat-time.m4 (gl_STAT_TIME):
6199         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6200         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6201         * m4/strdup.m4 (gl_FUNC_STRDUP):
6202         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6203         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6204         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6205         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6206         * m4/time_r.m4 (gl_TIME_R):
6207         * m4/timespec.m4 (gl_TIMESPEC):
6208         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6209         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6210         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6211         * m4/userspec.m4 (gl_USERSPEC):
6212         * m4/utimecmp.m4 (gl_UTIMECMP):
6213         * m4/utimens.m4 (gl_UTIMENS):
6214         * m4/xalloc.m4 (gl_XALLOC):
6215         * m4/xgetcwd.m4 (gl_XGETCWD):
6216         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6217         * m4/xreadlink.m4 (gl_XREADLINK):
6218         * m4/xstrtod.m4 (gl_XSTRTOD):
6219         * m4/yesno.m4 (gl_YESNO):
6220         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6221         to get the necessary .h files and whatnot.
6222
6223 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6224             Bruno Haible  <bruno@clisp.org>
6225
6226         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6227         /bin/sh understanding of '!' conditional negation.
6228
6229 2006-08-21  Jim Meyering  <jim@meyering.net>
6230
6231         * modules/openat (Depends-on): Really alphabetize.
6232
6233         * modules/acl (Depends-on): Add error and quote.
6234
6235         * check-module (find_included_lib_files): Add at-func.c to the
6236         ok-to-include-more-than-once white list.
6237
6238         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6239
6240 2006-08-21  Bruno Haible  <bruno@clisp.org>
6241
6242         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6243         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6244         Reported by Martin Lambers <marlam@marlam.de>.
6245
6246 2006-08-21  Bruno Haible  <bruno@clisp.org>
6247
6248         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6249         specify an installation location, don't emit a noinst_LIBRARIES or
6250         noinst_LTLIBRARIES assignment.
6251
6252 2006-08-21  Bruno Haible  <bruno@clisp.org>
6253
6254         BeOS portability.
6255         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6256         BeOS has mbrtowc() but no <wctype.h>.
6257
6258 2006-08-21  Bruno Haible  <bruno@clisp.org>
6259
6260         BeOS portability.
6261         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6262         exist.
6263
6264 2006-08-21  Bruno Haible  <bruno@clisp.org>
6265
6266         BeOS portability.
6267         * lib/mbchar.h: Include <wctype.h> only if it exists.
6268
6269 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         Remove files that are no longer needed by their respective modules.
6272         * m4/obstack.m4: Remove.
6273         * m4/strerror_r.m4: Remove.
6274         * m4/uint32_t.m4: Remove.
6275         * m4/uintptr_t.m4: Remove.
6276         * m4/ullong_max.m4: Remove.
6277         * m4/xstrtoimax.m4: Remove.
6278         * m4/xstrtoumax.m4: Remove.
6279
6280         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6281         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6282         dependencies now capture this.
6283
6284         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6285         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6286         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6287         * m4/human.m4 (gl_HUMAN): Likewise.
6288         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6289         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6290
6291         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6292
6293         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6294         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6295         stdint.
6296         * m4/human.m4 (gl_HUMAN): Likewise.
6297         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6298         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6299         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6300         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6301         * m4/xstrtol (gl_XSTRTOL): Likewise.
6302
6303         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6304         AC_TYPE_LONG_LONG_INT.
6305         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6306         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6307         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6308         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6309
6310         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6311         on stdbool.
6312
6313         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6314         (gl_PREREQ_XSTRTOUL): Remove.
6315
6316         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6317
6318         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6319         mode.
6320
6321 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         Add and change modules to make it easier for coreutils to use
6324         gnulib-tool.
6325         * modules/backupfile (Files): Remove m4/d-ino.m4.
6326         (Depends-on): Add d-ino.
6327         * modules/cycle-check (Depends-on): Add stdint.
6328         (lib_SOURCES): Add cycle-check.h.
6329         * modules/d-ino: New module.
6330         * modules/d-type: New module.
6331         * modules/error (Files): Remove m4/strerror_r.m4.
6332         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6333         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6334         m4/inttypes_h.m4, m4/uintmax_t.m4.
6335         (Depends-on): Add stdint.
6336         (lib_SOURCES): Add fsusage.h.
6337         * modules/getcwd (Files): Remove d-ino.m4.
6338         (Depends-on): Add d-ino.
6339         * modules/getndelim2 (Depends-on): Add stdint.
6340         * modules/glob (Files): Remove m4/d-type.m4.
6341         (Depends-on): Add d-type.
6342         * modules/host-os: New module.
6343         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6344         m4/inttypes_h.m4, m4/uintmax_t.m4.
6345         * Depends-on: Add stdint.
6346         (lib_SOURCES): Add human.h.
6347         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6348         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6349         m4/uintmax_t.m4, m4/ulonglong.m4.
6350         (Depends-on): Add stdint.
6351         (EXTRA_DIST): Add inttostr.h.
6352         * modules/lchmod: New module.
6353         * modules/link-follow: New module.
6354         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6355         (Depends-on): Add lchmod.
6356         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6357         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6358         (Depends-on): Add stdint.
6359         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6360         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6361         (Depends-on): Add stdint.
6362         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6363         * modules/perl: New module.
6364         * modules/regex (Depends-on): Add stdint.
6365         * modules/rmdir-errno: New module.
6366         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6367         m4/intmax_t.m4.
6368         (Depends-on): Add stdint.
6369         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6370         m4/uintmax_t.m4.
6371         (Depends-on): Add stdint.
6372         * modules/unlink-busy: New module.
6373         * modules/utimecmp (Depends-on): Add stdint.
6374         * modules/uptime: New module.
6375         * modules/winsz-ioctl: New module.
6376         * modules/winsz-termios: New module.
6377         * modules/xnanosleep (Depends-on): Add nanosleep.
6378         * modules/ullong_max: Remove.
6379         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6380         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6381         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6382         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6383         (Depends-on): Add inttypes.
6384         (lib_SOURCES): Add xstrtol.h.
6385         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6386         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6387         * MODULES.html.sh: Move 'assert' into the assert section.
6388         Move 'dummy' into the linking section.
6389         Remove ullong_max.
6390         Add section for compatibility checks for POSIX:2001 functions,
6391         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6392         winsz-ioctl, and winsz-termios into it.
6393         Add lchmod.
6394         Add top-level Misc section and put host-os, perl, and uptime
6395         into it.
6396
6397 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6398
6399         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6400         now assume the stdint module.  Do not include inttypes.h.
6401         * lib/fsusage.h: Likewise.
6402         * lib/getndelim2.c: Likewise.
6403         * lib/human.h: Likewise.
6404         * lib/inttostr.h: Likewise.
6405         * lib/obstack.c: Likewise.
6406         * lib/regex_internal.h: Likewise.
6407         * lib/tempname.c: Likewise.
6408         * lib/utimecmp.c: Likewise.
6409         * lib/xstrtol.h: Likewise.
6410
6411         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6412
6413         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6414         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6415         * lib/xtime.h: Likewise.
6416
6417 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6418
6419         * modules/openat (Files): Add lib/fchmodat.c.
6420         Fixes problem reported by Jay Youngman.
6421
6422 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6423
6424         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6425         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6426
6427 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6428             Bruno Haible  <bruno@clisp.org>
6429
6430         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6431         and is a script that invokes bison. Tighten the code. Add comments.
6432
6433 2006-08-18  Jim Meyering  <jim@meyering.net>
6434
6435         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6436         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6437         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6438         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6439
6440 2006-08-18  Bruno Haible  <bruno@clisp.org>
6441
6442         * modules/bison-i18n: New file.
6443         * MODULES.html.sh (Internationalization functions): Add it.
6444
6445 2006-08-18  Bruno Haible  <bruno@clisp.org>
6446
6447         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6448         sys/statvfs.h. When getmntinfo was found, check its declaration and
6449         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6450
6451 2006-08-18  Bruno Haible  <bruno@clisp.org>
6452
6453         * m4/bison-i18n.m4: New file, from bison.
6454
6455 2006-08-18  Bruno Haible  <bruno@clisp.org>
6456
6457         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6458         (ME_DUMMY): Treat "kernfs" as a dummy.
6459         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6460
6461 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         Update from coreutils.
6464
6465         2006-08-15  Jim Meyering  <jim@meyering.net>
6466
6467         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6468
6469         2006-01-17  Jim Meyering  <jim@meyering.net>
6470
6471         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6472
6473         2006-01-11  Jim Meyering  <jim@meyering.net>
6474
6475         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6476         Check for the lchmod function.
6477
6478 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6479
6480         Update from coreutils.
6481
6482         * lib/__fpending.h: Add copyright notice.
6483         * lib/fprintftime.h: Likewise.
6484         * lib/savedir.c: Use (C) in copyright notice.
6485         * lib/savedir.h: Likewise.
6486
6487         2006-08-15  Jim Meyering  <jim@meyering.net>
6488
6489         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6490         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6491         in support of the EXPECTED_ERRNO macro.
6492         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6493         definitions.  Instead, define the appropriate symbols and include
6494         "at-func.c".
6495         * lib/mkdirat.c (mkdirat): Likewise.
6496         * lib/fchmodat.c (fchmodat): Likewise.
6497         (ENOSYS): Remove definition.
6498         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6499         it.  Don't include "unistd--.h" -- it wasn't ever used.
6500
6501         2006-01-17  Jim Meyering  <jim@meyering.net>
6502
6503         Rewrite fts.c not to change the current working directory,
6504         by using openat, fstatat, fdopendir, etc..
6505
6506         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6507         (HAVE_OPENAT_SUPPORT): Define.
6508         [_LIBC] (fchdir): Don't undef or define; no longer used.
6509         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6510         Now, this `function' always succeeds, and consumes its file descriptor
6511         parameter -- so callers must not close such FDs.  Update callers.
6512         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6513         (diropen): Add parameter, SP.  Adjust all callers.
6514         Implement using diropen_fd, rather than open.
6515         (fts_open): Initialize new member, fts_cwd_fd.
6516         Remove fts_rft-setting code.
6517         (fts_close): Close fts_cwd_fd, if necessary.
6518         (__opendir2): Define in terms of opendir or opendirat,
6519         depending on whether the FST_NOCHDIR flag is set.
6520         (fts_build): Since fts_safe_changedir consumes its FD, and since
6521         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6522         and close the dup'd file descriptor upon failure.
6523         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6524         (fts_safe_changedir): Tweak semantics to reflect that this function
6525         now calls cwd_advance_fd and hence consumes its FD argument.
6526         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6527         [struct FTS] (fts_rft): Remove now-unused member.
6528         [struct FTS] (fts_cycle.state): Improve comment.
6529
6530         * lib/openat.c (openat_needs_fchdir): New function.
6531         * lib/openat.h (openat_needs_fchdir): Declare it.
6532
6533 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6534
6535         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6536         Problem and fix reported by Pádraig Brady in
6537         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6538
6539 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6540
6541         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6542
6543 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6544
6545         * lib/memcoll.c (memcoll): Optimize for the common case where the
6546         arguments are bytewise equal.
6547
6548 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6549
6550         * doc/regexprops-generic.texi: Add a copyright notice.
6551
6552 2006-08-15  Bruno Haible  <bruno@clisp.org>
6553
6554         * modules/tmpdir (License): Change to LGPL.
6555
6556 2006-08-15  Bruno Haible  <bruno@clisp.org>
6557
6558         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6559         module.
6560
6561 2006-08-14  Simon Josefsson  <jas@extundo.com>
6562
6563         * config/srclist.txt: Add gnupload.
6564
6565 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6566
6567         Change copyright notice from LGPL 2 to GPL 2, since that's the
6568         standard form used in the gnulib repository.
6569         * tests/test-lock.c: Likewise.
6570         * tests/test-stdint.c: Likewise.
6571         * tests/test-tls.c: Likewise.
6572
6573         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6574         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6575         Add copyright notice.
6576
6577         * check-module: Add copyright notice.  Output a copyright
6578         notice if "--version" is specified.
6579         * modules/COPYING: New file.
6580         * tests/test-getaddrinfo.c: Add copyright notice.
6581         * tests/test-verify.c: Likewise.
6582
6583 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6584
6585         Change copyright notice from LGPL 2 to GPL 2, since that's the
6586         standard form used in the gnulib repository.
6587         * lib/lock.c: LGPL -> GPL.
6588         * lib/lock.h: Likewise.
6589         * lib/strnlen1.c: Likewise.
6590         * lib/strnlen1.h: Likewise.
6591         * lib/tls.c: Likewise.
6592         * lib/tls.h: Likewise.
6593         * lib/tmpdir.c: Likewise.
6594
6595         * lib/TODO: Remove; this belongs only in coreutils.
6596
6597 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6598
6599         Add copyright notices to long-enough files that lack them, since
6600         otherwise the files aren't clearly free.  Use the same notice that
6601         getdate.texi already uses.
6602         * doc/alloca-opt.texi: Add copyright notice.
6603         * doc/alloca.texi: Likewise.
6604         * doc/ctime.texi: Likewise.
6605         * doc/functions.texi: Likewise.
6606         * doc/gcd.texi: Likewise.
6607         * doc/gnulib-tool.texi: Likewise.
6608         * doc/inet_ntoa.texi: Likewise.
6609         * doc/visibility.texi: Likewise.
6610
6611         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6612         * doc/quote.texi: Add copyright notice.
6613
6614         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6615         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6616         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6617         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6618         is now obsolete, and give a pointer to the Sun list.
6619         Add copyright notice.
6620
6621 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6622
6623         * config/srclistvars.sh: Add copyright notice.
6624
6625 2006-08-14  Eric Blake  <ebb9@byu.net>
6626
6627         Import the following change from libc:
6628
6629         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6630
6631         Upstream bug 2997.
6632         * lib/misc/error.c: Add space between program name and message if file
6633         name is missing.
6634
6635 2006-08-12  Karl Berry  <karl@gnu.org>
6636
6637         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6638         remove, these originate in gnulib now.
6639
6640 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6641
6642         * doc/Makefile (standards.info standards.html standards.dvi):
6643         Also depend on make-stds.texi.
6644
6645 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6646
6647         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6648         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6649
6650         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6651         in wchar_t.  Problem reported by Eric Blake.
6652
6653         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6654         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6655         Also, help the compiler to keep LEN in a register.
6656
6657 2006-08-11  Eric Blake  <ebb9@byu.net>
6658
6659         * users.txt: Sort.  Add tar.
6660
6661 2006-08-11  Bruno Haible  <bruno@clisp.org>
6662
6663         * users.txt: New file.
6664
6665 2006-08-11  Bruno Haible  <bruno@clisp.org>
6666
6667         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6668         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6669
6670 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6671
6672         * modules/snprintf (Depends-on): Remove minmax.
6673         (Maintainer): Add self and Bruno.
6674
6675 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6676
6677         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6678         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6679         (EOVERFLOW): Define if the system does not.
6680         Do not include "minmax.h"; it wasn't used.
6681         (snprintf): Don't assume size_t promotes to an unsigned type.
6682         Fix bug when generated string was too long for the buffer: the
6683         buffer's contents are supposed to be the initial prefix of the
6684         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6685         exceeds INT_MAX; do the check ourselves.
6686
6687         Import the following changes from libc:
6688
6689         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6690
6691         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6692         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6693         set wc to the byte which couldn't be converted.
6694         (re_string_reconstruct): Don't clear valid_raw_len before calling
6695         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6696         tip_context using re_string_context_at.
6697
6698         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6699
6700         * lib/posix/regex.h: g++ still cannot handled [restrict].
6701
6702         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6703
6704         * lib/posix/regex.h: Remove special handling for VMS.
6705
6706 2006-08-10  Jim Meyering  <jim@meyering.net>
6707
6708         * modules/same-inode: New module.
6709         * modules/dev-ino: New module.
6710         * modules/cycle-check: Depend on these modules, rather than simply
6711         including their .h files.
6712         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6713         required via m4/cycle-check.m4.
6714         * modules/same: Depend on new same-inode module, rather than
6715         including same-inode.h.
6716         * modules/chdir-safer: New file.
6717
6718         * modules/chown (Depends-on): Add stat-macros.
6719
6720 2006-08-10  Jim Meyering  <jim@meyering.net>
6721
6722         * m4/cycle-check.m4: New file.
6723         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6724         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6725
6726 2006-08-10  Eric Blake  <ebb9@byu.net>
6727
6728         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6729         in from original proposal.
6730
6731 2006-08-10  Eric Blake  <ebb9@byu.net>
6732         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6733
6734         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6735         namespace.
6736
6737 2006-08-10  Bruno Haible  <bruno@clisp.org>
6738
6739         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6740         as well.
6741
6742 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         Sync from coreutils.
6745
6746         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6747
6748         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6749         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6750
6751 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         * modules/restrict: Remove; no longer needed now that we assume
6754         Autoconf 2.59 or later.
6755         * MODULES.html.sh: Remove 'restrict'.
6756         * modules/argp (Depends-on): Remove 'restrict'.
6757         * modules/base64 (Depends-on): Likewise.
6758         * modules/gc (Depends-on): Likewise.
6759         * modules/getaddrinfo (Depends-on): Likewise.
6760         * modules/glob (Depends-on): Likewise.
6761         * modules/inet_ntop (Depends-on): Likewise.
6762         * modules/inet_pton (Depends-on): Likewise.
6763         * modules/memxor (Depends-on): Likewise.
6764         * modules/regex (Depends-on): Likewise.
6765         * modules/strtok_r (Depends-on): Likewise.
6766         * modules/time_r (Depends-on): Likewise.
6767
6768 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6771         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6772         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6773         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6774         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6775         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6776         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6777         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6778
6779         Merge from coreutils.
6780         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6781         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6782         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6783         * m4/time_r.m4 (gl_TIME_R): Likewise.
6784
6785 2006-08-09  Karl Berry  <karl@gnu.org>
6786
6787         * config/srclist.txt: no more gettext-tools, per Bruno.
6788
6789 2006-08-08  Eric Blake  <ebb9@byu.net>
6790
6791         * modules/verror: New module.
6792         * MODULES.html.sh: Document it.
6793
6794 2006-08-08  Eric Blake  <ebb9@byu.net>
6795
6796         * lib/verror.h, lib/verror.c: New files.
6797
6798 2006-08-08  Eric Blake  <ebb9@byu.net>
6799
6800         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6801         verror_at_line output complies with GNU Coding Standards even when
6802         file is NULL.
6803
6804 2006-08-07  Bruno Haible  <bruno@clisp.org>
6805
6806         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6807         versions of AIX.
6808         Reported by Ralf Wildenhues.
6809
6810 2006-08-07  Bruno Haible  <bruno@clisp.org>
6811
6812         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6813         in an AC_DEFUN. Needed so that the autoconf snippets can use
6814         AC_REQUIRE.
6815
6816 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6817
6818         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6819         Initialize pkgdata_DATA.
6820         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6821         overriding it.
6822
6823 2006-08-06  Eric Blake  <ebb9@byu.net>
6824
6825         * lib/error.h: Fold in some upstream changes from glibc.
6826         * lib/error.c: Likewise.
6827
6828 2006-08-04  Bruno Haible  <bruno@clisp.org>
6829
6830         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6831         Make the mostlyclean-local rule depend on mostlyclean-generic.
6832         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6833
6834 2006-07-31  Bruno Haible  <bruno@clisp.org>
6835
6836         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6837         <stdlib.h>, <string.h>.
6838
6839 2006-07-30  Bruno Haible  <bruno@clisp.org>
6840
6841         * modules/readlink (License): Change to LGPL.
6842
6843 2006-07-30  Bruno Haible  <bruno@clisp.org>
6844
6845         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6846         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6847         set PKGDATADIR to point to it.
6848
6849 2006-07-30  Bruno Haible  <bruno@clisp.org>
6850
6851         * modules/csharpexec (configure.ac): Comment out macro invocation.
6852         * modules/javaexec (configure.ac): Likewise.
6853         * modules/javacomp-script (configure.ac): Likewise.
6854
6855         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6856
6857 2006-07-30  Bruno Haible  <bruno@clisp.org>
6858
6859         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6860         linked-list.
6861
6862 2006-07-30  Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6865
6866 2006-07-30  Bruno Haible  <bruno@clisp.org>
6867
6868         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6869         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6870         get removed.
6871
6872 2006-07-29  Bruno Haible  <bruno@clisp.org>
6873
6874         Make it possible for gnulib-tool to work with locally modified or
6875         augmented gnulib repositories.
6876         * gnulib-tool (func_usage): Document --local-dir option.
6877         (local_gnulib_dir): New variable.
6878         Handle --local-dir option.
6879         (func_lookup_file): New function.
6880         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6881         (func_get_description, func_get_filelist, func_get_description,
6882         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6883         func_get_automake_snippet, func_get_include_directive,
6884         func_get_license, func_get_maintainer): Use func_lookup_file.
6885         (func_import, func_create_testdir): Use func_lookup_file.
6886
6887 2006-07-29  Bruno Haible  <bruno@clisp.org>
6888
6889         * modules/setenv (Depends-on): Add unistd.
6890
6891 2006-07-29  Bruno Haible  <bruno@clisp.org>
6892
6893         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6894
6895 2006-07-29  Bruno Haible  <bruno@clisp.org>
6896
6897         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6898
6899 2006-07-29  Bruno Haible  <bruno@clisp.org>
6900
6901         * gnulib-tool (import, update): If there is no Makefile.am, look at
6902         aclocal.m4, instead of bailing out.
6903
6904 2006-07-29  Bruno Haible  <bruno@clisp.org>
6905
6906         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6907         Categorize the options by when they are useful.
6908
6909 2006-07-29  Bruno Haible  <bruno@clisp.org>
6910
6911         * gnulib-tool (func_usage): Document option --no-libtool.
6912         Handle option --no-libtool.
6913         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6914         for changed semantics of $libtool variable.
6915         (func_import): Likewise. If libtool is not used, show this through
6916         an option --no-libtool.
6917         (func_create_testdir): Update.
6918
6919 2006-07-29  Bruno Haible  <bruno@clisp.org>
6920
6921         * gnulib-tool (func_import): Extend error message about missing
6922         --doc-base.
6923
6924 2006-07-29  Bruno Haible  <bruno@clisp.org>
6925
6926         * gnulib-tool (func_import): Don't create the $docbase directory if
6927         there is no file to store there.
6928
6929 2006-07-29  Bruno Haible  <bruno@clisp.org>
6930
6931         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6932         relevant, look for configure.ac there, not in the current directory.
6933         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6934
6935 2006-07-29  Bruno Haible  <bruno@clisp.org>
6936
6937         * gnulib-tool (SORT): New variable.
6938         (func_usage): Undocument --assume-autoconf option.
6939         Remove --assume-autoconf option handling.
6940         (autoconf_minversion): Determine from the contents of configure.ac.
6941         (func_import): Remove autoconf_minversion handling.
6942         Suggested by Eric Blake.
6943
6944 2006-07-29  Bruno Haible  <bruno@clisp.org>
6945
6946         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6947
6948 2006-07-29  Bruno Haible  <bruno@clisp.org>
6949
6950         * config/srclist.txt (*setenv.[ch]): Remove rules.
6951
6952 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6953
6954         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6955
6956 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6957
6958         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6959         arpa/inet.h.
6960
6961 2006-07-28  Simon Josefsson  <jas@extundo.com>
6962
6963         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6964         * modules/inet_pton (Depends-on): Likewise.
6965
6966 2006-07-28  Simon Josefsson  <jas@extundo.com>
6967
6968         * m4/netinet_in_h.m4: New file.
6969
6970 2006-07-28  Simon Josefsson  <jas@extundo.com>
6971
6972         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6973         #include's.
6974
6975 2006-07-28  Simon Josefsson  <jas@extundo.com>
6976
6977         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6978         #include's.
6979
6980 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6981
6982         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6983         setgid on directories only if they set these bits.
6984         * lib/modechange.h: Remove obsolete comment about masks.
6985
6986 2006-07-28  Eric Blake  <ebb9@byu.net>
6987
6988         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6989         macro expansion.
6990
6991 2006-07-28  Bruno Haible  <bruno@clisp.org>
6992
6993         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6994
6995 2006-07-28  Bruno Haible  <bruno@clisp.org>
6996
6997         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6998
6999 2006-07-28  Bruno Haible  <bruno@clisp.org>
7000
7001         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7002         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7003         Define fallbacks.
7004         Avoids link error on FreeBSD 4.x.
7005         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7006
7007         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7008         encoding.
7009         * lib/mbswidth.c (iswcntrl): Likewise.
7010
7011 2006-07-27  Bruno Haible  <bruno@clisp.org>
7012
7013         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7014         test.
7015
7016 2006-07-27  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7019         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7020         defined.
7021
7022 2006-07-26  Eric Blake  <ebb9@byu.net>
7023
7024         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7025
7026 2006-07-26  Eric Blake  <ebb9@byu.net>
7027
7028         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7029         like mingw that lack mkstemp.
7030         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7031         avoid compilation warning on mingw.
7032
7033 2006-07-26  Bruno Haible  <bruno@clisp.org>
7034
7035         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7036         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7037         INT_FAST*_MIN, INTPTR_MIN.
7038
7039 2006-07-25  Bruno Haible  <bruno@clisp.org>
7040
7041         * modules/version-etc (Depends-on): Add stdarg.
7042
7043 2006-07-25  Bruno Haible  <bruno@clisp.org>
7044
7045         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7046         complex commands.
7047
7048 2006-07-25  Bruno Haible  <bruno@clisp.org>
7049
7050         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7051         defined in <stdarg.h> or config.h.
7052
7053 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7054
7055         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7056         (gl_STDIO_SAFER): Remove.
7057
7058 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7059
7060         * MODULES.html.sh (File stream based Input/Output):
7061         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7062         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7063         * modules/fopen-safer, modules/tmpfile-safer: New files.
7064         * modules/stdio-safer: Remove.
7065
7066 2006-07-24  Bruno Haible  <bruno@clisp.org>
7067
7068         * modules/tmpdir: New file.
7069         * MODULES.html.sh (File system functions): Add it.
7070
7071 2006-07-24  Bruno Haible  <bruno@clisp.org>
7072
7073         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7074         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7075
7076 2006-07-24  Bruno Haible  <bruno@clisp.org>
7077
7078         * modules/clean-temp: New file.
7079
7080 2006-07-24  Bruno Haible  <bruno@clisp.org>
7081
7082         * m4/tmpdir.m4: New file, from GNU gettext.
7083
7084 2006-07-24  Bruno Haible  <bruno@clisp.org>
7085
7086         * lib/tmpdir.h: New file, from GNU gettext.
7087         * lib/tmpdir.c: New file, from GNU gettext.
7088
7089 2006-07-24  Bruno Haible  <bruno@clisp.org>
7090
7091         * lib/clean-temp.h: New file, from GNU gettext.
7092         * lib/clean-temp.c: New file, from GNU gettext.
7093
7094 2006-07-23  Eric Blake  <ebb9@byu.net>
7095
7096         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7097         (Depends-on): Add binary-io.
7098
7099 2006-07-23  Eric Blake  <ebb9@byu.net>
7100
7101         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7102
7103 2006-07-23  Eric Blake  <ebb9@byu.net>
7104
7105         * lib/tmpfile-safer.c: New file.
7106         * lib/stdio-safer.h (fopen_safer): Add prototype.
7107         * lib/stdio--.h (tmpfile): Make safer.
7108
7109 2006-07-23  Bruno Haible  <bruno@clisp.org>
7110
7111         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7112         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7113         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7114         gl_linked_remove_at): Use it.
7115
7116 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7117         and Simon Josefsson <jas@extundo.com>
7118
7119         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7120
7121         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7122
7123 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7124
7125         * modules/close-stream: New file.
7126         * modules/closeout (Description): Make it clear that it exits
7127         with a diagnostic on error.
7128         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7129         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7130
7131 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7132
7133         * m4/close-stream.m4: New file.
7134
7135 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7136
7137         * lib/close-stream.c, lib/close-stream.h: New files.
7138
7139 2006-07-22  Bruno Haible  <bruno@clisp.org>
7140
7141         Merge from GNU gettext 0.15.
7142
7143         2006-05-01  Bruno Haible  <bruno@clisp.org>
7144
7145                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7146
7147         2006-07-22  Bruno Haible  <bruno@clisp.org>
7148
7149                 * modules/javaversion: New file.
7150                 * MODULES.html.sh (Java): Add javaversion.
7151
7152         2006-03-12  Bruno Haible  <bruno@clisp.org>
7153
7154                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7155
7156         2005-12-04  Bruno Haible  <bruno@clisp.org>
7157
7158                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7159                 (untested).
7160
7161         2006-06-21  Bruno Haible  <bruno@clisp.org>
7162
7163                 Avoid warnings from recent versions of mcs.
7164                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7165                 -o, -L, -r any more. Use options documented since mcs-1.0
7166                 instead. Similarly for -g.
7167
7168         2005-12-04  Bruno Haible  <bruno@clisp.org>
7169
7170                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7171                 .resources, not .resource.
7172
7173         2005-07-09  Bruno Haible  <bruno@clisp.org>
7174
7175                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7176                 add a .dll suffix.
7177                 Reported by Mark Junker <mjscod@gmx.de>.
7178
7179         2006-07-22  Bruno Haible  <bruno@clisp.org>
7180
7181                 * modules/gettext: Upgrade to gettext-0.15.
7182                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7183                 m4/visibility.m4.
7184                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7185
7186 2006-07-22  Bruno Haible  <bruno@clisp.org>
7187
7188         Merge from GNU gettext 0.15.
7189
7190         2006-03-25  Bruno Haible  <bruno@clisp.org>
7191
7192                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7193
7194         2006-07-21  Bruno Haible  <bruno@clisp.org>
7195
7196                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7197                 "1.1".
7198
7199         2006-05-09  Bruno Haible  <bruno@clisp.org>
7200
7201                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7202                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7203                 for the conftestver execution.
7204
7205         2006-05-01  Bruno Haible  <bruno@clisp.org>
7206
7207                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7208                 optional target-version argument. Verify that the compiler
7209                 groks source of the specified source-version, or add -source
7210                 option as necessary. Verify that the compiler produces
7211                 bytecode in the specified target-version, or add -target and
7212                 -source options as necessary. Make the result of the test
7213                 available as variable CONF_JAVAC. Also log error output in
7214                 config.log.
7215
7216         2006-03-11  Bruno Haible  <bruno@clisp.org>
7217
7218                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7219
7220         2006-05-09  Bruno Haible  <bruno@clisp.org>
7221
7222                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7223                 CLASSPATH_SEPARATOR to a semicolon.
7224
7225         2006-03-12  Bruno Haible  <bruno@clisp.org>
7226
7227                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7228                 available as variable CONF_JAVA, for subsequent autoconf
7229                 tests. Also log error output in config.log.
7230
7231         2006-07-19  Bruno Haible  <bruno@clisp.org>
7232
7233                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7234                 that getline works on glibc2 systems. Needed to avoid trouble
7235                 in relocatable.c.
7236                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7237
7238         2005-12-04  Bruno Haible  <bruno@clisp.org>
7239
7240                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7241                 launcher (untested).
7242
7243         2005-12-04  Bruno Haible  <bruno@clisp.org>
7244
7245                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7246
7247         2006-07-22  Bruno Haible  <bruno@clisp.org>
7248
7249                 * gettext.m4: Update from GNU gettext-0.15.
7250                 * nls.m4: Likewise.
7251                 * po.m4: Likewise.
7252                 * inttypes-pri.m4: Likewise.
7253                 * inttypes-h.m4: Renamed from inttypes.m4.
7254                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7255
7256 2006-07-22  Bruno Haible  <bruno@clisp.org>
7257
7258         Merge from GNU gettext 0.15.
7259
7260         2005-07-05  Bruno Haible  <bruno@clisp.org>
7261
7262                 * printf-args.c (printf_fetchargs): Work around broken
7263                 definition of wint_t on mingw.
7264
7265         2005-02-12  Bruno Haible  <bruno@clisp.org>
7266
7267                 * xallocsa.h: Add extern "C" for C++.
7268
7269         2006-05-17  Bruno Haible  <bruno@clisp.org>
7270
7271                 Cygwin portability.
7272                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7273
7274         2006-04-30  Bruno Haible  <bruno@clisp.org>
7275
7276                 * progreloc.c: Include <mach-o/dyld.h> if available.
7277                 (find_executable): Use _NSGetExecutablePath when possible.
7278
7279         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7280
7281                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7282                 function.
7283
7284         2005-12-29  Bruno Haible  <bruno@clisp.org>
7285
7286                 * progreloc.c (set_program_name_and_installdir): Fix
7287                 compilation error.
7288
7289         2005-12-04  Bruno Haible  <bruno@clisp.org>
7290
7291                 Cygwin portability.
7292                 * progreloc.c: Include <windows.h> also on Cygwin.
7293                 (find_executable): Add support for Cygwin.
7294                 (set_program_name_and_installdir): Handle also platforms with
7295                 nonempty EXEEXT.
7296
7297         2006-07-11  Bruno Haible  <bruno@clisp.org>
7298
7299                 * javacomp.c: Fix a comment.
7300                 Reported by Jim Meyering.
7301
7302         2006-04-30  Bruno Haible  <bruno@clisp.org>
7303
7304                 * javacomp.h (compile_java_class): Add source_version,
7305                 target_version arguments.
7306                 * javacomp.c: Rewritten to choose only a compiler that
7307                 respects the specified source_version and target_version.
7308
7309         2006-06-27  Bruno Haible  <bruno@clisp.org>
7310
7311                 Assume correct S_ISDIR macro.
7312                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7313
7314         2006-07-22  Bruno Haible  <bruno@clisp.org>
7315
7316                 * javaversion.h: New file, from GNU gettext.
7317                 * javaversion.c: New file, from GNU gettext.
7318                 * javaversion.java: New file, from GNU gettext.
7319                 * javaversion.class: New file, from GNU gettext.
7320
7321         2006-05-17  Bruno Haible  <bruno@clisp.org>
7322
7323                 Cygwin portability.
7324                 * javaexec.c (execute_java_class): Test for jview program
7325                 also on Cygwin.
7326
7327         2006-04-09  Bruno Haible  <bruno@clisp.org>
7328
7329                 * fatal-signal.c: Don't include string.h.
7330                 (at_fatal_signal): Use a copying loop instead of memcpy.
7331
7332         2005-12-04  Bruno Haible  <bruno@clisp.org>
7333
7334                 * csharpexec.c: Add support for 'clix' launcher (untested).
7335                 (execute_csharp_using_sscli): New function.
7336                 (execute_csharp_program): Call it.
7337
7338         2006-06-21  Bruno Haible  <bruno@clisp.org>
7339
7340                 Avoid warnings from recent versions of mcs.
7341                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7342                 -o, -L, -r any more. Use options documented since mcs-1.0
7343                 instead. Similarly for -g.
7344
7345         2005-07-09  Bruno Haible  <bruno@clisp.org>
7346
7347                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7348                 add a .dll suffix.
7349                 Reported by Mark Junker <mjscod@gmx.de>.
7350
7351         2006-06-17  Bruno Haible  <bruno@clisp.org>
7352
7353                 * config.charset: Update for NetBSD 3.0.
7354
7355         2006-05-17  Bruno Haible  <bruno@clisp.org>
7356
7357                 Cygwin portability.
7358                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7359
7360         2006-05-16  Bruno Haible  <bruno@clisp.org>
7361
7362                 * localcharset.c [CYGWIN]: Include <windows.h>.
7363                 (get_charset_aliases): For Cygwin, return the same CPxxx
7364                 aliases list as under WIN32.
7365                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7366                 the environment variables. Fall back to GetACP().
7367
7368         2006-04-05  Bruno Haible  <bruno@clisp.org>
7369
7370                 * config.charset: Update Juan Manuel Guerrero's address.
7371
7372         2005-02-12  Bruno Haible  <bruno@clisp.org>
7373
7374                 * allocsa.h: Add extern "C" for C++.
7375
7376         2005-02-10  Bruno Haible  <bruno@clisp.org>
7377
7378                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7379                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7380
7381         2006-07-22  Bruno Haible  <bruno@clisp.org>
7382
7383                 * gettext.h: Update to GNU gettext-0.15.
7384
7385 2006-07-22  Bruno Haible  <bruno@clisp.org>
7386
7387         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7388         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7389         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7390
7391 2006-07-21  Eric Blake  <ebb9@byu.net>
7392
7393         * modules/stdlib-safer: New file.
7394         * MODULES.html.sh (File stream based Input/Output): Add
7395         stdlib-safer.
7396
7397 2006-07-21  Eric Blake  <ebb9@byu.net>
7398
7399         * lib/stdlib-safer.h: New file from coreutils, required by
7400         stdlib--.h.
7401
7402 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7405
7406 2006-07-20  Bruno Haible  <bruno@clisp.org>
7407
7408         * gnulib-tool: Recognize new option --assume-autoconf.
7409         (autoconf_minversion): New variable.
7410         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7411
7412 2006-07-20  Bruno Haible  <bruno@clisp.org>
7413
7414         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7415
7416 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7417
7418         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7419         Reindent and repaginate.
7420
7421 2006-07-19  Derek Price  <derek@ximbiot.com>
7422
7423         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7424         Correct grammar.
7425
7426 2006-07-17  Bruno Haible  <bruno@clisp.org>
7427
7428         * modules/list: New file.
7429         * modules/array-list: New file.
7430         * modules/carray-list, modules/carray-list-tests: New files.
7431         * modules/linked-list, modules/linked-list-tests: New files.
7432         * modules/avltree-list, modules/avltree-list-tests: New files.
7433         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7434         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7435         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7436         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7437         * modules/oset: New file.
7438         * modules/array-oset: New file.
7439         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7440         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7441         * tests/test-carray_list.c: New file.
7442         * tests/test-linked_list.c: New file.
7443         * tests/test-avltree_list.c: New file.
7444         * tests/test-rbtree_list.c: New file.
7445         * tests/test-linkedhash_list.c: New file.
7446         * tests/test-avltreehash_list.c: New file.
7447         * tests/test-rbtreehash_list.c: New file.
7448         * tests/test-avltree_oset.c: New file.
7449         * tests/test-rbtree_oset.c: New file.
7450         * MODULES.html.sh (Container data structures): New section.
7451
7452 2006-07-17  Bruno Haible  <bruno@clisp.org>
7453
7454         * m4/gl_list.m4: New file.
7455
7456 2006-07-17  Bruno Haible  <bruno@clisp.org>
7457
7458         * lib/gl_list.h: New file.
7459         * lib/gl_list.c: New file.
7460         * lib/gl_array_list.h: New file.
7461         * lib/gl_array_list.c: New file.
7462         * lib/gl_carray_list.h: New file.
7463         * lib/gl_carray_list.c: New file.
7464         * lib/gl_linked_list.h: New file.
7465         * lib/gl_linked_list.c: New file.
7466         * lib/gl_anylinked_list1.h: New file.
7467         * lib/gl_anylinked_list2.h: New file.
7468         * lib/gl_avltree_list.h: New file.
7469         * lib/gl_avltree_list.c: New file.
7470         * lib/gl_anyavltree_list1.h: New file.
7471         * lib/gl_anyavltree_list2.h: New file.
7472         * lib/gl_rbtree_list.h: New file.
7473         * lib/gl_rbtree_list.c: New file.
7474         * lib/gl_anyrbtree_list1.h: New file.
7475         * lib/gl_anyrbtree_list2.h: New file.
7476         * lib/gl_anytree_list1.h: New file.
7477         * lib/gl_anytree_list2.h: New file.
7478         * lib/gl_linkedhash_list.h: New file.
7479         * lib/gl_linkedhash_list.c: New file.
7480         * lib/gl_anyhash_list1.h: New file.
7481         * lib/gl_anyhash_list2.h: New file.
7482         * lib/gl_avltreehash_list.h: New file.
7483         * lib/gl_avltreehash_list.c: New file.
7484         * lib/gl_rbtreehash_list.h: New file.
7485         * lib/gl_rbtreehash_list.c: New file.
7486         * lib/gl_anytreehash_list1.h: New file.
7487         * lib/gl_anytreehash_list2.h: New file.
7488
7489         * lib/gl_oset.h: New file.
7490         * lib/gl_oset.c: New file.
7491         * lib/gl_array_oset.h: New file.
7492         * lib/gl_array_oset.c: New file.
7493         * lib/gl_avltree_oset.h: New file.
7494         * lib/gl_avltree_oset.c: New file.
7495         * lib/gl_rbtree_oset.h: New file.
7496         * lib/gl_rbtree_oset.c: New file.
7497         * lib/gl_anytree_oset.h: New file.
7498
7499 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7500
7501         * m4/mkancesdirs.m4: New file.
7502         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7503         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7504         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7505         it.
7506
7507 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7510         * lib/mkancesdirs.h: New files.
7511         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7512         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7513         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7514         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7515         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7516         callers changed.  Revamp internals significantly, by not
7517         attempting to create directories that are temporarily more
7518         permissive than the final results.  Do not attempt to use
7519         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7520         This removes some race conditions, fixes some bugs, and simplifies
7521         things.  Use new dirchownmod function to do owner and mode changes.
7522         * lib/mkdir-p.h: Likewise.
7523         * lib/modechange.c (octal_to_mode): New function.
7524         (struct mode_change): New member mentioned.
7525         (make_node_op_equals): New arg mentioned.  All callers changed.
7526         (mode_compile): Keep track of which mode bits the user has explicitly
7527         mentioned.
7528         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7529         New arg PMODE_BITS, to keep track of which mode bits the user
7530         mentioned; it treats S_ISUID and S_ISGID speciall.
7531         All callers changed.
7532         * lib/modechange.h: Likewise.
7533
7534 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7535
7536         * MODULES.html.sh: Add mkancestors.
7537         * modules/mkancesdirs: New module.
7538         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7539         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7540         The chdir-safer and afs files are now orphans; I'll remove them
7541         unless someone speaks up.
7542         Add lib/dirchownmod.c, lib/dirchownmod.h.
7543         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7544         Add lchown, mkancesdirs.
7545         (Maintainer): Add self.
7546
7547 2006-07-15  Karl Berry  <karl@gnu.org>
7548
7549         * gnulib-tool: help message wording/arrangement.
7550
7551 2006-07-14  Simon Josefsson  <jas@extundo.com>
7552
7553         * doc/gnulib.texi (Libtool and Windows): New section.
7554
7555 2006-07-12  Simon Josefsson  <jas@extundo.com>
7556
7557         * modules/gendocs (License): Fix license, approved by Karl.
7558
7559 2006-07-12  Eric Blake  <ebb9@byu.net>
7560
7561         * MODULES.html.sh: Add gendocs.
7562
7563 2006-07-11  Eric Blake  <ebb9@byu.net>
7564
7565         * modules/fdl: New module, to install doc/fdl.texi.
7566         * MODULES.html.sh: Add new section for documentation modules.
7567         * gnulib-tool: Avoid space-tab.
7568         (--doc-base): New option, to manage files from doc.
7569
7570 2006-07-11  Eric Blake  <ebb9@byu.net>
7571
7572         * m4/absolute-header.m4: Fix comments to match recent change.
7573
7574 2006-07-11  Eric Blake  <ebb9@byu.net>
7575
7576         * gnulib-tool: List --doc-base before --tests-base.
7577
7578 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7579
7580         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7581
7582 2006-07-11  Bruno Haible  <bruno@clisp.org>
7583
7584         * README: Mention where to put documentation.
7585
7586 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7587
7588         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7589
7590 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7591
7592         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7593         to stdint.m4.
7594
7595 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7598         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7599         "no/such/file/stdint.h" when there is no such file, so that
7600         the resulting C code can be parsed by dodgy compilers.
7601         Problems reported by Bob Proulx.
7602
7603 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7604
7605         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7606         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7607         macros into the GNU _D_EXACT_NAMLEN.
7608         * lib/savedir.c:  Likewise.
7609         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7610
7611 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7612         and Paul Eggert  <eggert@cs.ucla.edu>
7613
7614         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7615         * m4/savedir.m4:
7616         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7617         macros into the GNU _D_EXACT_NAMLEN.
7618
7619 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7622         around the absolute name, to work around a problem with the HP-UX
7623         11.23 native C compiler, reported by Bob Proulx.
7624
7625 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7626
7627         * doc/maintain.texi, make-stds.texi: Sync from
7628         <http://savannah.gnu.org/projects/gnustandards>.
7629
7630 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7631
7632         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7633
7634 2006-07-09  Jim Meyering  <jim@meyering.net>
7635
7636         * m4/glob.m4: Remove a doubled word in a comment.
7637
7638 2006-07-09  Jim Meyering  <jim@meyering.net>
7639
7640         * lib/argp-pv.c: Remove a doubled word in a comment.
7641         * lib/check-version.c (check_version): Likewise.
7642         * lib/javacomp.c (compile_java_class): Likewise.
7643
7644 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7645
7646         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7647         for the benefit of people using Autoconf 2.60.  If you want to
7648         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7649         (or m4/onceonly.m4, if pre-2.57) manually.
7650
7651 2006-07-08  Jim Meyering  <jim@meyering.net>
7652
7653         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7654         comment.
7655         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7656         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7657         comment.
7658
7659 2006-07-08  Jim Meyering  <jim@meyering.net>
7660
7661         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7662
7663 2006-07-07  Simon Josefsson  <jas@extundo.com>
7664
7665         * tests/test-crc.c: Change expected crc value, the test vector
7666         were probably computed using the old broken crc.c?
7667
7668 2006-07-06  Simon Josefsson  <jas@extundo.com>
7669
7670         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7671         now the canonical place for the M4 file).
7672
7673         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7674         from the sys_socket dependency now.
7675
7676         * modules/inet_pton (Files): Ditto.
7677
7678         * modules/inet_ntop (Files): Ditto.
7679
7680 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7681
7682         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7683         not gl_PREREQ_GETUSERSHELL.
7684
7685 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7686
7687         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7688         with only one argument, for Autoconf 2.60.
7689         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7690         expand to nothing, so add a shell command to avoid syntax error.
7691         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7692
7693 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7694
7695         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7696
7697 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7698
7699         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7700         no longer needed.  Check for isblank decl.
7701         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7702         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7703         of existence.
7704
7705 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7706
7707         * lib/getloadavg.c: Use __VMS, not VMS.
7708         * lib/getopt.c: Likewise.
7709         * lib/getpagesize.h: Likewise.
7710         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7711         and probably does not work.
7712
7713 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7714
7715         * lib/.cppi-disable: Add wcwidth.
7716         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7717         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7718         (ISGRAPH): Remove.  All uses changed to isgraph.
7719         (FOLD) [!defined _LIBC]: Remove special case.
7720         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7721         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7722         HAVE_ISBLANK.
7723         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7724         case.
7725
7726 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7727
7728         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7729         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7730         brackets.  Other minor changes to suppress some compiler
7731         warnings.
7732
7733 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7734         and Paul Eggert  <eggert@cs.ucla.edu>
7735
7736         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7737         of invoking obsolescent AC_HEADER_DIRENT macro.
7738         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7739         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7740         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7741         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7742         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7743         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7744         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7745         * m4/readdir.m4: Remove; no longer needed.
7746
7747 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7748         and Paul Eggert  <eggert@cs.ucla.edu>
7749
7750         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7751         Don't worry about this obsolete case any more.
7752         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7753         directories.
7754         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7755         worry about this obsolete case any more.
7756         * lib/fts.c: Likewise.
7757         * lib/getcwd.c: Likewise.
7758         * lib/glob.h: Likewise.
7759         * lib/savedir.c: Likewise.
7760
7761 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7762
7763         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7764         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7765         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7766         needed.
7767         All uses removed.
7768         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7769         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7770         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7771         needed.
7772         * m4/getdate.m4 (gl_GETDATE): Likewise.
7773         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7774         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7775         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7776         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7777         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7778         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7779         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7780         needed.
7781
7782 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7783
7784         * lib/memcasecmp.c: Include <limits.h>.
7785         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7786         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7787         Don't assume isdigit succeeds only on '0' through '9'.
7788
7789 2006-07-05  Eric Blake  <ebb9@byu.net>
7790
7791         * modules/getaddrinfo (Depends-on): Add snprintf.
7792
7793 2006-07-05  Eric Blake  <ebb9@byu.net>
7794
7795         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7796         to avoid 'header present but could not be compiled' on cygwin.
7797
7798 2006-07-05  Eric Blake  <ebb9@byu.net>
7799
7800         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7801         missing from netdb.h.
7802         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7803
7804 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7805
7806         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7807         no longer needed.
7808         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7809         * m4/getdate.m4 (gl_GETDATE): Likewise.
7810         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7811         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7812         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7813         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7814         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7815
7816 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7817
7818         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7819         All uses of is_space replaced by isspace.
7820         * lib/exit.h: Don't talk about STDC_HEADERS.
7821         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7822         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7823         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7824         replaced by isprint etc.
7825         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7826         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7827         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7828         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7829         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7830         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7831
7832 2006-07-05  Bruno Haible  <bruno@clisp.org>
7833
7834         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7835         the function exists, before testing against AIX.
7836         Reported by Martin Lambers <marlam@marlam.de>.
7837
7838 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7839
7840         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7841         From Mark D. Baushke.
7842
7843 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7844
7845         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7846         to the absolute name, not just one, to bypass Sun C 5.8's
7847         "warning: #include of /usr/include/... may be non-portable".
7848
7849 2006-07-04  Eric Blake  <ebb9@byu.net>
7850
7851         * modules/dirname-tests: New test module.
7852         * tests/test-dirname.c: New file, replacing dirname.c
7853         TEST_DIRNAME section that was recently deleted.
7854
7855 2006-07-04  Bruno Haible  <bruno@clisp.org>
7856
7857         Assume ANSI C header files and <ctype.h> functions.
7858         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7859         (mbsnwidth): Use isprint, iscntrl instead.
7860
7861 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7862
7863         Merge from coreutils.
7864         * MODULES.html.sh: Add xstrtold.
7865         * modules/xstrtold: New file.
7866         * modules/cycle-check (Files): Add lib/same-inode.h.
7867         * modules/dirname (Files): Add m4/double-slash-root.m4.
7868         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7869         * modules/mkdir-p (Files): Add lib/same-inode.h.
7870         * modules/same (Files): Add lib/same-inode.h.
7871
7872 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7875         This is to keep the terminology clean; POSIX talks about
7876         "absolute pathnames", not "full pathnames", but the GNU
7877         Coding Standards say to use "path" for something else;
7878         so use "absolute" to keep both sides happy.
7879         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7880         Set gl_absolute_header, not gl_full_header_path.
7881         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7882         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7883         All uses changed.
7884
7885         Merge from coreutils.
7886
7887         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7890         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7891         want to require the building of c-strtod.o.
7892         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7893         needs -lm directly.
7894         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7895
7896         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7897
7898         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7899         --as-needed option if available.  Problem reported by Albert Chin in
7900         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7901         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7902         cc merely issues a bunch of annoying warnings for --as-needed
7903         (this problem was reported by Bob Proulx).  Also, try linking with
7904         -lm to detect a bug in binutils 2.16 (this problem was reported
7905         by Ralf Wildenhues).
7906
7907         2006-06-18  Jim Meyering  <jim@meyering.net>
7908
7909         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7910         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7911         macro.
7912         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7913         also check for glibc-2.4's abort-inducing bug.
7914
7915         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7916         Low-probability clean-up should be to use rmdir to get rid of
7917         the just-created directory, not unlink.
7918
7919         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7920         configure fail, and request a bug report to inform us about it.
7921         Add a comment that, barring reports to the contrary, in 2007 we'll
7922         assume ftruncate is universally available.
7923
7924         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7925
7926         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7927
7928         2006-03-12  Jim Meyering  <jim@meyering.net>
7929
7930         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7931         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7932         * m4/same.m4 (gl_SAME): Likewise.
7933         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7934
7935         2006-03-11  Eric Blake  <ebb9@byu.net>
7936
7937         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7938         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7939         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7940         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7941
7942 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7945         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7946         reported by Mark D. Baushke, one in
7947         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7948
7949         Merge from coreutils.
7950
7951         * lib/.cppi-disable: Add stdint_.h.
7952         * lib/.cvsignore: Add stdint.h.
7953
7954         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7955
7956         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7957         both double and long double versions.
7958         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7959         * lib/xstrtold.c: New file.
7960         * lib/xstrtod.h (xstrtold): New decl.
7961
7962         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7963
7964         * lib/filemode.c (setst): Remove.
7965         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7966         (arguably) clearer, and the generated code is a bit smaller on my
7967         Debian GNU/Linux stable x86 host.
7968
7969         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7972         Assume that filemode.h includes sys/types.h and sys/stat.h.
7973         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7974         (ftypelet): Reorder to put common cases first, for efficiency.
7975         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7976         to do 'M'.
7977         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7978         of 10, for compatibility with FreeBSD.  All callers changed.
7979         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7980         types that can't be deduced solely from st_mode.  First arg is now a
7981         const pointer.
7982         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7983         (strmode): Renamed from mode_string.
7984         (filemodestring): New decl.
7985         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7986         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7987         needed.
7988         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7989
7990         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7991
7992         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7993         fsusage.h now does that.  Include fsusage.h first, to test interface.
7994         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7995         at most one method (the old code could have generated decls that
7996         didn't conform to C89, not that this was ever exercised).
7997         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7998
7999         2006-03-19  Jim Meyering  <jim@meyering.net>
8000
8001         Work even in a chroot where d_ino values for entries in "/"
8002         don't match the stat.st_ino values for the same names.
8003         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8004         number, iterate through all entries again, using lstat instead.
8005         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8006         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8007
8008         * lib/getcwd.c (__getcwd): Clarify a comment.
8009         Use memcpy in place of a call to strcpy.
8010
8011         2006-03-12  Jim Meyering  <jim@meyering.net>
8012
8013         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8014         matches that of the current directory (which we're about to chdir ".."
8015         out of), then save the dev-ino of the parent, instead.
8016
8017         * lib/same-inode.h (SAME_INODE): New file/macro.
8018         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8019         Include "same-inode.h", instead.
8020         * lib/same.c: Likewise.
8021         * lib/cycle-check.h: Include "same-inode.h".
8022         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8023         * lib/cycle-check.c (SAME_INODE): Remove definition.
8024         * lib/root-dev-ino.h: Include "same-inode.h".
8025
8026         2006-03-11  Eric Blake  <ebb9@byu.net>
8027
8028         * lib/same.c (same_name): s/base_name/last_component/
8029         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8030         * lib/filenamecat.c (file_name_concat): Likewise.
8031
8032         2006-03-11  Eric Blake  <ebb9@byu.net>,
8033                     Paul Eggert  <eggert@cs.ucla.edu>
8034
8035         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8036         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8037         drive prefix.
8038         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8039         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8040         (last_component): New method.
8041         * lib/dirname.c (dir_len): Determine when drive letters need a
8042         subsequent slash.  Preserve // when it is special.
8043         (dir_name): Don't append dot when drive letter is absolute.
8044         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8045         * lib/basename.c (base_name): New semantics - malloc the result.
8046         Preserve // when it is special.  Preserve relative files that look
8047         like drive letters.
8048         (base_len): Preserve // when it is special.
8049         (last_component): New method, similar to old base_name semantics.
8050         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8051         base_name.  Strip redundant slashes from ///.
8052
8053 2006-07-03  Jim Meyering  <jim@meyering.net>
8054
8055         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8056         macro is used before the first cycle_check call.
8057
8058 2006-07-03  Eric Blake  <ebb9@byu.net>
8059
8060         * modules/dirname (Depends-on): Add xstrndup.
8061
8062 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8063
8064         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8065         test cases, so that config.log is a bit easier to follow.
8066
8067 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8068
8069         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8070         both are 64 bits, since this seems to be the tradition, and this
8071         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8072         we ever run into a host that prefers long long to long in this
8073         case, we'll need another configure-time test.  Problem reported by
8074         Jim Meyering.
8075
8076 2006-07-02  Eric Blake  <ebb9@byu.net>
8077
8078         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8079
8080 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8081
8082         * modules/inttypes (Depends-on): No longer depends on stdint.
8083         * modules/stdint (Description): Say more about assumptions.
8084         Say that the fast types might differ.  Say macros are used.
8085         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8086         (Makefile.am): Revise list of substituted symbols to match
8087         new stdint.m4.
8088         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8089         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8090         * tests/test-stdint.c (verify_same_types)
8091         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8092         the code conforms to C99/C89.
8093         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8094         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8095
8096 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8097
8098         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8099         but fix a bug, by requiring at least 64 bits.
8100         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8101         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8102         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8103         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8104
8105         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8106         changes.  Make 2.59 a prerequisite.  Check and substitute for
8107         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8108         inttypes.h.  Do not use special include files; just use the
8109         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8110         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8111         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8112         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8113         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8114         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8115         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8116         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8117         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8118         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8119         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8120         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8121         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8122         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8123         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8124         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8125         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8126         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8127         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8128         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8129         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8130         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8131         not check for things that C99 does not require, e.g., int8_t.  If
8132         a test isn't needed unless <stdint.h> isn't working, and is
8133         unlikely to be needed for any other reason, then don't do it
8134         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8135         size_t, since we assume C89 freestanding at least.  Do not check
8136         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8137         the right thing even if the types are not defined.  Instead use:
8138         (gl_STDINT_TYPE_PROPERTIES): New macro.
8139         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8140         testing whether <sys/types.h> clashes, as Autoconf does this for
8141         us now.  All uses removed.
8142         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8143         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8144         (gl_CHECK_TYPE_SAME):
8145         Remove; no longer needed.
8146         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8147         exists, since we'll return 0 anyway in that case.
8148         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8149
8150 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8151
8152         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8153         possible collision with system files.
8154         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8155         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8156         WCHAR_MIN and WCHAR_MAX in this case.
8157         (<stddef.h>): Do not include; no longer needed.
8158         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8159         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8160         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8161         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8162         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8163         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8164         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8165         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8166         !defined(__c99))]: Include in this case too, since it's harmless
8167         now.
8168         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8169         dangerous to do so.
8170         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8171         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8172         (_STDINT_MIN, _STDINT_MAX): New macros.
8173         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8174         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8175         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8176         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8177         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8178         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8179         macros, not typedefs; this simplifies things quite a bit.
8180         Use long int for all types narrower than int64_t.
8181         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8182         Define in terms of long long int or int64_t or long int,
8183         not int64_t or int32_t.  This saves some compile-time testing.
8184         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8185         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8186         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8187         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8188         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8189         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8190         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8191         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8192         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8193         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8194         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8195         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8196         undef any previous version and define our own version, for
8197         simplicity and consistency with the new macros for types.
8198         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8199         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8200         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8201         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8202         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8203         @WINT_T_SUFFIX@ to keep things simple here.
8204         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8205         Simplify by assuming typical 8/16/32/64 host, since we're
8206         already doing that elsewhere anyway.
8207         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8208         and assume long long int is 64 bits if available.  This
8209         speeds up 'configure'.
8210
8211 2006-07-01  Eric Blake  <ebb9@byu.net>
8212
8213         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8214         Reported by Andreas Buening.
8215
8216 2006-07-01  Eric Blake  <ebb9@byu.net>
8217
8218         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8219
8220 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8221
8222         * lib/getaddrinfo.c: fixed typo
8223
8224 2006-06-29  Jim Meyering  <jim@meyering.net>
8225
8226         * modules/strftime (Maintainer): Add my name, since with the
8227         FPRINTFTIME changes strftime.c has forked from glibc.
8228
8229 2006-06-29  Eric Blake  <ebb9@byu.net>
8230
8231         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8232
8233 2006-06-29  Eric Blake  <ebb9@byu.net>
8234
8235         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8236
8237 2006-06-29  Eric Blake  <ebb9@byu.net>
8238
8239         * lib/stat_.h: New file.
8240
8241 2006-06-29  Eric Blake  <ebb9@byu.net>
8242
8243         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8244         unused static function.
8245
8246 2006-06-29  Eric Blake  <ebb9@byu.net>
8247
8248         * doc/functions.texi (Function Portability): Document missing lstat
8249         on mingw.
8250
8251 2006-06-29  Eric Blake  <ebb9@byu.net>
8252
8253         * MODULES.html.sh: Add sys_stat.
8254         * modules/sys_stat: New module.
8255         * modules/mkstemp (Depends-on): Add sys_stat.
8256
8257 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8258
8259         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8260
8261 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8262
8263         * m4/c-bs-a.m4: Removed.
8264
8265 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8266
8267         * lib/strftime.c: Assume strftime() exists.
8268
8269 2006-06-29  Derek Price  <derek@ximbiot.com>
8270
8271         * modules/c-bs-a: Removed - \a is C89.
8272         * MODULES.html.sh: Remove c-bs-a.
8273
8274 2006-06-29  Bruno Haible  <bruno@clisp.org>
8275
8276         * modules/wcwidth (License): Change to LGPL.
8277
8278 2006-06-28  Simon Josefsson  <jas@extundo.com>
8279
8280         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8281         on _WIN32.
8282
8283         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8284         getnameinfo.
8285
8286 2006-06-28  Simon Josefsson  <jas@extundo.com>
8287
8288         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8289
8290 2006-06-28  Simon Josefsson  <jas@extundo.com>
8291
8292         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8293         functions there.  It will succeed on Windows XP, but on Windows
8294         2000 and (presumably) earlier, it will fail, and use the internal
8295         re-implementation.
8296         (use_win32_p): New function.
8297         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8298         Support AI_NUMERICSERV to disable getservbyname.
8299         (getnameinfo): New function, only supports
8300         NI_NUMERICHOST|NI_NUMERICSERV for now.
8301
8302         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8303         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8304         getnameinfo.
8305
8306 2006-06-28  Eric Blake  <ebb9@byu.net>
8307
8308         * modules/wcwidth: New file.
8309         * modules/mbchar (Depends-on): Add wcwidth.
8310         * modules/mbswidth (Depends-on): Add wcwidth.
8311         * MODULES.html.sh: Add wcwidth.
8312
8313 2006-06-28  Eric Blake  <ebb9@byu.net>
8314
8315         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8316         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8317
8318 2006-06-28  Eric Blake  <ebb9@byu.net>
8319
8320         * lib/xvasprintf.h: Fix comments.
8321
8322 2006-06-28  Eric Blake  <ebb9@byu.net>
8323
8324         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8325         * lib/mbswidth.c (wcwidth): Move from here...
8326         * lib/wcwidth.h: ...to this new file.
8327
8328 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8329
8330         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8331
8332         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8333         it's obsolete.
8334         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8335
8336 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8337
8338         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8339         Autoconf 2.60 says this stuff was obsolete.
8340
8341 2006-06-28  Bruno Haible  <bruno@clisp.org>
8342
8343         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8344
8345 2006-06-28  Bruno Haible  <bruno@clisp.org>
8346
8347         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8348         gt_TYPE_WCHAR_T.
8349
8350 2006-06-28  Bruno Haible  <bruno@clisp.org>
8351
8352         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8353         declaration for wcwidth.
8354         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8355
8356 2006-06-28  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8359         (mkdir): Define using _mkdir.
8360
8361 2006-06-28  Bruno Haible  <bruno@clisp.org>
8362
8363         * lib/getaddrinfo.h: Fix POSIX URL.
8364         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8365         _WIN32.
8366         (use_win32_p): Make static.
8367         (getaddrinfo): Reject service name if it is empty or does not consist
8368         solely of decimal digits, or if its value is > 65535.
8369         (getnameinfo): Remove useless casts.
8370
8371 2006-06-27  Simon Josefsson  <jas@extundo.com>
8372
8373         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8374         Eggert and Martin Lambers.
8375
8376 2006-06-27  Simon Josefsson  <jas@extundo.com>
8377
8378         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8379         Eggert and Martin Lambers.
8380
8381 2006-06-27  Bruno Haible  <bruno@clisp.org>
8382
8383         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8384         result to 0, not to empty.
8385         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8386
8387 2006-06-27  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8390
8391 2006-06-26  Simon Josefsson  <jas@extundo.com>
8392
8393         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8394         present.
8395
8396 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8399         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8400         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8401
8402 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8403
8404         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8405
8406 2006-06-26  Bruno Haible  <bruno@clisp.org>
8407
8408         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8409
8410 2006-06-26  Bruno Haible  <bruno@clisp.org>
8411
8412         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8413
8414 2006-06-26  Bruno Haible  <bruno@clisp.org>
8415
8416         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8417         SGI C compiler in pre-C99 mode.
8418         Suggested by Mark D. Baushke and Larry Jones.
8419
8420 2006-06-26  Bruno Haible  <bruno@clisp.org>
8421
8422         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8423         WCHAR_MAX.
8424         Reported by Mark D. Baushke and Larry Jones.
8425
8426 2006-06-26  Bruno Haible  <bruno@clisp.org>
8427
8428         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8429         in pre-C99 mode.
8430         Suggested by Mark D. Baushke and Larry Jones.
8431
8432 2006-06-23  Simon Josefsson  <jas@extundo.com>
8433             Bruno Haible  <bruno@clisp.org>
8434
8435         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8436         Emit mostlyclean-local rule.
8437         (func_emit_tests_Makefile_am): Likewise.
8438         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8439
8440 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8441
8442         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8443
8444 2006-06-23  Bruno Haible  <bruno@clisp.org>
8445
8446         * tests/test-stdint.c: Update to match ISO C 99 Technical
8447         Corrigendum 1.
8448
8449 2006-06-23  Bruno Haible  <bruno@clisp.org>
8450
8451         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8452
8453 2006-06-23  Bruno Haible  <bruno@clisp.org>
8454
8455         * lib/stdint_.h: Treat IRIX like OpenBSD.
8456
8457 2006-06-23  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8460         ISO C 99 Technical Corrigendum 1.
8461
8462 2006-06-22  Simon Josefsson  <jas@extundo.com>
8463
8464         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8465         MinGW.
8466
8467 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8468
8469         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8470         needed.  Some compiler complained about some of them.  Problem reported
8471         by Larry Jones in
8472         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8473
8474 2006-06-21  Simon Josefsson  <jas@extundo.com>
8475
8476         * tests/test-getaddrinfo.c: New file.
8477
8478         * modules/getaddrinfo-tests: New file.
8479
8480         * MODULES.html.sh: Add inet_pton.
8481
8482         * modules/inet_pton: New file.
8483
8484 2006-06-21  Simon Josefsson  <jas@extundo.com>
8485
8486         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8487         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8488         of using the (limited) gnulib implementation on Windows XP.
8489
8490         * m4/inet_pton.m4: New file.
8491
8492 2006-06-21  Simon Josefsson  <jas@extundo.com>
8493
8494         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8495         variable.
8496
8497         * lib/socket_.h: Don't define WINVER.
8498
8499         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8500         slightly modified to work in gnulib.
8501
8502 2006-06-21  Simon Josefsson  <jas@extundo.com>
8503
8504         * doc/gnulib.texi (Windows sockets): Add.
8505
8506 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8507
8508         * lib/read-file.c (fread_file): Start with buffer allocation of
8509         0 bytes rather than 1 byte; this simplifies the code.
8510         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8511         code to free buffer and save/restore errno.
8512         (internal_read_file): Remove unused local.
8513
8514 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8515
8516         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8517         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8518         Problem reported by Denis Excoffier in
8519         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8520
8521 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8522
8523         * modules/sys_socket, modules/socklen: Include sys/types since
8524         FreeBSD 4.x's sys/socket.h needs it.
8525
8526 2006-06-19  Simon Josefsson  <jas@extundo.com>
8527
8528         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8529
8530 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8531
8532         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8533
8534 2006-06-19  Bruno Haible  <bruno@clisp.org>
8535
8536         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8537         and FULL_PATH_INTTYPES_H in angle brackets.
8538         Reported by Mark D. Baushke <mdb@gnu.org>.
8539
8540 2006-06-17  Eric Blake  <ebb9@byu.net>
8541
8542         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8543         errno.
8544
8545 2006-06-17  Bruno Haible  <bruno@clisp.org>
8546
8547         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8548         <sys/inttypes.h>.
8549
8550 2006-06-17  Bruno Haible  <bruno@clisp.org>
8551
8552         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8553         whether errno is declared. Assume <errno.h> declares errno.
8554
8555 2006-06-17  Bruno Haible  <bruno@clisp.org>
8556
8557         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8558
8559 2006-06-17  Bruno Haible  <bruno@clisp.org>
8560
8561         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8562         problem on Solaris 2.5.1.
8563
8564 2006-06-16  Eric Blake  <ebb9@byu.net>
8565
8566         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8567         * lib/unicodeio.c [!defined errno]: Likewise.
8568         * lib/strtol.c [!defined errno]: Likewise.
8569         * lib/strtod.c [!defined errno]: Likewise.
8570
8571 2006-06-15  Eric Blake  <ebb9@byu.net>
8572
8573         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8574
8575 2006-06-15  Eric Blake  <ebb9@byu.net>
8576
8577         * config/srclist.txt (ssize_t.m4): Lose sync.
8578
8579 2006-06-15  Bruno Haible  <bruno@clisp.org>
8580
8581         * modules/stdint (Files): Include m4/full-header-path.m4,
8582         m4/size_max.m4, m4/wchar_t.m4.
8583         (Makefile.am): Many more substitutions.
8584         * modules/stdint-tests: New file.
8585         * tests/test-stdint.c: New file.
8586
8587 2006-06-15  Bruno Haible  <bruno@clisp.org>
8588
8589         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8590         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8591         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8592         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8593         gl_CHECK_TYPE_SAME): New macros.
8594
8595 2006-06-15  Bruno Haible  <bruno@clisp.org>
8596
8597         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8598
8599 2006-06-15  Bruno Haible  <bruno@clisp.org>
8600
8601         * lib/stdint_.h: Rewritten to be fully auto-configured.
8602         Fixes bug on HP-UX/IA64.
8603
8604 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8605
8606         * lib/getdate.y (__attribute__): Don't define if already defined.
8607         Problem reported by Larry Jones.
8608         * lib/utimens.c (__attribute__): Likewise.
8609
8610 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8613         reported by Andreas Schwab.
8614
8615 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8616             Bruno Haible  <bruno@clisp.org>
8617
8618         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8619         check for the declaration of strnlen and a run test that exposes the
8620         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8621         rpl_strndup.
8622
8623 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8624             Bruno Haible  <bruno@clisp.org>
8625
8626         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8627
8628 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8629
8630         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8631         compile test, for Tru64 4.0D.
8632
8633 2006-05-28  Karl Berry  <karl@gnu.org>
8634
8635         * config/srclist.txt (printf-args.c): lose sync.
8636
8637 2006-05-26  Martin Lambers  <marlam@marlam.de>
8638
8639         * lib/getpass.c: Updates the test for the native W32 API, and adds
8640         missing includes, thus fixing compilation warnings.
8641
8642 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8643
8644         * lib/exclude.c (exclude_fnmatch): New function.
8645         (excluded_file_name): Call exclude_fnmatch.
8646         * lib/exclude.h (excluded_file_name): New prototype
8647
8648 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8649
8650         * lib/tempname.c (small_open, large_open): New macros.
8651         (__open, __open64) [!_LIBC]: Remove.
8652         (__gen_tempname): Use small_open and large_open instead of __open
8653         and __open64.  This fixes a portability bug on HP-UX 11.11i
8654         reported by Simon Wing-Tang in
8655         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8656
8657 2006-05-24  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8660         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8661         Reported by Thorsten Maerz <torte@netztorte.de> via
8662         Aaron Stone <aaron@serendipity.cx>.
8663
8664 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8665
8666         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8667         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8668         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8669         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8670         not really conditional on the cache.
8671         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8672
8673 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8674
8675         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8676         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8677         (my_usleep): Don't mishandle maximum value.
8678
8679 2006-05-19  Jim Meyering  <jim@meyering.net>
8680
8681         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8682
8683 2006-05-17  Bruno Haible  <bruno@clisp.org>
8684
8685         Cygwin portability.
8686         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8687
8688 2006-05-17  Bruno Haible  <bruno@clisp.org>
8689
8690         * lib/stdint_.h: Fix recognition of Cygwin.
8691
8692 2006-05-15  Bruno Haible  <bruno@clisp.org>
8693
8694         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8695         on libtool patch by Ralf Wildenhues.
8696
8697 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8698
8699         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8700         test for C99 conformance; (bool) 0.5 is an integer constant
8701         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8702         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8703
8704 2006-05-11  Simon Josefsson  <jas@extundo.com>
8705
8706         * m4/xvasprintf.m4: Fix obvious typo.
8707
8708 2006-05-11  Jim Meyering  <jim@meyering.net>
8709
8710         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8711         James Lemley.
8712
8713 2006-05-10  Simon Josefsson  <jas@extundo.com>
8714
8715         * lib/md4.c: Typo fix, update copyright years.
8716         (K1, K2): Don't use L because it turn computations into 64-bit on
8717         64-bit platforms.
8718
8719 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8720
8721         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8722         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8723         unwanted sign propagation, e.g., on hosts with 64-bit int.
8724         There still are some problems with reeelly weird theoretical hosts
8725         (e.g., 33-bit int) but it's not worth worrying about now.
8726         * lib/sha1.c (rol): Likewise.
8727         (K1, K2, K3, K4): Remove unnecessary L suffix.
8728
8729 2006-05-10  Bruno Haible  <bruno@clisp.org>
8730
8731         * lib/des.c: Cast to avoid warnings.
8732
8733 2006-05-09  Bruno Haible  <bruno@clisp.org>
8734
8735         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8736         (Depends-on): Depend also on xsize, stdarg.
8737         (configure.ac): Add gl_XVASPRINTF.
8738
8739 2006-05-09  Bruno Haible  <bruno@clisp.org>
8740
8741         * m4/xvasprintf.m4: New file.
8742
8743 2006-05-09  Bruno Haible  <bruno@clisp.org>
8744
8745         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8746         (EOVERFLOW): Define fallback value.
8747         (xstrcat): New function.
8748         (xvasprintf): Recognize the special case of a string concatenation.
8749
8750 2006-05-08  Eric Blake  <ebb9@byu.net>
8751
8752         * gnulib-tool (func_version): Base copyright year on CVS date.
8753         (func_emit_copyright_notice): New function.
8754         (func_emit_lib_Makefile_am): Use it.
8755         (func_emit_tests_Makefile_am): Likewise.
8756         (func_import): Likewise.
8757
8758 2006-05-08  Bruno Haible  <bruno@clisp.org>
8759
8760         * modules/stdarg: New file.
8761         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8762
8763 2006-05-08  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/stdarg.m4: New file, from GNU gettext.
8766
8767 2006-05-08  Bruno Haible  <bruno@clisp.org>
8768
8769         * config/srclist.txt (build-aux/config.rpath): different from latest
8770         release.
8771
8772 2006-05-08  Bruno Haible  <bruno@clisp.org>
8773
8774         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8775
8776 2006-05-05  Jim Meyering  <jim@meyering.net>
8777
8778         * m4/warning.m4: New file, derived from bison's file by the same name.
8779
8780 2006-05-03  Bruno Haible  <bruno@clisp.org>
8781
8782         * lib/stdint_.h: Shorter URL.
8783         * lib/inttypes.h: Likewise.
8784
8785 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8786
8787         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8788
8789 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8790
8791         * lib/verify.h: Document the internals better.  Most of this change
8792         was written by Bruno Haible.
8793
8794 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8795
8796         * doc/verify.texi: New file, partly based on a proposal by
8797         Bruno Haible.
8798
8799 2006-05-02  Bruno Haible  <bruno@clisp.org>
8800
8801         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8802         test from here...
8803         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8804
8805 2006-04-29  Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8808         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8809
8810 2006-04-29  Bruno Haible  <bruno@clisp.org>
8811
8812         * gnulib-tool: Make --update option actually work.
8813
8814 2006-04-29  Bruno Haible  <bruno@clisp.org>
8815
8816         * doc/gcd.texi: New file.
8817         * doc/gnulib.texi: Include it.
8818
8819 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8820
8821         * lib/getdate.y (get_date): When adding relative date, start with the
8822         initial time, not with the result of the first mktime call.
8823
8824 2006-04-25  Bruno Haible  <bruno@clisp.org>
8825
8826         * gnulib-tool (func_import): Output the include directives in three
8827         blocks, sorted separately.
8828         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8829
8830 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8831
8832         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8833         to define main with arguments, for C++.  Reported by Eric Blake.
8834         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8835         Prefer 'int main ()' to 'int main (void)', for C++.
8836         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8837         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8838         for 'main', for C99 and C++.
8839
8840 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8843         Don't assume that exit status -1 is valid.
8844         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8845         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8846         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8847         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8848         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8849         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8850         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8851         functions can be used without declaring them, or that you can
8852         exit with status -1.
8853         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8854
8855 2006-04-24  Karl Berry  <karl@gnu.org>
8856
8857         * config/srclist.txt (longdouble.m4): sync lost.
8858
8859 2006-04-24  Eric Blake  <ebb9@byu.net>
8860
8861         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8862
8863 2006-04-24  Bruno Haible  <bruno@clisp.org>
8864
8865         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8866         poll() implementation in AIX.
8867         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8868
8869 2006-04-24  Bruno Haible  <bruno@clisp.org>
8870
8871         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8872         assigned exactly once.
8873
8874 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8875             Bruno Haible  <bruno@clisp.org>
8876
8877         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8878         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8879         for AM_CPPFLAGS.
8880
8881 2006-04-23  Bruno Haible  <bruno@clisp.org>
8882
8883         * modules/copy-file: Depend on unistd.
8884         * modules/execute: Likewise.
8885         * modules/fatal-signal: Likewise.
8886         * modules/findprog: Likewise.
8887         * modules/mkdtemp : Likewise.
8888         * modules/pipe: Likewise.
8889         * modules/wait-process: Likewise.
8890
8891 2006-04-23  Bruno Haible  <bruno@clisp.org>
8892
8893         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8894         condition was already detected.
8895         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8896
8897 2006-04-23  Bruno Haible  <bruno@clisp.org>
8898
8899         * lib/copy-file.c: Include <unistd.h> unconditionally.
8900         * lib/execute.c: Likewise.
8901         * lib/fatal-signal.c: Likewise.
8902         * lib/findprog.c: Likewise.
8903         * lib/mkdtemp.c: Likewise.
8904         * lib/pipe.h: Likewise.
8905         * lib/pipe.c: Likewise.
8906         * lib/wait-process.h: Likewise.
8907
8908 2006-04-23  Bruno Haible  <bruno@clisp.org>
8909
8910         * gnulib-tool (func_usage): Fix --import description. Document
8911         --update.
8912         (func_import): Create temporary file in a temporary directory, if
8913         --dry-run is specified. Silence errors from 'grep' when there are no
8914         m4 files in $m4dir.
8915         (func_create_testdir): Silence errors from 'grep' when there are no
8916         m4 files in $m4dir.
8917         Reported by Karl Berry <karl@freefriends.org>.
8918
8919 2006-04-20  Bruno Haible  <bruno@clisp.org>
8920
8921         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8922         one argument, so that the code will be portable to Autoconf 2.60.
8923         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8924         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8925         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8926
8927 2006-04-19  Derek Price  <derek@ximbiot.com>
8928             Eric Blake  <ebb9@byu.net>
8929
8930         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8931         rather than "/full/path.h".  Update comment to match.  Shorten &
8932         generalize m4_translit call via AS_TR_CPP.
8933
8934 2006-04-19  Derek Price  <derek@ximbiot.com>
8935             Eric Blake  <ebb9@byu.net>
8936
8937         * lib/inttypes.h: Correct grammar in comment.
8938
8939 2006-04-18  Derek Price  <derek@ximbiot.com>
8940             Paul Eggert  <eggert@cs.ucla.edu>
8941
8942         * modules/inttypes: New file.
8943         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8944
8945 2006-04-18  Derek Price  <derek@ximbiot.com>
8946             Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8949         New files.
8950
8951 2006-04-18  Derek Price  <derek@ximbiot.com>
8952             Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         * lib/inttypes.h: New file.
8955         * lib/strtoimax.c: Assume <inttypes.h>.
8956
8957 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8958
8959         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8960         isn't mounted.  Problem reported by Kir Kolyshkin.
8961
8962 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8963
8964         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8965         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8966         Derek R. Price.
8967         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8968         implementation.
8969
8970 2006-04-12  Eric Blake  <ebb9@byu.net>
8971
8972         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8973         is now done automatically by the corresponding Autoconf macro.
8974
8975 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8976
8977         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8978         time_r.h.
8979
8980 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         Merge regex changes from libc, removing some of our
8983         POSIX-conformance changes that were rejected and redoing them in a
8984         less-intrusive way.
8985
8986         * lib/regcomp.c (re_compile_internal, init_dfa):
8987         Length arg is now size_t, not Idx.  All uses changed.
8988         (peek_token): Forward decl now says internal_function.
8989         (__re_error_msgid, __re_error_msgid_idx):
8990         Now static rather than extern with attribute_hidden.
8991         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8992         For some reason libc prefers K&R style defns for external functions.
8993         (regerror) [!defined _LIBC]: Likewise.
8994         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8995         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8996         (build_range_exp, build_collating_symbol):
8997         Use K&R-style defn.
8998         (re_compile_fastmap): Use '\0' to memset, not 0.
8999         (utf8_sb_map): Make the calculations more obvious.
9000         (init_dfa, parse_bracket_exp, build_charclass_op):
9001         Call calloc and cast result, as glibc does.
9002         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9003         (build_range_exp, build_collating_symbol):
9004         Now internal functions.
9005
9006         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9007
9008         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9009         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9010         Don't depend on VMS; depend on __VMS instead, for POSIX
9011         namespace cleanness.
9012         (regoff_t): Define to ssize_t, not long int.
9013
9014         Remove the REG_ macros named below.  Instead, make the old names
9015         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9016         __USE_GNU_REGEX.
9017         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9018         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9019         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9020         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9021         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9022         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9023         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9024         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9025         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9026         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9027         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9028         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9029         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9030         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9031         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9032         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9033         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9034         (REG_NREGS):
9035         Remove.  All uses replaced by the old RE_* names.
9036         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9037         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9038         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9039         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9040         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9041         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9042         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9043         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9044         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9045         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9046         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9047         Don't bother having these macros be independent of each others'
9048         values, since they no longer exist in the POSIX name space.
9049
9050         Rename the following member names back to their old names,
9051         unless !__USE_GNU_REGEX.  All uses changed back.
9052         (buffer): Renamed from re_buffer.
9053         (allocated): Renamed from re_allocated.
9054         (used): Renamed from re_used.
9055         (syntax): Renamed from re_syntax.
9056         (fastmap): Renamed from re_fastmap.
9057         (translate): Renamed from re_translate.
9058         (can_be_null): Renamed from re_can_be_null.
9059         (regs_allocated): Renamed from re_regs_allocated.
9060         (fastmap_accurate): Renamed from re_fastmap_accurate.
9061         (no_sub): Renamed from re_no_sub.
9062         (not_bol): Renamed from re_not_bol.
9063         (not_eol): Renamed from re_not_eol.
9064         (newline_anchor): Renamed from re_newline_anchor.
9065         (num_regs): Renamed from rm_num_regs.
9066         (start): Renamed from rm_start.
9067         (end): Renamed from rm_end.
9068
9069         (free_state): Move up a bit.
9070
9071         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9072         #define to be empty.
9073         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9074         when that is what is intended.
9075         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9076         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9077         (MAX): New macro.
9078         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9079         All uses changed back to re_malloc, etc.  It's now the caller's
9080         responsibility to check for overflow; all callers changed.
9081         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9082         (re_x2nrealloc): Remove.
9083         (free_state): Remove decl.
9084
9085         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9086         (re_set_registers, re_exec):
9087         Use K&R-style defn.
9088
9089         2006-01-31  Roland McGrath  <roland@redhat.com>
9090
9091         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9092         Reported by Mike Frysinger <vapier@gentoo.org>.
9093
9094         2006-01-15  Andreas Jaeger  <aj@suse.de>
9095
9096         [BZ #1950]
9097         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9098         build_wcs_upper_buffer change.
9099         (build_wcs_upper_buffer): Change return type.
9100
9101         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9102
9103         * lib/regex_internal.h: Include <stdint.h> if available.
9104
9105         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9106
9107         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9108
9109         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9110
9111         * lib/regcomp.c: Adjust for changed secondary hash function.
9112
9113         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9114
9115         * lib/regex.h: Pretty printing.
9116         Clean up namespace a bit.
9117
9118         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9119
9120         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9121         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9122
9123         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9124                     Ulrich Drepper  <drepper@redhat.com>
9125
9126         [BZ #1302]
9127         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9128         changed.
9129         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9130
9131         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9132
9133         [BZ #281]
9134         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9135         * lib/regcomp.c: Remove unnecessary uses of
9136         unsigned RE_TRANSLATE_TYPE.
9137         * lib/regex_internal.h: Likewise.
9138         * lib/regex_internal.c: Likewise.
9139         * lib/regexec.c: Likewise.
9140         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9141
9142         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9143
9144         * lib/regexec.c (find_recover_state): Remove unnecessary
9145         initialization.
9146         (transit_state_bkref): Make DFA a const pointer.
9147         (get_subexp): Likewise.
9148         (check_arrival): Likewise.
9149         (update_cur_sifted_state): Likewise.
9150         (re_search_internal): Likewise.
9151         (prune_impossible_nodes): Likewise.
9152         (acquire_init_state_context): Likewise.
9153         (proceed_next_node): Likewise.
9154         (set_regs): Likewise.
9155         (free_fail_stack_return): Likewise.
9156         (check_arrival_expand_ecl): Mark DFA parameter as const.
9157         (check_arrival_expand_ecl_sub): Likewise.
9158         (check_subexp_limits): Likewise.
9159         (sub_epsilon_src_nodes):  Likewise.
9160         (add_epsilon_src_nodes):  Likewise.
9161         (merge_state_array): Likewise.
9162         (update_regs): Likewise.
9163         (build_trtable): Likewise.
9164         (sift_states_backward): Mark MCTX parameter as const.
9165         (build_sifted_states): Likewise.
9166         (update_cur_sifted_state): Likewise.
9167         (sift_states_mkref): Likewise.
9168         (check_arrival_expand_ecl): Mark eclosure as const.
9169         (check_dst_limits_calc_pos_1): Likewise.
9170         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9171         pointer.
9172
9173         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9174
9175         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9176         (transit_state_sb): Likewise.
9177         (transit_state_mb): Likewise.
9178         (sift_states_iter_mb): Likewise.
9179         (check_arrival_add_next_nodes): Likewise.
9180         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9181         [_LIBC] (re_search_2_stub): Use mempcpy.
9182
9183         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9184         mbrtowc for very simple UTF-8 case.
9185
9186         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9187         a pointer-to-const.
9188         (re_acquire_state_context): Likewise.
9189         * lib/regex_internal.h: Adjust prototypes.
9190
9191         * lib/regex.c: Prevent using C++ compilers.
9192
9193         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9194         (re_acquire_state_context): Likewise.
9195
9196 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9197
9198         * modules/regex (Depends-on): Add ssize_t.
9199
9200 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9203         translation table.
9204
9205 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9206
9207         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9208
9209 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9210             Bruno Haible  <bruno@clisp.org>
9211
9212         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9213         <sys/types.h> and <inttypes.h>.
9214
9215 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9216
9217         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9218         `__error_t_defined', so argp.h will not typedef the former.
9219
9220 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9223         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9224         glibc names.  Even if glibc is changed to conform to POSIX, the
9225         traditional names will be available anyway, since regex depends on
9226         the extensions module.  Also, fix a longstanding typo in the
9227         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9228         reported by Emanuele Giaquinta.  Also, change sense of cached
9229         variable, so that the message makes sense.
9230
9231 2006-03-24  Simon Josefsson  <jas@extundo.com>
9232
9233         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9234         including some doc fixes.
9235         (base64_encode_alloc): Fix +1 bug on allocation failures.
9236
9237 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9238
9239         * lib/base64.c (base64_encode): Do not read past end of array with
9240         unsanitized input on systems with CHAR_BIT > 8.
9241
9242 2006-03-24  Eric Blake  <ebb9@byu.net>
9243
9244         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9245
9246 2006-03-22  Karl Berry  <karl@gnu.org>
9247
9248         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9249         * config/srclistvars.sh (COREUTILS): new var.
9250
9251 2006-03-17  Jim Meyering  <jim@meyering.net>
9252
9253         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9254         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9255
9256 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9259         no longer needs it.  Instead, check that regoff_t is as least
9260         as wide as ptrdiff_t.
9261
9262         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9263         so that our regex.h stays compatible with the installed regex.
9264         This is helpful for installers who configure --without-included-regex.
9265         Problem reported by Emanuele Giaquinta.
9266
9267 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9270         Typedef to long int, not to off_, as POSIX will likely change
9271         in that direction.
9272
9273 2006-03-15  Eric Blake  <ebb9@byu.net>
9274
9275         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9276
9277 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9278
9279         * lib/argp-help.c (validate_uparams): Fix typo
9280         * lib/argp-parse.c (argp_default_options): Consistently begin help
9281         messages with a lowercase letter.
9282
9283 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9284
9285         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9286         overrun buffers and shouldn't be used (much as gets shouldn't be
9287         used).
9288         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9289
9290 2006-03-08  Simon Josefsson  <jas@extundo.com>
9291
9292         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9293         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9294
9295 2006-03-08  Simon Josefsson  <jas@extundo.com>
9296
9297         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9298         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9299
9300 2006-03-08  Simon Josefsson  <jas@extundo.com>
9301
9302         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9303         signal that configure disabled the device.
9304
9305 2006-03-08  Simon Josefsson  <jas@extundo.com>
9306
9307         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9308         languages.
9309
9310 2006-03-07  Simon Josefsson  <jas@extundo.com>
9311
9312         * modules/getopt (Depends-on): Add unistd.
9313
9314         * modules/unistd: New file.
9315
9316 2006-03-07  Simon Josefsson  <jas@extundo.com>
9317
9318         * modules/gc-random: New file.
9319
9320 2006-03-07  Simon Josefsson  <jas@extundo.com>
9321
9322         * m4/unistd_h.m4: New file.
9323
9324 2006-03-07  Simon Josefsson  <jas@extundo.com>
9325
9326         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9327         test to be side-effect free by storing the result in the cache
9328         variable gl_cv_lib_readline, and moving the assignment of
9329         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9330         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9331
9332 2006-03-07  Simon Josefsson  <jas@extundo.com>
9333
9334         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9335         error on missing devices (the functions will return an error).
9336
9337         * m4/gc.m4: Move random stuff to gc-random.m4
9338
9339 2006-03-07  Simon Josefsson  <jas@extundo.com>
9340
9341         * lib/unistd_.h: New file.
9342
9343 2006-03-07  Simon Josefsson  <jas@extundo.com>
9344
9345         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9346
9347 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9348
9349         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9350         Problem reported by Juan Manuel Guerrero.
9351
9352 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9353
9354         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9355         the unistd module.
9356         * lib/getlogin_r.c: Likewise.
9357         * lib/getlogin_r.h: Likewise.
9358         * lib/glob.c: Likewise.
9359         * lib/pagealign_alloc.c: Likewise.
9360         * lib/unistd_.h: Remove; no longer needed.
9361
9362 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9363
9364         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9365         Add unistd.
9366         * modules/c-stack (Depends-on): Add unistd.
9367         * modules/getlogin_r: Likewise.
9368         * modules/glob: Likewise.
9369         * modules/pagealign_alloc: Likewise.
9370         * modules/unistd (Files): Remove lib/unistd_.h.
9371         (EXTRA_DIST): Remove.
9372         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9373         need unistd_.h.
9374         (MOSTLYCLEANFILES): Remove unistd.h-t.
9375
9376 2006-03-03  Simon Josefsson  <jas@extundo.com>
9377
9378         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9379
9380 2006-03-03  Simon Josefsson  <jas@extundo.com>
9381
9382         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9383         libidn and bison.
9384
9385 2006-03-03  Simon Josefsson  <jas@extundo.com>
9386
9387         * build-aux/maint.mk: Add indent target.
9388
9389 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9390
9391         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9392         our replacement poll.h in any case, to avoid a differing
9393         declaration from a system header.  Seen on AIX.
9394
9395 2006-03-01  Simon Josefsson  <jas@extundo.com>
9396
9397         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9398         <kasal@ucw.cz>.
9399
9400 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9401
9402         * modules/gettime (Depends-on): Add extensions module.
9403         * modules/nanosleep (Depends-on): Likewise.
9404         * modules/settime (Depends-on): Likewise.
9405
9406 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9407
9408         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9409         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9410         pedantically.
9411         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9412         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9413
9414         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9415         not "==".  Reported by Ralf Wildenhues.
9416
9417 2006-03-01  Karl Berry  <karl@gnu.org>
9418
9419         * doc/Copyright/request-*: new files, synced from gnuorg.
9420
9421 2006-03-01  Karl Berry  <karl@gnu.org>
9422
9423         * config/srclist.txt (Copyright/*): new entries.
9424
9425 2006-02-28  Simon Josefsson  <jas@extundo.com>
9426
9427         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9428
9429 2006-02-27  Simon Josefsson  <jas@extundo.com>
9430
9431         * lib/base64.h: Indent #define's.  From Jim Meyering
9432         <jim@meyering.net>.
9433
9434 2006-02-27  Jim Meyering  <jim@meyering.net>
9435
9436         Revert the change of 2006-02-24, so these files can continue
9437         to be sync'd from gettext.
9438         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9439         of `config.h'.
9440
9441 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9442
9443         * modules/intprops: New file.
9444         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9445         Add intprops.
9446         * modules/getloadavg (Files): Remove lib/intprops.h.
9447         (Depends-on): Add intprops.
9448         * modules/human: Likewise.
9449         * modules/inttostr: Likewise.
9450         * modules/openat: Likewise.
9451         * modules/sig2str: Likewise.
9452         * modules/userspec: Likewise.
9453         * modules/utimecmp: Likewise.
9454         * modules/xnanosleep: Likewise.
9455         * modules/xstrtol: Likewise.
9456
9457 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9458
9459         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9460         * modules/lock-tests (TESTS): Use $(EXEEXT).
9461         * modules/tls-tests: Likewise.
9462         * modules/argp-tests: Likewise.
9463         (check_PROGRAMS): New var, replacing...
9464         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9465
9466 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9467
9468         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9469         `config.h'.
9470
9471 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9474
9475 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9476
9477         Sync from coreutils.
9478         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9479         gl_CHDIR_SAFER.
9480
9481 2006-02-22  Jim Meyering  <jim@meyering.net>
9482
9483         Sync from coreutils.
9484         * m4/chdir-safer.m4: New file.
9485
9486 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9487
9488         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9489         AT_FDCWD exceeds INT_MAX.
9490         * lib/openat.h (AT_FDCWD): Likewise.
9491
9492 2006-02-17  Eric Blake  <address@hidden>
9493
9494         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9495
9496 2006-02-16  Simon Josefsson  <jas@extundo.com>
9497
9498         * modules/getaddrinfo (Depends-on): Add sys_socket.
9499
9500 2006-02-15  Simon Josefsson  <jas@extundo.com>
9501
9502         * build-aux/maint.mk: Add dsyntax-check rule.
9503
9504 2006-02-15  Eric Blake  <ebb9@byu.net>
9505
9506         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9507         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9508         'present but cannot compile' warnings on cygwin.
9509         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9510         use ws2tcpip.h if sys/socket.h works.
9511         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9512         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9513
9514 2006-02-14  Simon Josefsson  <jas@extundo.com>
9515
9516         * modules/maintainer-makefile (Files): Rename.
9517
9518         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9519         and (the local) Makefile.cfg to maint-cfg.mk.
9520
9521         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9522         to the latter.
9523
9524         * modules/maintainer-makefile: New module.
9525
9526         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9527         severaly stripped to make it possible to build it up from scratch
9528         with reliable tests.
9529
9530         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9531         fixes to permit overriding the default actions when configure and
9532         makefile are not available.
9533
9534 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         Sync from coreutils.
9537         * modules/lstat (Depends-on): Don't depend on xalloc.
9538         (License): Change from GPL to LGPL, since this is now simply a
9539         replacement for a libc function.
9540
9541 2006-02-14  Jim Meyering  <jim@meyering.net>
9542
9543         Sync from coreutils.
9544
9545         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9546         failure on deficient systems, and simplify gnulib lgpl dependencies.
9547         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9548         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9549
9550         * lib/xalloc-die.c: Remove unused definition of N_.
9551
9552 2006-02-14  Jim Meyering  <jim@meyering.net>
9553
9554         Sync from coreutils.
9555         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9556         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9557         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9558         double-quote uses of that variable, to accommodate the rare case in
9559         which getmntent is available in none of the libraries checked.  This
9560         happens at least on FreeBSD 5.0.
9561
9562 2006-02-13  Simon Josefsson  <jas@extundo.com>
9563
9564         * gnulib-tool (Usage): Fix --import, from
9565         karl@freefriends.org (Karl Berry).
9566
9567 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9568
9569         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9570
9571 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9572
9573         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9574         "autoupdate" on 2005-12-12.
9575
9576 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * modules/closeout (Depends-on): Remove atexit.
9579
9580 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9581
9582         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9583         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9584
9585 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9588         __EXTENSIONS__ if this causes compilation to fail.  Problem
9589         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9590         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9591
9592 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9595         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9596         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9597         All uses changed.
9598
9599 2006-01-26  Simon Josefsson  <jas@extundo.com>
9600
9601         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9602         prototype is visible on mingw32.
9603
9604         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9605         for mingw32.
9606
9607         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9608         mingw32).
9609
9610 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9611
9612         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9613         attempt to open for write; this always fails, at least on POSIX
9614         hosts.  This reinstates the 2006-01-09 change, which was
9615         inadvertently removed.
9616
9617 2006-01-26  Bruno Haible  <bruno@clisp.org>
9618
9619         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9620         Reported by Paul Eggert.
9621
9622 2006-01-26  Bruno Haible  <bruno@clisp.org>
9623             Paul Eggert  <eggert@cs.ucla.edu>
9624
9625         * lib/stdbool_.h (_Bool)
9626         [(! (defined __cplusplus || defined __BEOS__)
9627           && !defined __GNUC__
9628           && !(defined __HP_cc || defined __xlc__
9629                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9630                || defined __sgi))]:
9631         #define to signed char in these cases too; this simplifies
9632         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9633         etc., separately) and makes it more conservative.
9634
9635 2006-01-25  Simon Josefsson  <jas@extundo.com>
9636
9637         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9638         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9639         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9640
9641 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9642
9643         * lib/argp-namefrob.h: Bugfix. Remove stray #
9644
9645 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9646
9647         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9648         so that we test the test.
9649         Check for yet another HP-UX cc bug involving *bool |= bool.
9650
9651 2006-01-25  Karl Berry  <karl@gnu.org>
9652
9653         * config/srclist.txt (vasnprintf.c): sync lost.
9654
9655 2006-01-25  Jim Meyering  <jim@meyering.net>
9656
9657         Sync from the stable (b5) branch of coreutils:
9658
9659         * lib/fts.c (fts_children): Don't let close() clobber errno from
9660         failed fchdir().
9661
9662         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9663         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9664         a dangling symlink.  That can also happen at least for ELOOP.
9665         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9666         FYI, this bug predates the inclusion of fts.c in coreutils.
9667
9668         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9669         in their own block, so pre-c99 compilers don't object.
9670
9671         Avoid the double-free (first in fts_read, second in fts_close) that
9672         would occur when an `active' directory is made inaccessible (e.g.,
9673         via chmod a-x) during a traversal.
9674         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9675         before returning.  Reproduce this failure by
9676         mkdir -p a/b; cd a; chmod a-x . b
9677         Reported by Stavros Passas.
9678
9679 2006-01-25  Jim Meyering  <jim@meyering.net>
9680
9681         * lib/fileblocks.c: Remove more useless parentheses.
9682         * lib/readutmp.h: Likewise.
9683
9684 2006-01-25  Bruno Haible  <bruno@clisp.org>
9685
9686         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9687         warnings.
9688         Reported by Paul Eggert.
9689
9690 2006-01-25  Bruno Haible  <bruno@clisp.org>
9691
9692         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9693         rid of a trap command. For Solaris sh.
9694         Reported by Mark D. Baushke <mdb@gnu.org>.
9695
9696 2006-01-24  Simon Josefsson  <jas@extundo.com>
9697
9698         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9699         Bruno.
9700
9701 2006-01-24  Karl Berry  <karl@gnu.org>
9702
9703         * config/srclist.txt (argp-namefrob.h): sync lost.
9704
9705 2006-01-24  Jim Meyering  <jim@meyering.net>
9706
9707         * modules/openat (Files): Add lib/intprops.h.
9708         From Mark D. Baushke.
9709
9710 2006-01-24  Jim Meyering  <jim@meyering.net>
9711
9712         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9713         Reported by Mark D. Baushke.
9714
9715 2006-01-24  Jim Meyering  <jim@meyering.net>
9716
9717         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9718
9719 2006-01-24  Bruno Haible  <bruno@clisp.org>
9720
9721         * modules/strnlen (Maintainer): Change from glibc to all.
9722
9723 2006-01-24  Bruno Haible  <bruno@clisp.org>
9724
9725         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9726         Patch by Paul Eggert.
9727
9728 2006-01-24  Bruno Haible  <bruno@clisp.org>
9729
9730         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9731         already has it.
9732         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9733         2005-11-26.
9734
9735         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9736         'signed char' to avoid problems with the built-in _Bool type.
9737         Reported by Paul Eggert on 2005-11-26.
9738
9739 2006-01-24  Bruno Haible  <bruno@clisp.org>
9740
9741         * gnulib-tool (func_import): Avoid constructing complicated sed
9742         expressions inside backquote.
9743         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9744
9745 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9746
9747         These changes imported from libc.
9748         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9749         test and two separate function calls.
9750         * lib/strndup.c (__strndup): Add libc_hidden_def.
9751
9752 2006-01-23  Simon Josefsson  <jas@extundo.com>
9753
9754         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9755         Remove the test_*_SOURCES variable: automake infers it by default.
9756         * modules/tls-tests: Likewise.
9757
9758 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9759
9760         Work around porting bugs reported by Dieter in
9761         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9762         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9763         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9764         Include "getopt.h" first, to check interface.
9765         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9766         !HAVE_DECL_GETENV.
9767         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9768         (__strndup): Revert to K&R-style function dfns, the glibc style.
9769         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9770         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9771         Include strnlen.h first, to get prototype properly.
9772         (strnlen): Renamed from __strnlen.
9773         Remove weak alias.
9774
9775 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9776
9777         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9778
9779 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9780
9781         * config/srclist.txt: Adjust to reflect glibc reorganization.
9782         This affects only comments.
9783
9784 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9785
9786          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9787          Reported by Bruce Korb <bkorb@gnu.org>.
9788
9789 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9790
9791         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9792         to pacify gcc -Wswitch-default.
9793
9794 2006-01-22  Bruno Haible  <bruno@clisp.org>
9795
9796         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9797         temporary buffer for sprintf, take into account the precision also
9798         for 'd', 'i', 'u', 'o', 'x', 'X'.
9799
9800 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9801
9802         * modules/argp-tests: New module
9803         * tests/test-argp.c: New file
9804         * tests/test-argp-2.sh: New file
9805
9806 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9807
9808         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9809         (__argp_base_name): Removed
9810         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9811         typo.
9812         (__argp_base_name): Provide macro definition or extern declaration
9813         depending on the configuration
9814
9815 2006-01-20  Simon Josefsson  <jas@extundo.com>
9816
9817         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9818
9819 2006-01-20  Simon Josefsson  <jas@extundo.com>
9820
9821         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9822
9823 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9824
9825         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9826         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9827         Suggested by Bruno Haible.
9828
9829 2006-01-20  Karl Berry  <karl@gnu.org>
9830
9831         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9832         until changes propagate, I guess.
9833
9834 2006-01-19  Simon Josefsson  <jas@extundo.com>
9835
9836         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9837
9838 2006-01-19  Simon Josefsson  <jas@extundo.com>
9839
9840         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9841
9842 2006-01-19  Simon Josefsson  <jas@extundo.com>
9843
9844         * gnulib-tool: Set check_PROGRAMS.
9845
9846         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9847         modules/des-tests, modules/gc-arcfour-tests,
9848         modules/gc-arctwo-tests, modules/gc-des-tests,
9849         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9850         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9851         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9852         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9853         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9854         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9855         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9856         test_*_SOURCES.
9857
9858 2006-01-18  Simon Josefsson  <jas@extundo.com>
9859
9860         * modules/socklen (Depends-on): Depend on sys_socket.
9861
9862 2006-01-18  Simon Josefsson  <jas@extundo.com>
9863
9864         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9865         modules/des-tests, modules/gc-arcfour-tests,
9866         modules/gc-arctwo-tests, modules/gc-des-tests,
9867         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9868         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9869         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9870         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9871         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9872         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9873         $(EXEEXT) to automake TESTS variable, for mingw32.
9874
9875 2006-01-17  Simon Josefsson  <jas@extundo.com>
9876
9877         * modules/socklen (Include): Need sys/socket.h.
9878
9879 2006-01-17  Bruno Haible  <bruno@clisp.org>
9880
9881         * modules/ssize_t (Include): Add <sys/types.h>.
9882
9883 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9884
9885         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9886         it's not portable and it doesn't work with cross-compiles.
9887         Problem reported by Bruno Haible.  Fix missing-$ typo in
9888         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9889         -zignore from being used with Sun's C compiler.
9890
9891 2006-01-12  Simon Josefsson  <jas@extundo.com>
9892
9893         * lib/base64.c: Fix warning, reported by Bruno Haible
9894         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9895
9896 2006-01-12  Bruno Haible  <bruno@clisp.org>
9897
9898         * modules/ldd: New file.
9899         * build-aux/ldd.sh.in: New file.
9900         * MODULES.html.sh (Support for building libraries and executables): Add
9901         ldd.
9902
9903 2006-01-12  Bruno Haible  <bruno@clisp.org>
9904
9905         * m4/ldd.m4: New file.
9906
9907 2006-01-12  Bruno Haible  <bruno@clisp.org>
9908
9909         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9910         endless loop while replacing $auxdir with build-aux.
9911
9912 2006-01-11  Simon Josefsson  <jas@extundo.com>
9913
9914         * lib/stdint_.h (SIZE_MAX): Add missing (.
9915
9916 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9917
9918         Sync from coreutils.
9919         * lib/md5.c: Fix commentary typos.
9920         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9921         * lib/md5.h (__attribute__): Remove; unused.
9922         * lib/sha1.c: Fix commentary to match md5 better.
9923         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9924         so that we don't need to worry about alignment.  All uses changed.
9925         This merges the 2005-10-28 md5 change into sha1.
9926
9927 2006-01-11  Jim Meyering  <jim@meyering.net>
9928
9929         Sync from coreutils.
9930         * lib/md5.c (OP): Fix spacing.
9931
9932 2006-01-11  Bruno Haible  <bruno@clisp.org>
9933
9934         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9935         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9936         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9937
9938 2006-01-11  Bruno Haible  <bruno@clisp.org>
9939
9940         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9941         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9942         the "early" section as well.
9943
9944 2006-01-11  Bruno Haible  <bruno@clisp.org>
9945
9946         Avoid "ar: no archive members specified" error on MacOS X.
9947         * gnulib-tool (func_modules_add_dummy): New function.
9948         (func_import, func_create_testdir): Invoke it.
9949
9950 2006-01-11  Bruno Haible  <bruno@clisp.org>
9951
9952         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9953         with $auxdir in AC_CONFIG_FILES statements.
9954
9955 2006-01-11  Bruno Haible  <bruno@clisp.org>
9956
9957         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9958         Initialize also noinst_HEADERS to empty.
9959
9960 2006-01-11  Bruno Haible  <bruno@clisp.org>
9961
9962         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9963         variables.
9964         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9965         autoreconf.
9966
9967 2006-01-11  Bruno Haible  <bruno@clisp.org>
9968
9969         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9970         overridable by the user.
9971         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9972
9973 2006-01-10  Simon Josefsson  <jas@extundo.com>
9974
9975         * modules/sys_socket: New file.
9976
9977 2006-01-10  Simon Josefsson  <jas@extundo.com>
9978
9979         * m4/sys_socket_h.m4: New file.
9980
9981 2006-01-10  Simon Josefsson  <jas@extundo.com>
9982
9983         * lib/socket_.h: New file.
9984
9985 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9986
9987         * modules/readutmp (Maintainer): Add myself.
9988
9989 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9990
9991         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9992         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9993         People who are still concerned with buggy memcmp implementations
9994         can invoke gl_FUNC_MEMCMP themselves.
9995
9996 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9997
9998         * lib/regex_internal.h (BITSET_WORD_BITS):
9999         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10000         preprocessor mishandles large unsigned values as if they were signed.
10001         Problem reported by Claudio Fontana in
10002         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10003
10004 2006-01-10  Jim Meyering  <jim@meyering.net>
10005
10006         Avoid the double-free (first in fts_read, second in fts_close) that
10007         would occur when an `active' directory is made inaccessible (e.g.,
10008         via chmod a-x) during a traversal.
10009         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10010         before returning.  Reproduce this failure by
10011         mkdir -p a/b; cd a; chmod a-x . b
10012         Reported by Stavros Passas.
10013
10014         Sync from coreutils.
10015         * lib/sha1.c: Tweak grammar in a comment.
10016
10017 2006-01-10  Jim Meyering  <jim@meyering.net>
10018
10019         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10020         Patch by Joerg Sonnenberger.
10021
10022 2006-01-10  Bruno Haible  <bruno@clisp.org>
10023
10024         * modules/readutmp: Depend on module free.
10025         * modules/strtok_r: Depend on module restrict.
10026
10027 2006-01-10  Bruno Haible  <bruno@clisp.org>
10028
10029         * modules/gettext (configure.ac): Add an invocation of
10030         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10031
10032 2006-01-10  Bruno Haible  <bruno@clisp.org>
10033
10034         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10035         Reported by Werner Lemberg <wl@gnu.org>.
10036
10037 2006-01-10  Bruno Haible  <bruno@clisp.org>
10038
10039         * lib/localcharset.c: Update from GNU gettext.
10040
10041 2006-01-10  Bruno Haible  <bruno@clisp.org>
10042
10043         * lib/argp.h (__const): Remove macro. Use const instead.
10044         * lib/argp-fmtstream.h (__const): Likewise.
10045         * lib/glob_.h (__const): Remove macro.
10046         * lib/glob-libc.h: Use const instead of __const.
10047
10048 2006-01-10  Bruno Haible  <bruno@clisp.org>
10049
10050         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10051         variable.
10052         Needed to avoid an automake error regarding the 'gettext' module.
10053
10054 2006-01-09  Simon Josefsson  <jas@extundo.com>
10055
10056         * modules/inet_ntop (Depends-on): Add restrict.
10057
10058 2006-01-09  Simon Josefsson  <jas@extundo.com>
10059
10060         * modules/gc-rijndael-tests (License): Put under LGPL.
10061
10062         * modules/gc-des-tests (License): Likewise.
10063
10064         * modules/gc-arcfour-tests (License): Likewise.
10065
10066         * modules/gc-arctwo-tests (License): Likewise.
10067
10068         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10069
10070         * modules/gc-hmac-sha1-tests (Files): Likewise.
10071
10072         * modules/gc-hmac-md5-tests (License): Likewise.
10073
10074         * modules/gc-sha1-tests (License): Likewise.
10075
10076         * modules/gc-md5-tests (License): Likewise.
10077
10078         * modules/gc-md4-tests (License): Likewise.
10079
10080         * modules/gc-md2-tests (License): Likewise.
10081
10082         * modules/gc-tests (License): Likewise.
10083
10084         * modules/des-tests (License): Likewise.
10085
10086         * modules/md4-tests (License): Likewise.
10087
10088         * modules/md2-tests (License): Likewise.
10089
10090 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10091
10092         Sync from coreutils:
10093
10094         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10095         * modules/lib-ignore: New file.
10096         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10097         chdir-safer.m4, lchmod.m4.
10098         * modules/openat: Add mkdirat.c, openat-priv.h.
10099
10100 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10101
10102         Sync from coreutils.
10103         * m4/lib-ignore.m4: New file.
10104         * m4/lchmod.m4: New file.
10105
10106 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10107
10108         Sync from coreutils.
10109         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10110         for write access: POSIX says that must fail.
10111         * lib/fts.c (diropen): Likewise.
10112         * lib/save-cwd.c (save_cwd): Likewise.
10113         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10114         well, for minor improvements on hosts that lack O_DIRECTORY.
10115         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10116         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10117         Fall back on chown if open failed with EACCES.
10118
10119         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10120         Report an error at compile-time if only a 1-second nominal clock
10121         resolution is found.
10122
10123         * lib/lchmod.h: New file.
10124         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10125         (make_dir_parents): Use lchown rather than chown, and
10126         lchmod rather than chmod.
10127
10128         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10129         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10130         "proc" reported by n0dalus.
10131
10132         * lib/mountlist.c: Include <limits.h>.
10133         (dev_from_mount_options)
10134         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10135         New function.  It no longer assumes "dev=" has the System V meaning
10136         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10137         (read_file_system_list)
10138         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10139         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10140         dev= in that case.
10141
10142         * lib/posixtm.h (PDS_PRE_2000): New macro.
10143         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10144         allow_century.  All usages changed.  Reject dates outside the range
10145         1969-1999 if PDS_PRE_2000 is used.
10146
10147 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10148
10149         Sync from coreutils.
10150         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10151         (Time of day items): Mention the possibility of leap seconds.
10152         Problem reported by Dr. David Alan Gilbert.
10153
10154 2006-01-09  Jim Meyering  <jim@meyering.net>
10155
10156         Sync from coreutils.
10157
10158         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10159
10160         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10161
10162         * lib/modechange.c (mode_compile): Reject an invalid mode string
10163         that starts with an octal digit.  From Andreas Gruenbacher.
10164
10165         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10166         and dup to open_safer and dup_safer, respectively.
10167         (openat_permissive): Fix typo in comment.
10168
10169         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10170         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10171         (_): Remove; no longer needed.
10172         (openat): Renamed from rpl_openat; no need for rpl_openat
10173         since openat.h renames openat for us.
10174         Replace most of the body with a call to openat_permissive,
10175         to avoid duplicate code.
10176         Port to (probably hypothetical) environments were mode_t is
10177         wider than int.
10178         (openat_permissive): Require mode arg, so that we can check
10179         types better.  Put it just after flags.  Change cwd failure
10180         indicator from pointer-to-bool to pointer-to-errno-value.
10181         All callers changed.
10182         Invoke openat_save_fail and/or openat_restore_fail if
10183         cwd_errno is null, so that openat can call us.
10184         (openat_permissive, fdopendir, fstatat, unlinkat):
10185         Simplify errno handling to avoid some duplicate code,
10186         as it's OK to set errno on success.
10187         * lib/openat.h: Revamp code so that function macros depend on
10188         __OPENAT_PREFIX only, not also on AT_FDCWD.
10189         (openat_ro): Remove.  Caller changed to use openat_permissive.
10190         (openat_permissive): Now a macro, if not a function.
10191         (openat_restore_fail, openat_save_fail): Now always functions,
10192         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10193
10194         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10195         and openat.c.
10196         * lib/mkdirat.c: Include openat-priv.h.
10197         Remove definitions of macros defined therein.
10198         * lib/openat.c: Likewise.
10199
10200         * lib/mkdirat.c (mkdirat): New file and function.
10201         * lib/openat.h (mkdirat): Declare.
10202
10203         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10204
10205         * lib/openat.h (openat_permissive): Declare.
10206         (openat_ro): Define.
10207
10208         * lib/openat.c (EXPECTED_ERRNO): New macro.
10209         (openat_permissive): New function -- used in remove.c rewrite.
10210         (all functions): Set errno just before returning, only if there
10211         was an actual failure.
10212         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10213
10214         Emulate openat-family functions using Linux's procfs, if possible.
10215         Idea and some code based on Ulrich Drepper's glibc changes.
10216
10217         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10218         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10219         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10220         before falling back on save_cwd and restore_cwd.
10221         (fdopendir, fstatat, unlinkat): Likewise.
10222
10223         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10224         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10225
10226         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10227         as second argument to va_arg.  Otherwise, some versions of gcc
10228         warn that `if this code is reached, the program will abort'.
10229
10230 2006-01-09  Jim Meyering  <jim@meyering.net>
10231
10232         Sync from coreutils.
10233         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10234         Require openat-priv.h.
10235
10236 2006-01-09  Bruno Haible  <bruno@clisp.org>
10237
10238         * modules/strnlen (Include): Use strnlen.h.
10239
10240 2006-01-09  Bruno Haible  <bruno@clisp.org>
10241
10242         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10243
10244 2006-01-09  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/sysexit_.h (EX_OK): New macro.
10247         Suggested by Martin Lambers <marlam@marlam.de>.
10248
10249 2006-01-09  Bruno Haible  <bruno@clisp.org>
10250
10251         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10252         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10253
10254 2006-01-09  Bruno Haible  <bruno@clisp.org>
10255
10256         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10257         numbers.
10258
10259 2006-01-09  Bruno Haible  <bruno@clisp.org>
10260
10261         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10262         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10263         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10264         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10265
10266 2006-01-09  Bruno Haible  <bruno@clisp.org>
10267
10268         * build-aux/javacomp.sh.in: New file, moved from lib/.
10269         * modules/javacomp-script (Files): Update.
10270         (configure.ac): Add AC_CONFIG_FILES invocation.
10271         (EXTRA_DIST): Remove variable.
10272
10273         * build-aux/javaexec.sh.in: New file, moved from lib/.
10274         * modules/javaexec (Files): Update.
10275         (configure.ac): Add AC_CONFIG_FILES invocation.
10276         (EXTRA_DIST): Remove javaexec.sh.in.
10277
10278         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10279         * modules/csharpcomp-script (Files): Update.
10280         (configure.ac): Add AC_CONFIG_FILES invocation.
10281         (EXTRA_DIST): Remove variable.
10282
10283         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10284         * modules/csharpexec (Files): Update.
10285         (configure.ac): Add AC_CONFIG_FILES invocation.
10286         (EXTRA_DIST): Remove csharpexec.sh.in.
10287
10288 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10289
10290         Sync from coreutils.
10291
10292         Add POSIX ACL support
10293         * lib/acl.h (copy_acl, set_acl): Add declarations.
10294         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10295         systems other than Linux.
10296         (chmod_or_fchmod): New function: use fchmod when possible,
10297         and chmod otherwise.
10298         (file_has_acl): Add a POSIX ACL implementation, with a
10299         Linux-specific subcase.
10300         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10301         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10302         acls are unsupported.
10303         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10304         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10305         are unsupported.
10306
10307 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10308
10309         Sync from coreutils.
10310         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10311
10312 2006-01-07  Bruno Haible  <bruno@clisp.org>
10313
10314         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10315         gl_EARLY.
10316
10317 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10318
10319         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10320         Problem reported for Mingw by Mark Junker.
10321
10322 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10323
10324         * README: Gnulib normally doesn't generate a tarball.
10325
10326 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10327
10328         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10329         long int, not int, for nanosecond counts, so that people who are
10330         used to POSIX struct timespec won't be surprised.  Reported by Jim
10331         Meyering.
10332
10333 2005-12-28  Bruno Haible  <bruno@clisp.org>
10334
10335         * build-aux/config.rpath: Update from GNU gettext.
10336
10337 2005-12-16  Jim Meyering  <jim@meyering.net>
10338
10339         * modules/fprintftime: New module.
10340         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10341
10342 2005-12-16  Jim Meyering  <jim@meyering.net>
10343
10344         * m4/fprintftime.m4: New file.
10345
10346 2005-12-16  Jim Meyering  <jim@meyering.net>
10347
10348         * lib/fprintftime.c, lib/fprintftime.h: New files.
10349
10350 2005-12-15  Simon Josefsson  <jas@extundo.com>
10351
10352         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10353         new m4/socklen.m4.
10354
10355 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10356
10357         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10358         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10359
10360 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10361
10362         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10363         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10364         struct uparams is valid. Fall back to the default values if it is
10365         not.
10366
10367 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10368
10369         * modules/argp (Files): Add argp-pin.c
10370         (Depends-on): dirname
10371         (lib_SOURCES): Add argp-pin.c
10372
10373 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10374
10375         * m4/argp.m4:  Check if program_invocation_name and
10376         program_invocation_short_name are declared and define appropriate
10377         macros if they are not.
10378
10379 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10380
10381         * lib/argp-help.c (__argp_base_name): New function
10382         (__argp_short_program_name): Rewrite using __argp_base_name
10383         * lib/argp-namefrob.h: Define program_invocation_name and
10384         program_invocation_short_name if requested
10385         (__argp_base_name): Add prototype
10386         * lib/argp-parse.c (argp_def): Use gettext wrappers
10387         (argp_default_parser): Use __argp_base_name
10388         * lib/argp-pin.c: New file. Defines program_invocation_name and
10389         program_invocation_short_name on systems that lack them.
10390
10391 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10394         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10395         porting problem reported by Georg Schwarz in
10396         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10397
10398 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10399
10400         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10401         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10402         porting problem reported by Georg Schwarz in
10403         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10404
10405 2005-12-05  Bruno Haible  <bruno@clisp.org>
10406
10407         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10408         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10409         Reported by Mark Junker <mjscod@gmx.de>.
10410
10411 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10414         Use implementation from Albert Chin, with some
10415         comments/corrections by Stepan Kasal and myself.
10416
10417 2005-12-02  Bruno Haible  <bruno@clisp.org>
10418
10419         * gnulib-tool (func_import): Accept GPLed build tool modules when
10420         --lgpl is given.
10421         * modules/csharpcomp-script: New file.
10422         * modules/csharpcomp: Depend on it.
10423         * modules/javacomp-script: New file.
10424         * modules/javacomp: Depend on it.
10425         Suggested by Simon Josefsson.
10426
10427 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10428
10429         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10430         statement, to work around an HP-UX 10.20 compiler bug reported by
10431         Peter O'Gorman.
10432
10433 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10434
10435         * modules/savedir (Depends-on): Add openat.
10436
10437 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10438
10439         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10440         (uintmax_t) [defined uintmax_t]: Do not declare.
10441         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10442         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10443         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10444         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10445         sake of portability to weird hosts that C allows (though we don't
10446         know of any practical examples).
10447
10448         * lib/savedir.h (fdsavedir): New decl.
10449         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10450         contains most of the former guts of savedir.
10451         (savedir): Use savedirstream.
10452         Include "openat.h".
10453
10454 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10455
10456         * modules/obstack (Files): Add m4/ulonglong.m4.
10457         Problem reported by Davide Angelocola.
10458
10459 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10460
10461         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10462         coreutils no longer futzes with rounding modes.
10463
10464 2005-11-14  Jim Meyering  <jim@meyering.net>
10465
10466         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10467         replacement of mkstemp.
10468
10469 2005-11-10  Simon Josefsson  <jas@extundo.com>
10470
10471         * lib/readline.c: Remove EOL.
10472
10473 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * modules/gethrxtime (Depends-on): Add gettime.
10476
10477 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10480         or gettimeofday; no longer needed.
10481
10482 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10483
10484         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10485         time business.
10486         (gethrxtime) [! (HAVE_NANOUPTIME
10487         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10488         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10489         our own approximation.
10490
10491 2005-11-08  Eric Blake  <ebb9@byu.net>
10492
10493         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10494
10495 2005-11-08  Eric Blake  <ebb9@byu.net>
10496
10497         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10498
10499 2005-11-04  Bruno Haible  <bruno@clisp.org>
10500
10501         * gnulib-tool: Implement --update mode.
10502
10503 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         Fix porting problem reported by Theodoros V. Kalamatianos.
10506         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10507         Don't assume that futimes failing means we must fail.
10508
10509 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10510
10511         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10512         variables to suggest the intended function of the PATH_MAX check.
10513
10514 2005-10-30  Kean Johnston  <jkj@sco.com>
10515
10516         Trivial changes to support SCO systems.
10517         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10518         as PATH_MAX.
10519         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10520         where __ptr is null when no I/O is pending.
10521
10522 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10523
10524         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10525         leave errno alone.  Problem reported by Dmitry V. Levin.
10526
10527 2005-10-28  Simon Josefsson  <jas@extundo.com>
10528
10529         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10530         Test more.
10531
10532         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10533
10534         * modules/md2, modules/md2-tests: New files.
10535
10536 2005-10-28  Simon Josefsson  <jas@extundo.com>
10537
10538         * m4/inet_ntop.m4: More tests.
10539
10540         * m4/gc-md2.m4, md2.m4: New file.
10541
10542 2005-10-28  Simon Josefsson  <jas@extundo.com>
10543
10544         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10545         "restrict" keywords, as per POSIX.  Protect the function
10546         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10547         Don't use K&R prototypes.  Check the sprintf return values.
10548         Re-define EAFNOSUPPORT if not present.  Indent.
10549
10550         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10551         suggested by Bruno Haible <bruno@clisp.org>.
10552
10553         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10554
10555         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10556
10557         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10558         libgcrypt).
10559
10560         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10561
10562         * lib/md2.h, lib/md2.c: New files.
10563
10564 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10567         errno alone.  Problem reported by Frederic Jolliton.
10568
10569 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10570
10571         * modules/verify (License): Change from GPL to LGPL.  This is a
10572         tiny module and there are apparently near-equivalents that are
10573         under the BSD license.
10574
10575 2005-10-24  Simon Josefsson  <jas@extundo.com>
10576
10577         * modules/sha1: Relicense to LGPL.
10578
10579 2005-10-24  Simon Josefsson  <jas@extundo.com>
10580
10581         * lib/md4.h: Shrink buffer size, now that we changed the type.
10582
10583 2005-10-23  Simon Josefsson  <jas@extundo.com>
10584
10585         * gnulib-tool (func_import): Fix --tests-base.
10586
10587 2005-10-22  Simon Josefsson  <jas@extundo.com>
10588
10589         * modules/arcfour (Depends-on): Need stdint.
10590
10591 2005-10-22  Simon Josefsson  <jas@extundo.com>
10592
10593         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10594         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10595
10596 2005-10-22  Simon Josefsson  <jas@extundo.com>
10597
10598         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10599         suggested by Bruno Haible <bruno@clisp.org>.
10600
10601 2005-10-22  Simon Josefsson  <jas@extundo.com>
10602
10603         * lib/crc.h: Include stddef.h, for size_t.
10604
10605 2005-10-22  Simon Josefsson  <jas@extundo.com>
10606
10607         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10608         arcfour_context struct (simplify test vector testing in GNU
10609         Shishi).
10610
10611 2005-10-21  Simon Josefsson  <jas@extundo.com>
10612
10613         * modules/des, modules/des-tests: New files.
10614
10615         * modules/gc-des, modules/gc-des-tests: New files.
10616
10617         * tests/test-des.c, tests/test-gc-des.c: New file.
10618
10619 2005-10-21  Simon Josefsson  <jas@extundo.com>
10620
10621         * modules/arctwo, modules/arctwo-tests: New files.
10622
10623         * tests/test-arctwo.c: New file.
10624
10625         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10626
10627         * tests/test-gc-arctwo.c: New file.
10628
10629 2005-10-21  Simon Josefsson  <jas@extundo.com>
10630
10631         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10632         Bruno Haible <bruno@clisp.org>.
10633
10634         * m4/gc-des.m4: New file.
10635
10636 2005-10-21  Simon Josefsson  <jas@extundo.com>
10637
10638         * m4/arctwo.m4: New file.
10639
10640         * m4/gc-arctwo.m4: New file.
10641
10642 2005-10-21  Simon Josefsson  <jas@extundo.com>
10643
10644         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10645         block.
10646
10647 2005-10-21  Simon Josefsson  <jas@extundo.com>
10648
10649         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10650         <bruno@clisp.org>.
10651
10652         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10653
10654         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10655         Bruno Haible <bruno@clisp.org>.
10656
10657         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10658         <bruno@clisp.org>.
10659
10660 2005-10-21  Simon Josefsson  <jas@extundo.com>
10661
10662         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10663
10664 2005-10-21  Simon Josefsson  <jas@extundo.com>
10665
10666         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10667
10668 2005-10-21  Simon Josefsson  <jas@extundo.com>
10669
10670         * lib/des.h, lib/des.c: New files.
10671
10672         * lib/gc-gnulib.c: Support DES.c
10673
10674 2005-10-21  Simon Josefsson  <jas@extundo.com>
10675
10676         * lib/arctwo.h, lib/arctwo.c: New files.
10677
10678         * lib/gc-gnulib.c: Support ARCTWO.
10679
10680 2005-10-21  Simon Josefsson  <jas@extundo.com>
10681
10682         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10683         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10684
10685 2005-10-21  Simon Josefsson  <jas@extundo.com>
10686
10687         * gnulib-tool (func_import, func_create_testdir): Define automake
10688         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10689         Makefile.am snippet),
10690         suggested by Bruno Haible <bruno@clisp.org>.
10691
10692         * modules/gc (Makefile.am): Use it.
10693
10694 2005-10-21  Bruno Haible  <bruno@clisp.org>
10695
10696         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10697         patch.
10698
10699 2005-10-19  Simon Josefsson  <jas@extundo.com>
10700
10701         * tests/test-gc-rijndael.c: New file.
10702
10703         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10704
10705 2005-10-19  Simon Josefsson  <jas@extundo.com>
10706
10707         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10708         interface too.
10709
10710 2005-10-19  Simon Josefsson  <jas@extundo.com>
10711
10712         * tests/test-gc-arcfour.c: New file.
10713
10714         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10715
10716 2005-10-19  Simon Josefsson  <jas@extundo.com>
10717
10718         * modules/gc-md4, modules/gc-md4-tests: New file.
10719
10720         * tests/test-gc-md4.c: New file.
10721
10722 2005-10-19  Simon Josefsson  <jas@extundo.com>
10723
10724         * m4/gc-md4.m4: New file.
10725
10726 2005-10-19  Simon Josefsson  <jas@extundo.com>
10727
10728         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10729         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10730         <kasal@ucw.cz>.
10731
10732 2005-10-19  Simon Josefsson  <jas@extundo.com>
10733
10734         * m4/gc-arcfour.m4: New file.
10735
10736         * m4/gc-rijndael.m4: New file.
10737
10738 2005-10-19  Simon Josefsson  <jas@extundo.com>
10739
10740         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10741
10742 2005-10-19  Simon Josefsson  <jas@extundo.com>
10743
10744         * lib/gc-gnulib.c: Support ARCFOUR.
10745
10746 2005-10-19  Simon Josefsson  <jas@extundo.com>
10747
10748         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10749         support.
10750
10751         * lib/gc.h: Add ECB enum type.
10752
10753         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10754
10755 2005-10-18  Simon Josefsson  <jas@extundo.com>
10756
10757         * tests/test-md5.c: New file.
10758
10759         * modules/md5-tests: New file.
10760
10761 2005-10-18  Simon Josefsson  <jas@extundo.com>
10762
10763         * tests/test-md4.c: New file.
10764
10765         * modules/md4, modules/md4-tests: New files.
10766
10767 2005-10-18  Simon Josefsson  <jas@extundo.com>
10768
10769         * m4/md4.m4: New file.
10770
10771 2005-10-18  Simon Josefsson  <jas@extundo.com>
10772
10773         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10774
10775 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10776
10777         * gnulib-tool (func_create_testdir): Omit the second check whether
10778         BUILT_SOURCES in nonempty.
10779
10780 2005-10-17  Simon Josefsson  <jas@extundo.com>
10781
10782         * tests/test-rijndael.c: New file.
10783
10784 2005-10-17  Simon Josefsson  <jas@extundo.com>
10785
10786         * modules/sha1: Depend on stdint instead of md5.
10787
10788         * modules/md5: Depend on stdint, remove uint32_t.
10789
10790 2005-10-17  Simon Josefsson  <jas@extundo.com>
10791
10792         * modules/gc-sha1-tests: New file.
10793
10794         * tests/test-gc-sha1.c: New file.
10795
10796 2005-10-17  Simon Josefsson  <jas@extundo.com>
10797
10798         * m4/md5.m4: Remove call to uint32_t.m4.
10799
10800 2005-10-17  Simon Josefsson  <jas@extundo.com>
10801
10802         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10803
10804         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10805         md5.h.
10806
10807         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10808
10809         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10810
10811 2005-10-17  Simon Josefsson  <jas@extundo.com>
10812
10813         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10814
10815 2005-10-17  Simon Josefsson  <jas@extundo.com>
10816
10817         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10818
10819 2005-10-17  Simon Josefsson  <jas@extundo.com>
10820
10821         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10822
10823         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10824
10825 2005-10-17  Bruno Haible  <bruno@clisp.org>
10826
10827         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10828         that it can also be used in a test.
10829
10830 2005-10-16  Bruno Haible  <bruno@clisp.org>
10831
10832         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10833         TESTS_ENVIRONMENT, so that individual tests can augment it.
10834
10835         * gnulib-tool (func_create_testdir): Use an intermediate target for
10836         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10837         macros, like $(ALLOCA_H), which cannot be passed through the command
10838         line.
10839
10840 2005-10-15  Simon Josefsson  <jas@extundo.com>
10841
10842         * modules/rijndael-tests: New file.
10843
10844         * modules/rijndael: New file.
10845
10846 2005-10-15  Simon Josefsson  <jas@extundo.com>
10847
10848         * m4/rijndael.m4: New file.
10849
10850 2005-10-15  Simon Josefsson  <jas@extundo.com>
10851
10852         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10853
10854         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10855
10856 2005-10-14  Simon Josefsson  <jas@extundo.com>
10857
10858         * tests/test-arcfour.c: New file.
10859
10860         * modules/arcfour, modules/arcfour-tests: New files.
10861
10862 2005-10-14  Simon Josefsson  <jas@extundo.com>
10863
10864         * m4/arcfour.m4: New file.
10865
10866 2005-10-14  Simon Josefsson  <jas@extundo.com>
10867
10868         * lib/arcfour.h, lib/arcfour.c: New files.
10869
10870 2005-10-14  Roland McGrath  <roland@redhat.com>
10871
10872         Import from libc.  [BZ #1331]
10873         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10874         macro argument.
10875         Reported by Matej Vela <vela@debian.org>.
10876
10877 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10878
10879         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10880         include <wchar.h>; no longer needed.
10881
10882 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10885
10886 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10887         and  Ulrich Drepper  <drepper@redhat.com>
10888
10889         Import from libc.
10890         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10891         instead of inline stream orientation test and two separate
10892         function calls.  Pay no attention to USE_IN_LIBIO.
10893
10894 2005-10-13  Simon Josefsson  <jas@extundo.com>
10895
10896         * modules/gc-hmac-md5-tests: New file.
10897
10898         * tests/test-gc-hmac-sha1.c: New file.
10899
10900         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10901
10902         * modules/gc-hmac-md5-tests: New file.
10903
10904         * tests/test-gc-md5.c: New file.
10905
10906         * modules/gc-md5-tests: New file.
10907
10908 2005-10-13  Simon Josefsson  <jas@extundo.com>
10909
10910         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10911         Move memory allocation outside of loop.
10912
10913 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10914
10915         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10916         intermediate directory is in a read-only file system.  Problem
10917         reported by Eric Blake.
10918
10919 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10920
10921         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10922
10923 2005-10-12  Simon Josefsson  <jas@extundo.com>
10924
10925         * tests/test-hmac-sha1.c: New file.
10926
10927         * modules/hmac-sha1-tests: New file.
10928
10929         * modules/hmac-sha1: New file.
10930
10931 2005-10-12  Simon Josefsson  <jas@extundo.com>
10932
10933         * modules/gc-sha1: New file.
10934
10935 2005-10-12  Simon Josefsson  <jas@extundo.com>
10936
10937         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10938
10939         * tests/test-gc-pbkdf2-sha1.c: New file.
10940
10941 2005-10-12  Simon Josefsson  <jas@extundo.com>
10942
10943         * modules/gc-md5, modules/gc-hmac-md5: New files.
10944
10945         * modules/gc (Files): Remove md5, memxor and hmac files.
10946
10947 2005-10-12  Simon Josefsson  <jas@extundo.com>
10948
10949         * m4/gc-pbkdf2-sha1.m4: New file.
10950
10951         * m4/gc-hmac-sha1.m4: New file.
10952
10953         * m4/gc-sha1: New file.
10954
10955         * m4/hmac-sha1.m4: New file.
10956
10957 2005-10-12  Simon Josefsson  <jas@extundo.com>
10958
10959         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10960
10961         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10962
10963 2005-10-12  Simon Josefsson  <jas@extundo.com>
10964
10965         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10966         suggested by Bruno Haible <bruno@clisp.org>.
10967
10968 2005-10-12  Simon Josefsson  <jas@extundo.com>
10969
10970         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10971
10972 2005-10-12  Simon Josefsson  <jas@extundo.com>
10973
10974         * lib/gc-pbkdf2-sha1.c: New file.
10975
10976         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10977
10978 2005-10-12  Simon Josefsson  <jas@extundo.com>
10979
10980         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10981
10982         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10983
10984 2005-10-12  Simon Josefsson  <jas@extundo.com>
10985
10986         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10987         GC_USE_HMAC_MD5, respectively.
10988
10989         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10990         (gc_md5): Fix typo.
10991
10992         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10993
10994         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10995
10996         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10997
10998 2005-10-12  Bruno Haible  <bruno@clisp.org>
10999
11000         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11001         Reported by Stepan Kasal <kasal@ucw.cz>.
11002
11003 2005-10-11  Simon Josefsson  <jas@extundo.com>
11004
11005         * tests/test-crc.c: New file.
11006
11007         * modules/crc, modules/crc-tests: New files.
11008
11009 2005-10-11  Simon Josefsson  <jas@extundo.com>
11010
11011         * m4/crc.m4: New file.
11012
11013 2005-10-11  Simon Josefsson  <jas@extundo.com>
11014
11015         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11016
11017         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11018
11019         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11020
11021 2005-10-11  Simon Josefsson  <jas@extundo.com>
11022
11023         * lib/crc.h, lib/crc.c: New files.
11024
11025         * lib/gc.h (gc_hash_buffer): Add doc.
11026
11027 2005-10-11  Bruno Haible  <bruno@clisp.org>
11028
11029         * modules/c-strcasestr: New file.
11030         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11031
11032 2005-10-11  Bruno Haible  <bruno@clisp.org>
11033
11034         * modules/c-strcase: New file.
11035         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11036
11037 2005-10-11  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/strcasecmp.c: Include limits.h.
11040         (strcasecmp): Avoid integer overflow on exotic platforms.
11041         * lib/strncasecmp.c: Include limits.h.
11042         (strncasecmp): Avoid integer overflow on exotic platforms.
11043         Reported by Paul Eggert.
11044
11045 2005-10-11  Bruno Haible  <bruno@clisp.org>
11046
11047         * lib/c-strcasestr.h: New file, from GNU gettext.
11048         * lib/c-strcasestr.c: New file, from GNU gettext.
11049
11050 2005-10-11  Bruno Haible  <bruno@clisp.org>
11051
11052         * lib/c-strcase.h: New file, from GNU gettext.
11053         * lib/c-strcasecmp.c: New file, from GNU gettext.
11054         * lib/c-strncasecmp.c: New file, from GNU gettext.
11055
11056 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         * modules/mempcpy (License): GPL -> LGPL.
11059         * modules/strchrnul (License): Likewise.
11060         * modules/sysexits (License): Likewise.
11061
11062 2005-10-08  Simon Josefsson  <jas@extundo.com>
11063
11064         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11065
11066 2005-10-07  Simon Josefsson  <jas@extundo.com>
11067
11068         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11069
11070 2005-10-06  Simon Josefsson  <jas@extundo.com>
11071
11072         * tests/test-hmac-md5.c: New file.
11073
11074         * modules/hmac-md5-tests: New file.
11075
11076         * modules/hmac-md5: New file.
11077
11078 2005-10-06  Simon Josefsson  <jas@extundo.com>
11079
11080         * m4/hmac-md5.m4: New file.
11081
11082         * m4/memxor.m4: Require gl_C_RESTRICT.
11083
11084 2005-10-06  Simon Josefsson  <jas@extundo.com>
11085
11086         * lib/memxor.c (memxor): Avoid casts and warnings.
11087
11088 2005-10-06  Simon Josefsson  <jas@extundo.com>
11089
11090         * lib/hmac-md5.c: New file.
11091
11092         * lib/hmac.h: New file.
11093
11094 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11097         promotes to int, not unsigned int, to catch the AIX 5.3
11098         compiler bug.
11099
11100 2005-10-05  Simon Josefsson  <jas@extundo.com>
11101
11102         * modules/memxor: New file.
11103
11104         * modules/iconv (Files): Move config.rpath to havelib, it is used
11105         there.
11106
11107         * modules/havelib (Files): Add config.rpath.
11108
11109 2005-10-05  Simon Josefsson  <jas@extundo.com>
11110
11111         * m4/memxor.m4: New file.
11112
11113 2005-10-05  Simon Josefsson  <jas@extundo.com>
11114
11115         * lib/memxor.c (memxor): Fix compiler error.
11116
11117         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11118         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11119
11120         * lib/memxor.h, lib/memxor.c: New files.
11121
11122         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11123         we assume all systems have it, suggested by Jim Meyering
11124         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11125         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11126         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11127         same reasons.
11128
11129 2005-10-05  Simon Josefsson  <jas@extundo.com>
11130
11131         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11132
11133 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11136         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11137         needed, since the source code now assumes these .h files.
11138
11139 2005-10-05  Derek Price  <derek@ximbiot.com>
11140
11141         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11142
11143 2005-10-05  Bruno Haible  <bruno@clisp.org>
11144
11145         * modules/stdint (License): Change to LGPL.
11146
11147 2005-10-04  Simon Josefsson  <jas@extundo.com>
11148
11149         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11150         D. Baushke" <mdb@gnu.org>.
11151
11152 2005-10-04  Bruno Haible  <bruno@clisp.org>
11153
11154         * lib/verify.h (verify_true): Provide alternative definition for C++.
11155
11156 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11157
11158         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11159         (SSIZE_MAX): New macro, if not already defined.
11160         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11161         than 2 GiB.
11162
11163 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11164
11165         Sync from coreutils.
11166         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11167         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11168         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11169         ULLONG_MAX doesn't work with 2.7.2.1.
11170
11171 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11172
11173         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11174         From Ben Pfaff.
11175
11176         * modules/exclude (Depends-on): Depend on verify.
11177         * modules/strtoimax (Depends-on): Likewise.
11178         * modules/utimecmp (Depends-on): Likewise.
11179
11180 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11181
11182         * lib/exclude.c: Include verify.h.
11183         (verify): Remove.  All callers changed to use verify.h's version.
11184         * lib/strtoimax.c: Likewise.
11185         * lib/utimecmp.c: Likewis.e
11186
11187         Sync from coreutils.
11188         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11189         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11190         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11191         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11192         bother returning ENOSYS if settimeofday or stime fails; just let
11193         them return whatever errno they want to return.
11194         * lib/utimens.c: Include unistd.h, for dup2.
11195         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11196         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11197
11198 2005-10-02  Jim Meyering  <jim@meyering.net>
11199
11200         Sync from coreutils.
11201         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11202         from glibc-2.2.5 that fails for read-only files.
11203
11204 2005-10-02  Jim Meyering  <jim@meyering.net>
11205
11206         Sync from coreutils.
11207         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11208         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11209         `#if HAVE_CONFIG_H'.
11210         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11211         Remove AT_FDCWD test.
11212         Do not consume the fd unless successful.
11213         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11214         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11215         block, so that we don't even try to compile it if settimeofday is
11216         available.  This works around a compilation failure on OSF1 V5.1,
11217         due to stime requiring a `long int*' while tv_sec is `int'.
11218
11219 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11220
11221         Sync from coreutils.
11222         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11223         against `yes', rather than just testing for nonempty.
11224
11225 2005-10-01  Simon Josefsson  <jas@extundo.com>
11226
11227         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11228         and Darwin.
11229
11230         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11231         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11232         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11233         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11234         Check if struct addrinfo is declared.
11235
11236 2005-10-01  Simon Josefsson  <jas@extundo.com>
11237
11238         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11239         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11240         AI_* and EAI_* definitions.  Protect function declarations.
11241
11242 2005-10-01  Jim Meyering  <jim@meyering.net>
11243
11244         Sync from coreutils.
11245
11246         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11247         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11248         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11249         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11250         in the inet and nsl libraries.  Required on Solaris 5.7.
11251
11252 2005-10-01  Jim Meyering  <jim@meyering.net>
11253
11254         Sync from coreutils.
11255         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11256         in the inet and nsl libraries.  Required on Solaris 5.7.
11257
11258 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11259
11260         * lib/getdelim.c (getdelim): Remove unused variables.
11261
11262 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11265         so that the code works even with ancient cpp.  Portability problem
11266         with GCC 2.7.2.1 reported by Thomas M.Ott.
11267
11268 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         * modules/regex (Depends-on): Add strcase.
11271
11272         * modules/gethostname (Licence): Change from GPL to LGPL, since
11273         gethostname.c is a trivial implementation of a standard library
11274         function.
11275         * modules/poll (License): Change from GPL to LGPL, since it's
11276         derived from LGPL code.
11277
11278 2005-09-27  Jim Meyering  <jim@meyering.net>
11279
11280         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11281         HAVE_CONFIG_H.
11282
11283         * lib/intprops.h (signed_type_or_expr__): Define.
11284         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11285         for unsigned types.
11286
11287 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11288
11289         * lib/verify.h (verify_expr): Remove, replacing with:
11290         (verify_true): New macro that returns true instead of void.
11291         (verify_type__): Remove.
11292         (verify): Use verify_true rather than verify_type__.
11293
11294 2005-09-26  Bruno Haible  <bruno@clisp.org>
11295
11296         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11297         is necessary.
11298         (lib_SOURCES): Remove mbchar.c.
11299         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11300         (Files): Add m4/mbrtowc.m4.
11301         * modules/mbiter: Likewise.
11302         * modules/mbuiter: Likewise.
11303
11304 2005-09-26  Bruno Haible  <bruno@clisp.org>
11305
11306         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11307         compile mbchar.c if they are not both present.
11308         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11309         * m4/mbiter.m4 (gl_MBITER): Likewise.
11310         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11311         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11312         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11313
11314 2005-09-25  Jim Meyering  <jim@meyering.net>
11315
11316         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11317         also uses socklen_t.
11318
11319 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11320
11321         * lib/utimens.c (ENOSYS): Define if not already defined.
11322         (futimens): Support having a null PATH if the file descriptor
11323         is nonnegative.
11324
11325         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11326         Remove.
11327         (__attribute): Define to empty unless GCC 3.1 or later.
11328         This works around a core dump on OpenBSD 3.4, which has GCC
11329         2.95.3, which dumps core when given __attribute__(()).  It also
11330         simplifies other tests, since we really don't want to bother with
11331         worrying about which ancient version of GCC supported what.
11332         Original problem reported by Yoann Vandoorselaere, with part of
11333         the fix suggested by Derek Price.
11334
11335 2005-09-24  Jim Meyering  <jim@meyering.net>
11336
11337         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11338         so we can once again use a positive bitfield width of 1 -- now we
11339         don't have to explain why we were using a bitfield width of 2.
11340
11341 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11344         and similarly for the other external symbols.  Problem reported
11345         by James Gallager.
11346
11347         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11348         bug reported by Jim Meyering.
11349
11350         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11351         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11352         not needed, since socklen is a prerequisite module.
11353
11354 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11357         Problem reported by Eric Blake.
11358         (getaddrinfo): Initialize se so that it's not garbage.
11359         Redo internal storage allocation so that it doesn't make unportable
11360         assumptions about alignment.
11361         Fix a memory leak.
11362
11363         * lib/utimens.c (futimens): Use futimesat if available.
11364         Prefer it to futimes since it doesn't have the futimes bug.
11365
11366         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11367         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11368         Instead, declare a function that returns a pointer to an array,
11369         and use verify_type__ to declare the size of the array.
11370         Problem and germ of a solution reported by Bruno Haible.
11371         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11372         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11373
11374 2005-09-23  Jim Meyering  <jim@meyering.net>
11375
11376         Sync from coreutils.
11377         Correct build failure (socklen_t not defined) on at least
11378         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11379         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11380
11381 2005-09-23  Jim Meyering  <jim@meyering.net>
11382
11383         * modules/getaddrinfo (Depends-on): Add socklen.
11384
11385 2005-09-23  Bruno Haible  <bruno@clisp.org>
11386
11387         * tests/test-verify.c: New file.
11388
11389 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11390
11391         Sync from coreutils.
11392
11393         * modules/argmatch (Depends-on): Add verify.
11394         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11395         unistd-safer.
11396         * modules/save-cwd (Depends-on): Likewise.
11397
11398         * modules/openat (Files): Add lib/openat-die.c.
11399         (Depends-on): Remove error, exitfail.
11400         Add dirname.
11401
11402         * modules/verify: New file.
11403         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11404         with "verify" module.
11405
11406 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11407
11408         Sync from coreutils.
11409
11410         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11411         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11412         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11413         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11414         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11415         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11416         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11417         Don't bother checking for string.h, stdlib.h, unistd.h.
11418         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11419         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11420         module's job.
11421         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11422         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11423
11424         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11425         (gl_GETDATE): Use it.
11426
11427         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11428
11429 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11430
11431         Sync from coreutils.
11432
11433         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11434         stat-time.h.
11435         * lib/argmatch.h: Include verify.h
11436         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11437         (ARGMATCH_ASSERT): Remove; unused.
11438         * lib/canonicalize.c: Assume STDC_HEADERS.
11439         * lib/exclude.c: Include "strcase.h".
11440         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11441         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11442         and stdio-safer.h.
11443         (getusershell): Call fopen, not fopen_safer.
11444         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11445         Do not include unistd-safer.h.
11446         (save_cwd): Don't call fd_safer; no longer needed
11447         now that we include fcntl--.h.
11448
11449         * lib/getdate.y (relative_time): New type.
11450         (RELATIVE_TIME_0): New constant.
11451         (parser_control): Use relative_time instead of doing it ourselves.
11452         (%union): Add new relative_time rel member.
11453         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11454         Now typeless.
11455         (relunit, relunit_snumber): Now of type rel.
11456         (zone, rel, relunit, get_date): Adjust to above changes.
11457
11458         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11459         Do not include unistd-safer.h.
11460         (getloadavg): Don't call fd_safer; no longer needed
11461         now that we include fcntl--.h.
11462
11463         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11464         (make_dir_parents): Treat ENOSYS like EEXIST.
11465
11466         Improve quality of diagnostics on restore_cwd failure.
11467         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11468         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11469         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11470         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11471         each time through the loop.  Do not diagnose restore_cwd failure;
11472         that is the caller's job (and perhaps the caller does not care).
11473
11474         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11475         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11476         If the file already exists but is not a directory, don't bother
11477         to try to make its parents.
11478         Close potential file descriptor leak if we can't chdir("/") (!).
11479         Don't always return true if chdir($PWD) fails; return true only
11480         if the requested action was done successfully (except for the
11481         chdir($PWD)).
11482         Don't log final directory unless we actually made it.
11483         Refactor to avoid duplicate code to fix up permissions.
11484         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11485
11486         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11487         to make it a bit faster and (I hope) clearer.
11488         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11489         Fix bug in formats like %2N.
11490
11491         * lib/verify.h: New file.
11492
11493 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11494
11495         Sync from coreutils.
11496         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11497
11498 2005-09-22  Jim Meyering  <jim@meyering.net>
11499
11500         Sync from coreutils.
11501
11502         * m4/lstat.m4 (gl_FUNC_LSTAT):
11503         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11504         Remove obsolete comment.
11505         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11506         * m4/xstrtod.m4: Likewise.
11507
11508         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11509
11510 2005-09-22  Jim Meyering  <jim@meyering.net>
11511
11512         Sync from coreutils.
11513
11514         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11515
11516         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11517         the .tm_year member, since otherwise gcc-4.0 would now warn about
11518         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11519
11520         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11521         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11522
11523         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11524         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11525         when run in a time zone for which daylight savings time is in effect
11526         for the starting date.
11527
11528         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11529         stop us from restricting permissions of just-created absolute-named
11530         directories.
11531         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11532         to restore initial working directory.
11533         * lib/mkdir-p.c (make_dir_parents): New parameter:
11534         different_working_dir, to tell caller if/when we change the working
11535         directory and are unable to return to the initial one.
11536         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11537         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11538         `return false'.  This fixes a bug introduced on 2004-07-30.
11539
11540         * lib/openat.c (fdopendir): Be sure to close the supplied
11541         file descriptor before returning.  This makes our replacement
11542         implementation a little closer to Solaris's, where fdopendir
11543         ties the file descriptor to the returned DIR* pointer.
11544         * lib/openat.c (unlinkat): New function.
11545         * lib/openat.h (unlinkat): Add prototype.
11546         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11547         (openat_restore_fail): Rename from openat_restore_die.
11548         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11549
11550         Provide an alternative to exiting immediately upon save_cwd or
11551         restore_cwd failure.  Now, an application can arrange e.g.,
11552         to perform a longjump in that case.
11553         * lib/openat.c: Include dirname.h.
11554         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11555         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11556         and openat_restore_die rather than calling error directly.
11557         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11558
11559         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11560         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11561         define.
11562
11563         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11564         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11565                             int utc, int nanoseconds);
11566         Background:
11567         date should not have to allocate a megabyte of virtual memory to
11568         handle a format argument like +%1048575T.  When implemented with
11569         strftime, it must allocate such a buffer, use strftime to fill it
11570         in, print it, then free it.
11571         With fprintftime, it simply prints everything and exits.
11572         With no need for memory allocation, that's one fewer way to fail.
11573         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11574         optional field width, not before, so we accept %9:z, not %:9z.
11575         (my_strftime): Be sure to use L_('x') for literals.
11576
11577         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11578         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11579         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11580         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11581         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11582         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11583         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11584         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11585         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11586         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11587         * lib/xgethostname.c, lib/xreadlink.c:
11588         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11589
11590         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11591         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11592         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11593         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11594         and don't include <sys/file.h>).
11595
11596 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11597
11598         Sync from coreutils.
11599
11600         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11601         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11602         [!LDAV_DONE]: Avoid unused variable warning.
11603
11604 2005-09-21  Bruno Haible  <bruno@clisp.org>
11605
11606         * lib/unicodeio.h (unicode_to_mb): New declaration.
11607
11608 2005-09-20  Derek Price  <derek@ximbiot.com>
11609
11610         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11611         getaddrinfo.h.
11612
11613 2005-09-20  Bruno Haible  <bruno@clisp.org>
11614
11615         * gnulib-tool: Remove trailing slashes from the values specified for
11616         --source-base, --m4-base, --tests-base, --aux-dir.
11617         Suggested by Simon Josefsson <jas@extundo.com>.
11618
11619 2005-09-20  Bruno Haible  <bruno@clisp.org>
11620
11621         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11622         func_modules_to_filelist, func_import, func_create_testdir): Make all
11623         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11624         change when gnulib-tool is invoked in a different locale.
11625
11626 2005-09-19  Simon Josefsson  <jas@extundo.com>
11627
11628         * m4/socklen.m4: Fix typo.
11629
11630 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11631
11632         Use a consistent style for including <config.h>.
11633         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11634         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11635         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11636         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11637         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11638         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11639         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11640         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11641         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11642         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11643         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11644         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11645         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11646         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11647         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11648         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11649         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11650         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11651         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11652         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11653         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11654         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11655         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11656         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11657         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11658         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11659         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11660         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11661         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11662         lib/xstrtoumax.c, lib/yesno.c:
11663         Standardize inclusion of config.h.
11664         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11665         lib/inttostr.h:  Removed inclusion of config.h from header files.
11666         * lib/inttostr.c:  Adjusted in-tree users.
11667         * lib/timespec.h: Remove superfluous warning to include config.h.
11668         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11669         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11670         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11671         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11672         config.h with HAVE_CONFIG_H.
11673
11674 2005-09-19  Jim Meyering  <jim@meyering.net>
11675
11676         * modules/pathmax (License): Change to LGPL.
11677
11678 2005-09-19  Derek Price  <derek@ximbiot.com>
11679
11680         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11681
11682 2005-09-19  Bruno Haible  <bruno@clisp.org>
11683
11684         * gnulib-tool (import): Provide default for --tests-base.
11685
11686 2005-09-19  Bruno Haible  <bruno@clisp.org>
11687
11688         * doc/quote.texi: New file, extracted from gnulib.texi.
11689         * doc/ctime.texi: New file, extracted from gnulib.texi.
11690         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11691         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11692         * doc/gnulib.texi: Include them.
11693
11694 2005-09-18  Bruno Haible  <bruno@clisp.org>
11695
11696         Portability fix.
11697         * gnulib-tool (func_readlink): New function.
11698         (func_ln_if_changed): Use it.
11699
11700 2005-09-18  Bruno Haible  <bruno@clisp.org>
11701
11702         * gnulib-tool: Support --with-tests also with --import.
11703         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11704         (func_import): Use variables $testsbase and $inctests. Emit a
11705         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11706         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11707         SUBDIRS += $testsdir.
11708         (func_create_testdir): Update.
11709
11710 2005-09-18  Bruno Haible  <bruno@clisp.org>
11711
11712         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11713         instead of $dry_run.
11714         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11715         (func_ln_if_changed): Don't handle dry-run here.
11716         (func_import): In dry-run mode, detect more precisely which actions
11717         would be performed, and don't use "...ing" verbs.
11718
11719 2005-09-18  Bruno Haible  <bruno@clisp.org>
11720
11721         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11722         (func_import): Use join on two temporary files instead of three nested
11723         loops, in order to determine which files are new or old.
11724
11725 2005-09-18  Bruno Haible  <bruno@clisp.org>
11726
11727         * gnulib-tool (func_import): Comment out code that spits out the
11728         new files with --dry-run.
11729
11730 2005-09-18  Bruno Haible  <bruno@clisp.org>
11731
11732         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11733
11734 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         * lib/stat-time.h: New file.
11737         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11738         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11739         in a different way.
11740         (timespec_cmp): New function.
11741         * lib/utimecmp.c: Include stat-time.h.
11742         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11743         members exist, not on the obsolescent ST_MTIM_NSEC.
11744         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11745
11746 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11747
11748         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11749
11750 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         * MODULES.html.sh (File system functions): Add stat-time.
11753         * modules/stat-time: New file.
11754         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11755         is now done in a different way, by the stat-time module.
11756         * modules/utimecmp (Depends-on): Add stat-time.
11757
11758 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11759
11760         * m4/st_mtim.m4: Remove.  Superseded by...
11761         * m4/stat-time.m4: New file.
11762         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11763         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11764
11765 2005-09-15  Derek Price  <derek@ximbiot.com>
11766
11767         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11768
11769 2005-09-15  Derek Price  <derek@ximbiot.com>
11770
11771         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11772         * lib/regex_internal.c: Ditto, using this...
11773         (__GNUC_PREREQ): ...new macro.
11774         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11775         using...
11776         (__GNUC_PREREQ): ...this new macro.
11777
11778         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11779
11780 2005-09-15  Derek Price  <derek@ximbiot.com>
11781             Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11784         changes, consolidating in...
11785         * lib/regex_internal.h: ...this file.
11786
11787 2005-09-13  Jim Meyering  <jim@meyering.net>
11788
11789         * lib/canon-host.c: Filter through gnu indent and reword comments
11790         slightly.
11791         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11792
11793 2005-09-13  Derek Price  <derek@ximbiot.com>
11794
11795         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11796         failure.
11797         Reported by Jim Meyering  <jim@meyering.net>.
11798
11799 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11800
11801         * lib/base64.c: Typo.
11802         (base64_encode): Put b64str in initialized data section.
11803
11804 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11805
11806         Merge glibc and coreutils changes into gnulib, plus a few
11807         extra fixes.
11808         * lib/md5.c: Use #error rather than a string.
11809         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11810         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11811         (__attribute__): Define to empty for non recent-GCC.
11812         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11813         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11814         Renamed from their non-__ counterparts, with new macros replacing
11815         them if not _LIBC.  Add __THROW attribute.
11816         (rol): Remove.
11817         (struct md5_ctx): Align buffer if using GCC.
11818         * lib/sha1.h (struct sha1_ctx): Likewise.
11819         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11820         The old name was backwards.
11821         (NOTSWAP): Remove; not used.
11822         (rol): New macro, moved here from md5.h.
11823         (sha1_process_block): Remove a FIXME that doesn't make sense.
11824
11825 2005-09-12  Derek Price  <derek@ximbiot.com>
11826
11827         Return usable errors from canon-host.
11828         * lib/canon-host.h: New file.
11829         * lib/canon-host.c (canon_host): Wrap...
11830         (canon_host_r): ...this new function, which now relies exclusively on
11831         getaddrinfo.
11832         (ch_strerror): New function.
11833         (last_cherror): New global.
11834         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11835         interface.
11836         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11837         void *.
11838         (freeaddrinfo): Free ai->ai_canonname when set.
11839
11840 2005-09-12  Derek Price  <derek@ximbiot.com>
11841
11842         Make canon-host require getaddrinfo.
11843         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11844         AC_LIBSOURCE canon-host.h.  Call...
11845         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11846         gl_GETADDRINFO.
11847         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11848
11849 2005-09-12  Derek Price  <derek@ximbiot.com>
11850
11851         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11852         LGPL.
11853         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11854
11855 2005-09-12  Derek Price  <derek@ximbiot.com>
11856
11857         * lib/gai_strerror.c: Include config.h when available.  Include
11858         getaddrinfo.h before other headers to test interface.
11859         Reported by Larry Jones <lawrence.jones@ugs.com>.
11860
11861 2005-09-12  Derek Price  <derek@ximbiot.com>
11862             Paul Eggert  <eggert@cs.ucla.edu>
11863
11864         * modules/glob (Files): Add glob-libc.h.
11865
11866 2005-09-12  Derek Price  <derek@ximbiot.com>
11867             Paul Eggert  <eggert@cs.ucla.edu>
11868
11869         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11870         glob_.h, glob-libc.h.
11871         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11872
11873 2005-09-12  Derek Price  <derek@ximbiot.com>
11874             Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11877         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11878         protecting things that should be done only in gnulib contexts.
11879         * lib/glob_.h: New file, containing only the glob things needed for
11880         gnulib.
11881         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11882         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11883         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11884         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11885         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11886         and to respect the namespace rules better.
11887
11888 2005-09-08  Simon Josefsson  <jas@extundo.com>
11889
11890         * modules/socklen: New file.
11891
11892 2005-09-08  Simon Josefsson  <jas@extundo.com>
11893
11894         * m4/socklen.m4: New file.
11895
11896 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * modules/utimens (Files): Add m4/utimbuf.m4, since
11899         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11900         Reported by Sergey Poznyakoff.
11901
11902 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11905         definitions, since that's the preferred style in glibc.
11906         Fix a minor spacing issue, and update copyright notice to match
11907         glibc's.
11908
11909 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11910
11911         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11912
11913 2005-09-06  Simon Josefsson  <jas@extundo.com>
11914
11915         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11916         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11917
11918 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11919
11920         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11921         warning.
11922
11923 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11924
11925         * config/srclist.txt: Add glibc bug 1302.
11926
11927 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11928
11929         Change bitset word type from unsigned int to unsigned long int,
11930         as this has better performance on typical 64-bit hosts.
11931         Port bitset code to hosts with unusual word sizes.
11932         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11933         (build_collating_symbol):
11934         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11935         argument is a bitset.  This is merely a style issue, but it makes
11936         it clearer that an entire array is expected.
11937         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11938         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11939         Port to the case where bitset_word is not the same as unsigned int.
11940         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11941         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11942         Likewise.
11943         * lib/regexec.c (check_dst_limits_calc_pos_1,
11944         check_subexp_matching_top):
11945         (build_trtable, group_nodes_into_DFAstates):
11946         Likewise.
11947         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11948         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11949         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11950         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11951         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11952         * lib/regcomp.c (optimize_subexps, lower_subexp):
11953         Work even if bitset_word has holes in its bitwise representation.
11954         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11955         * lib/regexec.c (check_dst_limits_calc_pos_1,
11956         check_subexp_matching_top):
11957         Likewise.
11958         * lib/regex_internal.c (re_string_reconstruct):
11959         Don't assume UCHAR_MAX == 255.
11960         * lib/regex_internal.h (bitset_set_all): Likewise.
11961         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11962         All uses changed.
11963         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11964         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11965         All uses changed.
11966         (BITSET_WORD_MAX): New macro.
11967         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11968         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11969         (bitset_empty, bitset_copy):
11970         Prefer sizeof (bitset) to multiplying it out ourselves.
11971         (bitset_not_merge): Remove; unused.
11972         (bitset_contain): Return bool, not unsigned int with one bit on.
11973         All callers changed.
11974         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11975         alignment than re_node_set; do this by defining a new internal
11976         type struct dests_alloc and using it to allocate memory.
11977
11978 2005-09-05  Bruno Haible  <bruno@clisp.org>
11979
11980         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11981         links.
11982
11983 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11984
11985         * modules/size_max (Makefile.am): Add size_max.h
11986
11987 2005-09-04  Derek Price  <derek@ximbiot.com>
11988
11989         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11990
11991 2005-09-03  Simon Josefsson  <jas@extundo.com>
11992
11993         * gnulib-tool: Fix typo.
11994
11995 2005-09-03  Simon Josefsson  <jas@extundo.com>
11996
11997         * config/srclist.txt: Add glibc bug 1293.
11998
11999 2005-09-03  Derek Price  <derek@ximbiot.com>
12000
12001         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12002         From Larry Jones <lawrence.jones@ugs.com>.
12003
12004 2005-09-02  Simon Josefsson  <jas@extundo.com>
12005
12006         * modules/socklen: New file.
12007
12008 2005-09-02  Simon Josefsson  <jas@extundo.com>
12009
12010         * modules/havelib: New module.
12011
12012         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12013         Use havelib.
12014
12015 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         Check for arithmetic overflow when calculating sizes, to prevent
12018         some buffer-overflow issues.  These patches are conservative, in the
12019         sense that when I couldn't determine whether an overflow was possible,
12020         I inserted a run-time check.
12021         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12022         macros.
12023         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12024         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12025         (re_xnrealloc, re_x2nrealloc): New inline functions.
12026         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12027         parse_bracket_exp):
12028         (build_equiv_class, build_charclass): Check for arithmetic overflow
12029         in size expression calculations.
12030         * lib/regex_internal.c (re_string_realloc_buffers):
12031         (build_wcs_upper_buffer, re_node_set_add_intersect):
12032         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12033         (re_dfa_add_node, register_state): Likewise.
12034         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12035         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12036         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12037         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12038
12039 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12040
12041         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12042         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12043
12044 2005-09-02  Bruno Haible  <bruno@clisp.org>
12045
12046         Support for lib vs. lib64 distinction on biarch platforms.
12047         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12048         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12049         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12050
12051 2005-09-02  Bruno Haible  <bruno@clisp.org>
12052
12053         * gnulib-tool (import): In the other first-use case, provide defaults
12054         as well.
12055
12056 2005-09-02  Bruno Haible  <bruno@clisp.org>
12057
12058         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12059         patches not yet found in the latest gettext release.
12060
12061 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12064         to avoid a collision with bits/local_lim.h in glibc.
12065         All uses changed.  Problem reported by Dmitry V. Levin in
12066         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12067
12068         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12069         bugs in int versus size_t comparisons.
12070         (re_string_context_at): Fix bug where the code assumed that
12071         Idx is signed.
12072
12073         Use bool where appropriate.
12074         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12075         All callers changed.
12076         (calc_eclosure_iter): Likewise, for ROOT arg.
12077         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12078         (build_charclass_op): Likewise, for NON_MATCH arg.
12079         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12080         (re_string_construct_common): Likewise, for ICASE arg.
12081         * lib/regexec.c (re_search_2_stub, re_search_stub):
12082         Likewise, for RET_LEN arg.
12083         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12084         (set_regs): Likewise, for FL_BACKTRACK arg.
12085         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12086         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12087         (calc_eclosure_iter, parse_bracket_exp):
12088         Use bool for internal variables that are booleans.
12089         * lib/regexec.c (re_search_internal, check_matching,
12090         proceed_next_node):
12091         (set_regs, build_sifted_states, sift_states_bkref):
12092         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12093         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12094         (find_collation_sequence_value):
12095         Likewise.
12096         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12097         (re_node_set_compare):
12098         Return bool, not int. All callers changed.
12099         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12100         (build_trtable, check_node_accept): Likewise.
12101         * lib/regex_internal.h: Include stdbool.h.
12102
12103         Fix bugs uncovered when converting to bool.
12104         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12105         failure instead of charging ahead blindly.
12106         * lib/regex_internal.c (register_state): Likewise.
12107         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12108         for freeing internal storage.
12109         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12110         bitset pieces used as boolean, to avoid undefined behavior
12111         on hosts that do int overflow checking.
12112
12113 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12114
12115         * config/srclist.txt: Add glibc bugs 1285-1287.
12116
12117 2005-09-01  Jim Meyering  <jim@meyering.net>
12118
12119         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12120         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12121         Require gl_STAT_MACROS, too.
12122
12123 2005-09-01  Bruno Haible  <bruno@clisp.org>
12124
12125         * gnulib-tool (import): In the first-use case, provide defaults.
12126
12127 2005-09-01  Bruno Haible  <bruno@clisp.org>
12128
12129         * gnulib-tool (func_import): Remove the .tmp files.
12130
12131 2005-09-01  Bruno Haible  <bruno@clisp.org>
12132
12133         * gnulib-tool (func_import): Fix handling of symbolic links.
12134
12135 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12136
12137         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12138         old glibc regex code mishandles strings longer than 2**31 bytes.
12139         This patch fixes this when the regex code is used in gnulib
12140         (i.e., outside glibc).
12141
12142         This patch should not affect the use of the regex code inside
12143         glibc.  No doubt this problem also needs to be handled for glibc
12144         as well, but the result will be an incompatible change to the
12145         glibc ABI, and the old ABI will have to be supported too.  That
12146         can be the the subject for another patch.
12147
12148         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12149         governing whether the rest of this patch is active.  By default,
12150         the macro is disabled and the patch has no effect.
12151         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12152         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12153         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12154         (re_match_2, re_set_registers): Use the new types.
12155         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12156         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12157         New macros.
12158         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12159         (re_string_context_at, bin_tree_t, re_dfastate_t):
12160         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12161         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12162         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12163         (re_string_char_size_at, re_string_wchar_at):
12164         (re_string_elem_size_at):
12165         Use the new types and macros to port to 64-bit hosts.
12166         Use unsigned types for internal values, so that the code
12167         mostly works even for arrays larger than SSIZE_MAX.
12168         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12169         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12170         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12171         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12172         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12173         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12174         (calc_inveclosure, parse_dup_op, build_range_exp):
12175         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12176         (fetch_number, create_token_tree, mark_opt_subexp):
12177         Likewise.
12178         * lib/regex_internal.c (re_string_construct_common,
12179         create_ci_newstate):
12180         (create_cd_newstate, re_string_allocate, re_string_construct):
12181         (re_string_realloc_buffers, build_wcs_upper_buffer):
12182         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12183         (re_string_reconstruct, re_string_peek_byte_case):
12184         (re_string_fetch_byte_case, re_string_context_at):
12185         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12186         (re_node_set_init_copy, re_node_set_add_intersect):
12187         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12188         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12189         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12190         (re_acquire_state, re_acquire_state_context, register_state):
12191         Likewise.
12192         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12193         search_cur_bkref_entry):
12194         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12195         (re_search_internal, re_search_2_stub, re_search_stub)
12196         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12197         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12198         (update_cur_sifted_state, check_dst_limits):
12199         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12200         (check_subexp_limits, sift_states_bkref, merge_state_array):
12201         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12202         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12203         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12204         (expand_bkref_cache, check_node_accept_bytes):
12205         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12206         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12207         (acquire_init_state_context, check_halt_node_context):
12208         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12209         (sift_states_backward, clean_state_log_if_needed):
12210         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12211         (find_recover_state, transit_state_sb, transit_state_mb):
12212         (transit_state_bkref, build_trtable, match_ctx_clean):
12213         Likewise.
12214         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12215         to work around an assumption that REG_MISSING is negative.
12216
12217         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12218         (seek_collating_symbol_entry) [defined _LIBC]:
12219         (lookup_collation_sequence_value) [defined _LIBC]:
12220         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12221         Use prototypes rather than old-style function definitions.
12222         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12223         (transit_state_sb) [0]:
12224         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12225
12226         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12227         rm_eo.
12228
12229         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12230         (optimize_subexps, lower_subexp):
12231         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12232         since the signed shift might overflow.  Use 1u<<31 instead.
12233         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12234         Likewise.
12235         * lib/regexec.c (check_dst_limits_calc_pos_1,
12236         check_subexp_matching_top): Likewise.
12237
12238         * lib/regcomp.c (optimize_subexps, lower_subexp):
12239         Use CHAR_BIT rather than 8, for clarity.
12240         * lib/regexec.c (check_dst_limits_calc_pos_1):
12241         (check_subexp_matching_top): Likewise.
12242         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12243         have to worry about portability issues when shifting it left.
12244         Remove no-longer-needed test for table_size > 0.
12245         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12246         in a word, as the resulting behavior is undefined.
12247         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12248         in one case, a <= should have been an <, and in another case the
12249         whole test was missing.
12250         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12251         the standard name CHAR_BIT.
12252         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12253         this is not true on one's complement and signed-magnitude hosts.
12254
12255         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12256         next_last_offset.
12257         (struct re_dfa_t): Remove unused member states_alloc.
12258         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12259
12260 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12261
12262         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12263         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12264         and large-file glibc and in 32-bit large-file Solaris.
12265
12266 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12267
12268         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12269         lengths fit in regoff_t; this isn't true if regoff_t is the same
12270         width as size_t.
12271         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12272         (= START + RANGE) instead of RANGE.  This avoids overflow
12273         problems when regoff_t is the same width as size_t.
12274         All callers changed.
12275         (re_search_2_stub): Check for overflow when adding the
12276         sizes of the two strings.
12277         (re_search_stub): Check for overflow when adding START
12278         to RANGE; if it occurs, substitute the extreme value.
12279
12280 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12283
12284 2005-08-31  Jim Meyering  <jim@meyering.net>
12285
12286         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12287         a pointer-to-const.
12288         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12289         (register_state): Likewise.
12290         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12291         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12292         (group_nodes_into_DFAstates): Likewise.
12293
12294 2005-08-31  Jim Meyering  <jim@meyering.net>
12295
12296         * check-module: Add a FIXME comment.
12297
12298 2005-08-31  Eric Blake  <ebb9@byu.net>
12299
12300         * modules/unistd-safer (Files): Add unistd--.h.
12301         * modules/stdio-safer (Files): Add stdio--.h.
12302
12303 2005-08-31  Derek Price  <derek@ximbiot.com>
12304
12305         * lib/getdelim.c (getdelim): Return EOF on EOF.
12306         Reported by Larry Jones <lawrence.jones@ugs.com>.
12307
12308 2005-08-31  Bruno Haible  <bruno@clisp.org>
12309
12310         Avoid unnecessary diffs in the generated lib/Makefile.am.
12311         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12312         the generated files.
12313         (func_import): Don't set cmd.
12314
12315 2005-08-31  Bruno Haible  <bruno@clisp.org>
12316
12317         * lib/strstr.c: Include <stddef.h>, for NULL.
12318         * lib/strcasestr.c: Likewise.
12319         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12320
12321 2005-08-31  Bruno Haible  <bruno@clisp.org>
12322
12323         * gnulib-tool: New option --macro-prefix.
12324         (func_import): Use macro_prefix.
12325         (import): Handle option --macro-prefix.
12326
12327 2005-08-31  Bruno Haible  <bruno@clisp.org>
12328
12329         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12330         Also use new variables cached_lgpl, cached_libtool.
12331
12332 2005-08-31  Bruno Haible  <bruno@clisp.org>
12333
12334         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12335         always instantiating them.
12336
12337 2005-08-31  Bruno Haible  <bruno@clisp.org>
12338
12339         * gnulib-tool (func_import): Read the previous cached settings
12340         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12341         earlier added by gnulib but are now dropped. Warn when a gnulib file
12342         overwrites a non-gnulib file.
12343
12344 2005-08-31  Bruno Haible  <bruno@clisp.org>
12345
12346         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12347         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12348         projects that don't keep autogenerated files in CVS. Put into
12349         actioncmd only the specified modules, not the transitive closure.
12350
12351 2005-08-31  Bruno Haible  <bruno@clisp.org>
12352
12353         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12354         Create directories that shall be filled.
12355         (import): Don't look for gl_* macros in configure.ac. Recurse across
12356         all directories containing a gnulib-cache.m4 files, if meaningful.
12357
12358 2005-08-31  Bruno Haible  <bruno@clisp.org>
12359
12360         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12361         (import): Set seen_libtool when we see gl_LIBTOOL.
12362
12363 2005-08-31  Bruno Haible  <bruno@clisp.org>
12364
12365         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12366         declaration macro definitions from generated gnulib.m4.
12367
12368 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12369
12370         * lib/iconvme.h: Add prototype for iconv_alloc.
12371
12372 2005-08-29  Simon Josefsson  <jas@extundo.com>
12373
12374         * lib/iconvme.c: Fix errno.
12375
12376 2005-08-29  Bruno Haible  <bruno@clisp.org>
12377
12378         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12379         that it works when the directory contains spaces.
12380
12381 2005-08-29  Bruno Haible  <bruno@clisp.org>
12382
12383         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12384
12385 2005-08-29  Bruno Haible  <bruno@clisp.org>
12386
12387         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12388         Emit more advice.
12389
12390 2005-08-29  Bruno Haible  <bruno@clisp.org>
12391         and Stepan Kasal  <kasal@ucw.cz>
12392
12393         * check-module: If more parameters are given, check each of them
12394         separately; add more exceptions, as noted by Jim Meyering.
12395         (check_module): New procedure.
12396         (%exempt_header): Now contains all exceptions.
12397
12398 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12399
12400         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12401
12402 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12403
12404         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12405
12406 2005-08-28  Bruno Haible  <bruno@clisp.org>
12407
12408         * m4/gnulib-tool.m4: New file.
12409
12410 2005-08-27  Jim Meyering  <jim@meyering.net>
12411
12412         * modules/unistd-safer (Files): Add pipe-safer.c.
12413         * modules/fcntl-safer (Files): Add creat-safer.c.
12414
12415 2005-08-27  Jim Meyering  <jim@meyering.net>
12416
12417         * m4/stdlib-safer.m4: New file.  From coreutils.
12418         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12419         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12420         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12421         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12422         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12423
12424 2005-08-27  Jim Meyering  <jim@meyering.net>
12425
12426         * lib/fopen-safer.c: Merge minor changes from coreutils.
12427         * lib/dup-safer.c: Likewise.
12428         * lib/fd-safer.c: Likewise.
12429
12430         Merge from coreutils.
12431         * lib/stdio--.h: New file.
12432         * lib/stdlib--.h: New file.
12433         * lib/mkstemp-safer.c: New file.
12434
12435         GNU tar needs these.
12436         * lib/pipe-safer.c: New file.
12437         * lib/creat-safer.c: New file.
12438         * lib/fcntl--.h (creat): Define to creat_safer.
12439         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12440         * lib/unistd--.h (pipe): Define to pipe_safer.
12441         * lib/unistd-safer.h: Declare pipe_safer.
12442
12443 2005-08-26  Simon Josefsson  <jas@extundo.com>
12444
12445         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12446         Haible <bruno@clisp.org>.
12447
12448 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12449
12450         * lib/regex_internal.h: Remove all references to
12451         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12452         or better.
12453         (bitset_not, bitset_merge, bitset_not_merge):
12454         (bitset_mask, re_string_allocate, re_string_construct):
12455         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12456         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12457         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12458         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12459         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12460         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12461         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12462         (re_acquire_state_context):
12463         Remove unnecessary forward decls.
12464         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12465         Put __attribute at function definition,
12466         now that the function decl has been removed.
12467         * lib/regex_internal.c (re_string_peek_byte_case):
12468         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12469         Likewise.
12470
12471 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12472
12473         * m4/regex.m4: Add AC_PREREQ(2.50).
12474         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12475
12476 2005-08-25  Simon Josefsson  <jas@extundo.com>
12477
12478         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12479         __fsetlocking.
12480
12481 2005-08-25  Simon Josefsson  <jas@extundo.com>
12482
12483         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12484         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12485         GLIBC specific code.
12486
12487 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12488
12489         Make regex safe for g++.  This fixes one real bug (an "err"
12490         that should have been "*err").  g++ problem reported by
12491         Sam Steingold.
12492         * lib/regex_internal.h (re_calloc): New macro, consistent with
12493         re_malloc etc.  All callers of calloc changed to use re_calloc.
12494         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12495         not int.  All callers changed.
12496         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12497         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12498         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12499         (find_recover_state): Change "err" to "*err"; this fixes what
12500         appears to be a real bug.
12501         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12502         versus int.
12503
12504 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         * modules/regex (Depends-on): Add malloc, since the code
12507         assumes that !malloc(0) means failure.
12508
12509 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12512
12513         alloca modernization/simplification for regex.
12514         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12515         needs to be at the start of the file, and can be moved into
12516         regex_internal.h and simplified.
12517         * lib/regex_internal.h: Include <alloca.h>.
12518         (__libc_use_alloca) [!defined _LIBC]: New macro.
12519         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12520         now works outside glibc.
12521
12522 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12523
12524         * config/srclist.txt: Add glibc bugs 1241, 1245.
12525
12526 2005-08-25  Jim Meyering  <jim@meyering.net>
12527
12528         * lib/open-safer.c: Include <config.h>.
12529         Otherwise, we'd lose LARGEFILE support in any file using
12530         e.g. "fcntl--.h"
12531
12532 2005-08-25  Bruno Haible  <bruno@clisp.org>
12533
12534         * m4/minmax.m4: Require autoconf 2.52.
12535         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12536         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12537         alternatives of translit over the alphabet.
12538         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12539
12540 2005-08-24  Simon Josefsson  <jas@extundo.com>
12541
12542         * tests/test-getpass.c: New file.
12543
12544 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12545
12546         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12547         for GNU regex features.
12548
12549 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12550
12551         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12552         * lib/regex.h (regerror): Likewise.
12553
12554         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12555         requires this.  (The code never needed it.)
12556
12557         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12558         All uses of recently-renamed identifiers changed to use the new,
12559         POSIX-compliant names.  The code will build and run just fine
12560         without these changes, but it's better to eat our own dog food
12561         and use the standard-conforming names.
12562
12563         * lib/regex.h: Fix a multitude of POSIX name space violations.
12564         These changes have an effect only for programs that define
12565         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12566         do not change anything for programs compiled in the normal way.
12567         Also, there is no effect on the ABI.
12568
12569         (_REGEX_SOURCE): New macro.
12570         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12571         defined and _GNU_SOURCE is not; this fixes a name space violation.
12572
12573         Rename the following macros to obey POSIX requirements.
12574         The old names are still visible as macros if _REGEX_SOURCE is defined.
12575         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12576         RE_BACKSLASH_ESCAPE_IN_LISTS.
12577         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12578         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12579         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12580         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12581         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12582         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12583         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12584         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12585         (REG_INTERVALS): renamed from RE_INTERVALS.
12586         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12587         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12588         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12589         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12590         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12591         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12592         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12593         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12594         RE_UNMATCHED_RIGHT_PAREN_ORD.
12595         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12596         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12597         (REG_DEBUG): renamed from RE_DEBUG.
12598         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12599         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12600         unusual, since we can't clash with the POSIX REG_ICASE.
12601         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12602         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12603         (REG_NO_SUB): renamed from RE_NO_SUB.
12604         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12605         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12606         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12607         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12608         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12609         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12610         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12611         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12612         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12613         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12614         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12615         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12616         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12617         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12618         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12619         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12620         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12621         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12622         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12623         (REG_FIXED): Renamed from REGS_FIXED.
12624         (REG_NREGS): Renamed from RE_NREGS.
12625
12626         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12627         of other REG_* macros, since POSIX says the user is allowed to
12628         #undef these macros selectively.
12629
12630         (reg_errcode_t): Update comment stating what other tables need
12631         to be consistent.
12632
12633         Rename the following enum values to obey POSIX requirements.
12634         The old names are still visible as macros.
12635         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12636         is not defined, since GNU is supposed to be a superset of POSIX as
12637         much as possible, and since we want reg_errcode_t to be a signed
12638         type for implementation consistency.
12639         (_REG_NOERROR): Renamed from REG_NOERROR.
12640         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12641         (_REG_BADPAT): Renamed from REG_BADPAT.
12642         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12643         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12644         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12645         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12646         (_REG_EBRACK): Renamed from REG_EBRACK.
12647         (_REG_EPAREN): Renamed from REG_EPAREN.
12648         (_REG_EBRACE): Renamed from REG_EBRACE.
12649         (_REG_BADBR): Renamed from REG_BADBR.
12650         (_REG_ERANGE): Renamed from REG_ERANGE.
12651         (_REG_ESPACE): Renamed from REG_ESPACE.
12652         (_REG_BADRPT): Renamed from REG_BADRPT.
12653         (_REG_EEND): Renamed from REG_EEND.
12654         (_REG_ESIZE): Renamed from REG_ESIZE.
12655         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12656         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12657         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12658         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12659         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12660
12661         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12662         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12663         changed.  But support the old name if the new one is not defined
12664         and if _REGEX_SOURCE.
12665
12666         Change the following member names in struct re_pattern_buffer.
12667         The old names are still supported if !_REGEX_SOURCE.
12668         The new names are always supported, regardless of _REGEX_SOURCE.
12669         (re_buffer): Renamed from buffer.
12670         (re_allocated): Renamed from allocated.
12671         (re_used): Renamed from used.
12672         (re_syntax): Renamed from syntax.
12673         (re_fastmap): Renamed from fastmap.
12674         (re_translate): Renamed from translate.
12675         (re_can_be_null): Renamed from can_be_null.
12676         (re_regs_allocated): Renamed from regs_allocated.
12677         (re_fastmap_accurate): Renamed from fastmap_accurate.
12678         (re_no_sub): Renamed from no_sub.
12679         (re_not_bol): Renamed from not_bol.
12680         (re_not_eol): Renamed from not_eol.
12681         (re_newline_anchor): Renamed from newline_anchor.
12682
12683         Change the following member names in struct re_registers.
12684         The old names are still supported if !_REGEX_SOURCE.
12685         The new names are always supported, regardless of _REGEX_SOURCE.
12686         (rm_num_regs): Renamed from num_regs.
12687         (rm_start): Renamed from start.
12688         (rm_end): Renamed from end.
12689
12690         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12691         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12692         Prepend __ to parameter names.
12693
12694         Undo yesterday's changes.
12695
12696 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12697
12698         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12699         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12700         lib/regex.c.
12701
12702 2005-08-24  Jim Meyering  <jim@meyering.net>
12703
12704         Sync from coreutils.
12705         * m4/fcntl-safer.m4: New file.
12706
12707         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12708         and object files for this module.
12709
12710 2005-08-24  Jim Meyering  <jim@meyering.net>
12711
12712         Sync from coreutils.
12713         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12714
12715 2005-08-24  Jim Meyering  <jim@meyering.net>
12716
12717         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12718         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12719
12720 2005-08-24  Jim Meyering  <jim@meyering.net>
12721
12722         * modules/fcntl-safer: New module.
12723         * modules/fts (Depends-on): Add fcntl-safer.
12724         * MODULES.html.sh (File descriptor based Input/Output):
12725         Add fcntl-safer.
12726
12727 2005-08-24  Bruno Haible  <bruno@clisp.org>
12728
12729         Support for unit test modules.
12730         * modules/README: Mention tests modules.
12731         * modules/TEMPLATE-TESTS: New file.
12732         * gnulib-tool: New options --extract-tests-module, --with-tests and
12733         --tests-base (unused for the moment).
12734         (testsbase, inctests): New variables.
12735         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12736         (func_verify_module): Exclude TEMPLATE-TESTS.
12737         (func_verify_nontests_module, func_verify_tests_module): New functions.
12738         (func_get_dependencies): Add implicit dependency for tests modules.
12739         (func_get_tests_module): New function.
12740         (func_modules_transitive_closure): When --with-tests was specified,
12741         include the unit tests as well, unless explicitly avoided.
12742         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12743         (func_emit_tests_Makefile_am): New function.
12744         (func_create_testdir): When --with-tests was specified, emit a
12745         tests/ directory.
12746         * MODULES.html.sh (Future developments): Update.
12747
12748 2005-08-24  Bruno Haible  <bruno@clisp.org>
12749
12750         * modules/tls-tests: New file.
12751         * tests/test-tls.c: New file, from GNU gettext.
12752
12753 2005-08-24  Bruno Haible  <bruno@clisp.org>
12754
12755         * modules/lock-tests: New file.
12756         * tests/test-lock.c: New file, from GNU gettext.
12757
12758 2005-08-24  Bruno Haible  <bruno@clisp.org>
12759
12760         * lib/lock.h: Add multiple inclusion guard.
12761         * lib/tls.h: Add multiple inclusion guard.
12762
12763 2005-08-24  Bruno Haible  <bruno@clisp.org>
12764
12765         * gnulib-tool: Add support for the --aux-dir option to
12766         --create-testdir, --create-megatestdir, --test, --megatest.
12767         (func_create_testdir, func_create_megatestdir): Optionally emit a
12768         AC_CONFIG_AUX_DIR directive.
12769         (create-testdir, create-megatestdir, test, megatest): Provide a
12770         default value for $auxdir.
12771
12772 2005-08-24  Bruno Haible  <bruno@clisp.org>
12773
12774         * gnulib-tool (import): Use compound statement instead of subshell
12775         where possible.
12776
12777 2005-08-24  Bruno Haible  <bruno@clisp.org>
12778
12779         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12780
12781 2005-08-24  Bruno Haible  <bruno@clisp.org>
12782
12783         * gnulib-tool (func_version): Update.
12784
12785 2005-08-24  Bruno Haible  <bruno@clisp.org>
12786
12787         * gnulib-tool (func_import, func_create_testdir,
12788         func_create_megatestdir): Quote all autoconf macro arguments.
12789
12790 2005-08-24  Bruno Haible  <bruno@clisp.org>
12791
12792         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12793         option --force, because --force causes the aclocal.m4 of each
12794         subdirectory to be newer than the corresponding config.h.in.
12795
12796 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12799         All contents moved to gl_REGEX.
12800         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12801         assume that it does.
12802
12803 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12804
12805         * lib/regex.h (REG_NOSYS)
12806         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12807         Define, since POSIX requires it as of 2001.
12808         (_REG_ENOSYS)
12809         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12810         New private symbol, used to keep the enum signed in all cases.
12811         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12812         Youngman in
12813         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12814
12815         * lib/regex_internal.c (re_string_skip_chars, register_state):
12816         (calc_state_hash):
12817         Remove forward decls; no longer needed now that we use prototypes.
12818         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12819         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12820         (clean_state_log_if_needed): Likewise.
12821
12822 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12823
12824         * config/srclist.txt: Add glibc bugs 1231-1233.
12825
12826 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         Fix problems reported by Sam Steingold in
12829         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12830         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12831         assumed that reg_errcode_t is a signed type, which is not
12832         necessarily true if _XOPEN_SOURCE is not defined.
12833         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12834         since some compilers warn about it otherwise.
12835
12836 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12837
12838         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12839         (init_word_char, create_initial_state, duplicate_node_closure):
12840         (fetch_token, peek_token_bracket, build_range_exp):
12841         (build_collating_symbol): Remove forward decls; no longer needed
12842         now that we use prototypes.
12843
12844         * lib/regcomp.c:
12845         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12846         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12847         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12848         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12849         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12850         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12851         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12852         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12853         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12854         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12855         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12856         (build_charclass, build_charclass_op, fetch_number, create_tree):
12857         (create_token_tree, mark_opt_subexp, duplicate_tree):
12858         Use prototypes rather than old-style definitions.
12859
12860         * lib/regex_internal.c:
12861         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12862         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12863         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12864         (re_string_reconstruct, re_string_peek_byte_case):
12865         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12866         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12867         (re_node_set_init_copy, re_node_set_add_intersect):
12868         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12869         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12870         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12871         (re_acquire_state, re_acquire_state_context, register_state):
12872         (create_ci_newstate, create_cd_newstate, free_state):
12873         Likewise.
12874         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12875         re_search_2):
12876         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12877         (re_search_internal, prune_impossible_nodes):
12878         (acquire_init_state_context, check_matching, static):
12879         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12880         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12881         (update_regs, sift_states_backward, build_sifted_states):
12882         (clean_state_log_if_needed, merge_state_array):
12883         (update_cur_sifted_state, add_epsilon_src_nodes):
12884         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12885         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12886         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12887         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12888         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12889         (check_arrival, check_arrival_add_next_nodes):
12890         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12891         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12892         (check_node_accept_bytes, check_node_accept, extend_buffers):
12893         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12894         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12895         (sift_ctx_init):
12896         Likewise.
12897
12898         * lib/regex_internal.h:
12899         (re_string_allocate, re_string_construct, re_string_reconstruct):
12900         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12901         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12902         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12903         (re_string_context_at, re_string_peek_byte_case):
12904         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12905         is defined, since we now use prototypes always.
12906
12907         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12908         C89 or better.  All uses removed.
12909
12910 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12911
12912         * config/srclist.txt: Add glibc bugs 1220-1227.
12913
12914 2005-08-20  Jim Meyering  <jim@meyering.net>
12915
12916         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12917         of unused local, dfa.
12918
12919 2005-08-20  Bruno Haible  <bruno@clisp.org>
12920
12921         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12922
12923 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12924
12925         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12926         (re_node_set_insert_last, re_dfa_add_node):
12927         Rename local variables to avoid GCC shadowing warnings.
12928
12929 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12930
12931         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12932         [defined lint]: Suppress bogus uninitialized-variable warnings.
12933
12934         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12935         and let the caller return REG_ESPACE if out of space.  This
12936         removes an uninitialied-variable warning with GCC 4.0.1, and also
12937         avoids taking the address of a local variable.  All callers
12938         changed.
12939
12940 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12941
12942         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12943         $LIBCSRC/posix/regexec.c.
12944         Add glibc bug 1217 for regcomp.c.
12945
12946 2005-08-19  Jim Meyering  <jim@meyering.net>
12947
12948         * lib/regexec.c (proceed_next_node): Redo local variables to
12949         avoid GCC shadowing warnings.
12950
12951 2005-08-18  Bruno Haible  <bruno@clisp.org>
12952
12953         * lib/strstr.c (strstr): Fix return value in multibyte case.
12954         * lib/strcasestr.c (strcasestr): Likewise.
12955
12956 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12959
12960 2005-08-17  Jim Meyering  <jim@meyering.net>
12961
12962         Make the %s format (seconds since the epoch) work for a negative
12963         number and when used with a zero-padded field width, e.g. %015s.
12964
12965         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12966         label so that it precedes the code to set `digits'.  Otherwise,
12967         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12968         print `00-22'.  Now, it prints `-0022', as it should.
12969
12970 2005-08-17  Bruno Haible  <bruno@clisp.org>
12971
12972         * modules/strstr (Files): Add m4/mbrtowc.m4.
12973         (Depends-on): Add mbuiter.
12974
12975 2005-08-17  Bruno Haible  <bruno@clisp.org>
12976
12977         * modules/strcasestr: New file.
12978         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12979         strcasestr.
12980
12981 2005-08-17  Bruno Haible  <bruno@clisp.org>
12982
12983         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12984
12985 2005-08-17  Bruno Haible  <bruno@clisp.org>
12986
12987         * modules/mbuiter: New file.
12988         * MODULES.html.sh (Extended multibyte and wide character utilities):
12989         Add mbuiter.
12990
12991 2005-08-17  Bruno Haible  <bruno@clisp.org>
12992
12993         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12994         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12995
12996 2005-08-17  Bruno Haible  <bruno@clisp.org>
12997
12998         * m4/strcasestr.m4: New file.
12999
13000 2005-08-17  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13003         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13004
13005 2005-08-17  Bruno Haible  <bruno@clisp.org>
13006
13007         * lib/strcasestr.h: New file.
13008         * lib/strcasestr.c: New file.
13009
13010 2005-08-17  Bruno Haible  <bruno@clisp.org>
13011
13012         * lib/strcasecmp.c: Use mbuiter.h.
13013
13014 2005-08-17  Bruno Haible  <bruno@clisp.org>
13015
13016         * lib/mbuiter.h: New file.
13017
13018 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13019
13020         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13021         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13022         and gl_GETOPT are both invoked via different paths (as happens
13023         with GNU tar CVS because it uses both argp and getopt), the former
13024         wins.
13025
13026 2005-08-16  Bruno Haible  <bruno@clisp.org>
13027
13028         * modules/tls: New file.
13029         * MODULES.html.sh (Multithreading): Add tls.
13030
13031 2005-08-16  Bruno Haible  <bruno@clisp.org>
13032
13033         * modules/strnlen1: New file.
13034         * MODULES.html.sh (String handling): Add strnlen1.
13035
13036 2005-08-16  Bruno Haible  <bruno@clisp.org>
13037
13038         * modules/strcase (Files): Add m4/mbrtowc.m4.
13039         (Depends-on): Add strnlen1, mbchar.
13040
13041 2005-08-16  Bruno Haible  <bruno@clisp.org>
13042
13043         * modules/mbiter: New file.
13044         * MODULES.html.sh (Extended multibyte and wide character utilities):
13045         Add mbiter.
13046
13047 2005-08-16  Bruno Haible  <bruno@clisp.org>
13048
13049         * modules/mbfile: New file.
13050         * MODULES.html.sh (Extended multibyte and wide character utilities):
13051         Add mbfile.
13052
13053 2005-08-16  Bruno Haible  <bruno@clisp.org>
13054
13055         * modules/mbchar: New file.
13056         * MODULES.html.sh (Extended multibyte and wide character utilities):
13057         New section.
13058
13059 2005-08-16  Bruno Haible  <bruno@clisp.org>
13060
13061         * m4/tls.m4: New file, from GNU gettext.
13062
13063 2005-08-16  Bruno Haible  <bruno@clisp.org>
13064
13065         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13066         always.
13067         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13068
13069 2005-08-16  Bruno Haible  <bruno@clisp.org>
13070
13071         * m4/mbiter.m4: New file.
13072
13073 2005-08-16  Bruno Haible  <bruno@clisp.org>
13074
13075         * m4/mbfile.m4: New file.
13076
13077 2005-08-16  Bruno Haible  <bruno@clisp.org>
13078
13079         * m4/mbchar.m4: New file.
13080
13081 2005-08-16  Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/tls.h: New file, from GNU gettext.
13084         * lib/tls.c: New file, from GNU gettext.
13085
13086 2005-08-16  Bruno Haible  <bruno@clisp.org>
13087
13088         * lib/strnlen1.h: New file.
13089         * lib/strnlen1.c: New file.
13090
13091 2005-08-16  Bruno Haible  <bruno@clisp.org>
13092
13093         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13094         (mbi_init): Update.
13095         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13096         NUL byte, not after it.
13097
13098 2005-08-16  Bruno Haible  <bruno@clisp.org>
13099
13100         * lib/strcase.h (strcasecmp): Add note in comments.
13101         * lib/strncasecmp.c: Use code from strcasecmp.c.
13102         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13103         (strcasecmp): Work correctly in multibyte locales.
13104
13105 2005-08-16  Bruno Haible  <bruno@clisp.org>
13106
13107         * lib/mbiter.h: New file.
13108
13109 2005-08-16  Bruno Haible  <bruno@clisp.org>
13110
13111         * lib/mbfile.h: New file.
13112
13113 2005-08-16  Bruno Haible  <bruno@clisp.org>
13114
13115         * lib/mbchar.h: New file.
13116         * lib/mbchar.c: New file.
13117
13118 2005-08-16  Bruno Haible  <bruno@clisp.org>
13119
13120         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13121         the valid ones. Makes the comparison operations transitive:
13122         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13123         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13124
13125 2005-08-15  Simon Josefsson  <jas@extundo.com>
13126
13127         * modules/ssize_t (License): Change to 'unlimited'.
13128
13129         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13130
13131 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13132
13133         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13134         Add comments for each pending glibc patch.
13135
13136 2005-08-15  Bruno Haible  <bruno@clisp.org>
13137
13138         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13139         __cplusplus is defined.
13140
13141 2005-08-14  Jim Meyering  <jim@meyering.net>
13142
13143         Sync from coreutils.
13144
13145         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13146         Use the hash-table-based cycle-detection code not just when
13147         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13148         Reported by James Youngman in
13149         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13150         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13151         FTS_TIGHT_CYCLE_CHECK.
13152         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13153         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13154         once again.
13155         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13156         * lib/fts.c (fd_safer): Remove decl.
13157         Include fcntl--.h rather than unistd-safer.h
13158         (fts_safe_changedir): Don't call fd_safer; no longer needed
13159         now that we include fcntl--.h.
13160
13161 2005-08-12  Simon Josefsson  <jas@extundo.com>
13162
13163         * modules/getndelim2: Use ssize_t module.
13164         * modules/getnline: Likewise.
13165         * modules/safe-read: Likewise.
13166         * modules/xreadlink: Likewise.
13167
13168         * modules/ssize_t: New file.
13169
13170 2005-08-12  Simon Josefsson  <jas@extundo.com>
13171
13172         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13173
13174 2005-08-12  Simon Josefsson  <jas@extundo.com>
13175
13176         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13177         ssize_t.
13178
13179 2005-08-12  Simon Josefsson  <jas@extundo.com>
13180
13181         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13182         readline, getdelim and check_version.
13183         (Support for systems lacking ISO C 99: Sizes of integer types):
13184         Add size_max.
13185
13186 2005-08-12  Bruno Haible  <bruno@clisp.org>
13187
13188         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13189
13190 2005-08-11  Simon Josefsson  <jas@extundo.com>
13191
13192         * modules/readline: New file.
13193
13194         * modules/strnlen (Files): Add strnlen.h.
13195
13196 2005-08-11  Simon Josefsson  <jas@extundo.com>
13197
13198         * m4/readline.m4: New file.
13199
13200 2005-08-11  Simon Josefsson  <jas@extundo.com>
13201
13202         * lib/readline.h, readline.c: New file.
13203
13204 2005-08-11  Simon Josefsson  <jas@extundo.com>
13205
13206         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13207         gl_AVOID.
13208
13209 2005-08-11  Bruno Haible  <bruno@clisp.org>
13210
13211         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13212
13213 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13214
13215         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13216
13217 2005-08-10  Simon Josefsson  <jas@extundo.com>
13218
13219         * tests/test-iconvme.c: New file.
13220
13221 2005-08-10  Simon Josefsson  <jas@extundo.com>
13222
13223         * m4/strnlen.m4: New file.
13224
13225         * m4/strndup.m4: Don't check for strnlen declaration, done in
13226         strnlen.m4.
13227
13228 2005-08-10  Simon Josefsson  <jas@extundo.com>
13229
13230         * lib/strndup.c: Use strnlen.h.
13231
13232         * lib/strnlen.h: New file.
13233
13234 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13235
13236         * README: Typos.
13237
13238 2005-08-02  Simon Josefsson  <jas@extundo.com>
13239
13240         * modules/readline: New file.
13241
13242 2005-08-02  Simon Josefsson  <jas@extundo.com>
13243
13244         * modules/getdelim: New file.
13245
13246         * modules/getline: Rewrite, don't use getndelim2.
13247
13248 2005-08-02  Simon Josefsson  <jas@extundo.com>
13249
13250         * m4/getline.m4: Separate out getdelim stuff into separate module.
13251
13252         * m4/getdelim.m4: New file.
13253
13254 2005-08-02  Simon Josefsson  <jas@extundo.com>
13255
13256         * lib/getline.h, getline.c: Rewrite.
13257
13258         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13259
13260 2005-07-31  Bruno Haible  <bruno@clisp.org>
13261
13262         * lib/lock.h (gl_lock_initializer): New macro.
13263         (gl_lock_define_initialized): Use it.
13264         (gl_rwlock_initializer): New macro.
13265         (gl_rwlock_define_initialized): Use it.
13266         (gl_recursive_lock_initializer): New macro.
13267         (gl_recursive_lock_define_initialized): Use it.
13268
13269 2005-07-30  Karl Berry  <karl@gnu.org>
13270
13271         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13272         Report from Ben Pfaff, regarding getopt.
13273
13274 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13275
13276         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13277         normal way.
13278         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13279         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13280         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13281         (gl_GETOPT): Use the new macros.  Most of the implementation
13282         is moved to the new macros.  This is for programs like Emacs
13283         that don't want all the functionality of gl_GETOPT.
13284
13285 2005-07-26  Bruno Haible  <bruno@clisp.org>
13286
13287         * m4/lock.m4: Update from GNU gettext.
13288
13289 2005-07-26  Bruno Haible  <bruno@clisp.org>
13290
13291         * lib/lock.h: Update from GNU gettext.
13292         * lib/lock.c: Update from GNU gettext.
13293
13294 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13295
13296         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13297         obsolescent AC_TRY_RUN.  Include the default includes files, for
13298         'exit'.
13299
13300 2005-07-24  Bruno Haible  <bruno@clisp.org>
13301
13302         * modules/visibility: New file.
13303         * MODULES.html.sh (Misc): Add visibility.
13304
13305 2005-07-24  Bruno Haible  <bruno@clisp.org>
13306
13307         * m4/visibility.m4: New file.
13308
13309 2005-07-24  Bruno Haible  <bruno@clisp.org>
13310
13311         * doc/visibility.texi: New file.
13312
13313 2005-07-22  Bruno Haible  <bruno@clisp.org>
13314
13315         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13316         $(ALLOCA_H), redundant through BUILT_SOURCES.
13317         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13318         redundant through BUILT_SOURCES.
13319         * modules/byteswap (Makefile.am): Remove explicit dependency on
13320         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13321         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13322         $(FNMATCH_H), redundant through BUILT_SOURCES.
13323         * modules/getopt (Makefile.am): Remove explicit dependency on
13324         $(GETOPT_H), redundant through BUILT_SOURCES.
13325         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13326         redundant through BUILT_SOURCES.
13327         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13328         redundant through BUILT_SOURCES.
13329         * modules/stdbool (Makefile.am): Remove explicit dependency on
13330         $(STDBOOL_H), redundant through BUILT_SOURCES.
13331         * modules/stdint (Makefile.am): Remove explicit dependency on
13332         $(STDINT_H), redundant through BUILT_SOURCES.
13333         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13334         Remove explicit dependency on $(SYSEXITS_H).
13335         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13336
13337 2005-07-18  Simon Josefsson  <jas@extundo.com>
13338
13339         * lib/check-version.c (check_version): Accept identical versions too.
13340
13341 2005-07-18  Bruno Haible  <bruno@clisp.org>
13342
13343         * modules/lock: New file.
13344         * MODULES.html.sh (Multithreading): New section.
13345
13346 2005-07-18  Bruno Haible  <bruno@clisp.org>
13347
13348         * m4/lock.m4: New file, from GNU gettext.
13349
13350 2005-07-18  Bruno Haible  <bruno@clisp.org>
13351
13352         * lib/lock.h: New file, from GNU gettext.
13353         * lib/lock.c: New file, from GNU gettext.
13354
13355 2005-07-18  Bruno Haible  <bruno@clisp.org>
13356
13357         * lib/lock.h (gl_once_t): New type.
13358         (gl_once_define, gl_once): New macros.
13359         * lib/lock.c (fresh_once): New variable.
13360         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13361         functions.
13362
13363 2005-07-16  Simon Josefsson  <jas@extundo.com>
13364
13365         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13366         workaround, suggested by Bruno.
13367
13368 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * modules/xalloc (Depends-on): Add xalloc-die.
13371         * modules/xvasprintf (Depends-on): Add xalloc-die.
13372
13373 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13376         with a minor change.
13377
13378 2005-07-15  Bruno Haible  <bruno@clisp.org>
13379
13380         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13381         When using lib/poll.c, define poll as rpl_poll.
13382
13383 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * modules/argp (Depends-on): Remove unlocked-io.
13386
13387 2005-07-14  Derek Price  <derek@ximbiot.com>
13388
13389         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13390         for glob symlink bug.
13391
13392 2005-07-14  Bruno Haible  <bruno@clisp.org>
13393
13394         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13395         Instead, test for *_unlocked function declarations directly.
13396
13397 2005-07-11  Simon Josefsson  <jas@extundo.com>
13398
13399         * modules/size_max: New file.
13400
13401         * modules/xsize: Depend on size_max module for size_max.m4.
13402
13403 2005-07-11  Simon Josefsson  <jas@extundo.com>
13404
13405         * lib/size_max.h: New file.
13406
13407 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13410         copyright symbol and the year.
13411         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13412         (version_etc_va): Use parameterized copyright notice.
13413         Reword to conform to the current GNU coding standards.
13414
13415 2005-07-11  Karl Berry  <karl@gnu.org>
13416
13417         * doc/gnulib.texi (Quoting): new node.
13418         (Initial import): more info, from Patrice.
13419
13420 2005-07-11  Bruno Haible  <bruno@clisp.org>
13421
13422         * gnulib-tool (func_usage): Document option --avoid.
13423         (Command line options): Handle --avoid.
13424         (func_acceptable): New function.
13425         (func_modules_transitive_closure): Use it.
13426
13427 2005-07-11  Bruno Haible  <bruno@clisp.org>
13428
13429         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13430         Reported by Jim Meyering.
13431
13432 2005-07-10  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13435         Needed when size_t is smaller than 'unsigned int'.
13436         Reported by Paul Eggert.
13437
13438 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13439
13440         * modules/argp (Depends-on): Add unlocked-io
13441
13442 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13443
13444         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13445         block of defines.
13446
13447 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13448
13449         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13450         fix now.
13451
13452 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13453         and Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13456         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13457
13458 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * modules/regex (Files): Add lib/regex_internal.c,
13461         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13462         (Depends-on): Add extensions.
13463         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13464
13465 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13468         pathconf.
13469         * m4/same.m4 (gl_SAME): Likewise.
13470         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13471
13472         * m4/regex.m4: Adjust to new libc regex implementation.
13473         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13474         all the .c and .h parts of (the new) regex.
13475         Quote the m4 stuff better.
13476         Check for RE_ICASE bug of old gnulib.
13477         Check for REG_STARTEND of recent libc.
13478         Rename local variables from jm_* to gl_*.
13479         Quote operand of "test -f".
13480         Say "recent enough" version of libc, not "version 2".
13481         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13482         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13483         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13484         Remove check for btowc, isascii.
13485         Require AM_LANGINFO_CODESET.
13486
13487 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13488
13489         * lib/regex.c, regex.h: Sync from libc.
13490         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13491         * lib/regexec.c:
13492         New files, synced from libc, except that regex_internal.h
13493         currently has a small porting fix.
13494
13495 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13496
13497         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13498         regex_internal.c, regexec.c.
13499         Add regex_internal.h too, but as a comment, since the libc version
13500         is currently broken in gnulib mode.
13501
13502 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13503
13504         Support programs like Emacs that use gnulib but not gettext.
13505         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13506         * modules/gettext-h: New file.
13507         * modules/gettext (Files): Remove lib/gettext.h.
13508         (Depends-on): Add gettext-h.
13509         (Makefile.am): Remove lib_SOURCES.
13510         * modules/argmatch, modules/c-stack, modules/closeout:
13511         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13512         * modules/execute, modules/file-type, modules/getaddrinfo:
13513         * modules/getopt, modules/human, modules/javacomp:
13514         * modules/javaexec, modules/mkdir-p, modules/obstack:
13515         * modules/openat, modules/pagealign_alloc, modules/pipe:
13516         * modules/quotearg, modules/regex, modules/rpmatch:
13517         * modules/unicodeio, modules/userspec, modules/version-etc:
13518         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13519         * modules/xsetenv:
13520         Depend on gettext-h, not gettext.
13521
13522 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * gnulib-tool (func_import): Add support for 'public domain' license.
13525         * modules/alloca, modules/atexit, modules/memmove:
13526         Now public domain, not GPL.
13527         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13528         * modules/realloc, modules/strerror, modules/strtod:
13529         Now LGPL, not GPL.
13530
13531 2005-07-05  Bruno Haible  <bruno@clisp.org>
13532
13533         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13534         autoconf CVS. Needed for mingw.
13535
13536 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         Remove the dependency of the strftime module on the tzset module.
13539         * modules/strftime (Depends-on): Remove dependency on tzset.
13540
13541 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         Remove the dependency of the strftime module on the tzset module.
13544         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13545         gl_FUNC_TZSET_CLOBBER.
13546
13547 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         Remove the dependency of the strftime module on the tzset module.
13550         * lib/strftime.c (my_strftime)
13551         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13552         Copy the input structure, to work around some of the bug with
13553         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13554         Solaris releases, you should also use the tzset module, but we won't
13555         require it as a dependency any more since we don't want LGPLed code
13556         to depend on GPLed code.
13557
13558 2005-07-02  Jim Meyering  <jim@meyering.net>
13559
13560         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13561         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13562         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13563         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13564
13565 2005-07-02  Jim Meyering  <jim@meyering.net>
13566
13567         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13568
13569 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13572         declares only 'struct timespec;' (!).
13573
13574 2005-07-01  Jim Meyering  <jim@meyering.net>
13575
13576         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13577         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13578         * lib/save-cwd.c, tempname.c:
13579         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13580         and don't include <sys/file.h>).
13581
13582 2005-06-29  Jim Meyering  <jim@meyering.net>
13583
13584         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13585         type name.  Use the variable name instead.
13586         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13587         Likewise.
13588
13589 2005-06-28  Simon Josefsson  <jas@extundo.com>
13590
13591         * modules/check-version (Files): Add check-version.m4.
13592
13593 2005-06-28  Simon Josefsson  <jas@extundo.com>
13594
13595         * m4/check-version.m4: New file, suggested by Jim Meyering
13596         <jim@meyering.net>.
13597
13598 2005-06-28  Simon Josefsson  <jas@extundo.com>
13599
13600         * lib/check-version.h, lib/check-version.c: New files.
13601
13602 2005-06-28  Simon Josefsson  <jas@extundo.com>
13603
13604         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13605         collision with global variable.  Better indentation.  Don't
13606         increment buffer pointer beyond buffer end.  Based on comments
13607         from Paul Eggert <eggert@cs.ucla.edu>.
13608
13609         * lib/base64.h: Indent.
13610
13611 2005-06-28  Simon Josefsson  <jas@extundo.com>
13612
13613         * doc/gnulib.texi (Library version handling): New section.
13614
13615 2005-06-28  Jim Meyering  <jim@meyering.net>
13616
13617         * check-module (find_included_lib_files): Hard-code another
13618         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13619         but modules/fts-lgpl (correctly) does not list those files.
13620
13621         * modules/canonicalize (Files): Add lib/pathmax.h.
13622
13623 2005-06-25  Simon Josefsson  <jas@extundo.com>
13624
13625         * modules/check-version: New file.
13626
13627 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13630         initializer of struct addrinfo, as an indication that we don't
13631         care how many members the structure has.
13632
13633 2005-06-24  Derek Price  <derek@ximbiot.com>
13634         and Bruno Haible  <bruno@clisp.org>
13635
13636         Remove stat module & update lstat.
13637         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13638         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13639         * m4/stat.m4: Remove this file.
13640
13641 2005-06-24  Derek Price  <derek@ximbiot.com>
13642         and Bruno Haible  <bruno@clisp.org>
13643
13644         Remove stat module & update lstat.
13645         * lib/stat.c: Remove this file...
13646         (slash_aware_lstat): ...moving this content and its support...
13647         * lib/lstat.c (rpl_lstat): ...into here.
13648         * lib/lstat.h: New file.
13649
13650 2005-06-24  Derek Price  <derek@ximbiot.com>
13651         and Bruno Haible  <bruno@clisp.org>
13652
13653         Remove stat module & update lstat.
13654         * config/srclist.txt (libc sources): Remove stat.
13655
13656 2005-06-24  Derek Price  <derek@ximbiot.com>
13657         and Bruno Haible  <bruno@clisp.org>
13658
13659         Remove stat module & update lstat.
13660         * MODULES.html.sh (stat): Remove.
13661         * MODULES.html: Regenerated.
13662         * modules/lstat (Description): Correct function name.
13663         (Files): Add "lstat.h".
13664         (Depends-on): Remove stat, add xalloc, stat-macros.
13665         * modules/stat: Remove this file.
13666         (Include): Add "lstat.h", remove <sys/stat.h>.
13667
13668 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13669
13670         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13671         (ranged_convert): Don't save conversion in a temporary struct.
13672         This causes a warning with GCC 4.0.0, and anyway in the typical
13673         case it's not worth the extra 100 bytes or so of code.
13674         (ranged_convert, __mktime_internal): When calling a function via a
13675         pointer P, use P () rather than (*P) (), as we now assume C89 or
13676         better.
13677
13678 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13679
13680         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13681         "who -r" failed to give output.  Problem reported by Tim Waugh.
13682
13683         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13684         (xcalloc): Use it to avoid needless tests.
13685         Problem reported by Jim Meyering.
13686
13687 2005-06-20  Derek Price  <derek@ximbiot.com>
13688
13689         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13690         unnecessary for Autoconfs > 2.59c.
13691
13692 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13693
13694         * lib/argp.h (__option_is_short): Check upper limit of
13695         __key. Isprint() requires its argument to have the value
13696         of an unsigned char or EOF.
13697
13698 2005-06-16  Jim Meyering  <jim@meyering.net>
13699
13700         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13701         when either N or S is zero.
13702
13703 2005-06-16  Derek Price  <derek@ximbiot.com>
13704
13705         * m4/bison.m4: Declare YACC & YFLAGS precious.
13706
13707 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13710         multibyte string or pattern, fall back on unibyte matching.
13711         Problem reported by James Youngman.
13712
13713 2005-06-08  Bruno Haible  <bruno@clisp.org>
13714
13715         * modules/csharpcomp: New file.
13716         * MODULES.html.sh (C#): Add csharpcomp.
13717
13718 2005-06-08  Bruno Haible  <bruno@clisp.org>
13719
13720         * m4/csharpcomp.m4: New file, from GNU gettext.
13721
13722 2005-06-08  Bruno Haible  <bruno@clisp.org>
13723
13724         * lib/csharpcomp.h: New file, from GNU gettext.
13725         * lib/csharpcomp.c: New file, from GNU gettext.
13726         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13727
13728 2005-06-08  Bruno Haible  <bruno@clisp.org>
13729
13730         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13731         warning on mingw.
13732
13733 2005-06-07  Derek Price  <derek@ximbiot.com>
13734
13735         Sync from CVS.
13736         * lib/glob_.h: Indent nested #ifdef.
13737
13738 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13739
13740         Sync from coreutils.
13741         Use "file name" when talking about file names, instead of "filename"
13742         or "path", as per the GNU coding standards.
13743         * lib/mkdir-p.c: Renamed from makepath.c.
13744         (make_dir_parents): Renamed from make_path.  All callers changed.
13745         * lib/mkdir-p.h: Likewise.  All includers changed.
13746         * lib/filenamecat.c: Renamed from path-concat.c.
13747         (file_name_concat): Renamed from path_concat.  All callers changed.
13748         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13749         * lib/filenamecat.h: Likewise.  All includers changed.
13750         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13751         in comments or local variable names.
13752         * lib/basename.c: Likewise.
13753         * lib/canonicalize.c, canonicalize.h: Likewise.
13754         * lib/dirname.c, dirname.h: Likewise.
13755         * lib/euidaccess.c: Likewise.
13756         * lib/exclude.c: Likewise
13757         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13758         * lib/fsusage.c, fsuage.h: Likewise.
13759         * lib/fts.c, fts_.h: Likewise.
13760         * lib/getcwd.c: Likewise.
13761         * lib/getloadavg.c: Likewise.
13762         * lib/mkstemp.c: Likewise.
13763         * lib/mountlist.c, mountlist.h: Likewise.
13764         * lib/openat.c, openat.h: Likewise.
13765         * lib/readlink-stub.c: Likewise.
13766         * lib/readutmp.c, readutmp.h: Likewise.
13767         * lib/rename.c: Likewise.
13768         * lib/rmdir.c: Likewise.
13769         * lib/same.c: Likewise.
13770         * lib/savedir.c: Likewise.
13771         * lib/stripslash.c: Likewise.
13772         * lib/tempname.c: Likewise.
13773         * lib/xreadlink.c: Likewise.
13774         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13775         All uses changed.
13776         * lib/exclude.h: Likewise.
13777
13778         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13779         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13780         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13781         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13782         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13783         files have been getting away with it for years (MORE/BSD 4.3
13784         is extinct now).
13785         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13786         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13787
13788         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13789         Define to 256, not 255, as per modern POSIX.
13790
13791 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         Sync from coreutils.
13794         Use "file name" when talking about file names, instead of "filename"
13795         or "path", as per the GNU coding standards.
13796         * MODULES.html.sh: mkdir-p renamed from makepath.
13797         filenamecat renamed from path-concat.
13798         * modules/filenamecat: Renamed from modules/path-concat.
13799         (Files): filenamecat.h and filenamecat.c renamed from
13800         path-concat.h and path-concat.c.
13801         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13802         (Include): filenamecat.h, not path-concat.h.
13803         * modules/mkdir-p: Renamed from modules/makepath.
13804         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13805         makepath.c.
13806         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13807         (Include): mkdir-p.h, not makepath.h.
13808
13809 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13810
13811         Sync from coreutils.
13812         * m4/mkdir-p.m4: Renamed from makepath.m4.
13813         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13814         Rename files from makepath.c to mkdir-p.c, and from
13815         makepath.h to mkdir-p.h.
13816         * m4/filenamecat.m4: Renamed from path-concat.m4.
13817         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13818         Rename files from path-concat.c to filenamecat.c,
13819         and from path-concat.h to filenamecat.h.
13820         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13821         "file name" in local variables or comments.
13822         * m4/rename.m4: Likewise.
13823
13824 2005-06-01  Bruno Haible  <bruno@clisp.org>
13825
13826         * modules/csharpexec: New file.
13827         * MODULES.html.sh (C#): New section.
13828
13829 2005-06-01  Bruno Haible  <bruno@clisp.org>
13830
13831         * m4/csharp.m4: New file, from GNU gettext.
13832         * m4/csharpexec.m4: New file, from GNU gettext.
13833
13834 2005-06-01  Bruno Haible  <bruno@clisp.org>
13835
13836         * lib/csharpexec.h: New file, from GNU gettext.
13837         * lib/csharpexec.c: New file, from GNU gettext.
13838         * lib/csharpexec.sh.in: New file, from GNU gettext.
13839
13840 2005-05-31  Derek Price  <derek@ximbiot.com>
13841             Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         Sync from cvs.
13844         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13845
13846 2005-05-31  Derek Price  <derek@ximbiot.com>
13847             Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         Sync from cvs.
13850         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13851
13852 2005-05-29  Derek Price  <derek@ximbiot.com>
13853
13854         * config/srclist.txt (glob_.h, glob.c): Add these files.
13855
13856 2005-05-29  Derek Price  <derek@ximbiot.com>
13857
13858         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13859         * modules/glob: New file.
13860         * modules/getlogin_r: Add link to POSIX spec in description.
13861
13862 2005-05-29  Derek Price  <derek@ximbiot.com>
13863             Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         * m4/glob.m4: New file.
13866
13867 2005-05-29  Derek Price  <derek@ximbiot.com>
13868             Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * lib/glob_.h, lib/glob.c: New files.
13871
13872 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13875         * modules/fts-lgpl (Depends-on): Remove gettext.
13876
13877 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13878
13879         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13880         and don't require gt_INTTYPES_PRI.
13881
13882 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13885
13886         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13887         the configuration hassle isn't worth it.
13888         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13889         (LONGEST_MODIFIER, PRIuMAX): Remove.
13890
13891 2005-05-27  Bruno Haible  <bruno@clisp.org>
13892
13893         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13894
13895 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13898         _POSIX_PTHREAD_SEMANTICS for Solaris.
13899
13900 2005-05-25  Derek Price  <derek@ximbiot.com>
13901
13902         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13903
13904 2005-05-25  Derek Price  <derek@ximbiot.com>
13905             Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13908         * lib/getlogin_r.c, getlogin_r.h: New files.
13909
13910 2005-05-25  Bruno Haible  <bruno@clisp.org>
13911             Derek Price  <derek@ximbiot.com>
13912
13913         * lib/getlogin_r.h: Simplify API documentation.
13914
13915 2005-05-23  Derek Price  <derek@ximbiot.com>
13916
13917         * modules/minmax (Files): Add m4/minmax.m4.
13918         (configure.ac): Add gl_MINMAX.
13919
13920 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13921
13922         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13923         so that unistd-safer.h (GPL'ed code) need not be included.
13924
13925 2005-05-22  Bruno Haible  <bruno@clisp.org>
13926
13927         * m4/minmax.m4: New file.
13928         Based on a patch by Derek Price <derek@ximbiot.com>.
13929
13930 2005-05-22  Bruno Haible  <bruno@clisp.org>
13931
13932         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13933         (INT64_MIN): Fix definition.
13934         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13935
13936         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13937         NEED_SIGNED_INT_TYPES.
13938
13939         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13940         HAVE_SYSTEM_INTTYPES.
13941
13942 2005-05-22  Bruno Haible  <bruno@clisp.org>
13943
13944         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13945         Also include <sys/param.h> if it defines MIN, MAX.
13946         Based on a patch by Derek Price <derek@ximbiot.com>.
13947
13948 2005-05-21  Jim Meyering  <jim@meyering.net>
13949
13950         * modules/fts (Files): Add m4/inttypes-pri.m4.
13951         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13952
13953 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13954
13955         New fts module.
13956         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13957         (setup_dir, free_dir): New functions.
13958         (enter_dir, leave_dir): Define trivial
13959         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13960         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13961         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13962         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13963         Move to fts-cycle.c.
13964         (fts_open): Use setup_dir.
13965         (fts_close): Use free_dir.
13966         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13967         This adds a label and some gotos, but the alternatives were messier.
13968         Check for memory allocation failure when entering a dir.
13969         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13970         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13971         (FTS): New member fts_cycle, that is a union that contains the
13972         old active_dir_ht and cycle_state.  All uses changed to mention
13973         fts_cycle.ht and fts_cycle.state.
13974         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13975         fts.c, with the following changes:
13976         (setup_dir, free_dir): New functions.
13977         (enter_dir): Now returns bool.  Return true if successful, false
13978         if memory exhausted.  All callers changed.
13979         Do not bother partly cleaning up on
13980         memory allocation failure; that is free_dir's job.
13981         However, free ad if hash_insert fails, to avoid memory leak.
13982         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13983         fts->fts_options to see which union member to use.
13984
13985 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13986
13987         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13988         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13989
13990 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13991
13992         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13993
13994 2005-05-20  Jim Meyering  <jim@meyering.net>
13995
13996         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13997         Now a macro, to pacify GCC.
13998
13999 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14000
14001         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14002         of -1.
14003
14004 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14005
14006         * lib/chown.c (rpl_chown): Return -1 on failure.
14007
14008 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14009
14010         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14011         Don't check for stddef.h.
14012         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14013         don't use its results.
14014         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14015         since we include them unconditionally.  Don't require
14016         AM_STDBOOL_H, since stdbool is a prerequisite.
14017         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14018         since we assume C89 or better.
14019         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14020         as we don't use their results.
14021         Don't check for fchdir, memmove, memset, strrchr, as we use
14022         them unconditionally.
14023         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14024         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14025
14026 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14027
14028         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14029         Include <stddef.h> unconditionally, since we assume C89 now.
14030         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14031         * lib/fts.c: Include fts_.h first, to check interface.
14032         Do not include intprops.h; no longer needed.
14033         Include cycle-check.h and hash.h, since fts_.h no longer does.
14034         Remove unnecessary casts of closedir to void.
14035         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14036         decide whether to decrement nlinks.
14037         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14038         (FTS): Use struct hash_table * instead of Hash_table, so that
14039         we no longer need to include hash.h here.
14040
14041 2005-05-18  Jim Meyering  <jim@meyering.net>
14042
14043         * modules/dirfd (License): Change to LGPL.  Most of the code
14044         is already in the public domain.
14045
14046 2005-05-18  Jim Meyering  <jim@meyering.net>
14047
14048         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14049         Reported by Yoann Vandoorselaere.
14050
14051 2005-05-17  Jim Meyering  <jim@meyering.net>
14052
14053         * m4/fts.m4: New file, from coreutils.
14054
14055 2005-05-17  Jim Meyering  <jim@meyering.net>
14056
14057         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14058
14059 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14060
14061         Sync from coreutils.
14062         * m4/unlinkdir.m4: New file.
14063
14064 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         Sync from coreutils.
14067         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14068         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14069         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14070         White space changes only.
14071         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14072         special.
14073         * lib/yesno.c: Include getline.h, not ctype.h.
14074         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14075         Use getline to remove arbitrary restriction on response length.
14076
14077 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14078
14079         * config/srclist-update: Spell out "Street" in FSF postal
14080         mail address; this is the style the FSF seems to prefer.
14081
14082         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14083         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14084         this updates FSF postal mail address.
14085
14086         Sync from coreutils.
14087         * modules/unlinkdir: New file.
14088         * modules/yesno (Depends-on): Add getline.
14089         * MODULES.html.sh (File system functions): Add unlinkdir.
14090
14091 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14092
14093         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14094         lib/strsep.h:
14095         Change the initial comment to refer to GPL, not LGPL.
14096         gnulib-tool will change it to LGPL as needed.
14097
14098         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14099         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14100         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14101         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14102         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14103         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14104         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14105         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14106         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14107         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14108         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14109         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14110         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14111         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14112         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14113         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14114         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14115         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14116         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14117         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14118         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14119         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14120         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14121         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14122         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14123         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14124         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14125         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14126         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14127         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14128         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14129         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14130         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14131         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14132         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14133         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14134         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14135         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14136         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14137         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14138         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14139         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14140         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14141         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14142         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14143         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14144         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14145         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14146         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14147         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14148         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14149         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14150         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14151         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14152         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14153         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14154         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14155         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14156         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14157         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14158         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14159         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14160         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14161         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14162         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14163         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14164         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14165         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14166         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14167         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14168         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14169         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14170         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14171         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14172         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14173         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14174         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14175         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14176         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14177         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14178         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14179         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14180         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14181         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14182         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14183         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14184         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14185         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14186         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14187         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14188         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14189         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14190         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14191         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14192         lib/yesno.c, lib/yesno.h:
14193         Update FSF postal mail address.
14194
14195 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14196
14197         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14198         tests/test-memmem.c, tests/test-stpncpy.c:
14199         Update FSF postal mail address.
14200
14201 2005-05-13  Bruno Haible  <bruno@clisp.org>
14202
14203         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14204         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14205         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14206         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14207         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14208         Add support for 64-bit integers in the MSVC compiler.
14209
14210 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14211
14212         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14213
14214 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14215
14216         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14217
14218 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         * doc/getdate.texi (General date syntax): Don't say that date
14221         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14222         Problem reported by Nic Ferrier.
14223
14224 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14225
14226         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14227         specified in ai_socktype. Fix invalid ai_protocol
14228         check. ai_protocol is usually set to 0 or depending on
14229         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14230         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14231         ai_socktype / ai_protocol in the returned addrinfo structure.
14232
14233 2005-05-10  Simon Josefsson  <jas@extundo.com>
14234
14235         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14236         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14237
14238 2005-05-10  Karl Berry  <karl@gnu.org>
14239
14240         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14241         (from http://www.gnu.org/licenses).
14242         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14243         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14244         fdl.texi suffices.
14245
14246 2005-05-10  Karl Berry  <karl@gnu.org>
14247
14248         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14249         (COPYING.DOC): remove.
14250
14251         * config/srclist-update: new FSF address.
14252
14253 2005-05-10  Derek Price  <derek@ximbiot.com>
14254
14255         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14256         possible.
14257
14258 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14259             Bruno Haible  <bruno@clisp.org>
14260
14261         * modules/inet_ntop: New file.
14262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14263         inet_ntop.
14264
14265 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14266             Bruno Haible  <bruno@clisp.org>
14267
14268         * m4/inet_ntop.m4: New file.
14269
14270 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14271             Bruno Haible  <bruno@clisp.org>
14272
14273         * lib/inet_ntop.h: New file.
14274         * lib/inet_ntop.c: New file, from glibc with modifications.
14275
14276 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14277
14278         * modules/time_r (License): Change to LGPL.
14279         * modules/extensions (License): Change to LGPL.  Actually,
14280         the license is more permissive than that, but currently gnulib-tool
14281         doesn't know how to handle more-permissive licenses.
14282
14283         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14284         Problem reported by Dave Love.
14285
14286 2005-05-08  Jim Meyering  <jim@meyering.net>
14287
14288         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14289         blank.
14290
14291 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14292
14293         * modules/argmatch (Depends-on): Add stdbool.
14294         * modules/backupfile (Depends-on): Likewise.
14295         * modules/chdir-long (Depends-on): Likewise.
14296         * modules/closeout (Depends-on): Likewise.
14297         * modules/cycle-check (Depends-on): Likewise.
14298         * modules/dirname (Depends-on): Likewise.
14299         * modules/fnmatch (Depends-on): Likewise.
14300         * modules/fsusage (Depends-on): Likewise.
14301         * modules/fwriteerror (Depends-on): Likewise.
14302         * modules/getcwd (Depends-on): Likewise.
14303         * modules/getloadavg (Depends-on): Likewise.
14304         * modules/hard-locale (Depends-on): Likewise.
14305         * modules/makepath (Depends-on): Likewise.
14306         * modules/mountlist (Depends-on): Likewise.
14307         * modules/nanosleep (Depends-on): Likewise.
14308         * modules/posixtm (Depends-on): Likewise.
14309         * modules/quotearg (Depends-on): Likewise.
14310         * modules/readtokens (Depends-on): Likewise.
14311         * modules/readtokens0 (Depends-on): Likewise.
14312         * modules/readutmp (Depends-on): Likewise.
14313         * modules/save-cwd (Depends-on): Likewise.
14314         * modules/strftime (Depends-on): Likewise.
14315         * modules/userspec (Depends-on): Likewise.
14316         * modules/utimecmp (Depends-on): Likewise.
14317         * modules/xgetcwd (Depends-on): Likewise.
14318         * modules/xnanosleep (Depends-on): Likewise.
14319         * modules/xstrtod (Depends-on): Likewise.
14320         * modules/yesno (Depends-on): Likewise.
14321
14322 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14325         needless checks.
14326
14327 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         Merge from coreutils.  Among other things,
14330         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14331         * lib/fd-safer.c: New file.
14332         * lib/fcntl-safer.h, open-safer.c: Remove.
14333         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14334         * lib/dup-safer.c: Include unistd-safer.h first.
14335         Don't include errno.h.
14336         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14337         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14338         * lib/file-type.c: Rely on file-type.h change.
14339         * lib/getloadavg.c: Include unistd-safer.h.
14340         (getloadavg): Use safer open.
14341         * lib/getusershell.c: Include "stdio-safer.h".
14342         (getusershell): Use safer fopen.
14343         * lib/long-options.c (long_options): Use NULL rather than 0.
14344         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14345         'free'.
14346         * lib/modechange.c: Likewise.
14347         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14348         (MODE_DONE): New constant.
14349         (struct mode_change): Remove 'next' member.
14350         (make_node_op_equals): New function; like the old one of the
14351         same name, except it allocates an array.
14352         (mode_compile, mode_create_from_ref): Use it.
14353         (mode_compile): Allocate result as an array, not a linked list.
14354         Parse octal string ourself, so that we catch mistakes like "+0".
14355         (mode_adjust): Arg is an array, not a linked list.
14356         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14357         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14358         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14359         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14360         Remove.  This is now stat-macros.h's job.
14361         (talloc): Remove.  All callers replaced by xalloc, so that
14362         our invokers don't have to worry about reporting memory failures.
14363         (make_node_op_equals): Remove.
14364         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14365         New constants.
14366         (struct mode_change): Moved here from modechange.h.
14367         (mode_append_entry): Remove.
14368         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14369         apps to have incorrect behavior.  Use simpler algorithm for head
14370         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14371         Detect more invalid usages rather than having somewhat-random behavior.
14372         Don't insert an "a=" action, as that leads to incorrect behavior.
14373         (mode_compile, mode_create_from_ref): Return NULL on error instead
14374         of an enum, since now there's only one way to have an error.  All
14375         callers changed.
14376         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14377         at the correct time.  Simplify calculation of "+u" and its ilk.
14378         Don't mishandle "+X".
14379         (mode_free): Remove "register" and localize decls.
14380         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14381         (struct mode_change): Move to modechange.c; callers don't
14382         need to see this stuff.
14383         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14384         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14385         (mode_change, mode_adjust): Reflect the new signatures noted above.
14386         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14387         that might redefine system include files.
14388         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14389         (my_usleep): Use NULL rather than (void *) 0.
14390         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14391         Use siginterrupt to specify that system calls should be interrupted.
14392         (rpl_nanosleep): Move initialization of suspended closer to call of
14393         my_usleep.
14394         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14395         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14396         (desirable_utmp_entry): New function.
14397         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14398         using x2nrealloc, to simplify logic.
14399         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14400         size calculation.  Do not assume utmp file is a regular file.
14401         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14402         (READ_UTMP_CHECK_PIDS): New constant.
14403         * lib/save-cwd.c: Include unistd-safer.h.
14404         (save_cwd): Use fd_safer.
14405         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14406         [!_LIBC] Include "stat-macros.h" instead.
14407         * lib/unistd-safer.h (fd_safer): New decl.
14408
14409 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * modules/getloadavg (Depends-on): Add unistd-safer.
14412         * modules/getusershell (Depends-on): Add stdio-safer.
14413         * modules/lstat (Depends-on): Remove xalloc.
14414         * modules/mkstemp (Depends-on): Add stat-macros.
14415         * modules/modechange (Depends-on): Remove xstrtol.
14416         Add stat-macros, xalloc.
14417         * modules/save-cwd (Depends-on): Add unistd-safer.
14418         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14419         * modules/unistd-safer (Files): Add lib/fd-safer.c
14420         (Makefile.am): Remove lib_SOURCES.
14421
14422         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14423         Remove fcntl-safer; unistd-safer supersedes it.
14424
14425 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14428         AC_HEADER_STAT.
14429         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14430         (gl_PREREQ_CHOWN): Remove.
14431         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14432         it.  Don't require AC_HEADER_STAT.
14433         (gl_PREREQ_LSTAT): Remove.
14434         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14435         Don't require AC_HEADER_STAT.
14436         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14437         (gl_PREREQ_RMDIR): Remove.
14438         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14439         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14440         the stat-macros module a prerequisite.
14441         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14442         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14443         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14444         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14445         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14446         variable names.
14447         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14448         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14449         variable prefixes.
14450         * m4/fcntl-safer.m4: Remove.
14451         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14452         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14453         Invoke gl_PREREQ_FD_SAFER.
14454         (gl_PREREQ_FD_SAFER): New macro.
14455         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14456         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14457         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14458         Remove duplicate call to AC_LIBOBJ(readutmp).
14459         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14460
14461         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14462         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14463
14464 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14465
14466         * MODULES.html.sh (Misc): Add byteswap.
14467
14468 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14469
14470         * modules/getcwd (Depends-on): Add extensions.
14471         * modules/openat (Depends-on): Likewise.
14472
14473 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14474
14475         * modules/byteswap: New file.
14476
14477 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14478
14479         * m4/byteswap.m4: New file.
14480
14481 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14482
14483         * lib/byteswap_.h: New file.
14484
14485 2005-04-25  Karl Berry  <karl@gnu.org>
14486
14487         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14488
14489 2005-04-25  Albert Chin  <china@thewrittenword.com>
14490
14491         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14492         Toolkit C bug.
14493
14494 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14495
14496         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14497         (func_ln_if_changed) Remove forcibly for no error message
14498         in case file does not exist.
14499
14500 2005-04-19  Simon Josefsson  <jas@extundo.com>
14501
14502         * gnulib-tool (Options): Make --symlink mean --symbolic.
14503
14504 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14505
14506         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14507
14508 2005-04-16  Simon Josefsson  <jas@extundo.com>
14509
14510         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14511
14512 2005-04-15  Simon Josefsson  <jas@extundo.com>
14513
14514         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14515
14516 2005-04-15  Simon Josefsson  <jas@extundo.com>
14517
14518         * gnulib-tool: Rename --symlink to --symbolic.
14519
14520 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14521
14522         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14523         symbolic links to files instead of copying/moving.  Add --aux-dir,
14524         specifying directory relative --dir where auxiliary build tools
14525         are placed.
14526
14527 2005-04-14  Bruno Haible  <bruno@clisp.org>
14528
14529         * modules/allocsa (License): Change to LGPL.
14530         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14531
14532 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14535         that "UTC +1 second" continues to work.  Problem reported
14536         by Dmitry V. Levin.
14537         (relunit_snumber): New rule.
14538         (relunit): Use it.
14539
14540 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14541
14542         * lib/getdate.y (universal_time_zone_table): New constant.
14543         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14544         universal_time_zone_table.
14545         (lookup_zone): Prefer universal_time_zone_table to
14546         local_time_zone_table, so that "GMT" time stamps are allowed in
14547         London during the summer.  Problem reported by Ian Abbott.
14548
14549 2005-04-12  Jim Meyering  <jim@meyering.net>
14550
14551         * lib/human.c (humblock): Set *options even when returning due to
14552         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14553         warning from gcc-4.
14554
14555 2005-04-09  Jim Meyering  <jim@meyering.net>
14556
14557         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14558         -Wuninitialized: initialize tm0.tm_year.
14559
14560 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14561
14562         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14563         count, since there's no maximum.  All uses changed.
14564         Add member dsts_seen.
14565         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14566         not being INT_MAX.
14567         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14568         Use pc_rels_seen to decide whther a date is absolute.
14569
14570         * lib/getdate.y (number): Don't overwrite year.
14571         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14572         check.
14573
14574 2005-04-02  Simon Josefsson  <jas@extundo.com>
14575
14576         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14577         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14578
14579 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14580
14581         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14582         where no absolute path name can be longer than PATH_MAX.
14583
14584 2005-03-27  Jim Meyering  <jim@meyering.net>
14585
14586         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14587
14588 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14591         "one's complement" -> "ones' complement" in comment, as per Knuth.
14592         "value of type" -> "type or expression" in comment.
14593         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14594
14595 2005-03-26  Jim Meyering  <jim@meyering.net>
14596
14597         Comment nits.
14598         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14599         Correct typos: s/or/of/.
14600
14601 2005-03-26  Jim Meyering  <jim@meyering.net>
14602
14603         * modules/check-include-files: Move to ../ and rename to...
14604         * check-module: ...this.
14605
14606 2005-03-25  Jim Meyering  <jim@meyering.net>
14607
14608         * modules/xvasprintf (Files): Add xalloc.h.
14609
14610 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         * modules/gettext (Files): config/config.rpath ->
14613         build-aux/config.rpath
14614         * modules/iconv (Files): Likewise.
14615         Problem reported by Oskar Liljeblad.
14616
14617 2005-03-23  Jim Meyering  <jim@meyering.net>
14618
14619         * modules/check-include-files: New script to check for
14620         missing dependencies, multiple includes, etc.
14621
14622         * modules/c-strtold (Depends-on): Add xalloc.
14623         * modules/c-strtod (Depends-on): Add xalloc.
14624         * modules/hash (Depends-on): Add xalloc.
14625         (Files): Remove lib/xalloc.h.
14626
14627         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14628         * modules/userspec (Files): Add lib/inttostr.h.
14629
14630 2005-03-23  Jim Meyering  <jim@meyering.net>
14631
14632         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14633
14634 2005-03-22  Jim Meyering  <jim@meyering.net>
14635
14636         * modules/stat-macros: New module.
14637         * modules/canonicalize, modules/euidaccess, modules/file-type,
14638         * modules/filemode, modules/lchown, modules/makepath,
14639         * modules/rmdir, modules/stat: Depend on new stat-macros module
14640         rather than listing lib/stat-macros.h manually.
14641         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14642
14643 2005-03-22  Jim Meyering  <jim@meyering.net>
14644
14645         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14646
14647 2005-03-22  Bruno Haible  <bruno@clisp.org>
14648
14649         * config/srclist.txt: Replace target directory 'config' with
14650         'build-aux'.
14651         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14652         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14653         ../build-aux/.
14654
14655 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14656
14657         * modules/chdir-long (Depends-on): Add mempcpy.
14658
14659         * modules/acl, modules/backupfile, modules/c-strtod,
14660         modules/c-strtold, modules/canon-host, modules/canonicalize,
14661         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14662         modules/exclude, modules/exitfail, modules/file-type,
14663         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14664         modules/getdate, modules/getline, modules/getpagesize,
14665         modules/getpass, modules/getugroups, modules/group-member,
14666         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14667         modules/inttostr, modules/long-options, modules/makepath,
14668         modules/md5, modules/memcasecmp, modules/memcoll,
14669         modules/modechange, modules/mountlist, modules/path-concat,
14670         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14671         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14672         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14673         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14674         modules/strftime, modules/strndup, modules/strverscmp,
14675         modules/timespec, modules/unlocked-io, modules/userspec,
14676         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14677         modules/yesno:
14678         Remove lib_SOURCES line from Makefile.am section, as this is now
14679         done automatically by the corresponding Autoconf macro.
14680
14681 2005-03-21  Jim Meyering  <jim@meyering.net>
14682
14683         Changes imported from coreutils.
14684
14685         * lib/cycle-check.c: Don't include xalloc.h.
14686
14687         * lib/path-concat.c: Don't include assert.h.
14688         (path_concat): Remove assertion that would have triggered
14689         for ABASE starting with more than one slash.
14690         Reported by Andreas Schwab.
14691
14692         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14693         properly when ABASE is an absolute file name.
14694         Correct the description of this function.
14695         Include <assert.h>.
14696         Add an assertion and a test driver.
14697         This fixes a bug introduced on 2004-07-02.
14698         Andreas Schwab reported the resulting failure of cp --parents:
14699         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14700
14701 2005-03-21  Jim Meyering  <jim@meyering.net>
14702
14703         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14704         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14705
14706 2005-03-21  Jim Meyering  <jim@meyering.net>
14707         and  Paul Eggert  <eggert@cs.ucla.edu>
14708
14709         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14710         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14711         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14712         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14713         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14714         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14715         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14716         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14717         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14718         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14719         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14720         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14721         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14722         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14723         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14724         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14725         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14726         for these modules.
14727
14728 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14729
14730         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14731         (which shouldn't happen), generate nothing instead of returning 0
14732         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14733
14734 2005-03-16  Bruno Haible  <bruno@clisp.org>
14735
14736         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14737         HAVE_LONGLONG_64BIT.
14738
14739 2005-03-16  Bruno Haible  <bruno@clisp.org>
14740
14741         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14742         HAVE_LONGLONG_64BIT.
14743
14744 2005-03-16  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14747         HAVE_LONGLONG_64BIT.
14748
14749 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14752         reliably distinguish strftime failure from empty output on POSIX
14753         hosts.
14754
14755 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14758         (iconv_string): Don't guess a size-zero buffer, as that might cause
14759         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14760         result would be 'too large', where 'too large' is (heuristically)
14761         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14762         overflow concerns.  This will prevent some unwanted malloc failures
14763         when the inputs are very large.
14764
14765 2005-03-15  Karl Berry  <karl@gnu.org>
14766
14767         * config/srclist.txt (config.rpath): from gettext.
14768         * config/config.rpath: update.
14769
14770 2005-03-15  Bruno Haible  <bruno@clisp.org>
14771
14772         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14773         to 'negate'.
14774
14775         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14776         variable.
14777
14778         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14779         results.
14780
14781 2005-03-14  Simon Josefsson  <jas@extundo.com>
14782
14783         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14784         <fx@gnu.org>.
14785
14786 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14789         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14790         intprops.h.
14791         * lib/strtol.c: Likewise.
14792
14793 2005-03-14  Jim Meyering  <jim@meyering.net>
14794
14795         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14796         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14797         to be nonzero so that we (and caller) can detect the difference
14798         between a valid zero-length expansion and an error return, even
14799         when the underlying strftime fails before writing anything into
14800         that location.
14801
14802 2005-03-14  Bruno Haible  <bruno@clisp.org>
14803
14804         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14805         Update from GNU gettext 0.14.3.
14806
14807 2005-03-10  Jim Meyering  <jim@meyering.net>
14808
14809         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14810
14811 2005-03-10  Jim Meyering  <jim@meyering.net>
14812
14813         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14814         so that this module works on systems without fchdir.
14815
14816 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14817
14818         Factor int-properties macros into a single file, except for
14819         glibc-related files.
14820         * lib/intprops.h: New file.
14821         * lib/getloadavg.c: Include it instead of limits.h.
14822         (INT_STRLEN_BOUND): Remove.
14823         * lib/human.c: Include intprops.h.
14824         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14825         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14826         302/1000.
14827         * lib/inttostr.h: Include intprops.h instead of limits.h.
14828         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14829         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14830         for consistency with intprops.h.
14831         (time_t_is_integer, twos_complement_arithmetic): Use them.
14832         * lib/sig2str.h: Include <signal.h>, intprops.h.
14833         (INT_STRLEN_BOUND): Remove.
14834         * lib/strftime.c (TYPE_SIGNED): Remove.
14835         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14836         * lib/strtol.c: Adjust comments to match intprops.h.
14837         * lib/userspec.c: Include intprops.h.
14838         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14839         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14840         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14841         instead of rolling our own expressions.
14842         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14843
14844         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14845         instead of int.
14846         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14847         the right thing even if adding 1900 would overflow.  Similarly
14848         for tm_mon + 1 and tm_yday + 1.
14849         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14850         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14851         (DO_SIGNED_NUMBER): New macro.
14852         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14853
14854 2005-03-07  Bruno Haible  <bruno@clisp.org>
14855
14856         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14857
14858 2005-03-07  Bruno Haible  <bruno@clisp.org>
14859
14860         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14861
14862 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14863
14864         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14865         (func_import): Only replace files via --import when they have actually
14866         changed.
14867
14868 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14869
14870         * m4/mmap-anon.m4: New file.
14871         * m4/pagealign_alloc.m4: New file.
14872
14873 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14874             Bruno Haible  <bruno@clisp.org>
14875
14876         * modules/pagealign_alloc: New file.
14877         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14878
14879 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14880             Bruno Haible  <bruno@clisp.org>
14881
14882         * lib/pagealign_alloc.h: New file.
14883         * lib/pagealign_alloc.c: New file.
14884
14885 2005-03-03  Bruno Haible  <bruno@clisp.org>
14886
14887         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14888         Use an all-permissive copyright notice, recommended by RMS.
14889
14890 2005-03-02  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14893         of AIX, the replacement has to be done only after <string.h> is
14894         included, therefore not in config.h. stpncpy.h does the replacement,
14895         and stpncpy.c uses it.
14896
14897 2005-03-02  Bruno Haible  <bruno@clisp.org>
14898
14899         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14900         stpncpy.c uses it.
14901
14902 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14903
14904         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14905         The workaround isn't strictly needed for POSIX conformance, and
14906         it's too much of a pain to configure and maintain.  We'll ask
14907         people to fix their kernels instead.
14908         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14909         (NANOSLEEP_BUG_WORKAROUND): Remove.
14910         (xnanosleep): Remove the workaround.
14911
14912 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14913
14914         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14915         Reported by Derek Price.
14916         (Include): Add "timespec.h".
14917
14918         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14919
14920 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14921
14922         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14923         to detect nanosleep bug.
14924
14925 2005-03-01  Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14928
14929 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         * modules/gethrxtime: New file.
14932         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14933         (Depends-on): Add gethrxtime.
14934         (configure.ac): Add gl_XNANOSLEEP.
14935         (Makefile.am): Remove lib_SOURCES line.
14936
14937 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14940         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14941
14942 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14945         * lib/timespec.h (gettime): Return void, since it always
14946         succeeds now.  All uses changed.
14947         * lib/gettime.c (gettime) Likewise.
14948         [HAVE_NANOTIME]: Prefer nanotime.
14949         Assume gettimeofday succeeds, as POSIX requires.
14950         Assime time () succeeds, since other code already does.
14951         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14952         (timespec_subtract): Remove.
14953         (NANOSLEEP_BUG_WORKAROUND): New constant.
14954         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14955         things considerably.  Use it only on GNU/Linux hosts, since the
14956         workaround shouldn't be needed elsewhere.
14957
14958 2005-02-24  Bruno Haible  <bruno@clisp.org>
14959
14960         * modules/gettext (Files): Add m4/glibc2.m4.
14961
14962 2005-02-24  Bruno Haible  <bruno@clisp.org>
14963
14964         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14965         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14966         * m4/progtest.m4:
14967         Update from GNU gettext 0.14.2.
14968         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14969
14970 2005-02-24  Bruno Haible  <bruno@clisp.org>
14971
14972         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14973         * lib/config.charset: Update from GNU gettext 0.14.2.
14974
14975 2005-02-24  Bruno Haible  <bruno@clisp.org>
14976
14977         * lib/gettext.h: Update from GNU gettext 0.14.2.
14978
14979 2005-02-23  Simon Josefsson  <jas@extundo.com>
14980
14981         * m4/iconvme.m4: New file.
14982
14983 2005-02-23  Jim Meyering  <jim@meyering.net>
14984
14985         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14986         change.
14987         Thanks to Bruno Haible for catching it.
14988
14989 2005-02-22  Simon Josefsson  <jas@extundo.com>
14990
14991         * modules/iconvme: New file.
14992
14993         * MODULES.html.sh: Add iconvme.
14994
14995 2005-02-22  Simon Josefsson  <jas@extundo.com>
14996
14997         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14998
14999 2005-02-22  Simon Josefsson  <jas@extundo.com>
15000
15001         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15002
15003 2005-02-22  Jim Meyering  <jim@meyering.net>
15004
15005         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15006         s/ifndef/ifdef/.
15007
15008 2005-02-20  Neil Conway  <neilc@samurai.com>
15009
15010         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15011         returned by OSX/Darwin if the specified buffer is not large
15012         enough for the hostname.
15013
15014 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15015
15016         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15017         pass it to _help, otherwise the latter coredumps trying to
15018         dereference state.root_argp.
15019
15020 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * modules/chdir-long (Depends-on): Add memrchr.
15023         * modules/memrchr (Files): Add lib/memrchr.h.
15024         (Include): "memrchr.h".
15025
15026 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15027
15028         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15029
15030 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         * lib/memrchr.h: New file.
15033         * lib/chdir-long.c: Include it.
15034         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15035         Don't bother including stddef.h.
15036
15037 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15038
15039         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15040         inclusion.
15041         Include <sys/types.h>, for dev_t.
15042         (ME_DUMMY, ME_REMOTE): Move from here....
15043         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15044         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15045         Dmitry V. Levin.
15046         Include mountlist.h first, to test the interface.
15047
15048 2005-01-29  Bruno Haible  <bruno@clisp.org>
15049
15050         * lib/progname.c (program_name): Initialize.
15051         Needed when linking statically on MacOS X.
15052
15053 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         Sync from coreutils.
15056         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15057         (Depends-on): Add c-strtod.
15058         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15059
15060 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15061
15062         Sync from coreutils.
15063         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15064
15065         Remove files that are specific to coreutils.
15066         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15067
15068 2005-01-28  Bruno Haible  <bruno@clisp.org>
15069
15070         * modules/javacomp: New file.
15071         * MODULES.html.sh (Java): Add javacomp.
15072
15073 2005-01-28  Bruno Haible  <bruno@clisp.org>
15074
15075         * m4/javacomp.m4: New file, from GNU gettext.
15076
15077 2005-01-28  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/javacomp.sh.in: New file, from GNU gettext.
15080         * lib/javacomp.h: New file, from GNU gettext.
15081         * lib/javacomp.c: New file, from GNU gettext.
15082
15083 2005-01-26  Simon Josefsson  <jas@extundo.com>
15084
15085         * lib/gai_strerror.c: Use GPL in header.
15086
15087 2005-01-26  Bruno Haible  <bruno@clisp.org>
15088
15089         * modules/javaexec: New file.
15090         * MODULES.html.sh (Java): Add javaexec.
15091
15092 2005-01-26  Bruno Haible  <bruno@clisp.org>
15093
15094         * m4/javaexec.m4: New file, from GNU gettext.
15095
15096 2005-01-26  Bruno Haible  <bruno@clisp.org>
15097
15098         * lib/javaexec.sh.in: New file, from GNU gettext.
15099         * lib/javaexec.h: New file, from GNU gettext.
15100         * lib/javaexec.c: New file, from GNU gettext.
15101
15102 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15103
15104         * modules/lchown (Depends-on): Remove lchown.h
15105
15106 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15107
15108         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15109         must be defined if the header file was not found, in order
15110         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15111
15112 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15113
15114         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15115         initializers for struct pentry_state.
15116         (__argp_error): Check return value of __asprintf
15117         (__argp_failure): Translate error message
15118
15119         * lib/argp-parse.c: Removed braces around the expansion of N_()
15120
15121 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15122
15123         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15124         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15125         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15126         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15127         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15128         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15129         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15130         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15131         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15132         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15133         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15134         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15135         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15136         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15137         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15138         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15139         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15140         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15141         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15142         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15143         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15144         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15145         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15146         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15147         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15148         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15149         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15150         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15151         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15152         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15153         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15154         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15155         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15156         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15157         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15158         Use an all-permissive copyright notice, recommended by RMS.
15159
15160 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15161
15162         * modules/chdir-long (Depends-on): Remove mempcpy.
15163
15164 2005-01-21  Jim Meyering  <jim@meyering.net>
15165
15166         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15167         same value as for Solaris 9.
15168
15169         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15170         component length.  This included changing the parameter to be
15171         of type `char *' rather than `char const *'.
15172         * lib/chdir-long.h (chdir_long): Update prototype.
15173
15174         * lib/openat.c (fdopendir, fstatat): New functions.
15175         * lib/openat.h: Include headers required for use of DIR and struct
15176         stat.
15177         [AT_SYMLINK_NOFOLLOW]: Define.
15178         (fdopendir, fstatat): Add prototypes.
15179
15180 2005-01-21  Bruno Haible  <bruno@clisp.org>
15181
15182         * modules/classpath: New file.
15183         * MODULES.html.sh (Java): Add classpath.
15184
15185 2005-01-21  Bruno Haible  <bruno@clisp.org>
15186
15187         * lib/classpath.h: New file, from GNU gettext.
15188         * lib/classpath.c: New file, from GNU gettext.
15189
15190 2005-01-20  Simon Josefsson  <jas@extundo.com>
15191
15192         * modules/version-etc-fsf: New file.
15193
15194 2005-01-20  Simon Josefsson  <jas@extundo.com>
15195
15196         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15197         * lib/version-etc.c: Remove version_etc_copyright.
15198         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15199         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15200
15201 2005-01-20  Simon Josefsson  <jas@extundo.com>
15202
15203         * lib/base64.h (isbase64): Add.
15204
15205         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15206         using a unsigned prototype, don't inline.
15207         (base64_decode): Use it.
15208
15209 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15210
15211         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15212         it.
15213
15214 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15215
15216         * lib/save-cwd.c (save_cwd): Remove code to support the case
15217         where fchdir is missing or flaky.
15218
15219 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15220
15221         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15222
15223 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15226         AC_LIBSOURCES now does this.
15227         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15228         with new ullong_max module.
15229
15230 2005-01-19  Bruno Haible  <bruno@clisp.org>
15231
15232         * modules/sh-quote: New file.
15233         * MODULES.html.sh (Executing programs): Add sh-quote.
15234
15235 2005-01-19  Bruno Haible  <bruno@clisp.org>
15236
15237         * lib/sh-quote.h: New file, from GNU gettext.
15238         * lib/sh-quote.c: New file, from GNU gettext.
15239
15240 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         Merge from coreutils.
15243         * m4/ullong_max.m4: New file.
15244         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15245         (gl_MACROS): Assume localeconv exists.
15246
15247 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15248
15249         Merge changes from coreutils, as described below in several
15250         changelogs dated today.
15251
15252         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15253         (O_DIRECTORY): Remove; not needed here, since "." must be
15254         a directory.  All uses removed.
15255         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15256         universal on Suns, and we also need to test for IRIX.
15257         Revamp code to use 'if' rather than '#if'.
15258         Avoid unnecessary comparison of cwd->desc to 0.
15259
15260         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15261         for known valid error numbers rather than observed invalid ones.
15262
15263 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         * modules/ullong_max: New file.
15266
15267         * modules/chdir-long, modules/openat: New files.
15268         * modules/save-cwd (Depends-on): Depend on chdir-long.
15269         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15270
15271 2005-01-18  Jim Meyering  <jim@meyering.net>
15272
15273         Merge from coreutils.
15274         * m4/chdir-long.m4, m4/openat.m4: New files.
15275         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15276         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15277         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15278         is sane and DOES follow symlinks.  Besides, testing 20 different
15279         systems found no broken chown implementations.
15280         Prompted by a change in rsync's copy of this macro.
15281         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15282
15283         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15284
15285         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15286         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15287         NULL-means-set-to-current-time semantics.
15288         Remove temporary file immediately, rather than waiting
15289         for configure's at-exit trap code to do it.
15290
15291 2005-01-18  Jim Meyering  <jim@meyering.net>
15292
15293         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15294
15295         * lib/utimens.c (futimens): Account for the fact that futimes
15296         can also fail with errno == ENOSYS or errno == ENOENT.
15297         Patch from Dmitry V. Levin.
15298
15299         Change the name of the robust chdir function from chdir to chdir_long.
15300         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15301         (restore_cwd): Use chdir_long, not chdir.
15302         * lib/chdir-long.c: Renamed from chdir.c.
15303         * lib/chdir-long.h: Renamed from chdir.h.
15304         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15305         Hurd.
15306
15307 2005-01-18  Bruno Haible  <bruno@clisp.org>
15308
15309         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15310         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15311         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15312         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15313         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15314         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15315         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15316         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15317         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15318         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15319         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15320         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15321         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15322         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15323         Use an all-permissive copyright notice, recommended by RMS.
15324
15325 2005-01-18  Bob Proulx  <bob@proulx.com>
15326
15327         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15328         simplify offsetof() macro construct to avoid compile failure with
15329         native HP-UX 11.0 ANSI C compiler.
15330
15331 2005-01-17  Bruno Haible  <bruno@clisp.org>
15332
15333         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15334         redundant because stpncpy.m4 takes care of it.
15335
15336 2005-01-17  Bruno Haible  <bruno@clisp.org>
15337
15338         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15339
15340 2005-01-17  Bruno Haible  <bruno@clisp.org>
15341
15342         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15343         used.
15344
15345 2005-01-17  Bruno Haible  <bruno@clisp.org>
15346
15347         * lib/fwriteerror.h (fwriteerror): Change specification to include
15348         fclose.
15349         * lib/fwriteerror.c: Include <stdbool.h>.
15350         (fwriteerror): At the end, close the file stream. Record whether
15351         stdout was already closed.
15352
15353 2005-01-17  Bruno Haible  <bruno@clisp.org>
15354
15355         * lib/execute.c (environ): Declare if needed.
15356         * lib/pipe.c (environ): Likewise.
15357         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15358
15359 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15360
15361         * modules/argp: Depend on vsnprintf
15362
15363 2005-01-10  Jim Meyering  <jim@meyering.net>
15364
15365         * modules/closeout (Depends-on): Add atexit.
15366
15367 2005-01-06  Bruno Haible  <bruno@clisp.org>
15368
15369         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15370
15371 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15374         definitions to be after all include files, to avoid collisions.
15375         Problem reported by Bob Proulx.
15376
15377 2005-01-04  Jim Meyering  <jim@meyering.net>
15378
15379         Changes imported from coreutils.
15380         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15381         as the mkstemp template, use a temporary directory and an
15382         8.3-friendly template to avoid trouble on systems like DJGPP.
15383         Reported by Juan M. Guerrero via Stepan Kasal.
15384         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15385         close. Remove the temporary directory right away, rather than waiting
15386         for configure's at-exit trap code to do it.
15387         Suggestion from Stepan Kasal.
15388
15389 2005-01-01  Simon Josefsson  <jas@extundo.com>
15390
15391         * gnulib-tool: Print #include directives when --import'ing.
15392
15393 2004-12-28  Simon Josefsson  <jas@extundo.com>
15394
15395         * tests/test-base64.c: Include required header files.  Remove
15396         unused variables.
15397
15398 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15399
15400         * modules/error (Depends-on): Remove gettext.
15401
15402 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15405         not needed.  This removes a dependency on the gettext module.
15406         [defined _LIBC]: Do not include <libintl.h>; not needed.
15407
15408 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15411         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15412
15413 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15416         HAVE_DECL_STRTOLD.
15417
15418 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15419
15420         * modules/getdate (Depends-on): Remove alloca-opt.
15421
15422 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15425
15426 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * lib/argp-parse.c: Include <stddef.h>.
15429         (alignof, alignto): New macros.
15430         (parser_init): Don't assume that void * is aligned sufficiently
15431         for struct option.
15432
15433         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15434         need to extend the stack.
15435         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15436         large.
15437
15438 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15439
15440         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15441
15442 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15445         (2004-10-24) change.  Apparently this was a false alarm.
15446
15447         * modules/getdate: Depend on alloca-opt, not alloca.
15448
15449 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15450
15451         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15452         Remove now-obsolete comment about AIX.
15453         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15454         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15455         (YYMAXDEPTH): New macro.
15456
15457 2004-12-18  Simon Josefsson  <jas@extundo.com>
15458
15459         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15460
15461 2004-12-18  Bruno Haible  <bruno@clisp.org>
15462
15463         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15464
15465 2004-12-18  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/fatal-signal.c (fatal_signals): Make non-const.
15468         (init_fatal_signals): New function.
15469         (uninstall_handlers, install_handlers): Ignore signals that were set to
15470         SIG_IGN.
15471         (at_fatal_signal): Call init_fatal_signals.
15472         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15473         SIG_IGN.
15474         Reported by Paul Eggert.
15475
15476 2004-12-18  Bruno Haible  <bruno@clisp.org>
15477
15478         * doc/alloca.texi: New file.
15479         * doc/alloca-opt.texi: New file.
15480
15481 2004-12-17  Jim Meyering  <jim@meyering.net>
15482
15483         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15484         Otherwise, install-sh could exit with improper exit status when
15485         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15486
15487 2004-12-16  Simon Josefsson  <jas@extundo.com>
15488
15489         * tests/test-base64.c: Add license.
15490
15491 2004-12-15  Stepan Kasal  <address@hidden>
15492
15493         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15494
15495 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15496
15497         * modules/getcwd (Files): Add m4/d-ino.m4.
15498         Suggested by Mark D. Baushke.
15499
15500 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15501
15502         * lib/getdate.y (textint): New member "negative".
15503         (time_zone_hhmm): New function.
15504         Expect 14 shift-reduce conflicts, not 13.
15505         (o_colon_minutes): New rule.
15506         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15507         (yylex): Set the "negative" member of signed numbers.
15508
15509 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * doc/getdate.texi (Time of day items, Time zone items):
15512         Describe new formats +00:00, UTC+00:00.
15513
15514 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15515
15516         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15517         spurious "-l"s.  Problem reported by Stepan Kasal.
15518
15519 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15520
15521         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15522         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15523
15524 2004-12-04  Simon Josefsson  <jas@extundo.com>
15525
15526         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15527         Vandoorselaere <yoann@prelude-ids.org>.
15528
15529 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         Changes imported from coreutils.
15532         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15533         exist.
15534         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15535
15536 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         Changes imported from coreutils.
15539         * lib/hard-locale.c: Assume <locale.h> exists.
15540         Include "strdup.h".
15541         (GLIBC_VERSION): New macro.
15542         (hard_locale): Assume setlocale exists.
15543         Rewrite to avoid #ifdef.
15544         Use strdup rather than malloc + strcpy.
15545         * lib/human.c: Assume <locale.h> exists.
15546         (human_readable): Assume localeconv exists.
15547
15548 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15549
15550         * modules/hard-locale (Depends-on): Add strdup.
15551
15552 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15553
15554         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15555         convert T2, not T.  (Imported from libc.)
15556
15557 2004-11-30  Simon Josefsson  <jas@extundo.com>
15558
15559         * modules/restrict (License): Change to LGPL.
15560
15561 2004-11-30  Simon Josefsson  <jas@extundo.com>
15562
15563         * m4/restrict.m4: Add copyright and copying conditions.
15564
15565 2004-11-30  Simon Josefsson  <jas@extundo.com>
15566
15567         * m4/base64.m4: New file.
15568
15569 2004-11-30  Simon Josefsson  <jas@extundo.com>
15570
15571         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15572         base64.
15573
15574         * tests/test-base64.c: New file.
15575
15576         * modules/base64: New file.
15577
15578 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15581         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15582
15583         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15584
15585 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15588         (__getcwd.c): Don't restore errno; glibc doesn't.
15589         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15590         first, falling back to our code only if its results look suspicious.
15591         Ensure that the resulting buffer is only as large as necessary.
15592
15593         * lib/readutmp.c: Include readutmp.h first.
15594         Include <errno.h>, since readutmp.h no longer does that.
15595         * lib/readutmp.h: Don't include <errno.h>,
15596         <sys/param.h>, <time.h>; not needed to establish interface.
15597         (errno): Remove decl.
15598         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15599         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15600         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15601
15602 2004-11-28  Simon Josefsson  <jas@extundo.com>
15603
15604         * lib/base64.h, base64.c: New file.
15605
15606 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15609
15610 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15613         (Depends-on): Remove pathmax, same.  Add mempcpy.
15614         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15615         (Makefile.am): Append getcwd.h to lib_SOURCES.
15616         (Include): Add getcwd.h.
15617         (Maintainer): Change from Jim Meyering to "all, glibc",
15618         since getdate now uses intended-for-glibc code.
15619         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15620         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15621
15622 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15625         HP's ANSI C compiler.
15626         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15627         Declaring int functions causes warnings on some modern systems and
15628         shouldn't be needed to compile on ancient ones.
15629         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15630         defined.
15631
15632         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15633         with the following changes.
15634         (__set_errno): Parenthesize properly.
15635         Include <stdbool.h>.
15636         (MIN, MAX, MATCHING_INO): New macros.
15637         (__getcwd): Define with prototype, not K&R form.
15638         Use heuristics to allocate default buffer on stack if possible.
15639         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15640         behavior, and to avoid the PATH_MAX limit when computing
15641         ../../../../...
15642         Use MATCHING_INO to compare inode number to file.
15643         Check for arithmetic overflow in size calculations.
15644         Fix bug in reallocation of dot array that caused getcwd to fail
15645         on directories nested deeper than 75.
15646         Be more careful about saving errno on error.
15647         Do not use realloc; use only free+malloc, as this is a bit
15648         more flexible and avoids a needless copy operation.
15649         Do not inspect st_dev and st_ino for symbolic links; POSIX
15650         doesn't specify the latter.
15651         Check for closedir errors.
15652         Avoid needless casts.
15653         Use "#ifdef weak_alias" around weak_alias, to be like other
15654         glibc code.
15655         The following changes to getcwd.c have effect only when used in
15656         gnulib; they have no effect inside glibc proper.
15657         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15658         as alloca isn't used.
15659         (alloca, __alloca): Likewise.
15660         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15661         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15662         unconditionally, as gnulib assumes C89 or better.
15663         Do not include <sys/param.h>.
15664         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15665         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15666         better.
15667         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15668         Include <dirent.h> in a way that is compatible with modern Autoconf.
15669         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15670         New macros, if not already defined.
15671         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15672         Use "_LIBC", not "defined _LIBC", for consistency.
15673         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15674         a mempcpy module.
15675         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15676         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15677         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15678         credit only to Jim Meyering and adjust the copyright dates.
15679         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15680         <stdlib.h>, <unistd.h>, "pathmax.h".
15681         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15682         (INITIAL_BUFFER_SIZE): Remove.
15683         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15684
15685 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15686
15687         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15688         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15689         Use the _ONCE methods, for efficiency.
15690         Check for fcntl.h.  In test program, include <errno.h>
15691         and <fcntl.h> if available.  Remove old K&R cruft from
15692         test program.  Check for common errors in GNU/Linux,
15693         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15694         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15695         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15696         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15697         name accordingly.
15698         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15699         accommodate new getcwd.c.
15700         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15701         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15702         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15703         that's all we need now.
15704
15705 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15706
15707         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15708         argp-parse.c depends on getopt internals, that means we should
15709         always use our getopt, to be on the safe side.
15710         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15711         order not to spoil the result of an eventual previous invocation
15712         of gl_GETOPT_SUBSTITUTE.
15713
15714 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15715
15716         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15717         redefinition warnings. To avoid them, include the defines
15718         in `#if !defined __need_getopt ... #endif'. The only place
15719         where __getopt_argv_const is used is in definitions
15720         of getopt_long and getopt_long_only below, which are as well
15721         protected by `#ifndef __need_getopt'.
15722         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15723         __need_getopt after including <stdio.h> and <unistd.h> These
15724         headers might have defined it.
15725
15726 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15729
15730 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15733         (futimens): New function, which uses futimes if available.
15734         (futimens, utimens): Support timespec==NULL, with same semantics
15735         as utime and utimens.
15736         * lib/utimens.h (futimens): New decl.
15737
15738 2004-11-23  Jim Meyering  <jim@meyering.net>
15739
15740         * lib/getopt_.h: Remove trailing blanks.
15741
15742 2004-11-23  Jim Meyering  <jim@meyering.net>
15743
15744         * lib/__fpending.c: Add comment.
15745
15746 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         * modules/canonicalize (Depends-on): Add xreadlink.
15749         Problem reported by James Youngman.
15750
15751 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15754         New macros.
15755         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15756         optopt): Use them instead of invoking ## directly; otherwise, the
15757         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15758
15759 2004-11-19  Bruno Haible  <bruno@clisp.org>
15760
15761         * lib/strtok_r.c: Move comments from here...
15762         * lib/strtok_r.h: ... to here.
15763
15764 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15767         implementations that mishandle size_t overflow.
15768
15769 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15770
15771         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15772         might fail.  Problem reported by Yoann Vandoorselaere.
15773         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15774         implementations that mishandle size_t overflow.
15775
15776 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         * modules/canon-host (Depends-on): Add strdup.
15779
15780 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15781
15782         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15783
15784 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * lib/canon-host.c: Include "strdup.h".
15787         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15788         Use strdup instead of malloc/strcpy to duplicate strings.
15789
15790         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15791         (human_space_before_unit): New constant.
15792         * lib/human.c (human_readable): Support it.
15793
15794         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15795         (xgetcwd): Set errno correctly when failing.
15796         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15797         the failure is actually due to a PATH_MAX problem.
15798
15799         Further getopt changes to make it more likely that glibc will
15800         buy the changes back.
15801         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15802         (getopt): Use it, so to preserve glibc semantic
15803         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15804         when compiling for libc.
15805         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15806         (getopt_long, getopt_long_only): Use it.
15807
15808         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15809         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15810         (getopt): Argv is now char * const *, as per standard.
15811         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15812         not char *__getopt_argv_const *.
15813         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15814         _getopt_long_only_r): Likewise.
15815         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15816         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15817         _getopt_long_r, _getopt_long_only_r): Likewise.
15818         * lib/getopt_.h (__getopt_argv_const): Remove.
15819         (getopt): Argv is now char * const *, as per standard.
15820
15821         * lib/getdate.y (tORDINAL): New token.
15822         (day, relunit): Allow it for relative times.
15823         (relative_time_table): Use tORDINAL for ordinals.
15824
15825 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15826
15827         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15828         Document that "second" isn't allowed as an ordinal number.
15829
15830 2004-11-16  Jim Meyering  <jim@meyering.net>
15831
15832         * modules/closeout (Depends-on): Add fpending.
15833
15834 2004-11-15  Jim Meyering  <jim@meyering.net>
15835
15836         * lib/closeout.c: Include "__fpending.h" once again.
15837         Include <stdbool.h>.
15838         (close_stdout): Don't fail just because stdout was closed initially,
15839         since some programs don't write to stdout in the normal course of
15840         operation (other than --version and --help), and we don't want this
15841         function to make e.g. `touch file >&-' fail.
15842         But do fail if it was closed and someone has tried to write to it.
15843         E.g., `printf foo >&-' must fail.
15844
15845 2004-11-13  Jim Meyering  <jim@meyering.net>
15846
15847         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15848
15849 2004-11-12  Simon Josefsson  <jas@extundo.com>
15850
15851         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15852         small doc fix is still pending.
15853
15854 2004-11-11  Simon Josefsson  <jas@extundo.com>
15855
15856         * modules/strtok_r: New file.
15857
15858         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15859         strtok_r.
15860
15861 2004-11-11  Simon Josefsson  <jas@extundo.com>
15862
15863         * m4/strtok_r.m4: New file.
15864
15865         * m4/getopt.m4: Replace opterr.
15866
15867 2004-11-11  Simon Josefsson  <jas@extundo.com>
15868
15869         * lib/strtok_r.h, strtok_r.c: New file.
15870
15871 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15874         of replacing opterr, getopt, etc.  This should handle the
15875         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15876
15877 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15880         we can stop lying to compilers about the constness of argv when we
15881         are compiled outside glibc.
15882         (getopt, getopt_long, getopt_long_only): Use it.
15883         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15884         _getopt_internal, getopt): Likewise.
15885         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15886         _getopt_long_only_r): Likewise.
15887         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15888         _getopt_long_r, _getopt_long_only_r): Likewise.
15889
15890         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15891         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15892         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15893         the other external symbols.
15894         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15895         declaration, since the above renaming now works around collisions.
15896
15897 2004-11-11  Jim Meyering  <jim@meyering.net>
15898
15899         * lib/linebreak.c: Remove trailing blanks.
15900         * lib/alloca_.h: Likewise.
15901         * lib/acosl.c: Likewise.
15902         * lib/euidaccess.c: Likewise.
15903         * lib/allocsa.h: Likewise.
15904
15905 2004-11-10  Simon Josefsson  <jas@extundo.com>
15906
15907         * m4/getaddrinfo.m4: New file.
15908
15909 2004-11-10  Simon Josefsson  <jas@extundo.com>
15910
15911         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15912
15913 2004-11-10  Simon Josefsson  <jas@extundo.com>
15914
15915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15916         getaddrinfo.
15917
15918         * modules/getaddrinfo: New file.
15919
15920 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15923
15924 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15925
15926         * lib/mktime.c (SHR): New macro, which is a portable
15927         substitute for >> that should work even on Crays.
15928         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15929         Problem reported by Mark D. Baushke in
15930         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15931         * lib/getdate.y (SHR): Likewise.
15932         (tm_diff): Use it.
15933         * lib/strftime.c (SHR): Likewise.
15934         (tm_diff): Use it.
15935         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15936         quote_these_too, so that right shifts are well defined.  All uses
15937         changed.
15938
15939 2004-11-10  Jim Meyering  <jim@meyering.net>
15940
15941         Ensure that no close failure goes unreported.
15942         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15943         return early when it seems there's nothing to flush.
15944         Don't include __fpending.h.
15945
15946 2004-11-10  Jim Meyering  <jim@meyering.net>
15947
15948         * modules/closeout (Depends-on): Remove fpending.
15949
15950 2004-11-10  Jim Meyering  <jim@meyering.net>
15951
15952         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15953
15954 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15955
15956         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15957         gl_FUNC_STRFTIME.
15958         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15959         and AC_REQUIRE when possible, to avoid duplicate checks.
15960         Check for <wchar.h>.
15961
15962 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15963
15964         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15965
15966 2004-11-09  Bruno Haible  <bruno@clisp.org>
15967
15968         * m4/sockpfaf.m4: New file.
15969
15970 2004-11-05  Bruno Haible  <bruno@clisp.org>
15971
15972         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15973         Reported by Mark D. Baushke <mdb@cvshome.org>.
15974
15975 2004-11-04  Bruno Haible  <bruno@clisp.org>
15976
15977         2004-09-11  Bruno Haible  <bruno@clisp.org>
15978                 * allocsa.valgrind: New file.
15979         2004-02-06  Bruno Haible  <bruno@clisp.org>
15980                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15981                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15982                 Reported by Christopher Seip <chris.seip@hp.com>.
15983
15984 2004-11-04  Bruno Haible  <bruno@clisp.org>
15985
15986         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15987         (Makefile.am): Distribute it.
15988
15989 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15990
15991         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15992         with errno == ERANGE if the buffer is too small.
15993         Problem reported by Mark D. Baushke.
15994
15995 2004-11-03  Albert Chin  <china@thewrittenword.com>
15996             Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15999         equivalent, substitute $ac_type for equivalent type rather than
16000         blindly using uint32_t *always* which won't work if uint32_t is not
16001         available.  Define _UINT32_T to work around typedef of uint32_t if
16002         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16003         2.5.1.
16004
16005 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         * m4/jm-macros.m4: Sync from coreutils.
16008         (gl_MACROS): Check for mbrlen, for pathchk.
16009         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16010
16011 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         * lib/xreadlink.c (MAXSIZE): New macro.
16014         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16015         size does not exceed MAXSIZE.  Avoid cast.
16016         As suggested by Mark D. Baushke in
16017         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16018         if readlink fails with buffer size just under MAXSIZE, try again
16019         with MAXSIZE.
16020
16021 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16022
16023         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16024
16025 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16026         and  Paul Eggert  <eggert@cs.ucla.edu>
16027
16028         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16029         (get_date): Overparenthesize to avoid GCC warning.
16030
16031 2004-11-02  Bruno Haible  <bruno@clisp.org>
16032
16033         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16034         returns void.
16035
16036 2004-11-02  Bruno Haible  <bruno@clisp.org>
16037
16038         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16039         function returns void.
16040
16041 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16044         fflush_unlocked, flockfile, funlockfile, funlockfile,
16045         fputs_unlocked, putc_unlocked.
16046
16047 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16050         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16051         already declared.
16052
16053 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16054
16055         * modules/getdate (Files): Add doc/getdate.texi.
16056         (Depends-on): Add setenv, xalloc.
16057
16058 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16059
16060         * lib/getdate.y: Add support for TZ="foo" within a date string.
16061         Fix some bugs near time_t boundaries.  Reject dates with
16062         out-of-range components, e.g., "Sept 31".
16063         Include <stdlib.h>, "setenv.h", "xalloc.h".
16064         (ISDIGIT_LOCALE): Remove; unused.
16065         Note that the TZ and time functions used here are not reentrant.
16066         (mktime_ok, get_tz): New functions.
16067         (TZBUFSIZE): New constant.
16068         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16069         This requires that we sometimes generate our own TZ="XXX..." setting.
16070
16071 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         * doc/getdate.texi: New file, from coreutils with modifications for
16074         the new TZ parsing.
16075
16076 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16077
16078         * lib/mktime.c (not_equal_tm): Remove redundant check.
16079
16080 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16081
16082         * modules/regex (lib_SOURCES): Add regex.c.
16083         Reported by James Youngman in
16084         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16085
16086 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         * lib/getdate.y: Use Bison 1.875 features, and some minor
16089         code cleanups.  This change does not affect semantics.
16090         Don't include <stdlib.h>; no longer needed.
16091         Don't include unlocked-io.h; only the "#if TEST" code uses
16092         stdio, and performance isn't crucial there.
16093         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16094         Bison 1.875 features as described below.
16095         All uses of "PC." replaced by "pc->".
16096         (YYSTYPE): Add a forward declaration.
16097         (yylex, yyerror): Use full prototypes in forward decls.
16098         Use "%pure-parser" rather than obsolescent "%pure_parser".
16099         Use %parse-param and %lex-param instead of obsolescent
16100         YYPARSE_PARAM and YYLEX_PARAM.
16101         (meridian_table, month_and_day_table, time_units_table,
16102         relative_time_table, time_zone_table, military_table,
16103         lookup_zone, lookup_word, get_date):
16104         Use NULL instead of 0 where appropriate.
16105         (to_hour): Avoid abort (), to avoid a dependency on
16106         stdlib.h.
16107         (yyerror, yylex): Now accepts parser_control * arg.
16108         (main) [TEST]: Use '\0' rather than 0 for char.
16109
16110 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16113
16114 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16115
16116         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16117         It's now the caller's responsibility to handle the case where
16118         !HAVE_GETPAGESIZE && !defined getpagesize.
16119
16120         * lib/mktime.c (leapyear): Arg is long int, not int.
16121
16122 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16123
16124         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16125
16126 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16127
16128         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16129         missing.  Problem reported by James Youngman.
16130
16131 2004-10-16  Simon Josefsson  <jas@extundo.com>
16132
16133         * gnulib-tool: Fix comments.  Fix parse problem.
16134         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16135
16136 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16139         implementation of getopt_long.  Problem reported by Alexander Taler in:
16140         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16141
16142 2004-10-15  Bruno Haible  <bruno@clisp.org>
16143
16144         * gnulib-tool: Untabify. Initialize supplied_libname.
16145         (func_usage): More homogenous output.
16146         (func_modules_transitive_closure, func_modules_to_filelist,
16147         func_emit_lib_Makefile_am): New functions.
16148         (func_import): New function, extracted from big case statement. Use
16149         func_get_license, func_modules_transitive_closure,
16150         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16151         opt_lgpl. Don't use test -a, as it's not portable.
16152         (func_create_testdir): Use func_modules_transitive_closure,
16153         func_modules_to_filelist, func_emit_lib_Makefile_am.
16154
16155 2004-10-15  Bruno Haible  <bruno@clisp.org>
16156
16157         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16158
16159 2004-10-15  Bruno Haible  <bruno@clisp.org>
16160
16161         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16162         the portions belonging to each module.
16163         Suggested by Derek Robert Price <derek@ximbiot.com>.
16164
16165 2004-10-12  Simon Josefsson  <jas@extundo.com>
16166
16167         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16168         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16169         to real functions.
16170
16171 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16172
16173         * modules/vsnprintf: New file.
16174
16175 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16176
16177         * m4/vsnprintf.m4: New file.
16178
16179 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16180
16181         * lib/vsnprintf.h: New file.
16182         * lib/vsnprintf.c: New file.
16183
16184 2004-10-11  Bruno Haible  <bruno@clisp.org>
16185
16186         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16187         vsnprintf.
16188
16189 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16192
16193 2004-10-07  Bruno Haible  <bruno@clisp.org>
16194
16195         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16196         fits into the provided buffer.
16197
16198 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * lib/diacrit.c, diacrit.h: Add GPL notice.
16201
16202         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16203         notice.
16204         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16205         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16206         This avoids a potential constant-folding bug.
16207
16208 2004-10-05  Bruno Haible  <bruno@clisp.org>
16209
16210         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16211         for the declaration of strsep.
16212
16213 2004-10-05  Bruno Haible  <bruno@clisp.org>
16214
16215         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16216
16217 2004-10-04  Simon Josefsson  <jas@extundo.com>
16218
16219         * modules/memmem: New file.
16220         * tests/test-memmem.c: New file.
16221         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16222
16223 2004-10-04  Simon Josefsson  <jas@extundo.com>
16224
16225         * m4/memmem.m4: New file.
16226
16227 2004-10-04  Simon Josefsson  <jas@extundo.com>
16228
16229         * lib/memmem.h: New file.
16230         * lib/memmem.c: New file, taken from glibc.
16231
16232 2004-10-04  Simon Josefsson  <jas@extundo.com>
16233
16234         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16235         '#ifdef USE_UNLOCKED_IO'.
16236
16237 2004-10-04  Simon Josefsson  <jas@extundo.com>
16238
16239         * config/srclist.txt: Add memmem from glibc.
16240
16241 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16242
16243         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16244
16245         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16246         modules/exclude, modules/getdate, modules/getline,
16247         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16248         modules/getusershell, modules/linebuffer, modules/md5,
16249         modules/mountlist, modules/posixtm, modules/readtokens,
16250         modules/readutmp, modules/regex, modules/sha1,
16251         modules/version-etc, modules/yesno:
16252         Remove dependency on unlocked-io.
16253
16254 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16255
16256         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16257
16258         * m4/unlocked-io.m4: Add copyright notice.
16259         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16260
16261 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16264         * lib/xmalloc.c (xmemdup): Likewise.
16265         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16266         XFREE): Remove these long-obsolescent macros.
16267         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16268         * lib/xstrdup.c: Remove.
16269
16270         * lib/regex.c (re_comp): Cast gettext return value to char *,
16271         Problem reported by Martin Neitzel via Mark D. Baushke.
16272
16273 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16276         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16277         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16278         regex.c, sha1.c, version-etc.c, yesno.c:
16279         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16280         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16281         the includer's responsibility.
16282
16283         Sync from coreutils.
16284
16285         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16286         points to the start of a string, as the C Standard says the
16287         resulting behavior is undefined.
16288
16289         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16290         simple -> simple_backups, numbered_existing ->
16291         numbered_existing_backups, numbered -> numbered_backups
16292         to avoid shadowing problems.  All uses changed.
16293         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16294         * lib/backupfile.c (check_extension, numbered_backup):
16295         Rename locals to avoid shadowing 'basename'.
16296         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16297         once.
16298
16299         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16300         * lib/.cvsignore: Add getopt.h.
16301
16302 2004-10-04  Bruno Haible  <bruno@clisp.org>
16303
16304         * modules/README: New file.
16305         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16306         not a module.
16307
16308 2004-10-02  Jim Meyering  <jim@meyering.net>
16309
16310         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16311
16312 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16313
16314         * modules/strsep: New file.
16315
16316 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16317
16318         * m4/strsep.m4: New file.
16319
16320 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16321
16322         * lib/strsep.h: New file.
16323         * lib/strsep.c: New file.
16324
16325 2004-10-01  Simon Josefsson  <jas@extundo.com>
16326
16327         * lib/snprintf.c (snprintf): Handle size==0.
16328
16329 2004-10-01  Simon Josefsson  <jas@extundo.com>
16330             Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16333         (snprintf): Declare 'args'.
16334
16335 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16336
16337         * lib/snprintf.c: Remove comments as to why each header is needed.
16338
16339 2004-10-01  Bruno Haible  <bruno@clisp.org>
16340
16341         * MODULES.html.sh: Add strsep.
16342
16343 2004-09-30  Simon Josefsson  <jas@extundo.com>
16344
16345         * modules/snprintf: New file.
16346
16347 2004-09-30  Simon Josefsson  <jas@extundo.com>
16348
16349         * m4/snprintf.m4: New file.
16350
16351 2004-09-30  Simon Josefsson  <jas@extundo.com>
16352
16353         * lib/snprintf.h, lib/snprintf.c: New files.
16354
16355 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16356
16357         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16358         (hol_entry_help): Never translate an empty string.
16359         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16360         * lib/argp.h (OPTION_NO_TRANS): New option.
16361
16362 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16363
16364         * modules/argp (Maintainer): Replace Simon Josefsson
16365         by Sergey Poznyakoff.
16366
16367 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16368
16369         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16370         changes merged back into glibc.
16371
16372 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16373
16374         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16375
16376 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16377
16378         * lib/xvasprintf.c: Include xalloc.h.
16379         (xvasprintf): Use xalloc_die, not xmalloc_die.
16380
16381 2004-09-29  Bruno Haible  <bruno@clisp.org>
16382
16383         * modules/alloca-opt: New file, derived from modules/alloca.
16384         * modules/allocsa: Depend on alloca-opt instead of alloca.
16385         * modules/setenv: Likewise.
16386         * modules/vasnprintf: Likewise.
16387         * MODULES.html.sh: Add alloca-opt.
16388
16389 2004-09-28  Simon Josefsson  <jas@extundo.com>
16390
16391         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16392         LGPL, and to replace license template from GPL to LGPL.
16393
16394 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * modules/dummy: Change license to LGPL.
16397
16398 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16399
16400         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16401
16402 2004-09-24  Simon Josefsson  <jas@extundo.com>
16403
16404         * modules/minmax (License): Change from GPL to LGPL.
16405
16406 2004-09-23  Simon Josefsson  <jas@extundo.com>
16407
16408         * gnulib-tool (--import): Typo.
16409
16410 2004-09-23  Simon Josefsson  <jas@extundo.com>
16411
16412         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16413
16414 2004-09-22  Bruno Haible  <bruno@clisp.org>
16415
16416         * modules/*: Add 'License' field.
16417         * gnulib-tool: Accept --extract-license option.
16418         (func_get_license): New function.
16419
16420 2004-09-21  Bruno Haible  <bruno@clisp.org>
16421
16422         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16423         Reported by Simon Josefsson.
16424
16425 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16426
16427         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16428         gl_AC_TYPE_LONG_LONG.
16429
16430 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16433
16434 2004-09-18  Simon Josefsson  <jas@extundo.com>
16435         and  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16438         calls with autoreconf.  Define GL_LIB.
16439
16440 2004-09-14  Karl Berry  <karl@gnu.org>
16441
16442         * config/srclist.txt: unsync setenv.c, sigh.
16443
16444 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16447         Problem reported by Bruno Haible in:
16448         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16449
16450 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16451
16452         * config/srclist.txt: Comment out argp-pvh.c.
16453
16454 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16457         in case some system header has #define'd it.  Problem reported by
16458         Soeren D. Schulze in
16459         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16460
16461 2004-09-09  Karl Berry  <karl@gnu.org>
16462
16463         * regex.[ch]: delete from the root.  These were supposed to be
16464                 synced with emacs cvs, but this has not happened for about
16465                 a year, and anyway nothing else uses emacs regex.[ch].
16466                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16467                 lib/regex[.ch] is untouched.
16468
16469 2004-09-09  Bruno Haible  <bruno@clisp.org>
16470
16471         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16472
16473 2004-09-09  Bruno Haible  <bruno@clisp.org>
16474
16475         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16476         modifications.
16477         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16478
16479 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16480
16481         * modules/xvasprintf: New file.
16482         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16483
16484 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16485
16486         * lib/xvasprintf.h: New file.
16487         * lib/xvasprintf.c: New file.
16488         * lib/xasprintf.c: New file.
16489
16490 2004-09-08  Bruno Haible  <bruno@clisp.org>
16491
16492         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16493
16494 2004-09-08  Bruno Haible  <bruno@clisp.org>
16495
16496         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16497         length is > INT_MAX.
16498         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16499         more.
16500
16501 2004-09-08  Bruno Haible  <bruno@clisp.org>
16502
16503         * lib/stdint_.h: New file, taken from GNU clisp.
16504
16505 2004-09-08  Bruno Haible  <bruno@clisp.org>
16506             Oskar Liljeblad  <oskar@osk.mine.nu>
16507
16508         * modules/stdint: New file.
16509         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16510
16511 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16512
16513         Import from coreutils.
16514         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16515         strings on unbounded length.  alloca's performance benefits aren't
16516         that important here.
16517         (V_STRDUP): Remove.
16518         (parse_with_separator): New function, with most of the internals
16519         of the old parse_user_spec.  Allow user to omit both user and group,
16520         for compatibility with FreeBSD.
16521         Clone only the user name, not the entire spec.
16522         Do not set *uid, *gid unless entirely successful.
16523         Avoid memory leak in some failing cases.
16524         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16525         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16526         (parse_user_spec): Rewrite to use parse_with_separator.
16527
16528 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         * modules/userspec: Don't depend on alloca.
16531
16532 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16533
16534         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16535
16536 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16539         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16540         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16541
16542 2004-08-16  Simon Josefsson  <jas@extundo.com>
16543
16544         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16545         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16546         Add --dry-run for --import.
16547         Let user provided command line parameters override configure.ac
16548         settings.
16549
16550 2004-08-12  Simon Josefsson  <jas@extundo.com>
16551
16552         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16553         as discussed with Paul Eggert in threads rooted at
16554         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16555         and
16556         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16557         Before, the test was empty, and relied on ELIDE_CODE in source
16558         code.)
16559         (gl_PREREQ_GETOPT): New macro.
16560         (gl_GETOPT): Use them.
16561
16562 2004-08-12  Simon Josefsson  <jas@extundo.com>
16563
16564         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16565         * lib/getopt_.h: Renamed from getopt.h.
16566
16567 2004-08-12  Simon Josefsson  <jas@extundo.com>
16568
16569         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16570         Change default library name from libfoo to libgnu.
16571         Now, if you have a configure.ac that says:
16572                 gl_SOURCE_BASE(gl)
16573                 gl_M4_BASE(gl/m4)
16574                 gl_MODULES(error getopt etcetera)
16575                 gl_INIT
16576         you can import all you need by running:
16577                 ../gnulib/gnulib-tool --import
16578
16579         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16580         (Makefile.am): Rewrite, use logic from argz.
16581         (Include): Use <getopt.h> instead of "getopt.h".
16582
16583 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16584
16585         * modules/argp (Files): Add m4/unlocked-io.m4.
16586         (Depends-on): Add extensions.
16587
16588 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16591         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16592         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16593         Check for program_invocation_name, program_invocation_short_name,
16594         flockfile, funlockfile, features.h, _getopt_long_only_r.
16595
16596 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16597
16598         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16599         its complicated substitute.
16600         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16601         and program_invocation_name.
16602         (__argp_basename) [!_LIBC]: Remove; the only use was
16603         replaced by its body.
16604         (__argp_short_program_name): Change condition from
16605         !defined __argp_short_program_name to
16606         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16607         to match argp-namefrob.h.
16608         (__argp_failure): Don't assume strerror_r returns char *.
16609         * lib/argp-parse.c (N_): Define unconditionally.
16610         (argp_default_options): Fill out initializers with 0 to avoid
16611         gcc warnings.
16612
16613 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16614
16615         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16616         getopt1.c.
16617
16618 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         Merge from coreutils.
16621
16622         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16623
16624         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16625         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16626
16627 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         Merge from coreutils.
16630
16631         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16632         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16633         for Reliant Unix 5.43.
16634
16635         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16636         (union fooround): Use uintmax_t, not long int.
16637         The rest is a merge from libc:
16638         [defined _LIBC]: Include <shlib-compat.h>.
16639         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16640
16641         * lib/settime.c (settime): Recode to avoid warning with
16642         Sun Forte C 6U2.
16643
16644         * lib/strverscmp.c: Convert to UTF-8.
16645
16646 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16647
16648         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16649         m4/uintmax_t.m4.
16650
16651 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16652
16653         * modules/xalloc-die: New file.
16654         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16655
16656         * modules/md5 (Files): Add m4/uint32_t.m4.
16657         * modules/sha1: Renamed from modules/sha.
16658         (Files):
16659         Rename lib/sha.h to lib/sha1.h.
16660         Rename lib/sha.c to lib/sha1.c.
16661         Rename m4/sha.m4 to m4/sha1.m4.
16662         (lib_SOURCES): Likewise.
16663         (configure.ac): Rename gl_SHA to gl_SHA1.
16664         (Include): sha.h -> sha1.h.
16665
16666 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16667
16668         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16669         * m4/sha1.m4: Renamed from sha.m4.
16670         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16671
16672 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * lib/obstack.h (obstack_empty_p):
16675         Don't assume that chunk->contents is suitably aligned.
16676         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16677         Likewise. Problem reported by Benno in
16678         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16679
16680         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16681         readable.  This could be improved further but it'd take some work.
16682
16683 2004-08-08  Simon Josefsson  <jas@extundo.com>
16684
16685         * modules/xgethostname (Depends-on): Remove exit and error (not
16686         used).
16687
16688         * modules/getpass-gnu: Add getpass.h.
16689         (Depends-on): Add stdbool.
16690         * modules/getpass: Add getpass.h.
16691
16692 2004-08-08  Simon Josefsson  <jas@extundo.com>
16693
16694         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16695         Check getpass declaration.
16696
16697 2004-08-08  Simon Josefsson  <jas@extundo.com>
16698
16699         * lib/xgethostname.c: Don't include error.h (not used).
16700
16701         * lib/getpass.h: Add.
16702         * lib/getpass.c: Include getpass.h first.
16703
16704 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * lib/xalloc-die.c: New file.
16707         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16708         All uses removed.
16709         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16710         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16711         xalloc-die.c.
16712         (_, N_, xalloc_die): Move to xalloc-die.c.
16713         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16714         so that we needn't mess with xalloc_msg_memory_exhausted.
16715
16716         * lib/sha1.h: Renamed from sha.h.
16717         (SHA1_H): Renamed from _SHA_H.
16718         (sha1_ctx): Renamed from sha_ctx.
16719         (sha1_init_ctx): Renamed from sha_init_ctx.
16720         (sha1_process_block): Renamed from sha_process_block.
16721         (sha1_process_bytes): Renamed from sha_process_bytes.
16722         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16723         (sha1_read_ctx): Renamed from sha_read_ctx.
16724         (sha1_stream): Renamed from sha_stream.
16725         (sha1_buffer): Renamed from sha_buffer.
16726         * lib/sha1.c: Likewise; renamed from sha.c.
16727         Do not include <sys/types.h>.
16728         Include <stddef.h> rather than <stdlib.h>.
16729
16730 2004-08-08  Bruno Haible  <bruno@clisp.org>
16731
16732         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16733         FILESYSTEM_PREFIX_LEN.
16734         * lib/progreloc.c: Likewise.
16735         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16736
16737 2004-08-06  Simon Josefsson  <jas@extundo.com>
16738
16739         * modules/progname (Depends-on): Don't depend on stdbool.
16740
16741 2004-08-06  Simon Josefsson  <jas@extundo.com>
16742
16743         * modules/getsubopt: New file.
16744         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16745         getsubopt.
16746
16747 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16748
16749         More merge from coreutils.
16750
16751         * m4/utimens.m4, m4/utimecmp.m4: New files.
16752         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16753         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16754         prereq.m4, sha.m4: Import changes from coreutils.
16755
16756 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         More merge from coreutils.
16759         * modules/raise, modules/readtokens0, modules/utimens:
16760         * modules/utimecmp, module/xnanosleep: New files.
16761         * modules/strftime: Add lib/strftime.h.
16762         Change include from <time.h> to "strftime.h".
16763         * modules/yesno: Add lib/yesno.h.
16764         * modules/backupfile: Remove lib/addext.c.
16765         * modules/euidaccess: Add stat-macros.h.
16766         * modules/canonicalize, modules/euidaccess,
16767         modules/filemode, modules/lchown, modules/makepath,
16768         modules/rmdir, modules/stat: Likewise.
16769
16770 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16771
16772         Merge from tar.
16773         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16774         SIZE_MAX is a valid preprocessor constant.
16775         (__argp_basename): Change from "#ifndef _LIBC"
16776         to "#ifndef __argp_short_program_name", so that
16777         we don't compile these functions for tar.
16778
16779         More merges from coreutils.
16780         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16781         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16782         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16783         * lib/addext.c: Remove; no longer needed.
16784         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16785         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16786         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16787         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16788         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16789         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16790         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16791         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16792         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16793         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16794         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16795         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16796         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16797         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16798         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16799         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16800         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16801         Import changes from coreutils.
16802
16803 2004-08-05  Simon Josefsson  <jas@extundo.com>
16804
16805         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16806
16807 2004-08-05  Simon Josefsson  <jas@extundo.com>
16808
16809         * m4/getsubopt.m4: New file.
16810
16811 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         Merge from coreutils.
16814
16815         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16816         * m4/getcwd-path-max.m4: New files.
16817
16818         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16819         FILESYSTEM_PREFIX_LEN ->
16820         FILE_SYSTEM_PREFIX_LEN.
16821         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16822         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16823         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16824         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16825
16826         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16827         prerequisite modules now handle the DOS stuff.
16828         Don't check for unistd.h.
16829
16830 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         Merge from coreutils.
16833
16834         * lib/.gdb-history: Remove; this doesn't belong here.
16835
16836         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16837         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16838         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16839         * lib/getcwd.c: New files.
16840
16841         * lib/dirname.h: Include <stdbool.h>.
16842         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16843         for consistency with POSIX terminology.  All uses changed.
16844         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16845         (strip_trailing_slashes): Use bool for booleans.
16846         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16847
16848         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16849         sometimes returns a positive errno value even when it succeeds.
16850         (print_errno_message) [!LIBC]: Fall back on strerror if
16851         __strerror_r fails.
16852
16853         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16854         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16855         (longest_relative_suffix): New function.
16856         (path_concat): Use it.  Assume first argument is not NULL.
16857         Port to DOS.  Omit redundant separators.
16858         Report an error instead of returning NULL.
16859         Use mempcpy instead of memcpy.
16860         (xpath_concat): Remove: not declared or used.
16861
16862         * lib/same.h: Include <stdbool.h>
16863         (same_name): Return bool, not int.
16864         * lib/same.c (same_name): Likewise.
16865         (errno): Don't declare; we assume C89 or better now.
16866
16867         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16868         if not already defined.
16869
16870         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16871         * lib/dup-safer.c (errno): Likewise.
16872
16873 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16874
16875         Merge from coreutils.
16876         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16877         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16878         * modules/path-concat: Don't depend on strdup.
16879
16880 2004-08-03  Simon Josefsson  <jas@extundo.com>
16881
16882         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16883         * lib/progname.h: Don't include stdbool.h.
16884
16885 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16888         * MODULES.html.sh (func_all_modules): Remove fatal.
16889
16890 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16891
16892         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16893
16894 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16897         working.
16898
16899 2004-08-02  Simon Josefsson  <jas@extundo.com>
16900
16901         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16902         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16903         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16904
16905 2004-08-01  Simon Josefsson  <jas@extundo.com>
16906
16907         * lib/xgetdomainname.c: Include stdlib.h, for free().
16908
16909 2004-07-19  Bruno Haible  <bruno@clisp.org>
16910
16911         * MODULES.html.sh (func_all_modules): Add dummy.
16912
16913 2004-07-16  Simon Josefsson  <jas@extundo.com>
16914
16915         * modules/dummy: New file.
16916
16917 2004-07-16  Simon Josefsson  <jas@extundo.com>
16918
16919         * lib/dummy.c: New file.
16920
16921 2004-07-16  Bruno Haible  <bruno@clisp.org>
16922
16923         * lib/backupfile.h: Add extern "C" for C++.
16924         * lib/closeout.h: Likewise.
16925         * lib/copy-file.h: Likewise.
16926         * lib/findprog.h: Likewise.
16927         * lib/full-write.h: Likewise.
16928         * lib/pathname.h: Likewise.
16929         * lib/progname.h: Likewise.
16930         * lib/stpcpy.h: Likewise.
16931         * lib/stpncpy.h: Likewise.
16932         * lib/strcase.h: Likewise.
16933         * lib/strstr.h: Likewise.
16934         * lib/xalloc.h: Likewise.
16935
16936         * lib/mbswidth.h: Add extern "C" for C++.
16937         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16938
16939 2004-07-13  Robert Millan  <robertmh@gnu.org>
16940
16941         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16942
16943 2004-07-09  Simon Josefsson  <jas@extundo.com>
16944
16945         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16946         failed without this.)
16947
16948 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16949
16950         * modules/chown (Files): Add lib/fchown-stub.c, since
16951         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16952
16953 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16954
16955         * lib/fchown-stub.c: New file.
16956
16957 2004-06-24  Jim Meyering  <jim@meyering.net>
16958
16959         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16960
16961 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * modules/argz: Omit "#include".
16964
16965         * MODULES.html.sh (func_all_modules): Add calloc, to match
16966         2004-06-01 addition of calloc module.
16967
16968 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16969
16970         * m4/argz.m4: New file, which is autoupdated from libtool.
16971
16972 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16973
16974         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16975         libtool.
16976
16977 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * config/srclist-update: Don't insist on "USA." before the
16980         close-comment, as libtool omits the period and puts the */ on a
16981         separate line.
16982         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16983         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16984
16985 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16986
16987         * modules/argz: New file.
16988         * MODULES.html.sh (func_all_modules): Add argz.
16989
16990 2004-06-12  Jim Meyering  <jim@meyering.net>
16991         and  Paul Eggert  <eggert@cs.ucla.edu>
16992
16993         * modules/hash (Files): Add lib/xalloc.h.
16994         * modules/pipe (Depends-on): Add wait-process.
16995         * modules/stat (Depends-on): Add xalloc.
16996         * modules/userspec (Files): Add lib/userspec.h.
16997         * modules/xstrto
16998
16999         Upgrade from gettext-0.13.
17000         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17001         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17002         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17003
17004 2004-06-10  Jim Meyering  <jim@meyering.net>
17005
17006         * lib/calloc.c: New file.
17007
17008 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17009
17010         * lib/getdate.y (yylex): Allow space between sign and number.
17011         Problem reported by Dan Jacobson.
17012
17013 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         Merge from coreutils CVS.
17016
17017         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17018         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17019         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17020         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17021         xstrtol.m4: Fix copyright date and/or serial number.
17022
17023         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17024         See if we need an fchown replacement.
17025         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17026         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17027         and use the replacement function if we detect either defect.
17028
17029         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17030         gl_UTIMECMP.
17031
17032 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17033         and  Jim Meyering  <jim@meyering.net>
17034
17035         Merge from coreutils CVS.
17036
17037         * lib/stat-macros.h: New file, with contents from file-type.h
17038         and coreutils' system.h.
17039         * lib/file-type.c: Include "stat-macros.h".
17040         * lib/file-type.h (file_type): Move all macro definitions to new file,
17041         stat-macros.h.
17042
17043         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17044         Wrap old code with this conditional.
17045         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17046         function that does not dereference symlinks.
17047         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17048
17049         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17050         dependency problems.
17051         (xreadlink): Accept new arg SIZE, for efficiency.
17052         All decls and uses changed.
17053         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17054
17055         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17056         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17057
17058         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17059         sysexits.h.
17060
17061 2004-06-01  Jim Meyering  <jim@meyering.net>
17062
17063         * m4/calloc.m4: New file.
17064
17065 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17066
17067         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17068         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17069         Also, fix a typo in a diagnostic.
17070
17071 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17072
17073         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17074         or AC_FUNC_REALLOC.
17075
17076 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17077
17078         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17079         macros to be defined.
17080         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17081         the allocator returns NULL because the requested size is zero.
17082
17083 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17086         var.  Add comment explaining why libc still defines it.  This
17087         merges the following patch from glibc:
17088         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17089
17090 2004-05-20  Andreas Schwab  <schwab@suse.de>
17091
17092         * m4/free.m4: Replace free if it not known to work, not the other
17093         way round.
17094
17095 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17096
17097         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17098         present in glibc since revision 1.1 of this file.
17099         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17100         obstack_alignment_mask, obstack_alloc, obstack_base,
17101         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17102         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17103         obstack_grow0, obstack_init, obstack_int_grow,
17104         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17105         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17106         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17107         nonexistent functions.
17108
17109 2004-05-18  Karl Berry  <karl@gnu.org>
17110
17111         * config/srclist.txt: break link for vasnprintf.c.
17112
17113 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         Port obstack to the AS/400, where pointers are 16 bytes wide and
17116         you cannot cast an integer to a valid pointer.  This patch is
17117         currently waiting to be integrated into glibc; see
17118         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17119
17120         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17121         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17122         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17123         (struct obstack): temp member is now a union of a pointer and
17124         an integer, instead of an integer.  All integer uses changed.
17125         This does not affect the physical layout of struct obstack,
17126         except on hosts (like the AS/400) where the size or alignment of
17127         void * is greater than that of ptrdiff_t.
17128         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17129         __STDC__)]: Store temporary in pointer member of union, not
17130         integer member.
17131         * lib/obstack.c: Include <stddef.h>, for offsetof.
17132         (struct fooalign): Remove; it doesn't need a name.
17133         (union fooround): Change double to long double, and add void *.
17134         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17135         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17136         not a macro.  Hence the values are always int; so remove all
17137         casts-to-int in uses.
17138
17139 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17142         we can get this patch merged into glibc.
17143
17144 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17145             Paul Eggert  <eggert@cs.ucla.edu>
17146
17147         * m4/argp: Depend on alloca.
17148
17149 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17150             Paul Eggert  <eggert@cs.ucla.edu>
17151
17152         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17153         freecoding.
17154
17155 2004-05-17  Bruno Haible  <bruno@clisp.org>
17156
17157         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17158         precision that consists of a '.' followed by an empty digit string.
17159         Patch by Tor Lillqvist <tml@iki.fi>.
17160
17161 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17162
17163         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17164         for backward compatibility with older code.  We need our own
17165         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17166         it under some other name, and our alloca.h will define it.
17167
17168 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17169             Derek Price  <derek@ximbiot.com>
17170
17171         * lib/alloca.c: Include <alloca.h>, to get our interface.
17172         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17173         include <alloca.h> first.  Use C89 prototype for alloca; this
17174         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17175         Use #elif for simplicity, since we can assume C89 now.
17176         Don't try to source the system alloca.h since it will not be found
17177         and to prevent recursively including its replacement.
17178         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17179         * lib/regex.c: Likewise.
17180
17181 2004-05-16  Derek Price  <derek@ximbiot.com>
17182             Paul Eggert  <eggert@cs.ucla.edu>
17183
17184         getline cleanup.  This changes the getndelim2 API: both order of
17185         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17186         no delimiter).
17187
17188         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17189         interface does that.
17190         (getline): Always use getdelim, so that we don't have two
17191         copies of this code.
17192         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17193         if available.
17194         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17195         (GETNDELIM2_MAXIMUM): New macro.
17196         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17197         instead of the old practice of delim2==0.  All callers changed.
17198         Return -1 on overflow, instead of returning junk.
17199         Do not set *linesize unless allocation succeeds.
17200         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17201         that we include sys/types.h.
17202         * lib/getnline.h: Likewise.
17203         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17204         (getndelim2): Reorder arguments.
17205         * lib/getnline.c (getnline, getndelim):
17206         Don't discard the NMAX argument.
17207         (getnline): Invoke getndelim, to avoid code duplication.
17208         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17209         of (size_t) -1 by callers of the getnline family.
17210
17211 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17212
17213         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17214         Check for gettimeofday.
17215         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17216         Check for settimeofday, stime.
17217
17218 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17219
17220         * lib/nanosleep.c (suspended): Change its type from int to
17221         sig_atomic_t volatile.
17222         (first_call): Make it private to rpl_nanosleep, and have it
17223         be zero initially as that's a bit faster.
17224         (my_usleep): Round up fractional times instead of truncating them,
17225         as this is the usual meaning for 'sleep'.
17226
17227         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17228         doesn't work.
17229         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17230         (ENOSYS): Define if not defined.
17231         (settime): Fall back on stime if it exists and settimeofday fails.
17232         But don't bother with fallbacks if a method fails with errno == EPERM.
17233
17234 2004-05-11  Jim Meyering  <jim@meyering.net>
17235
17236         Prior to this change, the save_cwd caller required read access to the
17237         current directory on most systems (ones with the fchdir function).
17238
17239         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17240         fails, try write-only, and finally, resort to using xgetcwd.
17241
17242 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17243
17244         * lib/obstack.c, obstack.h: Import changes from libc.
17245
17246 2004-04-28  Bruno Haible  <bruno@clisp.org>
17247
17248         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17249         also implicitly appends .exe to executables.
17250         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17251         accepts Windows pathnames.
17252         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17253         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17254         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17255         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17256         Reported by Derek Robert Price <derek@ximbiot.com>.
17257
17258 2004-04-21  Karl Berry  <karl@gnu.org>
17259
17260         * config/srclist.txt (localcharset.c): break sync.
17261
17262 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17263
17264         * m4/host-os.m4: Add a copyright notice.
17265
17266 2004-04-20  Jim Meyering  <jim@meyering.net>
17267
17268         Change UTILS_ to gl_ in AC_DEFINE'd names.
17269         Change utils_- and jm_-prefixed variables, too.
17270         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17271         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17272         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17273
17274         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17275         Don't emit trailing blanks.
17276         Also rename jm_-prefixed variables to have gl_ prefix.
17277
17278         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17279         Also rename jm_-prefixed variables to have gl_ prefix.
17280
17281         * m4/jm-macros.m4: Reflect the renamings.
17282         * m4/prereq.m4: Likewise.
17283
17284 2004-04-20  Jim Meyering  <jim@meyering.net>
17285
17286         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17287         memory.
17288
17289 2004-04-20  Jim Meyering  <jim@meyering.net>
17290             Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17293         memory when realloc fails.
17294
17295 2004-04-19  Jim Meyering  <jim@meyering.net>
17296
17297         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17298         now that readutmp.c may call `free (0)'.
17299
17300 2004-04-19  Bruno Haible  <bruno@clisp.org>
17301
17302         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17303         * m4/inttypes_h.m4: Likewise.
17304         * m4/stdint_h.m4: Likewise.
17305         * m4/intmax_t.m4: Likewise.
17306         * m4/uintmax_t.m4: Likewise.
17307
17308 2004-04-18  Jim Meyering  <jim@meyering.net>
17309
17310         * m4/prereq.m4: Don't forbid jm_ prefix.
17311
17312         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17313         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17314         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17315         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17316         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17317         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17318         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17319         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17320         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17321         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17322         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17323         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17324         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17325         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17326         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17327         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17328         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17329         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17330         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17331
17332 2004-04-18  Jim Meyering  <jim@meyering.net>
17333
17334         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17335         failure, don't leak memory and do call END_UTMP_ENT.
17336
17337 2004-04-16  Jim Meyering  <jim@meyering.net>
17338
17339         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17340         coreutils' stat program.
17341         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17342
17343 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17344
17345         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17346         C89.
17347         (CHAR_BIT): Remove, since we assume C89.
17348         Include <stdint.h> if available, as per current Autoconf CVS advice.
17349
17350 2004-03-31  Jim Meyering  <jim@meyering.net>
17351
17352         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17353         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17354         * m4/xalloc.m4: Likewise.
17355
17356 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17357
17358         Merge from coreutils.
17359
17360         * m4/inttostr.m4: New file.
17361         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17362         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17363         Require gl_CLOCK_TIME.
17364         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17365
17366 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17367
17368         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17369         not bool, to be more consistent with Unix conventions.
17370         Suggested by Bruno Haible.
17371
17372         Merge from coreutils.
17373
17374         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17375         * lib/umaxtostr.c: New files.
17376
17377         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17378         the usual <time.h> dance.
17379         (get_date): Change signature to support fractional time stamps.
17380         All callers changed.
17381         * lib/getdate.y: Include "getdate.h" first, as we can now
17382         assume C89 and don't need to worry about 'const'.
17383         Similarly, include "unlocked-io.h" near start, not in middle.
17384         Include <limits.h>.
17385         (textint.value): Use long int rather than int.
17386         (textint.digits): Use size_t rather than int.
17387         (BILLION, LOG10_BILLION): New constants.
17388         (parser_control): New member rel_ns.  Members day_ordinal,
17389         time_zone, month, day, hour, minutes, rel_year, rel_month,
17390         rel_day, rel_hour, rel_minutes, rel_seconds
17391         are now long int, not int.  Member seconds is now struct timespec,
17392         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17393         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17394         not int.
17395         (%union.intval): Now long int, not int.
17396         New member timespec.
17397         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17398         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17399         (spec): Now is a timespec or an item list.
17400         (timespec, items): New nonterminals.
17401         (time, rel, relunit, number, get_date):
17402         Add support for fractional seconds.
17403         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17404         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17405         (to_hour): First arg is now long int, not int.
17406         (to_year): Returns long int, not int.
17407         Don't treat year -70 like 70.
17408         (tm_diff): Returns long int, not int.
17409         (lookup_word): Use bool instead of int when appropriate.
17410         (yylex): Use size_t for count, not int.
17411         Detect overflow when parsing large integer constants.
17412         Add support for fractions.
17413         (get_date): Make pointers 'const' if possible.
17414         Use more-portable code to detect integer overflow.
17415         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17416         Don't use ctime; it's not reliable if the year has >4 digits.
17417
17418         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17419         This is for compatibility with BSD.
17420
17421         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17422         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17423         From coreutils' system.h.
17424
17425         * lib/userspec.c: Don't include "posixver.h".
17426         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17427         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17428         compatible extension.  Simplify code by removing a boolean int
17429         that was always nonzero if a string was nonnull.
17430
17431 2004-03-30  Jim Meyering  <jim@meyering.net>
17432
17433         Merge from coreutils.
17434
17435         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17436         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17437         on some systems one must include <grp.h> before it.
17438         Reported by Christian Krackowizer.
17439
17440 2004-03-30  Jim Meyering  <jim@meyering.net>
17441
17442         Merge from coreutils.
17443
17444         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17445
17446         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17447         an empty input stream.
17448
17449         * lib/readtokens.c: Include <stdbool.h>.
17450         (readtoken): Use `size_t' rather than int/long.
17451         All callers adjusted.
17452         Use `bool' rather than `int' where appropriate.
17453         Use memset rather than an explicit loop.
17454         Use x2nrealloc rather than xrealloc.
17455         Allow the use of `\0' as a delimiter.
17456         (readtokens): Likewise.
17457         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17458
17459 2004-03-30  Jim Meyering  <jim@meyering.net>
17460
17461         * m4/realloc.m4: Remove file, since now it does no more than
17462         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17463         the `configure.ac' section of module/realloc.
17464         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17465
17466 2004-03-30  Bruno Haible  <bruno@clisp.org>
17467
17468         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17469         nonnull.
17470
17471 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17472
17473         Merge changes to getloadavg.c from coreutils and Emacs.
17474
17475         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17476         Define to an expression, not to the empty string.
17477         Include cloexec.h and xalloc.h.
17478         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17479         Use set_cloexec_flag rather than rolling our own.
17480         * lib/cloexec.c, lib/cloexec.h: New files.
17481
17482 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17483
17484         * m4/cloexec.m4: New file.
17485
17486 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17487
17488         * lib/getopt.h: Sync with libc CVS.
17489
17490 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17491             Bruno Haible  <bruno@clisp.org>
17492
17493         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17494         mbswidth.
17495
17496 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17497             Bruno Haible  <bruno@clisp.org>
17498
17499         * lib/mbswidth.h: Include <wchar.h> only if
17500         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17501         <wchar.h>.
17502         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17503
17504 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17505
17506         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17507         Sync with libc CVS.
17508         * lib/getopt_int.h: New file, also synced from libc.
17509
17510 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17511
17512         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17513         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17514         Bring back getopt.c, getopt.h, getopt1.c.
17515
17516 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17517
17518         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17519         All uses changed.  Check for sa_sigaction member; this fixes
17520         a bug first reported by Jason Andrade in
17521         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17522
17523 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17524
17525         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17526         '#if' expressions.  Unlike the code it replaces, it does not
17527         depend on (defined _SC_PAGESIZE).  However, it does depend on
17528         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17529         first reported by Jason Andrade in
17530         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17531
17532 2004-02-25  Simon Josefsson  <jas@extundo.com>
17533
17534         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17535
17536 2004-02-25  Simon Josefsson  <jas@extundo.com>
17537
17538         * lib/strdup.h: New file.
17539         * lib/strdup.c: Include it.
17540         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17541         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17542
17543 2004-02-23  Karl Berry  <karl@gnu.org>
17544
17545         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17546         (from fencepost.gnu.org:/gd/gnuorg).
17547
17548 2004-02-23  Karl Berry  <karl@gnu.org>
17549
17550         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17551         * config/srclist.txt: add maintain/standards documents.
17552
17553 2004-02-18  Bruno Haible  <bruno@clisp.org>
17554
17555         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17556         Reported by Derek Robert Price <derek@ximbiot.com>.
17557
17558 2004-02-16  Karl Berry  <karl@gnu.org>
17559
17560         * config/mkinstalldirs, install-sh: update from automake.
17561
17562 2004-02-06  Karl Berry  <karl@gnu.org>
17563
17564         * m4/po.m4: update from gettext 0.14.1.
17565
17566 2004-02-06  Karl Berry  <karl@gnu.org>
17567
17568         * lib/config.charset: update from gettext 0.14.1.
17569
17570 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17571
17572         Add comments and code, prompted by suggestions from Bruno Haible
17573         for sh-quote.
17574         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17575         describing the enum quoting_style values.
17576         * lib/quotearg.c (quotearg_alloc): New function.
17577         (quotearg_buffer_restyled): Treat lone { and } as special.
17578         Treat = as special.  Work around bug with older shells
17579         that "see" a '\' that is really the 2nd byte of a multibyte char.
17580         Quote empty string with shell_quoting_style.
17581
17582 2004-02-03  Bruno Haible  <bruno@clisp.org>
17583
17584         * m4/pipe.m4: New file, from GNU gettext.
17585
17586 2004-02-03  Bruno Haible  <bruno@clisp.org>
17587
17588         * lib/pipe.h: New file, from GNU gettext.
17589         * lib/pipe.c: New file, from GNU gettext.
17590
17591 2004-01-27  Bruno Haible  <bruno@clisp.org>
17592
17593         * m4/execute.m4: New file, from GNU gettext.
17594
17595 2004-01-27  Bruno Haible  <bruno@clisp.org>
17596
17597         * lib/execute.h: New file, from GNU gettext.
17598         * lib/execute.c: New file, from GNU gettext.
17599         * lib/w32spawn.h: New file, from GNU gettext.
17600
17601 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17602
17603         Merge from diffutils.
17604
17605         * lib/file-type.c (file_type): Add typed memory objects.
17606         * lib/file-type.h (S_TYPEISTMO): New macro.
17607
17608         * lib/c-stack.h (c_stack_action): Remove argv argument.
17609         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17610         (die): Don't calculate message unless segv_action returns.
17611         (get_stack_location, min_address_from_argv, max_address_from_argv,
17612         volatile stack_base, volatile_stack_size): Remove.
17613         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17614         that every segmentation violation is a stack overflow.  (Ouch!)
17615         See Debian bug 136249 (still outstanding) for more info about why
17616         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17617
17618 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17619
17620         Exit-status fix from coreutils.
17621
17622         Use exit_failure consistently in place of EXIT_FAILURE,
17623         so that program exit statuses are consistent on failure.
17624
17625         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17626         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17627         * lib/argmatch.h: Comment fix to match the above.
17628         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17629         Now a macro referring to exit_failure, instead of a separate
17630         variable.  Include "exitfail.h" to get it.
17631         * lib/xstrtol.h: Include "exitfail.h".
17632         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17633
17634         * lib/long-options.c (parse_long_options): Use prototype
17635         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17636         for clarity.
17637
17638 2004-01-21  Jim Meyering  <jim@meyering.net>
17639
17640         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17641         so as not to conflict with a different-sized __mktime_internal
17642         function in GNU libc.
17643         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17644         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17645
17646 2004-01-20  Karl Berry  <karl@gnu.org>
17647
17648         * config/config.guess: update from config.
17649
17650         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17651
17652 2004-01-20  Bruno Haible  <bruno@clisp.org>
17653
17654         Safer stack allocation.
17655         * lib/setenv.c: Include allocsa.h.
17656         (alloca): Remove fallback definition.
17657         (freea): Remove macro.
17658         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17659         instead of freea.
17660
17661 2004-01-20  Bruno Haible  <bruno@clisp.org>
17662
17663         * m4/eealloc.m4: New file, from GNU gettext.
17664
17665 2004-01-20  Bruno Haible  <bruno@clisp.org>
17666
17667         * m4/allocsa.m4: New file, from GNU gettext.
17668
17669 2004-01-20  Bruno Haible  <bruno@clisp.org>
17670
17671         * lib/xallocsa.h: New file, from GNU gettext.
17672         * lib/xallocsa.c: New file, from GNU gettext.
17673
17674 2004-01-20  Bruno Haible  <bruno@clisp.org>
17675
17676         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17677
17678 2004-01-20  Bruno Haible  <bruno@clisp.org>
17679
17680         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17681         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17682         specially.
17683
17684 2004-01-20  Bruno Haible  <bruno@clisp.org>
17685
17686         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17687         patch.
17688
17689 2004-01-20  Bruno Haible  <bruno@clisp.org>
17690
17691         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17692
17693 2004-01-20  Bruno Haible  <bruno@clisp.org>
17694
17695         * lib/eealloc.h: New file.
17696
17697 2004-01-20  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/binary-io.h: Avoid warnings on Cygwin.
17700
17701 2004-01-20  Bruno Haible  <bruno@clisp.org>
17702
17703         * lib/allocsa.h: New file, from GNU gettext.
17704         * lib/allocsa.c: New file, from GNU gettext.
17705
17706 2004-01-18  Karl Berry  <karl@gnu.org>
17707
17708         * doc/gpl.texi, doc/lgpl.texi: new files.
17709
17710 2004-01-18  Karl Berry  <karl@gnu.org>
17711
17712         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17713         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17714
17715 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17716
17717         Merge from coreutils.
17718
17719         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17720         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17721         (gl_DEFAULT_POSIX2_VERSION): Move
17722         the documentation from 'configure' into 'config.hin',
17723         so that 'configure --help' isn't burdened by it and
17724         we don't have to worry about its formatting there.
17725         Reword the documentation so that it's more succinct
17726         and can be run together into a single paragraph.
17727         * m4/same.m4 (gl_SAME): Check for pathconf.
17728
17729 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17730
17731         Merge from coreutils.
17732
17733         * lib/posixver.c: Include posixver.h.
17734
17735         * lib/same.c: Include <stdbool.h>, <limits.h>.
17736         (_POSIX_NAME_MAX): Define if not defined.
17737         (MIN): New macro.
17738         (same_name): If file names are silently truncated, report
17739         that the file names are the same if they are the same after
17740         the silent truncation.
17741
17742         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17743         conversion function.
17744         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17745         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17746         longer needed.
17747
17748 2004-01-15  Jim Meyering  <jim@meyering.net>
17749
17750         Merge from coreutils.
17751
17752         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17753         if no library is required.
17754         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17755         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17756         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17757         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17758         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17759         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17760         value, $ac_cv_search_crypt, if it's "none required".
17761         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17762         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17763         not gl_FUNC_GETLOADAVG.
17764         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17765         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17766
17767 2004-01-15  Jim Meyering  <jim@meyering.net>
17768
17769         Merge from coreutils.
17770
17771         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17772         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17773         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17774
17775         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17776         optional configure-time default.
17777
17778         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17779
17780         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17781
17782 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17783
17784         Merge from coreutils.
17785
17786         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17787         value, $ac_cv_search_nanosleep, if it's "none required".
17788
17789 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17790
17791         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17792         with like-named macro in fnmatch.c.
17793         (EXT): Use an internal constant instead.
17794
17795         Merge fnmatch patches from glibc.
17796         * lib/fnmatch.c (mbsinit): Remove define.
17797         Add libc_hidden_ver (__fnmatch, fnmatch).
17798         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17799         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17800
17801 2004-01-14  Karl Berry  <karl@gnu.org>
17802
17803         * config/install-sh: update from automake.
17804
17805 2004-01-13  Karl Berry  <karl@gnu.org>
17806
17807         * config/install-sh: update from automake.
17808
17809 2004-01-09  Karl Berry  <karl@gnu.org>
17810
17811         * config/install-sh: update from automake.
17812
17813 2004-01-05  Karl Berry  <karl@gnu.org>
17814
17815         * config/config.{sub,guess}: update from config.
17816
17817 2003-12-31  Karl Berry  <karl@gnu.org>
17818
17819         * config/depcomp: update from automake.
17820
17821 2003-12-14  Karl Berry  <karl@gnu.org>
17822
17823         * lib/config.charset: update from gettext-runtime.
17824
17825 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17826
17827         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17828         Bug reported by Alfred M. Szmidt.
17829
17830 2003-12-03  Bruno Haible  <bruno@clisp.org>
17831
17832         * m4/gettext.m4: Upgrade from gettext-0.13.
17833         * m4/po.m4: Upgrade from gettext-0.13.
17834         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17835         * m4/intmax.m4: New file, from gettext-0.13.
17836         * m4/printf-posix.m4: New file, from gettext-0.13.
17837
17838 2003-11-29  Karl Berry  <karl@gnu.org>
17839
17840         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17841
17842 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17843             Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/printf-parse.h: Don't include sys/types.h.
17846         (ARG_NONE): New macro.
17847         (char_directive): Change type of *arg_index fields to size_t.
17848         * lib/printf-parse.c: Don't include sys/types.h.
17849         (SSIZE_MAX): Remove macro.
17850         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17851         Remove unnecessary overflow check.
17852         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17853         fields.
17854
17855 2003-11-25  Bruno Haible  <bruno@clisp.org>
17856
17857         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17858
17859 2003-11-25  Bruno Haible  <bruno@clisp.org>
17860
17861         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17862         gt_TYPE_SSIZE_T.
17863
17864 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17865
17866         * modules/alloca: Remove dependency on xalloc.
17867
17868 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17869
17870         * lib/alloca.c: Remove dependency on xalloc module.
17871         (xalloc_die): Remove.
17872         (memory_full) [!defined emacs]: New macro.
17873         [!defined emacs]: Don't include xalloc.h.
17874         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17875         address arithmetic overflows.  Change datatypes a bit to avoid
17876         unnecessary casts.
17877
17878 2003-11-22  Jim Meyering  <jim@meyering.net>
17879
17880         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17881         s/size/size_t/.
17882
17883 2003-11-21  Karl Berry  <karl@gnu.org>
17884
17885         * config/config.{sub,guess}: update from config.
17886
17887 2003-11-18  Karl Berry  <karl@gnu.org>
17888
17889         * config/config.{sub,guess}: update from config.
17890
17891         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17892
17893 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17894
17895         * README: Mention that S+T cannot overflow if S is the size of
17896         an existing object and T is sufficiently small.
17897
17898 2003-11-17  Jim Meyering  <jim@meyering.net>
17899
17900         On systems without utime and without a utimes function capable of
17901         dealing with a NULL struct utimbuf* argument, this utime replacement
17902         could -- in unusual circumstances -- leak a file descriptor.
17903         * lib/utime.c: Include <unistd.h> and <errno.h>.
17904         (utime_null): Be sure to close `fd' and to preserve errno.
17905         Reported by Geoff Collyer via Arnold Robbins.
17906
17907 2003-11-17  Bruno Haible  <bruno@clisp.org>
17908
17909         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17910         (Depends-on): Add xsize.
17911
17912 2003-11-17  Bruno Haible  <bruno@clisp.org>
17913
17914         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17915
17916 2003-11-17  Bruno Haible  <bruno@clisp.org>
17917
17918         * lib/vasnprintf.c (alloca): Remove fallback definition.
17919         (freea): Remove definition.
17920         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17921         Reported by Paul Eggert.
17922
17923 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17924             Bruno Haible  <bruno@clisp.org>
17925
17926         Protect against address arithmetic overflow.
17927         * lib/printf-args.h: Include stddef.h.
17928         (arguments): Change type of field 'count' to size_t.
17929         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17930         'unsigned int' where appropriate.
17931         * lib/printf-parse.h: Include sys/types.h.
17932         (char_directive): Change type of *arg_index fields to ssize_t.
17933         (char_directives): Change type of fields 'count', max_*_length to
17934         size_t.
17935         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17936         (SSIZE_MAX): Define fallback value.
17937         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17938         instead of 'int' where appropriate. Check a_allocated, d_allocated
17939         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17940         * lib/vasnprintf.c: Include xsize.h.
17941         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17942         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17943         overflow. Avoid wraparound when converting a width or precision from
17944         decimal to binary.
17945
17946 2003-11-16  Bruno Haible  <bruno@clisp.org>
17947
17948         Update from GNU gettext.
17949         * lib/printf-parse.c: Generalize to it can be compiled for wide
17950         strings.
17951         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17952         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17953         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17954         SNPRINTF): New macros.
17955         Don't include <alloca.h> if the file is used inside libintl.
17956         (local_wcslen): New function, for Solaris 2.5.1.
17957         (VASNPRINTF): Use it instead of wcslen.
17958
17959 2003-11-16  Bruno Haible  <bruno@clisp.org>
17960
17961         * lib/xsize.h (xmax): New function.
17962         (xsum, xsum3, xsum4): Declare as "pure" functions.
17963
17964 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17965
17966         * modules/xalloc (Files): Undo latest change, since xalloc.h
17967         no longer needs SIZE_MAX or PTRDIFF_MAX.
17968
17969 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17970
17971         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17972         gl_PTRDIFF_MAX.
17973
17974 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17975
17976         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17977         "return", to pacify some unknown compiler.  Problem reported
17978         by Joerg Schilling.
17979
17980 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17981
17982         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17983         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17984         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17985         heuristic is just as accurate as far as we know, and it removes a
17986         dependency on size_max.m4 and ptrdiff_max.m4.
17987
17988 2003-11-11  Bruno Haible  <bruno@clisp.org>
17989
17990         * modules/xsize (Files): Add m4/size_max.m4.
17991         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17992
17993 2003-11-11  Bruno Haible  <bruno@clisp.org>
17994
17995         * m4/size_max.m4: New file.
17996         * m4/ptrdiff_max.m4: New file.
17997         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17998         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17999         (gl_XALLOC): Invoke it.
18000
18001 2003-11-11  Bruno Haible  <bruno@clisp.org>
18002
18003         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18004         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18005         defined.
18006
18007 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18008
18009         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18010         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18011         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18012         From Bruno Haible.
18013         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18014         not (size_t) -1, since it's defined here.
18015
18016 2003-11-09  Karl Berry  <karl@gnu.org>
18017
18018         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18019
18020 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18021
18022         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18023         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18024         Reject sizes of exactly SIZE_MAX bytes.
18025         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18026         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18027
18028 2003-11-05  Bruno Haible  <bruno@clisp.org>
18029
18030         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18031         SIZE_MAX defined in <limits.h> on Solaris.
18032
18033 2003-11-04  Jim Meyering  <jim@meyering.net>
18034
18035         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18036         variable names, rather than @VAR@.
18037         * modules/poll: Likewise.
18038
18039 2003-11-04  Bruno Haible  <bruno@clisp.org>
18040
18041         * modules/xsize: New file.
18042         * modules/linebreak: Depend on xsize.
18043         * MODULES.html.sh (func_all_modules): Add xsize.
18044
18045 2003-11-04  Bruno Haible  <bruno@clisp.org>
18046
18047         * m4/xsize.m4: New file.
18048
18049 2003-11-04  Bruno Haible  <bruno@clisp.org>
18050
18051         * lib/xsize.h: New file.
18052         * lib/linebreak.c: Include xsize.h.
18053         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18054         argument for overflow.
18055         Suggested by Paul Eggert.
18056
18057 2003-11-03  Karl Berry  <karl@gnu.org>
18058
18059         * config/config.{guess,sub}: update from config.
18060
18061 2003-11-03  Jim Meyering  <jim@meyering.net>
18062
18063         * modules/userspec (lib_SOURCES): Add userspec.h.
18064         (Include): Add "userspec.h".
18065         Improve description.
18066
18067 2003-11-03  Jim Meyering  <jim@meyering.net>
18068
18069         * lib/userspec.c: Include "userspec.h".
18070         * lib/userspec.h: New file.
18071
18072 2003-11-03  Bruno Haible  <bruno@clisp.org>
18073
18074         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18075
18076 2003-11-03  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18079         available, to avoid (extremely rare) race condition.
18080         Suggested by Paul Eggert.
18081
18082 2003-11-02  Karl Berry  <karl@gnu.org>
18083
18084         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18085
18086 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18087
18088         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18089         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18090         (read_filesystem_list): Set and use me_type_malloced.
18091         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18092         whatever the type happens to be), for brevity and consistency.
18093         Check for size calculation overflow on Alphas running OSF/1.
18094
18095 2003-10-31  Jim Meyering  <jim@meyering.net>
18096
18097         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18098
18099         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18100
18101 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18102             Bruno Haible  <bruno@clisp.org>
18103
18104         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18105         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18106
18107 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18108
18109         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18110         netbsd*-gnu*.  Suggested by Robert Millan.
18111
18112 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18113
18114         * modules/group-member: Depend on stdbool.
18115
18116 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18117
18118         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18119
18120 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18121
18122         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18123         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18124         after the 'gnu' in these cases.  This fixes some bugs in the
18125         previous change, and is based on suggestions by Robert Millan.
18126
18127 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18128
18129         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18130         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18131         no longer needed.
18132         * lib/quotearg.c (quotearg_n_options): Use it.
18133         * lib/group-member.c: Include <stdbool.h>.
18134         (free_group_info): Arg is now const *; don't free arg.
18135         (get_group_info): Now returns bool and accepts struct group_info *,
18136         rather than returning a malloc'ed struct group_info *.
18137         All uses changed.  Check for overflow in internal size calculation.
18138
18139         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18140         rather than xmalloc/xrealloc.
18141         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18142         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18143         conformance bug: the old code used a pointer after freeing the
18144         storage that it addressed.
18145         * lib/hash.c (hash_initialize): Simplify the code by using
18146         xalloc_oversized rather than doing it by hand.
18147         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18148         the buffer preserved.  Use free and xmalloc instead.
18149         * lib/quotearg.c (quotearg_n_options): Likewise.
18150         Use a simpler test for size overflow.  Don't use xalloc_oversized
18151         because unsigned int might be wider than size_t (!); this suggests
18152         that we should switch from unsigned int to size_t for slot numbers.
18153
18154 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18155
18156         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18157         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18158         NetBSD kernels.  Requested by Richard Stallman.
18159
18160 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18161
18162         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18163         to allocate the returned structure.  Do not allocate a subarray,
18164         as x2nrealloc will do that.
18165         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18166         instead of xnrealloc.
18167         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18168
18169 2003-10-27  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/stdbool_.h: Better support for BeOS.
18172
18173 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18174
18175         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18176         now uses inline.
18177
18178 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18179
18180         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18181         callers that want to do their own size-overflow checking.  Include
18182         <stdbool.h>, since xalloc_oversized returns bool.
18183         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18184         to use xalloc_oversized.
18185
18186         Add two functions x2realloc, x2nrealloc, for programs that grow
18187         arrays dynamically by doubling their sizes.
18188         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18189         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18190         New functions.
18191
18192         Port to C99 semantics for 'inline' of external functions.
18193         Bug reported by Bruno Haible.
18194         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18195         with the old contents of xnmalloc.
18196         (xnmalloc, xmalloc): Use it.
18197         (xnrealloc_inline): New static inline function,
18198         with the old contents of xnrealloc.
18199         (xnrealloc, xrealloc): Use it.
18200
18201         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18202         that.
18203
18204 2003-10-26  Karl Berry  <karl@gnu.org>
18205
18206         * config/srclist.txt (COPYING.DOC): no longer available from
18207         /gd/gnuorg; don't know where the ultimate source is.
18208
18209 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18210
18211         Fix several address-calculation bugs in the hash modules,
18212         plus some minor code cleanup.
18213
18214         * lib/hash.h: Include <stdbool.h>, for bool.
18215         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18216         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18217         hash_get_n_entries, hash_get_max_bucket_length,
18218         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18219         hash_rehash): Use size_t rather than unsigned.
18220         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18221         hash_get_n_buckets_used, hash_get_n_entries,
18222         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18223         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18224         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18225         Likewise.
18226         (SIZE_MAX): Define if not defined.
18227         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18228         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18229         hash_print):
18230         Use const * when possible.
18231         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18232         (check_tuning): Fix bug: if tuning parameters were very close to
18233         0 or 1, rounding errors could have caused subscript violations.
18234         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18235         (hash_initialize): Add 'fail:' label
18236         to free table and return NULL, and use it to simplify code.
18237         Use calloc rather than clearing the storage ourself.
18238         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18239         buffer size calculations.
18240         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18241         Include <stddef.h>, for size_t.
18242         * lib/hash-pjw.c (hash_pjw): Likewise.
18243         Switch to method described by Bruno Haible.
18244         Include <limits.h>, for CHAR_BIT.
18245         (SIZE_BITS): New macro.
18246
18247 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18248
18249         * m4/getline.m4 (AM_FUNC_GETLINE):
18250         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18251         hosts.  Problem reported by Derek Robert Price in
18252         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18253         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18254         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18255
18256 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18257
18258         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18259         ceiling the allocation at NMAX bytes rather than silently
18260         discarding input bytes before NMAX is reached.  This makes
18261         a difference only if NMAX exceeds SIZE_MAX / 2.
18262
18263         * lib/obstack.c: Merge from glibc.
18264         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18265         Add libc_hidden_def (_obstack_newchunk).
18266         (_obstack_free) [! defined _LIBC]: Remove.
18267         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18268         a clone of the function body.
18269         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18270         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18271
18272         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18273         glibc.
18274         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18275         arg to memcpy.
18276
18277         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18278         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18279         Don't use lvalue casts, as GCC plans to remove support for them
18280         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18281         was also present in the non-GCC version, indicating that this
18282         code had always been buggy and had never been widely used.
18283         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18284         Use the fast variant of each macro, rather than copying the
18285         definiens of the fast variant; that way, we'll be more likely to
18286         catch future bugs in the fast variants.
18287
18288 2003-10-20  Bruno Haible  <bruno@clisp.org>
18289
18290         * modules/wait-process: New file.
18291         * MODULES.html.sh (func_all_modules): Add wait-process.
18292
18293 2003-10-20  Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/wait-process.m4: New file.
18296
18297 2003-10-20  Bruno Haible  <bruno@clisp.org>
18298
18299         * lib/wait-process.h: New file, from GNU gettext.
18300         * lib/wait-process.c: New file, from GNU gettext.
18301
18302 2003-10-19  Jim Meyering  <jim@meyering.net>
18303
18304         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18305         HPUX 10.20.
18306
18307 2003-10-18  Karl Berry  <karl@gnu.org>
18308
18309         * config/config.guess: update from config.
18310
18311 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18312
18313         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18314         (getgroups): First arg is int, not size_t.
18315         Don't let 'free' mangle errno.
18316
18317 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18318
18319         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18320
18321 2003-10-16  Karl Berry  <karl@gnu.org>
18322
18323         * config/config.{guess,sub}: update from config.
18324
18325 2003-10-16  Jim Meyering  <jim@meyering.net>
18326
18327         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18328         memcpy.
18329
18330 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18331
18332         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18333         (SIZE_MAX): Remove.
18334         (new_exclude, add_exclude_file): Initial size no longer needs to
18335         be a power of 2.
18336         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18337         our own address arithmetic overflow checking.
18338
18339         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18340         (fnmatch): Do not alloca more than 2000 wide characters;
18341         instead, use malloc for large buffers.
18342         Check for address arithmetic overflow, and return -1
18343         with errno set to ENOMEM in that case.
18344         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18345         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18346         instead, return -1.  Check for address arithmetic overflow.
18347
18348 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18349
18350         Handle invalid suffixes and overflow independently, so that
18351         callers can treat them independently as needed.  Fix some bugs in
18352         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18353         suffix for a human-readable blocksize.  The major caller-visible
18354         change is the addition of a new
18355         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18356         that both overflow and suffix chars were found.
18357
18358         * lib/human.c (humblock): Don't check separately for invalid suffix
18359         char; that is xstrtoumax's job (now that its bug is fixed).
18360         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18361         INTMAX_MAX]: New macros.
18362         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18363         TYPE_MAXIMUM): New macros.
18364         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18365         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18366         if overflow occurs, as it's what __strtol does and it's more useful
18367         in practice.
18368         (__xstrtol): If __strtol reports some error other than ERANGE,
18369         reflect it to the caller as LONGINT_INVALID.  If it reports
18370         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18371         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18372         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18373         value.
18374         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18375         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18376         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18377         [defined UINTMAX_MAX]: New macros.
18378
18379 2003-10-14  Bruno Haible  <bruno@clisp.org>
18380
18381         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18382
18383 2003-10-14  Bruno Haible  <bruno@clisp.org>
18384
18385         * m4/sig_atomic_t: New file, from GNU gettext.
18386         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18387
18388 2003-10-14  Bruno Haible  <bruno@clisp.org>
18389
18390         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18391         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18392         Also use volatile where needed.
18393
18394 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18395
18396         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18397         Change maintainer from Bruno Haible to 'all'.
18398
18399 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18400
18401         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18402
18403 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18404
18405         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18406         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18407         and define in terms of the other primitives.
18408         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18409         (SIZE_MAX): Define if not already defined.
18410         (array_size_overflow): New function.
18411         (xalloc_die): Abort instead of exiting if 'error' returns.
18412         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18413         (xmalloc, xrealloc): Use them.
18414         (xcalloc): Check for address arithmetic overflow.
18415         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18416         a bit faster than strcpy.
18417
18418 2003-10-10  Simon Josefsson  <jas@extundo.com>
18419
18420         * modules/argp (Depends-on): Add restrict and strcase.
18421
18422 2003-10-10  Simon Josefsson  <jas@extundo.com>
18423
18424         * m4/argp.m4: Add AC_C_INLINE.
18425
18426 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18427
18428         Merge getpass from libc, plus a few fixes.
18429
18430         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18431         Include <stdbool.h>.
18432         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18433         __fsetlocking to empty.
18434         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18435         do include <bits/libc-lock.h>.
18436         Do not include <fcntl.h>; not needed.
18437         [_LIBC]: Include <wchar.h>.
18438         (NOTCANCEL_MODE): New macro.
18439         (flockfile, funlockfile) [_LIBC]: New macros.
18440         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18441         [!_LIBC]: New macros.
18442         (call_fclose): New function.
18443         (getpass): Use it.  Save tty stream separately; this simplifies the
18444         code and makes it more reliable if stdin happens to equal stdout.
18445         Invoke __fsetlocking on tty.
18446         Handle thread cancellation if needed.
18447         Namespace cleanup (use __tcgetattr, __getline).
18448         Use bool for Booleans.
18449         [USE_IN_LIBIO]: Handle wide streams.
18450         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18451         stream might go where.
18452
18453         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18454         doesn't have to include <stdio.h> before us.
18455         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18456         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18457         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18458         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18459         if not declared, so that we can use getpass.c code from libc without
18460         rewriting it.
18461         (flockfile, ftrylockfile, funlockfile): New macros.
18462
18463 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18464
18465         * modules/getpass: Depend on stdbool.
18466
18467 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18468
18469         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18470
18471 2003-10-07  Karl Berry  <karl@gnu.org>
18472
18473         * config/config.{guess,sub}: update from config.
18474
18475 2003-10-06  Jim Meyering  <jim@meyering.net>
18476             Bruno Haible  <bruno@clisp.org>
18477
18478         This lets translators provide better translations for the
18479         "Written by ..." part of --version output.
18480         * lib/version-etc.h: Include stdarg.h.
18481         (version_etc_copyright): Declare as readonly.
18482         (version_etc): Make this function variadic with a NULL-terminated list
18483         of author name strings.
18484         (version_etc_va): New declaration.
18485         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18486         (version_etc_copyright): Declare as readonly.
18487         (version_etc_va): New function. Provide a different translatable string
18488         for each possible number of authors < 10. Abbreviate when there are 10
18489         authors or more.
18490         (version_etc): Make this function variadic. Call version_etc_va.
18491         Suggestion from Gary V. Vaughan.
18492
18493         * lib/long-options.h (parse_long_options): Change prototype: the
18494         authors string is moved to the end and becomes variadic.
18495         * lib/long-options.c: Include stdarg.h.
18496         (parse_long_options): Make this function variadic, too.
18497         Call version_etc_va, not version_etc.
18498
18499 2003-10-06  Bruno Haible  <bruno@clisp.org>
18500
18501         * modules/version-etc-2: Remove file.
18502         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18503
18504 2003-10-06  Bruno Haible  <bruno@clisp.org>
18505
18506         * modules/fatal-signal: New file.
18507         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18508
18509 2003-10-06  Bruno Haible  <bruno@clisp.org>
18510
18511         * m4/fatal-signal.m4: New file.
18512         * m4/signalblocking.m4: New file, from GNU gettext.
18513
18514 2003-10-06  Bruno Haible  <bruno@clisp.org>
18515
18516         * lib/version-etc-2.h: Remove file.
18517         * lib/version-etc-2.c: Remove file.
18518
18519 2003-10-06  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/fatal-signal.h: New file, from GNU gettext.
18522         * lib/fatal-signal.c: New file, from GNU gettext.
18523
18524 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18525
18526         * README: Rework advice for preventing empty .o files.
18527         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18528         not <sys/types.h>.
18529
18530 2003-10-04  Karl Berry  <karl@gnu.org>
18531
18532         * lib/argp*: update from libc.
18533
18534 2003-10-04  Karl Berry  <karl@gnu.org>
18535
18536         * config/config.{guess,sub}: update from config.
18537
18538 2003-10-02  Bruno Haible  <bruno@clisp.org>
18539
18540         * modules/lchown (Include): Add lchown.h.
18541         * modules/time_r (Include): Use "..." syntax.
18542         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18543
18544 2003-10-01  Simon Josefsson  <jas@extundo.com>
18545
18546         * MODULES.html.sh (func_all_modules): Move gethostname from section
18547         'based on' to section 'lacking' POSIX:2001.
18548
18549 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18550
18551         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18552         to output mode on the same stream.
18553
18554 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18555
18556         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18557         Fix arg typo in previous patch.
18558
18559 2003-09-28  Jim Meyering  <jim@meyering.net>
18560
18561         * lib/error.c: Correct cpp indentation.
18562
18563 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18564
18565         * modules/free: New file.
18566
18567 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18568
18569         * m4/free.m4: New file.
18570
18571 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18572
18573         * lib/minmax.h (MIN, MAX)
18574         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18575         Omit the special code that used __typeof__, since we worry that
18576         it could be more trouble than it's worth.  See:
18577         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18578         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18579
18580         * lib/free.c: New file.
18581
18582 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18583
18584         Trivial fixes to Makefile.am parts of module listings.
18585         * modules/strstr: Append strstr.h to lib_SOURCES.
18586         * modules/strcase: Likewise, for strcase.h.
18587
18588 2003-09-27  Karl Berry  <karl@gnu.org>
18589
18590         * config/mkinstalldirs: update from automake.
18591
18592 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18593
18594         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18595         (error_tail): Do not loop, reallocating temporary buffer, since
18596         the output cannot contain more wide characters than the input
18597         contains bytes, the size must be big enough already.  This avoids
18598         one potential size overflow calculation.  Check for size overflow
18599         when calculating temporary buffer size.  Free temporary buffer
18600         when done, if it was allocated with malloc; this plugs a memory
18601         leak.  Remove casts from void * to pointers, that are no longer
18602         needed now that we're assuming C89 or better.
18603
18604         Merge error changes from glibc.
18605
18606         * lib/error.c, error.h: Update copyright notice header to match glibc.
18607         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18608         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18609         Disable cancellation while printing error.
18610         * lib/error.h: Prepend __ to parameter names.
18611
18612 2003-09-26  Jim Meyering  <jim@meyering.net>
18613
18614         * lib/error.c (error_tail): Move some declarations
18615         into inner scope where the local variables are used.
18616
18617 2003-09-26  Bruno Haible  <bruno@clisp.org>
18618
18619         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18620         stpncpy().
18621         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18622
18623 2003-09-26  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18626         (stpncpy): Define as alias for gnu_stpncpy.
18627         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18628
18629 2003-09-25  Simon Josefsson  <jas@extundo.com>
18630
18631         * lib/xgetdomainname.h: New file.
18632         * lib/xgetdomainname.c: New file.
18633
18634 2003-09-25  Simon Josefsson  <jas@extundo.com>
18635             Bruno Haible  <bruno@clisp.org>
18636
18637         * modules/getdomainname: New file.
18638         * modules/xgetdomainname: New file.
18639         * MODULES.html.sh (func_all_modules): Add getdomainname,
18640         xgetdomainname.
18641
18642 2003-09-25  Simon Josefsson  <jas@extundo.com>
18643             Bruno Haible  <bruno@clisp.org>
18644
18645         * m4/getdomainname.m4: New file.
18646
18647 2003-09-25  Simon Josefsson  <jas@extundo.com>
18648             Bruno Haible  <bruno@clisp.org>
18649
18650         * lib/getdomainname.h: New file.
18651         * lib/getdomainname.c: New file.
18652
18653 2003-09-25  Karl Berry  <karl@gnu.org>
18654
18655         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18656
18657 2003-09-25  Karl Berry  <karl@gnu.org>
18658
18659         * config/install-sh: update from automake.
18660
18661 2003-09-25  Bruno Haible  <bruno@clisp.org>
18662
18663         * modules/version-etc-2: New file, from modules/version-etc with
18664         modifications.
18665         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18666
18667 2003-09-25  Bruno Haible  <bruno@clisp.org>
18668
18669         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18670         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18671
18672 2003-09-24  Simon Josefsson  <jas@extundo.com>
18673
18674         * modules/xgethostname: Add xgethostname.h.
18675
18676 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18677
18678         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18679         the buffer associated with the argument.  Bug reported by
18680         Simon Josefsson.
18681
18682 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18683
18684         * README: Document assumptions that 'int' is at least 32 bits
18685         wide, that integer arithmetic is 2's complement without overflow,
18686         that there are no holes in integer values, that adding sizes of
18687         two nonoverlapping objects can't overflow, and that all-bits-zero
18688         yields scalar zero.  Fix spelling and capitalization typos.
18689
18690 2003-09-19  Karl Berry  <karl@gnu.org>
18691
18692         * lib/argp.h: update from libc.
18693
18694 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18695
18696         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18697         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18698         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18699
18700 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18701
18702         * gnulib-tool: Use "test -h", not "test -L", for portability
18703         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18704         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18705         (sed_extract_prog): Issue s commands one-by-one, rather than
18706         using \| in one s command.
18707
18708 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18709
18710         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18711         input error, instead of returning NULL the next time we are called
18712         (and therefore losing track of errno).
18713
18714 2003-09-16  Bruno Haible  <bruno@clisp.org>
18715
18716         * gnulib-tool (func_create_testdir): Warn about duplicated
18717         dependencies.
18718
18719 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18720
18721         * modules/argmatch, modules/fatal, modules/obstack,
18722         modules/xalloc, modules/xgethostname: Sort dependencies by
18723         importance, not alphabetically.
18724
18725 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18726
18727         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18728         fails, so that the caller gets the proper errno.
18729
18730         * lib/readutmp.c (read_utmp): Likewise.
18731         Check for fstat error.  Close stream and free storage
18732         when failing.
18733
18734 2003-09-14  Karl Berry  <karl@gnu.org>
18735
18736         * config/srclist.txt (strdup.c): disable for c89 changes.
18737
18738 2003-09-14  Jim Meyering  <jim@meyering.net>
18739
18740         * lib/getloadavg.c: Correct cpp indentation.
18741         * lib/strdup.c: Likewise.
18742         * lib/vasnprintf.c: Likewise.
18743
18744 2003-09-14  Bruno Haible  <bruno@clisp.org>
18745
18746         * modules/fwriteerror: New file.
18747         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18748
18749 2003-09-14  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/fwriteerror.h: New file.
18752         * lib/fwriteerror.c: New file.
18753
18754 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18755
18756         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18757         modules/xgethostname, modules/xalloc: Depend on exit.
18758
18759 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18760
18761         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18762
18763         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18764         and AC_MINIX, too, so that their extensions are available.
18765
18766         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18767         This macro has been superseded by gl_BACKUPFILE.
18768
18769         More patches to assume C89 or better.
18770
18771         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18772
18773         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18774         unconditionally.
18775         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18776         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18777         Include <string.h>, <stdlib.h> unconditionally.
18778         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18779         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18780         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18781         headers or for string.h.
18782         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18783         or strtoul.
18784
18785         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18786         headers.
18787         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18788         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18789         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18790         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18791         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18792         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18793         memcpy, memset.
18794         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18795         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18796         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18797         strtol.
18798         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18799         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18800         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18801         strtoul.
18802
18803 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18804
18805         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18806         * lib/obstack.c [!defined _LIBC]: Likewise.
18807         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18808         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18809         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18810
18811         More changes to assume C89 or better.
18812
18813         * lib/error.c (error_tail): Assume vprintf.
18814
18815         * lib/argmatch.c (getenv): Remove decl.
18816         * lib/progreloc.c (get_full_program_name): Define via prototype.
18817         * lib/setenv.c (clearenv): Likewise.
18818         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18819         needed.
18820         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18821         (malloc, memcpy): Remove decls.
18822         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18823         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18824         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18825         (memcpy): Remove macro.
18826         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18827         (__P): Remove.  All uses removed.
18828         (PTR): Remove.  All uses changed to void *.
18829         (CHAR_BIT, NULL): Remove.
18830         (spaces, zeros, memset_space, memset_zero)
18831         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18832         Remove.
18833         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18834         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18835         Define with prototype.
18836         Remove now-unnecessary prototype decl.
18837         (extra_args_spec): Assume ANSI C.  All uses changed.
18838         (extra_args_spec_iso): Remove.
18839         (my_strftime, emacs_strftimeu): Define via prototype.
18840         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18841         unconditionally.
18842         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18843         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18844         (strtoul, strtol): Remove decls.
18845         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18846         LONG_MAX): Remove.
18847         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18848         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18849         (LOCALE_PARAM_PROTO): New macro.
18850         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18851         (INTERNAL (strtol), strtol): Define with a prototype.
18852         (PARAMS): Remove.  All uses removed.
18853         * lib/tempname.c: Include <string.h> unconditionally.
18854         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18855         * lib/xgethostname.c (main): Define with a prototype.
18856         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18857         Include <stdlib.h> unconditionally.
18858         (calloc, malloc, realloc, free): Remove decls.
18859         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18860         Include <stdlib.h> unconditionally.  Sort include file names.
18861         (strtod): Remove.
18862         (xstrtod): Define with a prototype.
18863         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18864         (strtol, strtoul): Remove decls.
18865
18866 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18867
18868         More patches to assume C89 or better.
18869         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18870         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18871         string.h, memchr, STDC_HEADERS.
18872
18873 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18874
18875         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18876         Include <stdlib.h>, <string.h> unconditionally.
18877         Remove now-unnecessary cast to char *.
18878         * lib/strnlen.c: Include <string.h> unconditionally.
18879         * lib/yesno.c (yesno): Define with a prototype.
18880
18881 2003-09-11  Bruno Haible  <bruno@clisp.org>
18882
18883         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18884
18885 2003-09-10  Jim Meyering  <jim@meyering.net>
18886
18887         * lib/error.c: Correct indentation of cpp directives.
18888
18889 2003-09-10  Bruno Haible  <bruno@clisp.org>
18890
18891         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18892         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18893         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18894         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18895         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18896         <stdlib.h> and <string.h> checks.
18897         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18898         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18899
18900 2003-09-10  Bruno Haible  <bruno@clisp.org>
18901
18902         * lib/strcspn.c: Include <string.h> unconditionally.
18903         * lib/strpbrk.c: Include <string.h> unconditionally.
18904         * lib/strstr.c: Include <string.h> unconditionally.
18905         * lib/unicodeio.c: Include <string.h> unconditionally.
18906         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18907         * lib/unsetenv.c: Likewise.
18908         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18909         * lib/yesno.c: Include <stdlib.h> unconditionally.
18910         (rpmatch): Add prototype.
18911
18912 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18913
18914         More patches to assume C89 or better.
18915         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18916         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18917         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18918         or for string.h.
18919         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18920         stdlib.h.
18921         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18922         C headers.
18923         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18924         string.h.
18925         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18926         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18927         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18928         or for string.h.
18929         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18930         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18931         C headers.
18932         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18933         memcpy.
18934         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18935         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18936         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18937         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18938         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18939         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18940         string.h, free.
18941         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18942         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18943         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18944         C headers, or for string.h.
18945         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18946         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18947         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18948         headers, memory.h, stdlib.h, string.h, strings.h.
18949         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18950         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18951         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18952         strchr.
18953         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18954         headers, memory.h, string.h.
18955         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18956         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18957         free.
18958         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18959         headers.
18960         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18961         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18962         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18963         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18964         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18965
18966 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18967
18968         More K&R removal.
18969
18970         * lib/acosl.c (main): Use a prototype.
18971         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18972         tanl.c: Likewise.
18973
18974         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18975
18976         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18977         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18978         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18979         with a prototype.
18980         * lib/getopt.c (const): Remove macro.
18981         Include <string.h> unconditionally.
18982         (my_index): Remove; all uses changed to strchr.
18983         (strlen): Remove decl.
18984         (exchange): Remove forward decl; no longer needed.
18985         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18986         Define with prototype.
18987         * lib/getopt1.c (const): Remove macro.
18988         (getopt_long, getopt_long_only, main): Define with prototype.
18989
18990         * lib/getugroups.c: Include <string.h> unconditionally.
18991
18992         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18993         (getusershell, setusershell, endusershell, readname, main):
18994         Define with prototypes.
18995
18996         * lib/group-member.c: Include group-member.h first.
18997         Include <stdlib.h> unconditionally.
18998
18999         * lib/hard-locale.c: Include hard-locale.h first.
19000         Include <stdlib.h>, <string.h> unconditionally.
19001
19002         * lib/hash.c (free, malloc): Remove decls.
19003         Include <stdlib.h> unconditionally.
19004
19005         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19006         (getenv): Do not declare.
19007
19008         * lib/idcache.c: Include <string.h> unconditionally.
19009
19010         * lib/long-options.c: Include long-options.h first, to test interface.
19011         Include <stdlib.h> unconditionally.
19012
19013         * lib/makepath.c: Include makepath.h first, to test interface.
19014         Include <stdlib.h> and <string.h> unconditionally.
19015
19016         * lib/linebuffer.c: Include <stdlib.h>.
19017         (free): Remove decl.
19018
19019         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19020         stddef.h. rpl_malloc returns void *, not char *.
19021         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19022         prototype.
19023
19024         * lib/md5.h: Include <limits.h> unconditionally.
19025         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19026         (__P): Remove; all uses removed.
19027         * lib/md5.c: Include "md5.h" first.
19028         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19029         md5_buffer, md5_process_bytes, md5_process_block):
19030         Define with prototypes.
19031         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19032         * lib/sha.c: Include "sha.h" first.
19033         Include <stdlib.h>, <string.h> unconditionally.
19034
19035         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19036         * lib/memcmp.c (__ptr_t): Likewise.
19037         * lib/memrchr.c (__ptr_t): Likewise.
19038         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19039         Include <string.h> unconditionally.
19040         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19041         * lib/memchr.c: Include <stdlib.h> unconditionally.
19042         * lib/memchr.c (LONG_MAX): Remove.
19043         * lib/memrchr.c (LONG_MAX): Likewise.
19044         * lib/memchr.c (__memchr): Define via a prototype.
19045         * lib/memrchr.c (__memrchr): Likewise.
19046         * lib/memcmp.c (__P): Remove, and remove all uses.
19047         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19048         Remove forward decls; no longer needed.
19049         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19050         Use types required by C89 in prototype.
19051
19052         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19053         * lib/savedir.c: Likewise.
19054         * lib/mkdir.c (free): Remove decl.
19055         * lib/rmdir.c (rmdir): Define with a prototype.
19056         * lib/savedir.c: Include savedir.h first, to test interface.
19057
19058         * lib/mktime.c (STDC_HEADERS): Remove.
19059         Include <stdlib.h>, <string.h> unconditionally.
19060
19061         * lib/modechange.c: Include <stdlib.h> unconditionally.
19062         (malloc): Remove decl.
19063
19064         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19065         (free): Remove decl.
19066
19067         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19068         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19069         (This type really should be intptr_t, but that's a C99ism.)
19070         (_obstack_memcpy): Remove: all uses changed to memcpy.
19071         Include <string.h> unconditionally.
19072         (struct obstack): Assume __STDC__ for types of members
19073         chunkfun, freefun, extra_arg.
19074         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19075         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19076         obstack_begin, obstack_specify_allocation,
19077         obstack_specify_allocation_with_arg, obstack_chunkfun,
19078         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19079         Remove unprototyped decls and the macros that use them.
19080         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19081         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19082         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19083         (defined __STDC__ && __STDC__)]:
19084         Remove nonprototyped code.
19085         Include <stdlib.h> unconditionally.
19086         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19087         _obstack_allocated_p, _obstack_free, obstack_free,
19088         _obstack_memory_used, print_and_abort):
19089         Define using prototypes.
19090         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19091         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19092         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19093         obstack_next_free, obstack_object_size, obstack_room) [0]:
19094         Remove unused, unprototyped code.
19095
19096         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19097
19098         * lib/physmem.c (physmem_total, physmem_available, main): Define
19099         with prototypes.
19100
19101         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19102         (main): Define with a prototype.
19103
19104         * lib/posixver.c (getenv): Remove decl.
19105
19106         * lib/putenv.c (malloc): Returns void *, not char *.
19107         Include <string.h> unconditionally.
19108         (strchr, memcpy, NULL): Do not define.
19109
19110         * lib/readtokens.c: Include readtokens.h first, to test interface.
19111         Include <stdlib.h>, <string.h> unconditionally.
19112         (init_tokenbuffer): Define with a prototype.
19113
19114         * lib/regex.c (PARAMS): Remove.  All uses removed.
19115         All uses of _RE_ARGS removed, too.
19116         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19117         unconditionally.
19118         (bzero): Assume memset exists.
19119         (memcmp, memcpy, NULL): Remove.
19120         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19121         char, or assignments to local vars of type signed char.
19122         (init_syntax_once, PREFIX(extract_number_and_incr),
19123         PREFIX(print_partial_compiled_pattern),
19124         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19125         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19126         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19127         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19128         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19129         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19130         wcs_compile_range, byte_compile_range, truncate_wchar,
19131         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19132         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19133         count_mbs_length, wcs_re_match_2_internal,
19134         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19135         PREFIX(alt_match_null_string_p),
19136         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19137         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19138         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19139         now-unnecessary declaration, if any.
19140         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19141         regcomp, regexec):
19142         Remove now-unnecessary casts among pointer types.
19143         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19144
19145         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19146         (free): Remove decl.
19147
19148         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19149
19150         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19151         (free): Remove decl.
19152
19153         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19154         * lib/xgetcwd.c: Likewise.
19155
19156         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19157         (free): Remove decl.
19158
19159         * lib/strchrnul.c (strchrnul): Define with a prototype.
19160         Fix bug: c_in was not converted to char before searching.
19161
19162         The following changes are not K&R related:
19163
19164         * lib/group-member.h: Include <sys/types.h>, so that this file is
19165         self-contained.
19166         * lib/makepath.h: Likewise.
19167
19168         * lib/getusershell.c (readname, default_index, line_size, readname):
19169         Use size_t, not int, for sizes.
19170         (readname): If the size overflows, report an error instead of
19171         looping forever.
19172
19173 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19174
19175         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19176         libc.
19177
19178 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19179
19180         * README: New section: portability guidelines.
19181
19182 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19183
19184         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19185         C89 spec.
19186
19187 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19188
19189         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19190
19191 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19192
19193         Assume C89 or better; remove K&R cruft.
19194         A few of these changes were first proposed by Derek Robert Price
19195         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19196
19197         * lib/addext.c: Include <string.h> unconditionally.
19198         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19199         Don't declare getenv or malloc.
19200
19201         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19202         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19203         (NULL): Remove.
19204         (find_stack_direction, alloca): Use prototypes.
19205
19206         * lib/atexit.c (atexit): Define using a prototype.
19207
19208         * lib/basename.c, dirname.c, stripslash.c:
19209         Include <string.h> unconditionally.
19210
19211         * lib/bcopy.c: Include <stddef.h>.
19212         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19213
19214         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19215
19216         * lib/error.h (error, error_at_line, error_print_progname)
19217         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19218         * lib/error.c: Include error.h first, to check interface.
19219         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19220         (VA_START): Remove; all uses changeed to va_start.
19221         (exit, strerror): Remove decls.
19222         (error_print_progname): Prototype uncondionally.
19223         Don't include <errno.h>; no longer needed.
19224         (private_strerror): Remove.
19225         (error_tail): Always define.
19226         (error, error_at_line): Assume C89 or better; always use prototypes.
19227         * lib/fatal.c: Include "fatal.h" first, to test interface.
19228         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19229         (VA_START): Remove; all uses changed to va_start.
19230         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19231         this case.
19232         (exit): Remove decl.
19233         (fatal): Prototype unconditionally.  Assume va_start works.
19234         Abort at end, to pacify gcc.
19235
19236         * lib/euidaccess.c (main): Define with a prototype.
19237
19238         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19239
19240         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19241
19242         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19243         prototypes.
19244         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19245         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19246         (getenv): Remove decl.
19247         (fnmatch): Define using a prototype.
19248         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19249         (FCT): Define using a prototype.
19250
19251         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19252
19253         * lib/gethostname.c: Include <stddef.h>.
19254         (gethostname): Define with prototype.  Length is size_t, not int.
19255
19256 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19257
19258         Assume C89 or better; remove K&R cruft.
19259         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19260         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19261         string.h, getenv, malloc.
19262         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19263         headers.
19264         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19265         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19266         do not check for strerror.
19267         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19268         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19269         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19270         do not check for doprnt or vprintf.
19271         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19272         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19273
19274 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19275
19276         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19277         getversion.c should have been removed then, but was accidentally
19278         preserved.
19279
19280         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19281         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19282
19283 2003-09-08  Karl Berry  <karl@gnu.org>
19284
19285         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19286                 config, forget about prep.
19287
19288         * config/depcomp, missing: update from automake.
19289
19290 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19291
19292         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19293         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19294
19295 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19296
19297         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19298         copy_tm_result.  Bug reported by Simon Josefsson in
19299         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19300
19301 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19302
19303         * m4/time_r.m4: New file.
19304         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19305         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19306         is. Check for timegm declaration.
19307         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19308         Do not check for gmtime_r.
19309         Replace mktime if __mktime_internal does not exist and if mktime
19310         hasn't been replaced already.
19311
19312 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19313
19314         * lib/time_r.c, lib/time_r.h: New files.
19315
19316         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19317         __localtime_r.
19318         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19319         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19320
19321         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19322         __gmtime_r.
19323         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19324         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19325         Include <time_r.h>.
19326
19327         * lib/timegm.c: Switch to glibc implementation, with the following
19328         changes:
19329         [defined HAVE_CONFIG_H]: Include <config.h>.
19330         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19331         (__mktime_internal) [!defined _LIBC]: New decl.
19332         (__gmtime_r) [!defined _LIBC]: New macro and function.
19333         (timegm): Use a prototype, since gnulib assumes C89.
19334         Do not bother declaring tmp to be const, as it's not really usefu.
19335         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19336         (timegm): Declare only if HAVE_DECL_TIMEGM.
19337
19338 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19339
19340         * MODULES.html.sh (func_all_modules): Add time_r.
19341         * modules/time_r: New file.
19342         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19343         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19344
19345 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19346
19347         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19348         Bug reported by Lute Kamstra in
19349         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19350
19351         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19352         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19353         course with correspondingly smaller numbers for tomorrow and
19354         yesterday.  From Tadayoshi Funaba.  Originally installed into
19355         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19356         coreutils merge?).
19357
19358 2003-08-31  Simon Josefsson  <jas@extundo.com>
19359
19360         * modules/timegm: New file.
19361         * MODULES.html.sh (func_all_modules): Add timegm.
19362
19363 2003-08-31  Simon Josefsson  <jas@extundo.com>
19364
19365         * m4/timegm.m4: New file.
19366
19367 2003-08-31  Simon Josefsson  <jas@extundo.com>
19368
19369         * lib/timegm.h: New file.
19370         * lib/timegm.c: New file.  Based on
19371         wget-1.8.2/src/http.c:mktime_from_utc.
19372
19373 2003-08-31  Karl Berry  <karl@gnu.org>
19374
19375         * lib/argp.h: update from libc.
19376
19377 2003-08-28  Bruno Haible  <bruno@clisp.org>
19378
19379         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19380         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19381         followed by '#define fnmatch fnmatch_posix' gives an error.
19382
19383 2003-08-28  Bruno Haible  <bruno@clisp.org>
19384
19385         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19386         warning on QNX, which defines O_BINARY to 000000.
19387
19388 2003-08-27  Jim Meyering  <jim@meyering.net>
19389
19390         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19391         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19392         would fail after 32.  Reported by Danny Levinson.  Details here:
19393         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19394
19395 2003-08-24  Bruno Haible  <bruno@clisp.org>
19396
19397         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19398         MSVC7 <stdio.h> is included later.
19399
19400 2003-08-22  Simon Josefsson  <jas@extundo.com>
19401
19402         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19403
19404 2003-08-20  Karl Berry  <karl@gnu.org>
19405
19406         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19407
19408 2003-08-20  Bruno Haible  <bruno@clisp.org>
19409
19410         * modules/progname: New file.
19411         * MODULES.html.sh (func_all_modules): Add progname.
19412
19413 2003-08-20  Bruno Haible  <bruno@clisp.org>
19414
19415         * lib/progname.h: New file, from GNU gettext.
19416         * lib/progname.c: New file, from GNU gettext.
19417         * lib/progreloc.c: New file, from GNU gettext.
19418
19419 2003-08-19  Jim Meyering  <jim@meyering.net>
19420
19421         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19422         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19423
19424 2003-08-19  Bruno Haible  <bruno@clisp.org>
19425
19426         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19427         more.
19428
19429 2003-08-19  Bruno Haible  <bruno@clisp.org>
19430
19431         * lib/xstrdup.c: Assume <string.h> exists.
19432
19433 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19434
19435         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19436         in makefile rules.
19437
19438 2003-08-18  Jim Meyering  <jim@meyering.net>
19439
19440         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19441         * m4/lib-ld.m4: Likewise.
19442
19443 2003-08-18  Jim Meyering  <jim@meyering.net>
19444
19445         * lib/setenv.h: Indent nested cpp directive.
19446         * lib/vasnprintf.c: Remove trailing blanks.
19447
19448 2003-08-17  Simon Josefsson  <jas@extundo.com>
19449
19450         * modules/xstrndup: New file.
19451         * MODULES.html.sh (func_all_modules): Add xstrndup.
19452
19453 2003-08-17  Simon Josefsson  <jas@extundo.com>
19454
19455         * modules/argp: Fix autoconf macro name. Add more dependencies.
19456
19457 2003-08-17  Simon Josefsson  <jas@extundo.com>
19458
19459         * m4/xstrndup.m4: New file.
19460
19461 2003-08-17  Simon Josefsson  <jas@extundo.com>
19462
19463         * m4/argp.m4: New file.
19464
19465 2003-08-17  Simon Josefsson  <jas@extundo.com>
19466             Bruno Haible  <bruno@clisp.org>
19467
19468         * lib/xstrndup.h: New file.
19469         * lib/xstrndup.c: New file.
19470
19471 2003-08-17  Bruno Haible  <bruno@clisp.org>
19472
19473         * modules/strndup (Files, Include): Add lib/strndup.h.
19474
19475 2003-08-17  Bruno Haible  <bruno@clisp.org>
19476
19477         * modules/euidaccess (Files): Add lib/euidaccess.h.
19478
19479 2003-08-17  Bruno Haible  <bruno@clisp.org>
19480
19481         * lib/strndup.h: New file.
19482
19483 2003-08-17  Bruno Haible  <bruno@clisp.org>
19484
19485         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19486         like AC_GNU_SOURCE.
19487         * modules/extensions (configure.ac): Comment out the invocation of
19488         gl_USE_SYSTEM_EXTENSIONS.
19489
19490 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19491
19492         Merges from coreutils, etc.
19493         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19494         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19495         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19496         fixing a typo.
19497         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19498         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19499
19500 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19501
19502         Document merge from coreutils.
19503         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19504         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19505         * modules/utime: Add m4/utimes-null.m4.
19506
19507 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19508
19509         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19510         space, undoing this 2003-08-12 change:
19511         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19512
19513 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19514
19515         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19516         strtoul.c from libc, undoing this 2003-08-12 change:
19517         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19518
19519 2003-08-16  Jim Meyering  <jim@meyering.net>
19520
19521         Merges from coreutils.
19522         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19523         prefix.  Adjust cache variables similarly.  Create 500 rather than
19524         just 300 files, to exercise bug on Darwin6.5, too.
19525         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19526         $missing_dir.
19527         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19528         AM_SYS_POSIX_TERMIOS.
19529         Reported by mkc@mathdogs.com.
19530         Also change use of $am_cv_sys_posix_termios
19531         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19532         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19533         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19534         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19535         in /proc/mounts until it finds one with matching device number.  This
19536         is unnecessary when the FILE argument *is* a mount point.  No stat call
19537         is necessary in that case.  So, disable the statvfs-testing code on
19538         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19539         as RedHat bug# 84846.
19540         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19541         to 1MB, so as not to render systems with no stack size limit (e.g.,
19542         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19543         Include <unistd.h>.  On some systems,
19544         it is required for the definition of _SC_PAGESIZE.
19545
19546 2003-08-16  Jim Meyering  <jim@meyering.net>
19547
19548         Merge from coreutils.
19549         * lib/xstrtoimax.c: #else #if -> #elif.
19550         * lib/xstrtoumax.c: Likewise.
19551
19552 2003-08-16  Jim Meyering  <jim@meyering.net>
19553
19554         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19555         * m4/utimes.m4: Removed.
19556         * m4/utimes-null.m4: Renamed from utimes.m4.
19557
19558         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19559         to 1MB, so as not to render systems with no stack size limit (e.g.,
19560         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19561         Include <unistd.h>.  On some systems,
19562         it is required for the definition of _SC_PAGESIZE.
19563
19564 2003-08-16  Jim Meyering  <jim@meyering.net>
19565         and Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         Merges from coreutils, etc.
19568
19569         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19570         using the latest version from cvs.  This avoids problems with #line
19571         directives using a vendor (Sun) compiler.
19572         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19573         Don't set GETGROUPS_LIB here; now it's
19574         done via getgroups.m4's wrapper function.
19575         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19576         rather than just in sh-util/configure.in, so that the
19577         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19578         same.
19579         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19580         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19581         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19582         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19583         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19584         Remove code that is now done by the newly-required macros.
19585         Append $(EXEEXT) to DF_PROG.
19586         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19587         Do not invoke or require the following here,
19588         since prereq.m4 or some gnulib .m4 now does this for us:
19589         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19590         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19591         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19592         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19593         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19594         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19595         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19596         AC_FUNC_OBSTACK.
19597         Do not replace the following functions, as this is now the job
19598         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19599         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19600         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19601         atexit getpass, strdup, getpagesize.
19602         Replace 'raise'.
19603         Do not check for the following functions, as this is now the job
19604         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19605         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19606         setregid.
19607         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19608         Check for sys/sysctl.h.
19609         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19610         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19611         of checking for ssize_t ourselves.
19612
19613         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19614         Require every macro that gnulib/modules/* suggests for us.
19615         (jm_PREREQ_ADDEXT): New macro.
19616         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19617         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19618
19619         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19620         (gl_PHYSMEM): Use it.
19621         Also check for `table' function.
19622         Check for new headers and functions.
19623         Add check for sys/sysmp.h.
19624         With suggestions from Kaveh Ghazi.
19625         Ignore headers that are present but cannot be compiled.  This
19626         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19627         C 5.4.
19628
19629 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19630
19631         Document merge from coreutils.
19632         * modules/userspec: Depend on posixver.
19633         * modules/strftime: Depend on tzset.
19634
19635 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19636
19637         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19638         rather than tab, after '#' in shell-script copyright notices.
19639         Suggested by Bruno Haible.
19640
19641 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19642
19643         * config/srclist-update: Use three spaces, rather than tab, after '#'
19644         in shell-script copyright notices.  Suggested by Bruno Haible.
19645         Remove unnecessary parenthesization in regular expression.
19646
19647 2003-08-15  Jim Meyering  <jim@meyering.net>
19648
19649         Merge from coreutils.
19650         * lib/xgethostname.c: Include <stdlib.h>.
19651         (xghostname): Don't exit for anything other than memory-related
19652         failure; just return NULL.
19653         * lib/userspec.c: Include "posixver.h".
19654         (parse_user_spec): Accept `.' as a separator only
19655         in pre-POSIX-200112 mode.
19656         * lib/strtoimax.c: Use #elif rather than #else #if.
19657         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19658         Remove function, now that we can rely on a working tzset function.
19659         [!_LIBC]: Ensure that the required autoconf test has been run.
19660         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19661         Use underlying_strftime for %r.
19662         * lib/sha.c: Merge in some clean-up and optimization changes from
19663         glibc.
19664         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19665         Ensure that it is a multiple of 64.
19666         Rearrange loop exit tests so as to avoid performing an
19667         additional fread after encountering an error or EOF.
19668         * lib/realloc.c: Update copyright date.
19669
19670 2003-08-15  Jim Meyering  <jim@meyering.net>
19671         and Paul Eggert  <eggert@twinsun.com>
19672
19673         Merge from coreutils.
19674         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19675         member but strut utmpx does not.  Needed for AIX 4.3.3.
19676         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19677
19678 2003-08-15  Jim Meyering  <jim@meyering.net>
19679         and Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         Merges from coreutils, etc.
19682         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19683         Require gl_FUNC_TZSET_CLOBBER.
19684         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19685         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19686         members.
19687
19688 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19689
19690         Help the merge from coreutils.
19691         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19692         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19693         * m4/tzset.m4: Use it too.
19694
19695 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19696
19697         * modules/tzset: New file.
19698
19699 2003-08-14  Jim Meyering  <jim@meyering.net>
19700
19701         Merges from coreutils.
19702         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19703         variable names, rather than @FNMATCH_H@.
19704         * modules/alloca: Likewise for $(ALLOCA_H).
19705
19706         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19707         the three copies of the literal target, `fnmatch.h'.
19708         * modules/alloca (alloca.h): Likewise.
19709
19710 2003-08-14  Jim Meyering  <jim@meyering.net>
19711
19712         Merge from coreutils.
19713         * m4/tzset.m4: New file.
19714         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19715         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19716         otherwise, AIX 5.1 systems would end up using the latter.
19717         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19718         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19719         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19720         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19721
19722 2003-08-14  Jim Meyering  <jim@meyering.net>
19723
19724         Merge from coreutils.
19725         * lib/obstack.h: Whitespace changes.
19726         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19727         and xcalloc return values.
19728         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19729         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19730         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19731         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19732         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19733         error from mntctl.
19734         Use mntctl's return value to drive the entry-processing loop, since
19735         we can't rely on the value of the vmt_length member in the last
19736         entry.  On some systems doing so could result in exhausting
19737         virtual memory.  Based in part on a patch from Mike Jetzer.
19738
19739 2003-08-14  Jim Meyering  <jim@meyering.net>
19740         and Paul Eggert  <eggert@twinsun.com>
19741
19742         Merges from coreutils, plus other fixes.
19743         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19744         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19745         for credits and details.  Thanks to Kaveh Ghazi for helping
19746         to keep these files in sync.
19747         (ARRAY_SIZE): Define it.
19748         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19749         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19750         (memcasecmp): Don't assume size_t fits in unsigned int.
19751         Remove casts and duplicate code.
19752         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19753         (memcpy): Remove definition.
19754         Merge in some clean-up and optimization changes from glibc.
19755         [BLOCKSIZE]: Move definition to top of file.
19756         Ensure that it is a multiple of 64.
19757         Rearrange loop exit tests so as to avoid performing an
19758         additional fread after encountering an error or EOF.
19759         * lib/md5.h (md5_uintptr): Define.
19760         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19761         return to the initial working directory.  Preserve errno
19762         for caller.
19763         * lib/idcache.c: Include "xalloc.h".
19764         (xmalloc, xrealloc): Remove decls.
19765         (getuser): Remove casts no longer required in C89.
19766         * lib/human.c: Include stdio.h, for sprintf.
19767         * lib/group-member.c: Include "xalloc.h".
19768         (xmalloc, xrealloc): Remove decls.
19769         (get_group_info): Remove casts no longer required in C89.
19770         * lib/getusershell.c (readname): Remove casts no longer required in
19771         C89.
19772         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19773         * lib/getline.c: Whitespace fix, from coreutils.
19774
19775 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19776
19777         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19778         Check for isascii.
19779
19780         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19781         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19782         Undo previous (whitespace-only) change.
19783
19784 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19785
19786         * lib/exclude.c: Include <ctype.h>
19787         (IN_CTYPE_DOMAIN): New macro.
19788         (is_space): New fn.
19789         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19790         and empty lines.
19791
19792         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19793         Undo previous (whitespace-only) change.
19794
19795 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19796
19797         * config/srclist-update: Change update back to the old behavior,
19798         leaving whitespace alone.  Use one 'sed' command rather than a
19799         pipeline.
19800         (fixlicense): Now a variable, not a function.
19801         (remove_trailing_blanks): Remove.
19802         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19803         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19804         Undo previous (whitespace-only) change.
19805
19806 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19807
19808         Merge from coreutils.
19809         * modules/euidaccess: Add lib_SOURCES, include for new
19810         file euidaccess.h
19811
19812 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19813
19814         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19815         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19816         Normalize leading white space and remove trailing white space.
19817
19818         Merge from coreutils
19819         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19820
19821         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19822         0.12.1.  These files are now being upgraded automatically by
19823         ../config/srclist-update.
19824
19825 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19826
19827         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19828         Normalize leading white space and remove trailing white space.
19829         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19830         notice, as per ../config/srclist-update.
19831
19832         Merge from coreutils.
19833         * lib/euidaccess.h: New file.
19834         * lib/euidaccess.c: Include it.
19835         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19836         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19837         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19838
19839 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19840
19841         * config/srclist-update: Add copyright notice.
19842         (remove_id_lines, remove_trailing_blanks): New constants.
19843         (fixfile): Use them to normalize spacing a bit in copied files.
19844         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19845         Normalize leading white space and remove trailing white space.
19846
19847         * config/texinfo.tex: Sync with texinfo.
19848
19849         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19850         strtoul.c from libc, to merge coreutils whitespace changes.
19851
19852         * config/srclist.txt: Get the following m4 files from gettext:
19853         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19854         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19855         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19856         wint_t.m4.
19857
19858 2003-08-12  Karl Berry  <karl@gnu.org>
19859
19860         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19861         been made.
19862
19863 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19864
19865         * modules/gnu-source, m4/gnu-source.m4:
19866         Remove; we're assuming Autoconf 2.54 or later now.
19867         Suggested by Bruno Haible.
19868         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19869
19870 2003-08-11  Bruno Haible  <bruno@clisp.org>
19871
19872         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19873
19874 2003-08-11  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19877         (vasnprintf): Use it instead of wcslen.
19878
19879 2003-08-11  Bruno Haible  <bruno@clisp.org>
19880
19881         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19882         value to ensure that _Bool promotes to int. Use #define for _Bool when
19883         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19884
19885 2003-08-10  Karl Berry  <karl@gnu.org>
19886
19887         * lib/regex.h: update from libc (whitespace fix).
19888
19889 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19890
19891         Merge some files from coreutils.  These changes were
19892         originally made by Jim Meyering.
19893         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19894         many older Unixes require this.
19895         * lib/alloca.c (alloca): Remove cast to argument of free;
19896         no longer needed in C89.
19897         * lib/alloca_.h, regex.h: Fix white space to match
19898         what GNU indent does.
19899
19900 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19901
19902         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19903         apparently Emacs's Unicode mode got confused before my 2003-08-05
19904         checkin.
19905
19906 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19907
19908         * m4/extensions.m4: New file.
19909         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19910         Require gl_USE_SYSTEM_EXTENSIONS.
19911         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19912         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19913
19914 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19915
19916         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19917         * modules/extensions, modules/gnu-source: New files.
19918         * modules/timespec, modules/unlocked-io: Depend on extensions.
19919
19920 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19921
19922         * modules/restrict: New file.
19923         * MODULES.html.sh (func_all_modules): Add restrict.
19924         * modules/regex: Depend on restrict.
19925
19926 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19927
19928         * m4/restrict.m4: New file.
19929         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19930
19931 2003-08-07  Bruno Haible  <bruno@clisp.org>
19932
19933         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19934         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19935
19936 2003-08-07  Bruno Haible  <bruno@clisp.org>
19937
19938         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19939         makes the module 'getndelim2' compatible with the module 'getline'.
19940
19941 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19942
19943         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19944         byte with "\201" to avoid glitches when editing that source file
19945         with multi-gnome-terminal.
19946
19947 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19948
19949         * lib/bumpalloc.h: Remove.
19950
19951 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19952
19953         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19954         * modules/bumpalloc: Remove.
19955
19956 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19957
19958         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19959         GNU coding style.
19960
19961         Merge from coreutils.
19962         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19963         1. From glibc.
19964         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19965         from Karl Berry, implemented by Jim Meyering.
19966         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19967         from Dmitry V. Levin.
19968         Remove anachronistic cast of xrealloc.
19969         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19970         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19971         type. Otherwise, it wouldn't compile with at least /bin/cc on
19972         ymp-cray-unicos9.0.2.X.
19973         Combine two mostly-identical uses of alloca into one.
19974         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19975
19976 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19977
19978         [From Emacs.]
19979
19980         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19981         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19982         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19983         obsolete NLIST_NAME_UNION.
19984         [__GNU__]: Undef BSD and FSCALE.
19985         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19986
19987 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19988
19989         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19990         an enum type, so that it's guaranteed to promote to int.  See:
19991         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19992
19993 2003-08-03  Karl Berry  <karl@gnu.org>
19994
19995         * config/depcomp: update from automake.
19996
19997 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19998
19999         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20000         (strerror): Don't assume that a printable int fits in 14 bytes.
20001
20002 2003-07-31  Bruno Haible  <bruno@clisp.org>
20003
20004         * modules/getpass-gnu: New file.
20005         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20006
20007 2003-07-31  Bruno Haible  <bruno@clisp.org>
20008
20009         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20010
20011 2003-07-24  Karl Berry  <karl@gnu.org>
20012
20013         * config/missing: update from automake.
20014
20015 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20016             Bruno Haible  <bruno@clisp.org>
20017
20018         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20019         * lib/getline.c (getline, getdelim): Likewise.
20020         Remove _GNU_SOURCE define; now it's defined in config.h through
20021         m4/getline.m4.
20022
20023 2003-07-23  Karl Berry  <karl@gnu.org>
20024
20025         * config/config.sub: update from prep.
20026
20027 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20028
20029         * modules/xalloc (Depends-on): Add exitfail.
20030         * modules/xmemcoll: Likewise.
20031
20032 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20033
20034         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20035         over-parenthesization in macros.
20036
20037         Sync with coreutils.
20038
20039         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20040         required by C99.
20041
20042         Use `exit_failure' for xalloc and xmemcoll instead of their own
20043         private exit-failure variables.
20044         * lib/xalloc.h (xalloc_exit_failure): Remove.
20045         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20046         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20047         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20048         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20049         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20050
20051 2003-07-20  Jim Meyering  <jim@meyering.net>
20052
20053         * modules/closeout (Depends-on): Add exitfail.
20054         Suggestion from Bruno Haible.
20055
20056 2003-07-19  Karl Berry  <karl@gnu.org>
20057
20058         * config/config.sub: update from prep.
20059
20060 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20061
20062         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20063         Remove.
20064         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20065         to test that it can stand by itself.  Include "exitfail.h".
20066         Clients should set exit_failure instead.
20067         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20068
20069 2003-07-18  Bruno Haible  <bruno@clisp.org>
20070
20071         * modules/getndelim2: New file.
20072         * modules/getline: Share files with module getndelim2.
20073         * modules/getnline: Depend on getndelim2 instead of sharing files with
20074         it. Add getnline.c to lib_SOURCES.
20075         * MODULES.html.sh (func_all_modules): Add getndelim2.
20076
20077 2003-07-18  Bruno Haible  <bruno@clisp.org>
20078
20079         * m4/getndelim2.m4: New file.
20080         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20081         invoke gl_PREREQ_GETNDELIM2.
20082         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20083         gl_PREREQ_GETNDELIM2.
20084         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20085         gl_GETNDELIM2.
20086
20087 2003-07-18  Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/getndelim2.h: New file.
20090         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20091         getndelim2.h.
20092         (getndelim2): Make non-static. Change return type to ssize_t.
20093         * lib/getline.h: Change argument names.
20094         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20095         * lib/getnline.c: Include getndelim2.h.
20096
20097 2003-07-18  Andreas Schwab  <schwab@suse.de>
20098
20099         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20100
20101 2003-07-17  Karl Berry  <karl@gnu.org>
20102
20103         * config/config.sub: update from prep.
20104
20105 2003-07-17  Bruno Haible  <bruno@clisp.org>
20106
20107         * modules/getnline: New file.
20108         * modules/getline: Add lib/getndelim2.c to source file list.
20109         * MODULES.html.sh (func_all_modules): Add getnline.
20110
20111 2003-07-17  Bruno Haible  <bruno@clisp.org>
20112
20113         * m4/getnline.m4: New file.
20114
20115 2003-07-17  Bruno Haible  <bruno@clisp.org>
20116
20117         * m4/Makefile.am.in: Remove file.
20118         * m4/Makefile.am: Remove file.
20119         * m4/Makefile.in: Remove file.
20120
20121 2003-07-17  Bruno Haible  <bruno@clisp.org>
20122
20123         * lib/getnline.h: New file.
20124         * lib/getnline.c: New file.
20125         * lib/getndelim2.c: New file, extracted from getline.c.
20126         (getndelim2): Renamed from getdelim2, with added nmax argument.
20127         * lib/getline.c: Include getndelim2.c.
20128         (getdelim2): Moved out to getndelim2.c.
20129         (getline, getdelim): Update.
20130
20131 2003-07-17  Bruno Haible  <bruno@clisp.org>
20132
20133         * lib/Makefile.am: Remove file.
20134         * lib/Makefile.in: Remove file.
20135
20136 2003-07-17  Bruno Haible  <bruno@clisp.org>
20137
20138         * configure.in: Remove file.
20139         * Makefile.in: Remove file.
20140
20141 2003-07-17  Bruno Haible  <bruno@clisp.org>
20142
20143         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20144
20145 2003-07-16  Karl Berry  <karl@gnu.org>
20146
20147         * config/srclist-update: was running fixlicense twice, which caused
20148                 texinfo.tex to be nullified for some reason.  Simplify,
20149                 $gplsrc is no longer needed as far as I can see?
20150
20151 2003-07-16  Jim Meyering  <jim@meyering.net>
20152
20153         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20154
20155 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20156
20157         * config/srclist.txt: Get the following files from gettext-runtime/intl
20158         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20159         ref-del.sin.  From Bruno Haible.
20160         * config/srclist-update (fixfile): Change grep pattern again, since the
20161         previous fix didn't work (there was another trailing $).  Use
20162         '[$]' to escape the $s.
20163
20164 2003-07-15  Karl Berry  <karl@gnu.org>
20165
20166         * lib/vasnprintf.c: update from gettext.
20167
20168 2003-07-15  Karl Berry  <karl@gnu.org>
20169
20170         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20171         gets expanded when surrounded by '$'.
20172
20173 2003-07-15  Jim Meyering  <jim@meyering.net>
20174
20175         * modules/save-cwd: Don't depend on error.  From Derek Price.
20176
20177 2003-07-15  Jim Meyering  <jim@meyering.net>
20178
20179         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20180
20181 2003-07-14  Simon Josefsson  <jas@extundo.com>
20182
20183         * modules/mempcpy: New file.
20184         * MODULES.html.sh (func_all_modules): Add mempcpy.
20185
20186 2003-07-14  Simon Josefsson  <jas@extundo.com>
20187
20188         * m4/mempcpy.m4: New file.
20189
20190 2003-07-14  Simon Josefsson  <jas@extundo.com>
20191
20192         * lib/mempcpy.h: New file.
20193         * lib/mempcpy.c: New file.
20194
20195 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20196
20197         * modules/getdate, modules/posixtm: Depend on mktime.
20198
20199 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20200
20201         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20202         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20203         unicodeio.c, unicodeio.h, unlocked-io.h:
20204         Switch from LGPL to GPL.
20205
20206 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20207
20208         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20209         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20210         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20211         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20212         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20213         updated automatically by ../config/srclist-update.  This changes
20214         their license from LPGL to GPL.
20215
20216 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20217
20218         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20219         assumed to refer to the root of the most recent stable gettext version.
20220         * config/srclistvars.sh: Add defaults for eggert.
20221         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20222         Match "This program" as well as "The program".  This is needed
20223         for gettext.
20224
20225 2003-07-14  Jim Meyering  <jim@meyering.net>
20226
20227         Don't emit diagnostics.  Let callers do that.
20228         * lib/save-cwd.c: Don't include "error.h".
20229         (save_cwd): Don't call error.  Ensure that errno is valid
20230         when returning nonzero.
20231
20232         * lib/save-cwd.h (restore_cwd): Update prototype.
20233         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20234         Simplify.  Don't call error upon failure.  Let callers do that.
20235         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20236         when auditing is enabled.  But don't bother updating the #if.
20237
20238 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20239
20240         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20241         it breaks C++ compilation.
20242         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20243
20244 2003-07-10  Simon Josefsson  <jas@extundo.com>
20245
20246         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20247
20248 2003-07-10  Jim Meyering  <jim@meyering.net>
20249
20250         * m4/clock_time.m4: Remove trailing blank.
20251         * m4/intmax_t.m4: Likewise.
20252
20253 2003-07-10  Jim Meyering  <jim@meyering.net>
20254
20255         * lib/vasnprintf.c: Remove trailing blanks.
20256         Make cpp indentation consistent.
20257
20258 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20259
20260         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20261         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20262         Switch from LGPL to GPL.
20263
20264 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20265
20266         * config/srclist.txt: Sort sublists.  Add
20267         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20268         that differ from gnulib for one reason or another; we'd like this list
20269         to be smaller but for now let's document what we have.
20270
20271 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20272
20273         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20274         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20275         and sweeter "eval x=$x".
20276         * config/srclist.txt: Get lib/argp* from glibc.
20277
20278 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20279
20280         * lib/mktime.c: Fix some boundary cases and remove need for floating
20281         point.
20282
20283         Issue a compile-time diagnostic if time_t is floating point, or if
20284         two's complement arithmetic is not in effect, or if arithmetic
20285         right shift does not propagate the sign.  These assumptions were
20286         all in the original code but they weren't checked.
20287
20288         (TIME_T_MIDPOINT, verify): New macros.
20289         (__isleap): Remove; it has integer overflow problems.
20290         (leapyear): New function, without those problems.
20291         (ydhms_tm_diff): Remove; splitting into two parts.
20292         (ydhms_diff): New function, containing the arithmetic part of
20293         the old ydhms_tm_diff function.  Issue a compile-time
20294         diagnostic if we are not using C99 integer division.
20295         Avoid casts when possible.
20296         (guess_time_tm): New function, containing the checking part of
20297         the old ydhms_tm_diff function.  Return the new value, rather than
20298         the difference between it and the old.  Accept a new argument T
20299         so that *T specifies the old value.  Check for overflow in the result.
20300
20301         (__mktime_internal): Use a time_t offset, not a long int offset.
20302         This undoes the 2003-06-04 change, which is no longer needed now
20303         that we have better overflow checking.
20304         (localtime_offset): Likewise.
20305
20306         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20307         and long are 64-bit but int is only 32-bit.
20308         (ydhms_diff): Use long int to store year1 and yday1.
20309         Issue a compile-time diagnostic if long int is not wide enough.
20310
20311         (__mktime_internal): Use long int to store adjusted year and yday.
20312         Use plain C rather than preprocessor commands, if that doesn't
20313         affect efficiency.
20314         Check for overflow (and try to repair) after each probe
20315         rather than checking only at the very end.  This avoids some bugs
20316         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20317         does not equal GMT offset at maximum time).
20318         Use integer to check for overflow rather than floating point; this
20319         is more portable to non-IEEE hosts, and is a tad faster.
20320         When we detect that we are oscillating between two values,
20321         don't check whether tm_isdst has the requested value, since
20322         we already know the answer.  When tm_isdst has the wrong value,
20323         use a different heuristic to find the right one, based on the
20324         extreme values actually observed in practice in tz2003a,
20325         rather than the (overly optimistic) "previous 3 calendar quarters".
20326
20327         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20328         "T const" to accommodate glibc style.
20329         (check_result): Use less-confusing report format.  "long" -> "long int.
20330         (main): Likewise.
20331         Don't loop if the iteration overflows time_t.
20332         Allow a negative step in the iteration.
20333
20334 2003-07-06  Karl Berry  <karl@gnu.org>
20335
20336         * config/depcomp: update from automake.
20337         * config/config.sub: update from prep.
20338
20339 2003-07-03  Karl Berry  <karl@gnu.org>
20340
20341         * config/config.guess: update from prep.
20342
20343 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20344
20345         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20346         xreadlink.c now includes it unconditionally.
20347
20348 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20349
20350         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20351         having it depend on HAVE_SYS_TYPES_H.
20352
20353 2003-07-01  Bruno Haible  <bruno@clisp.org>
20354
20355         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20356         <sys/types.h> should be sufficient.
20357         Reported by Paul Eggert.
20358
20359 2003-06-26  Karl Berry  <karl@gnu.org>
20360
20361         * config/depcomp: update from automake.
20362
20363 2003-06-26  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/human: Depend on module stdbool.
20366
20367 2003-06-25  Bruno Haible  <bruno@clisp.org>
20368
20369         * modules/readlink: New file.
20370         * modules/xreadlink: Depend on it.
20371         * MODULES.html.sh (func_all_modules): Add readlink.
20372
20373 2003-06-25  Bruno Haible  <bruno@clisp.org>
20374
20375         * m4/readlink.m4: New file.
20376
20377 2003-06-25  Bruno Haible  <bruno@clisp.org>
20378
20379         * lib/readlink.c: New file.
20380
20381 2003-06-22  Karl Berry  <karl@gnu.org>
20382
20383         * config/srclist.txt: update mkinstalldirs from automake.
20384         * config/mkinstalldirs: update.
20385
20386 2003-06-22  Bruno Haible  <bruno@clisp.org>
20387
20388         Portability to mingw32.
20389         * m4/ssize_t.m4: New file, from GNU gettext.
20390         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20391         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20392
20393 2003-06-22  Bruno Haible  <bruno@clisp.org>
20394
20395         * modules/safe-read: Add m4/ssize_t.m4.
20396         * modules/xreadlink: Add m4/ssize_t.m4.
20397
20398 2003-06-20  Bruno Haible  <bruno@clisp.org>
20399
20400         Assume C89, so PARAMS isn't needed.
20401         * lib/unicodeio.h (PARAMS): Remove.
20402         * lib/unicodeio.c: Don't use PARAMS.
20403
20404 2003-06-18  Karl Berry  <karl@gnu.org>
20405
20406         * config/config.{guess,sub}: update from prep.
20407
20408 2003-06-18  Jim Meyering  <jim@meyering.net>
20409
20410         Merge changes from coreutils.
20411         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20412         Remove explicit declarations of xmalloc and realloc.
20413         Include xalloc.h.
20414         (read_utmp): Remove anachronistic cast of xmalloc.
20415
20416 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20417
20418         Assume C89, so PARAMS isn't needed.
20419         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20420         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20421         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20422         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20423         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20424         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20425         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20426         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20427         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20428         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20429         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20430         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20431         no longer needed. Anyway, config.h should always be included before any
20432         other file.
20433
20434 2003-06-11  Simon Josefsson  <jas@extundo.com>
20435
20436         * modules/sysexits: New file.
20437         * MODULES.html.sh (func_all_modules): Add sysexits.
20438
20439 2003-06-11  Simon Josefsson  <jas@extundo.com>
20440
20441         * lib/sysexit_.h: New file.
20442
20443 2003-06-11  Derek Price  <derek@ximbiot.com>
20444
20445         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20446         necessary.
20447
20448 2003-06-11  Bruno Haible  <bruno@clisp.org>
20449
20450         * m4/sysexits.m4: New file.
20451
20452 2003-06-10  Simon Josefsson  <jas@extundo.com>
20453
20454         * lib/argp.h: New file, from glibc.
20455         * lib/argp-ba.c: New file, from glibc.
20456         * lib/argp-eexst.c: New file, from glibc.
20457         * lib/argp-fmtstream.c: New file, from glibc.
20458         * lib/argp-fmtstream.h: New file, from glibc.
20459         * lib/argp-fs-xinl.c: New file, from glibc.
20460         * lib/argp-help.c: New file, from glibc.
20461         * lib/argp-namefrob.h: New file, from glibc.
20462         * lib/argp-parse.c: New file, from glibc.
20463         * lib/argp-pv.c: New file, from glibc.
20464         * lib/argp-pvh.c: New file, from glibc.
20465         * lib/argp-xinl.c: New file, from glibc.
20466
20467 2003-06-10  Simon Josefsson  <jas@extundo.com>
20468
20469         * modules/strchrnul: New file.
20470
20471 2003-06-10  Simon Josefsson  <jas@extundo.com>
20472
20473         * modules/argp: New file.
20474
20475 2003-06-10  Simon Josefsson  <jas@extundo.com>
20476
20477         * m4/strchrnul.m4: New file.
20478
20479 2003-06-10  Simon Josefsson  <jas@extundo.com>
20480
20481         * lib/strchrnul.h: New file.
20482         * lib/strchrnul.c: New file.
20483
20484 2003-06-10  Bruno Haible  <bruno@clisp.org>
20485
20486         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20487
20488 2003-06-07  Karl Berry  <karl@gnu.org>
20489
20490         * config/config.{guess,sub}: update from prep.
20491
20492 2003-06-07  Jim Meyering  <jim@meyering.net>
20493
20494         * modules/strtod: Use $(...) notation, not @...@ for
20495         AC_REPLACE'd variables.
20496         * modules/localcharset: Likewise.
20497
20498 2003-06-07  Jim Meyering  <jim@meyering.net>
20499
20500         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20501         in place of my name in the copyright comment.
20502         Remove definition and uses of __P.
20503
20504         From coreutils.
20505         * lib/stat.c: Don't declare xmalloc explicitly.
20506         Instead, include "xalloc.h".
20507         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20508         xrealloc, and xcalloc return values.
20509         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20510         Improve comment.
20511         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20512
20513 2003-06-07  Bruno Haible  <bruno@clisp.org>
20514
20515         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20516         avoid AC_CONFIG_LINKS.
20517         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20518         fnmatch.h, to avoid AC_CONFIG_LINKS.
20519         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20520
20521 2003-06-07  Bruno Haible  <bruno@clisp.org>
20522
20523         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20524         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20525         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20526         directory.
20527         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20528         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20529         directory.
20530
20531 2003-06-06  Jim Meyering  <jim@meyering.net>
20532
20533         Merge from coreutils.
20534         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20535         Consolidate declarations and initializations of *_base* locals.
20536
20537         Merge from coreutils.
20538         This avoids a core dump on systems without GNU putenv,
20539         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20540         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20541         (unsetenv): New static function, from GNU libc.
20542         (rpl_putenv): Use it.
20543
20544         * lib/modechange.c: Remove trailing blanks.
20545
20546         Merge from coreutils.
20547         * lib/fsusage.c: Remove declaration of statfs.
20548         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20549
20550         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20551
20552 2003-06-06  Jim Meyering  <jim@meyering.net>
20553
20554         * lib/stdbool_.h: Renamed from stdbool.h.in.
20555
20556 2003-06-06  Jim Meyering  <jim@meyering.net>
20557             Bruno Haible  <bruno@clisp.org>
20558
20559         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20560         Adjust Makefile.am snippet not to redirect directly to target.
20561         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20562
20563 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20564
20565         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20566         mismatch, look in future quarters as well as past.  This fixes a
20567         bug when processing fall-backwards gaps immediately after a long
20568         period of daylight-saving time.
20569
20570         * lib/mktime.c: Assume freestanding C89 or better.
20571         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20572         (__P): Remove; not used.
20573         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20574         (mktime, not_equal_tm, print_tm, check_result,
20575         main): Use prototypes.  Use const * where appropriate.
20576         (main): Fix typo in testing code that uncovered by above changes.
20577         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20578
20579 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20580
20581         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20582         locale.h, localeconv.  This merges changes from coreutils.
20583
20584         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20585         It can be removed after the next Autoconf is released.
20586         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20587         needed.
20588
20589 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20590
20591         * lib/mktime.c: Fix Debian bug 177940
20592         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20593         (localtime_offset): Now long int, not time_t, because we want it
20594         to be guaranteed to be signed.  All uses changed.
20595         (__mktime_internal): If overflow would occur when adding offset,
20596         don't add it.
20597
20598         Merge 'human' changes from coreutils.  Rewrite to support
20599         locale-specific notations like thousands separators.
20600         * lib/human.c: Simplify authorship notice.
20601         Include human.h immediately after config.h.
20602         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20603         <limits.h>: Do not include, since human.h does.
20604         (SIZE_MAX, UINTMAX_MAX): New macros.
20605         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20606         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20607         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20608         (power_letter): Renamed from suffixes.
20609         (generate_suffix_backwards): Remove.
20610         (adjust_value): Now takes int style (because of human.h changes)
20611         and long double value (for greater precision on some platforms).
20612         (group_number): New function.
20613         (human_readable): Use it.  Use integer options, not enum.
20614         Put the options before the sizes in the arg list.
20615         Support all the new options.
20616         The old human_readable function has been removed;
20617         use inttostr.h instead.
20618         (human_readable, default_block_size, humblock):
20619         Use uintmax_t, not int, for block sizes.
20620         (human_readable_inexact, block_size_types): Remove.
20621         (block_size_opts): New constant.
20622         (human_options): Renamed from human_block_size, with new signature
20623         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20624         * lib/human.h: Add copyright and authorship notice.
20625         Include <limits.h> and <stdbool.h> unconditionally.
20626         (PARAMS): Remove.  All uses removed.
20627         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20628         (enum human_inexact_style): Remove tag; now a nameless enum.
20629         (human_floor, human_ceiling, human_round_to_even): Now have
20630         values 2, 0, 1 rather than -1, 1, 0.
20631         (human_group_digits, human_suppress_point_zero, human_autoscale,
20632         human_base_1024, human_SI, human_B): New constants.
20633         (human_readable_inexact, human_block_size): Remove.
20634         (human_readable): Size args are now uintmax_t, not int.
20635         (human_options): New decl.
20636
20637         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20638         unnecessary now that we assume C89 or better.  This change
20639         imported from coreutils.
20640
20641         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20642         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20643         in the 2003-05-30 sync from glibc.
20644
20645         .h files should stand alone, but we shouldn't include <sys/types.h>
20646         if we can get away with just <stddef.h>.
20647
20648         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20649         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20650         rather than <sys/types.h>, as we merely need size_t.
20651         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20652         to get size_t.
20653         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20654         Include <stdio.h>, to get FILE.
20655         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20656         memcasecmp.h has included <stddef.h> and all we need is size_t.
20657         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20658         our interface, instead of including <sys/types.h>
20659
20660 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20661
20662         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20663         now, as glibc mktime is buggy on non-glibc systems.
20664
20665 2003-06-03  Karl Berry  <karl@gnu.org>
20666
20667         * config/config.sub: update from prep.
20668
20669 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20670
20671         [from coreutils]
20672         Fix some minor time-related bugs with POSIX time arguments.
20673         Some valid time stamps were being rejected (notably -1, and
20674         time stamps before 1900 on 64-bit hosts).  And some invalid
20675         time stamps were being accepted, e.g. September 31.
20676
20677         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20678         that we can return (time_t) -1 successfully.
20679         * lib/posixtm.c: Likewise.
20680         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20681         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20682         (t): Remove static var.
20683         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20684         of static var.  All uses changed.
20685         (year): Do not reject years before 1900; they can occur with
20686         64-bit time_t.
20687         (posix_time_parse): Do not check for out-of-range components;
20688         that is now the caller's responsibility, since our checks were
20689         only approximations.
20690         (posixtime): Use mktime to check for out-of-range components,
20691         since it knows them exactly.
20692         If mktime returns (time_t) -1, check whether an error actually occurred
20693         by invoking localtime on -1.
20694         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20695         posixtime failures better.
20696         Improve the test data (in comments only).
20697
20698 2003-06-02  Karl Berry  <karl@gnu.org>
20699
20700         * config/mkinstalldirs (version): new variable.
20701         (--version): new option.
20702         (usage): improve message.
20703
20704 2003-05-30  Karl Berry  <karl@gnu.org>
20705
20706         * lib/mktime.c: update from libc.
20707
20708 2003-05-30  Bruno Haible  <bruno@clisp.org>
20709
20710         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20711         * config/config.rpath: Upgrade to gettext-0.12.1.
20712
20713 2003-05-30  Bruno Haible  <bruno@clisp.org>
20714
20715         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20716         * m4/nls.m4: New file, from gettext-0.12.1.
20717         * m4/po.m4: New file, from gettext-0.12.1.
20718         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20719
20720 2003-05-30  Bruno Haible  <bruno@clisp.org>
20721
20722         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20723         * lib/localcharset.h: Likewise.
20724         * lib/localcharset.c: Likewise.
20725
20726 2003-05-29  Karl Berry  <karl@gnu.org>
20727
20728         * config/config.rpath: update from gettext.
20729
20730 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20731
20732         Assume the headers required for C89 freestanding compilers.
20733         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20734         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20735         * m4/human.m4 (gl_HUMAN): Likewise.
20736         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20737         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20738         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20739         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20740         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20741         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20742
20743 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20744
20745         Assume the headers required for C89 freestanding compilers.
20746         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20747         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20748         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20749         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20750         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20751         define, since <limits.h> is guaranteed to do that.
20752         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20753         * lib/exclude.c: Include <stdbool.h> unconditionally.
20754         * lib/tempname.c: Include <stddef.h> unconditionally.
20755         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20756         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20757         <stddef.h> does that.
20758         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20759         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20760         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20761         needed.
20762         * lib/xstrtol.c: Likewise.
20763         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20764         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20765
20766         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20767         warnings on some platforms.
20768
20769         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20770         arbitrarily.
20771
20772 2003-05-26  Jim Meyering  <jim@meyering.net>
20773
20774         Merge in a change from coreutils:
20775         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20776         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20777         that condition, rather than `-1' which is slightly misleading.
20778         Change the name of the cache variable to have the gl_ prefix.
20779         Prompted by a patch from Richard Dawe for DJGPP.
20780
20781 2003-05-24  Karl Berry  <karl@gnu.org>
20782
20783         * config/config.guess: update from prep.
20784
20785 2003-05-22  Karl Berry  <karl@gnu.org>
20786
20787         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20788
20789 2003-05-20  Karl Berry  <karl@gnu.org>
20790
20791         * config/config.guess: update from prep.
20792
20793 2003-05-18  Karl Berry  <karl@gnu.org>
20794
20795         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20796         might actually be set by the user.
20797
20798         * config/depcomp, install-sh, mdate-sh: update from automake.
20799
20800 2003-05-17  Bruno Haible  <bruno@clisp.org>
20801
20802         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20803         invalid expansion for AC_EGREP_CPP.
20804         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20805         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20806         Suggested by Akim Demaille <akim@epita.fr> in
20807         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20808
20809 2003-05-12  Jim Meyering  <jim@meyering.net>
20810
20811         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20812         the space-padded-by-default conversion specifiers, %e, %k, %l.
20813
20814 2003-05-12  Bruno Haible  <bruno@clisp.org>
20815
20816         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20817         the string is longer than 4 KB.
20818
20819 2003-05-11  Karl Berry  <karl@gnu.org>
20820
20821         * config/config.{guess,sub}: update from prep.
20822
20823 2003-05-09  Bruno Haible  <bruno@clisp.org>
20824
20825         * modules/error: Add m4/strerror_r.m4 to file list.
20826
20827 2003-05-03  Bruno Haible  <bruno@clisp.org>
20828
20829         Upgrade to Unicode-4.0.
20830         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20831         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20832         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20833         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20834         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20835         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20836         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20837         Change width of U+E0100..U+E01EF from 1 to 0.
20838
20839 2003-04-25  Jim Meyering  <jim@meyering.net>
20840
20841         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20842         of type size_t, not int.
20843
20844 2003-04-25  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/copy-file.c: Include <stddef.h>, for size_t.
20847
20848 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20849
20850         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20851         code which expansion is under static control.  Patch imported from
20852         Akim Demaille's patch to Bison; see
20853         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20854
20855 2003-04-14  Bruno Haible  <bruno@clisp.org>
20856
20857         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20858
20859 2003-04-11  Jim Meyering  <jim@meyering.net>
20860
20861         Merge changes from Coreutils.
20862
20863         2003-03-22  Jim Meyering  <jim@meyering.net>
20864
20865         * lib/strftime.c (widen): Cast alloca return value to proper type.
20866
20867         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20868
20869         From GNU libc.
20870         * lib/strftime.c (my_strftime): Handle very large width
20871         specifications for numeric values correctly.  Improve checks for
20872         overflow.
20873
20874         2003-01-19  Jim Meyering  <jim@meyering.net>
20875
20876         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20877         definitions.
20878         (nl_get_alt_digit) [! defined my_strftime]: Define.
20879         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20880         _nl_get_alt_digit and _nl_get_walt_digit.
20881
20882         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20883         libc. These changes have no effect outside of _LIBC.
20884
20885 2003-04-10  Bruno Haible  <bruno@clisp.org>
20886
20887         * modules/findprog: New file.
20888         * MODULES.html.sh (func_all_modules): Add it.
20889
20890 2003-04-10  Bruno Haible  <bruno@clisp.org>
20891
20892         * m4/findprog.m4: New file.
20893         * m4/eaccess.m4: New file.
20894
20895 2003-04-10  Bruno Haible  <bruno@clisp.org>
20896
20897         * lib/findprog.h: New file, from GNU gettext.
20898         * lib/findprog.c: New file, from GNU gettext.
20899
20900 2003-04-05  Jim Meyering  <jim@meyering.net>
20901
20902         Merge changes from Coreutils.
20903
20904         * lib/exclude.h (PARAMS): Remove definition and uses.
20905         * lib/exclude.c: Remove uses of `PARAMS'.
20906
20907         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20908         Add test-cases for DOS filenames. Declare program_name.
20909         (main): Set up program_name.  Patch by Rich Dawe.
20910
20911         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20912         error from mntctl.
20913         Use mntctl's return value to drive the entry-processing loop, since
20914         we can't rely on the value of the vmt_length member in the last
20915         entry.  On some systems doing so could result in exhausting
20916         virtual memory.  Based in part on a patch from Mike Jetzer.
20917
20918 2003-04-04  Bruno Haible  <bruno@clisp.org>
20919
20920         * modules/linebreak: New file.
20921         * MODULES.html.sh (func_all_modules): Add it.
20922
20923 2003-04-04  Bruno Haible  <bruno@clisp.org>
20924
20925         * m4/linebreak.m4: New file.
20926
20927 2003-04-04  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/linebreak.h: New file, from GNU gettext.
20930         * lib/linebreak.c: New file, from GNU gettext with slight
20931         modifications.
20932         * lib/lbrkprop.h: New file, from GNU gettext.
20933
20934 2003-04-03  Bruno Haible  <bruno@clisp.org>
20935
20936         * modules/utf8-ucs4: New file.
20937         * modules/utf16-ucs4: New file.
20938         * modules/ucs4-utf8: New file.
20939         * modules/ucs4-utf16: New file.
20940         * MODULES.html.sh (func_all_modules): Add them.
20941
20942 2003-04-03  Bruno Haible  <bruno@clisp.org>
20943
20944         * m4/utf-ucs4.m4: New file.
20945         * m4/ucs4-utf.m4: New file.
20946
20947 2003-04-03  Bruno Haible  <bruno@clisp.org>
20948
20949         * lib/utf8-ucs4.h: New file, from GNU gettext.
20950         * lib/utf16-ucs4.h: New file, from GNU gettext.
20951         * lib/ucs4-utf8.h: New file, from GNU gettext.
20952         * lib/ucs4-utf16.h: New file, from GNU gettext.
20953
20954 2003-04-02  Bruno Haible  <bruno@clisp.org>
20955
20956         * modules/binary-io: New file.
20957         * MODULES.html.sh (func_all_modules): Add it.
20958
20959 2003-04-02  Bruno Haible  <bruno@clisp.org>
20960
20961         * lib/binary-io.h: New file, from GNU gettext.
20962
20963 2003-04-01  Bruno Haible  <bruno@clisp.org>
20964
20965         * modules/pathname: New file.
20966         * MODULES.html.sh (func_all_modules): Add it.
20967
20968 2003-04-01  Bruno Haible  <bruno@clisp.org>
20969
20970         * lib/pathname.h: New file, from GNU gettext.
20971         * lib/concatpath.c: New file, from GNU gettext.
20972
20973 2003-03-30  Bruno Haible  <bruno@clisp.org>
20974
20975         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20976
20977 2003-03-30  Bruno Haible  <bruno@clisp.org>
20978
20979         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20980         function chown() doesn't exist.
20981
20982 2003-03-28  Bruno Haible  <bruno@clisp.org>
20983
20984         * modules/copy-file: New file.
20985         * MODULES.html.sh (func_all_modules): Add it.
20986
20987 2003-03-28  Bruno Haible  <bruno@clisp.org>
20988
20989         * m4/copy-file.m4: New file.
20990
20991 2003-03-28  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/copy-file.h: New file, from GNU gettext.
20994         * lib/copy-file.c: New file, from GNU gettext.
20995
20996 2003-03-18  Jim Meyering  <jim@meyering.net>
20997
20998         * lib/quote.c (quote_n): Fix typo in comment.
20999
21000 2003-03-18  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21003         checking.
21004         * m4/onceonly_2_57.m4: Likewise.
21005
21006 2003-03-17  Bruno Haible  <bruno@clisp.org>
21007
21008         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21009         (m4_quote): Remove macro.
21010         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21011
21012 2003-03-14  Jim Meyering  <jim@meyering.net>
21013
21014         Merge changes from Coreutils.
21015         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21016         to be const, in order to avoid warnings.
21017         (obstack_room): Likewise.
21018         (obstack_empty_p): Likewise.
21019
21020 2003-03-14  Bruno Haible  <bruno@clisp.org>
21021
21022         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21023         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21024
21025 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21026
21027         Merge changes from Bison.
21028         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21029         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21030         when compiling Bison 1.875's `bitset bset = obstack_alloc
21031         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21032         * lib/hash.c: Include <stdbool.h> unconditionally.
21033
21034 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21035
21036         * m4/onceonly.m4 (m4_quote): New macro.
21037         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21038         Quote AC_FOREACH variable-expansions properly.
21039
21040 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21041
21042         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21043
21044 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21045
21046         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21047         Reported by Bruce Becker; see:
21048         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21049
21050 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21051             Bruno Haible  <bruno@clisp.org>
21052
21053         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21054         Reported by John Hughes, see
21055         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21056
21057 2003-02-20  Bruno Haible  <bruno@clisp.org>
21058
21059         * MODULES.html.sh (func_all_modules): Add poll.
21060
21061 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21062
21063         * modules/poll: New file.
21064
21065 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21066
21067         * lib/poll_.h: New file.
21068         * lib/poll.c: New file.
21069
21070 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21071
21072         * m4/poll.m4: New file.
21073
21074 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21075
21076         * modules/mathl: New file.
21077
21078 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21079
21080         * lib/mathl.h: New file.
21081         * lib/acosl.c: New file.
21082         * lib/asinl.c: New file.
21083         * lib/atanl.c: New file.
21084         * lib/ceill.c: New file.
21085         * lib/cosl.c: New file.
21086         * lib/expl.c: New file.
21087         * lib/floorl.c: New file.
21088         * lib/frexpl.c: New file.
21089         * lib/ldexpl.c: New file.
21090         * lib/logl.c: New file.
21091         * lib/sincosl.c: New file.
21092         * lib/sinl.c: New file.
21093         * lib/sqrtl.c: New file.
21094         * lib/tanl.c: New file.
21095         * lib/trigl.c: New file.
21096         * lib/trigl.h: New file.
21097
21098 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21099
21100         * m4/mathl.m4: New file.
21101
21102 2003-02-18  Bruno Haible  <bruno@clisp.org>
21103
21104         * MODULES.html.sh (func_all_modules): Add mathl.
21105
21106 2003-02-17  Bruno Haible  <bruno@clisp.org>
21107
21108         * modules/mkdtemp: New module.
21109         * MODULES.html.sh (func_all_modules): Add it.
21110
21111 2003-02-17  Bruno Haible  <bruno@clisp.org>
21112
21113         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21114
21115 2003-02-17  Bruno Haible  <bruno@clisp.org>
21116
21117         * lib/mkdtemp.h: New file, from GNU gettext.
21118         * lib/mkdtemp.c: New file, from GNU gettext.
21119
21120 2003-02-02  Jim Meyering  <jim@meyering.net>
21121
21122         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21123         e.g. glibc-2.2.93.
21124
21125 2003-01-31  Bruno Haible  <bruno@clisp.org>
21126
21127         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21128         'rpl_rename'.
21129         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21130         'rpl_strnlen'.
21131         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21132         'rpl_strtod'.
21133         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21134         'rpl_utime'.
21135
21136 2003-01-31  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/rename.c: #undef rename before defining rpl_rename.
21139         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21140
21141 2003-01-30  Bruno Haible  <bruno@clisp.org>
21142
21143         * modules/vasnprintf, modules/vasprintf: New modules.
21144         * MODULES.html.sh (func_all_modules): Add them.
21145
21146 2003-01-30  Bruno Haible  <bruno@clisp.org>
21147
21148         * m4/signed.m4: New file, from GNU gettext.
21149         * m4/longdouble.m4: New file, from GNU gettext.
21150         * m4/wchar_t.m4: New file, from GNU gettext.
21151         * m4/wint_t.m4: New file, from GNU gettext.
21152         * m4/vasnprintf.m4: New file.
21153         * m4/vasprintf.m4: New file.
21154
21155 2003-01-30  Bruno Haible  <bruno@clisp.org>
21156
21157         * lib/printf-args.h: New file, from GNU gettext.
21158         * lib/printf-args.c: New file, from GNU gettext.
21159         * lib/printf-parse.h: New file, from GNU gettext.
21160         * lib/printf-parse.c: New file, from GNU gettext.
21161         * lib/vasnprintf.h: New file, from GNU gettext.
21162         * lib/vasnprintf.c: New file, from GNU gettext.
21163         * lib/asnprintf.c: New file, from GNU gettext.
21164         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21165         * lib/vasprintf.c: New file, from GNU gettext.
21166         * lib/asprintf.c: New file, from GNU gettext.
21167
21168 2003-01-29  Bruno Haible  <bruno@clisp.org>
21169
21170         * modules/stpncpy: New module.
21171         * MODULES.html.sh (func_all_modules): Add it.
21172
21173 2003-01-29  Bruno Haible  <bruno@clisp.org>
21174
21175         * m4/stpncpy.m4: New file.
21176
21177 2003-01-29  Bruno Haible  <bruno@clisp.org>
21178
21179         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21180         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21181
21182 2003-01-28  Bruno Haible  <bruno@clisp.org>
21183
21184         * modules/c-ctype: New module.
21185         * MODULES.html.sh (func_all_modules): Add it.
21186
21187 2003-01-28  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21190         Paul Eggert.
21191         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21192         Paul Eggert.
21193
21194 2003-01-27  Bruno Haible  <bruno@clisp.org>
21195
21196         * modules/xsetenv: New module.
21197         * MODULES.html.sh (func_all_modules): Add it.
21198
21199 2003-01-27  Bruno Haible  <bruno@clisp.org>
21200
21201         * lib/xsetenv.h: New file, from GNU gettext.
21202         * lib/xsetenv.c: New file, from GNU gettext.
21203
21204 2003-01-23  Jim Meyering  <jim@meyering.net>
21205
21206         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21207         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21208
21209 2003-01-23  Bruno Haible  <bruno@clisp.org>
21210
21211         * modules/minmax: New module.
21212         * MODULES.html.sh (func_all_modules): Add it.
21213
21214 2003-01-23  Bruno Haible  <bruno@clisp.org>
21215
21216         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21217         Eggert.
21218
21219 2003-01-22  Bruno Haible  <bruno@clisp.org>
21220
21221         * modules/exit: New module.
21222         * MODULES.html.sh (func_all_modules): Add it.
21223
21224 2003-01-22  Bruno Haible  <bruno@clisp.org>
21225
21226         * lib/exit.h: New file, from GNU gettext.
21227
21228 2003-01-19  Bruno Haible  <bruno@clisp.org>
21229
21230         * gnulib-tool: Recognize option --extract-maintainer.
21231         (func_get_maintainer): New function.
21232         * modules/*: Add Maintainer entry.
21233
21234 2003-01-16  Jim Meyering  <jim@meyering.net>
21235
21236         * m4/regex.m4: The `regex' struct is both input and output.
21237         Initialize it before each use.  Patch by Tim Waugh.
21238
21239 2003-01-16  Bruno Haible  <bruno@clisp.org>
21240
21241         * MODULES.html.sh: Add a table of contents. Add the module name as
21242         leftmost column. Add hyperlinks.
21243
21244 2003-01-15  Bruno Haible  <bruno@clisp.org>
21245
21246         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21247
21248 2003-01-15  Bruno Haible  <bruno@clisp.org>
21249
21250         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21251         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21252         suffix.
21253
21254 2003-01-15  Bruno Haible  <bruno@clisp.org>
21255
21256         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21257
21258 2003-01-15  Bruno Haible  <bruno@clisp.org>
21259
21260         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21261         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21262
21263 2003-01-14  Jim Meyering  <jim@meyering.net>
21264
21265         * lib/same.c (same_name): Tweak a comment.
21266
21267 2003-01-14  Bruno Haible  <bruno@clisp.org>
21268
21269         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21270         when a string comparison is sufficient.
21271
21272 2003-01-14  Bruno Haible  <bruno@clisp.org>
21273
21274         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21275         'unsigned int'.
21276
21277 2003-01-14  Bruno Haible  <bruno@clisp.org>
21278
21279         * lib/hash-pjw.c: Add comment about low quality of this function.
21280
21281 2003-01-13  Bruno Haible  <bruno@clisp.org>
21282
21283         * modules/stpcpy: Distribute lib/stpcpy.h.
21284         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21285
21286 2003-01-13  Bruno Haible  <bruno@clisp.org>
21287
21288         * modules/*: Add a description.
21289         * modules/strpbrk: Fix Makefile.am snippet.
21290         * modules/strtoimax: Fix dependencies.
21291         * modules/strtoumax: Likewise.
21292
21293 2003-01-13  Bruno Haible  <bruno@clisp.org>
21294
21295         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21296         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21297         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21298
21299 2003-01-13  Bruno Haible  <bruno@clisp.org>
21300
21301         * gnulib-tool (func_create_testdir): Store config/* files in the main
21302         directory.
21303         * config.rpath: Move to ...
21304         * config/config.rpath: ... here.
21305         * modules/gettext: Contains config/config.rpath, not config.rpath.
21306         * modules/iconv: Likewise.
21307
21308 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21309
21310         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21311         to avoid collisions with libcurses and libreadline.
21312
21313         * m4/getstr.m4: Remove.
21314         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21315
21316 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21317
21318         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21319         to avoid collisions with libcurses and libreadline.
21320
21321         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21322         * lib/getstr.h, getstr.c: Remove.
21323         * lib/getline.c: Include "getline.h", to check interface.
21324         Move body of old getstr.c here: this defines MIN_CHUNK and
21325         declares getdelim2, which is renamed from getstr.
21326         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21327
21328         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21329         All uses changed.
21330         * lib/linebuffer.h: Likewise.
21331         (readline): Remove backward-compatibility macro.
21332
21333 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21334
21335         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21336         to avoid collisions with libcurses and libreadline.
21337         * getstr: Remove.
21338         * MODULES.html.sh: Remove getstr.
21339         * modules/getline: Depend on unlocked-io, not getstr.
21340
21341 2003-01-12  Jim Meyering  <jim@meyering.net>
21342
21343         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21344
21345 2003-01-10  Bruno Haible  <bruno@clisp.org>
21346
21347         * modules/alloca: Change Makefile.am requirements. Simplify Include
21348         requirements. Add lib/alloca_.h to file list.
21349
21350 2003-01-10  Bruno Haible  <bruno@clisp.org>
21351
21352         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21353
21354 2003-01-10  Bruno Haible  <bruno@clisp.org>
21355
21356         * lib/alloca_.h: New file.
21357         * lib/getdate.y: Unconditionally include alloca.h.
21358         * lib/makepath.c: Likewise.
21359         * lib/setenv.c: Likewise.
21360         * lib/userspec.c: Likewise.
21361
21362 2003-01-09  Karl Berry  <karl@gnu.org>
21363
21364         * MODULES.html.sh: include `dirname $0` in PATH, to find
21365         gnulib-tool.
21366
21367 2003-01-09  Bruno Haible  <bruno@clisp.org>
21368
21369         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21370         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21371
21372 2003-01-09  Bruno Haible  <bruno@clisp.org>
21373
21374         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21375
21376 2003-01-09  Bruno Haible  <bruno@clisp.org>
21377
21378         * lib/stdbool.h.in: New file.
21379
21380 2003-01-09  Bruno Haible  <bruno@clisp.org>
21381
21382         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21383         * MODULES.html.sh: Likewise.
21384
21385 2003-01-08  Jim Meyering  <jim@meyering.net>
21386
21387         * lib/full-write.c: Undefine and define-away `const' after inclusion
21388         of errno.h, not before.  Suggestion from Bruno Haible.
21389
21390 2003-01-08  Bruno Haible  <bruno@clisp.org>
21391
21392         * modules/full-read: Depend on full-write.
21393
21394 2003-01-08  Bruno Haible  <bruno@clisp.org>
21395
21396         * lib/safe-read.c: Include specification header first, to ensure its
21397         selfcontainedness.
21398         * lib/full-write.c: Likewise.
21399
21400 2003-01-07  Jim Meyering  <jim@meyering.net>
21401
21402         * lib/full-write.c: Rework so that it may serve to define full_read,
21403         too.
21404         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21405
21406 2003-01-07  Bruno Haible  <bruno@clisp.org>
21407
21408         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21409         <inttypes.h>.
21410         * lib/xstrtol.h: Likewise.
21411         * lib/xstrtoimax.c: Likewise.
21412         * lib/xstrtoumax.c: Likewise.
21413         * lib/human.h: Likewise.
21414
21415         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21416         on systems that have <inttypes.h> but not <stdint.h>.
21417
21418 2003-01-07  Bruno Haible  <bruno@clisp.org>
21419
21420         * MODULES.html.sh: Add copyright notice.
21421         (missed_files): Omit CVS directory entries.
21422         (func_module): Make it work with sed-3.02.
21423         * MODULES.txt: Remove file.
21424
21425 2003-01-06  Jim Meyering  <jim@meyering.net>
21426
21427         * lib/version-etc.c: Update year in translatable copyright string.
21428
21429 2003-01-03  Karl Berry  <karl@gnu.org>
21430
21431         * config/config.{guess,sub}: update from prep.
21432
21433 2003-01-02  Karl Berry  <karl@gnu.org>
21434
21435         * doc/COPYING.DOC: belatedly updated to 1.2.
21436
21437 2003-01-01  Karl Berry  <karl@gnu.org>
21438
21439         * gnulib-tool (func_verify_module): report module name $module in
21440         error message, not $1.
21441         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21442         be created, only if it doesn't exist.
21443         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21444
21445 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21446
21447         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21448
21449 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21450
21451         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21452         memcmp if strcoll doesn't work.
21453
21454 2002-12-31  Bruno Haible  <bruno@clisp.org>
21455
21456         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21457         nonempty.
21458
21459 2002-12-31  Bruno Haible  <bruno@clisp.org>
21460
21461         * lib/memcoll.c (STRCOLL): New macro.
21462         (memcoll): Use it.
21463
21464 2002-12-31  Bruno Haible  <bruno@clisp.org>
21465
21466         * lib/localcharset.h: New file.
21467         * lib/localcharset.c: Include it.
21468         * lib/unicodeio.c: Likewise.
21469
21470 2002-12-31  Bruno Haible  <bruno@clisp.org>
21471
21472         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21473         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21474
21475 2002-12-31  Bruno Haible  <bruno@clisp.org>
21476
21477         * lib/getline.h: Include <stddef.h>, for size_t.
21478
21479         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21480         * lib/unicodeio.c: Don't include <stddef.h>.
21481
21482 2002-12-31  Bruno Haible  <bruno@clisp.org>
21483
21484         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21485         HAVE_TM_ZONE.
21486
21487 2002-12-24  Karl Berry  <karl@gnu.org>
21488
21489         * config/config.guess: update from prep.
21490
21491 2002-12-24  Bruno Haible  <bruno@clisp.org>
21492
21493         General infrasructure.
21494         * m4/README: Rewritten.
21495         * m4/onceonly.m4: New file.
21496         * m4/onceonly_2_57.m4: New file.
21497
21498         Module atexit.
21499         * m4/atexit.m4: New file.
21500
21501         Module strtod.
21502         * m4/strtod.m4: New file.
21503
21504         Module strtol.
21505         * m4/strtol.m4: New file.
21506
21507         Module strtoul.
21508         * m4/strtoul.m4: New file.
21509
21510         Module memchr.
21511         * m4/memchr.m4: New file.
21512
21513         Module memcmp.
21514         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21515         (jm_FUNC_MEMCMP): Invoke it.
21516
21517         Module memcpy.
21518         * m4/memcpy.m4: New file.
21519
21520         Module memmove.
21521         * m4/memmove.m4: New file.
21522
21523         Module memset.
21524         * m4/memset.m4: New file.
21525
21526         Module strcspn.
21527         * m4/strcspn.m4: New file.
21528
21529         Module strpbrk.
21530         * m4/strpbrk.m4: New file.
21531
21532         Module strstr.
21533         * m4/strstr.m4: New file.
21534
21535         Module strerror.
21536         * m4/strerror.m4: New file.
21537
21538         Module mktime.
21539         * m4/mktime.m4: Renamed from jm-mktime.m4.
21540         (gl_PREREQ_MKTIME): New macro.
21541         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21542
21543         Module malloc.
21544         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21545         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21546         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21547
21548         Module realloc.
21549         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21550         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21551         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21552
21553         Module strftime.
21554         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21555         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21556         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21557         gl_TM_GMTOFF.
21558         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21559
21560         Module xalloc.
21561         * m4/xalloc.m4: New file.
21562
21563         Module alloca.
21564         * m4/alloca.m4: New file.
21565
21566         Module putenv.
21567         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21568         (jm_FUNC_PUTENV): Invoke it.
21569
21570         Module setenv.
21571         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21572         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21573         when invoked twice.
21574         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21575         gt_FUNC_SETENV.
21576
21577         Module memrchr.
21578         * m4/memrchr.m4: New file.
21579
21580         Module stpcpy.
21581         * m4/stpcpy.m4: New file.
21582
21583         Module strcase.
21584         * m4/strcase.m4: New file.
21585
21586         Module strdup.
21587         * m4/strdup.m4: New file.
21588
21589         Module strnlen.
21590         * m4/strnlen.m4: New file.
21591
21592         Module strndup.
21593         * m4/strndup.m4: New file.
21594
21595         Module xstrtod.
21596         * m4/xstrtod.m4: New file.
21597
21598         Module xstrtol.
21599         * m4/xstrtol.m4: New file.
21600
21601         Module getdate.
21602         * m4/getdate.m4: New file.
21603
21604         Module unlocked-io.
21605         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21606         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21607         * m4/jm-glibc-io.m4n: Remove file.
21608
21609         Module long-options.
21610         * m4/long-options.m4: New file.
21611
21612         Module md5.
21613         * m4/md5.m4: New file.
21614
21615         Module sha.
21616         * m4/sha.m4: New file.
21617
21618         Module getstr.
21619         * m4/getstr.m4: New file.
21620
21621         Module getline.
21622         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21623         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21624         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21625         simply getline. Infoke gl_PREREQ_GETLINE.
21626
21627         Module obstack.
21628         * m4/obstack.m4: New file.
21629
21630         Module hash.
21631         * m4/hash.m4: New file.
21632
21633         Module readtokens.
21634         * m4/readtokens.m4: New file.
21635
21636         Module strverscmp.
21637         * m4/strverscmp.m4: New file.
21638
21639         Module stdbool.
21640         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21641         OSF/1.
21642
21643         Module strtoll.
21644         * m4/strtoll.m4: New file.
21645
21646         Module strtoull.
21647         * m4/strtoull.m4: New file.
21648
21649         Module strtoimax.
21650         * m4/strtoimax.m4: New file.
21651
21652         Module strtoumax.
21653         * m4/strtoumax.m4: New file.
21654
21655         Module xstrtoimax.
21656         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21657         jm_AC_PREREQ_XSTRTOIMAX.
21658         Moved the strtol prerequisites to strtol.m4.
21659         Moved the strtoll prerequisites to strtoll.m4.
21660         Moved the strtoimax prerequisites to strtoimax.m4.
21661
21662         Module xstrtoumax.
21663         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21664         jm_AC_PREREQ_XSTRTOUMAX.
21665         Moved the strtoul prerequisites to strtoul.m4.
21666         Moved the strtoull prerequisites to strtoull.m4.
21667         Moved the strtoumax prerequisites to strtoumax.m4.
21668
21669         Module chown.
21670         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21671         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21672
21673         Module dup2.
21674         * m4/dup2.m4: New file.
21675
21676         Module ftruncate.
21677         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21678         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21679
21680         Module getgroups.
21681         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21682         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21683
21684         Module gettimeofday.
21685         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21686         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21687         gl_PREREQ_GETTIMEOFDAY.
21688
21689         Module mkdir.
21690         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21691         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21692
21693         Module mkstemp.
21694         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21695         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21696         jm_AC_TYPE_UINTMAX_T.
21697         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21698
21699         Module stat.
21700         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21701         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21702
21703         Module lstat.
21704         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21705         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21706
21707         Module timespec.
21708         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21709         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21710         * m4/st_mtim.m4: Indentation.
21711
21712         Module nanosleep.
21713         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21714         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21715         gl_PREREQ_NANOSLEEP.
21716
21717         Module regex.
21718         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21719         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21720         (gl_REGEX): New macro.
21721
21722         Module rename.
21723         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21724         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21725
21726         Module rmdir.
21727         * m4/rmdir.m4: New file.
21728
21729         Module utime.
21730         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21731         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21732         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21733
21734         Module dirname.
21735         * m4/dirname.m4: New file.
21736
21737         Module getopt.
21738         * m4/getopt.m4: New file.
21739
21740         Module unistd-safer.
21741         * m4/unistd-safer.m4: New file.
21742
21743         Module fnmatch.
21744         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21745         declaration.
21746         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21747         (gl_FUNC_FNMATCH_POSIX): New macro.
21748         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21749         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21750         simply fnmatch.
21751
21752         Module exclude.
21753         * m4/exclude.m4: New file.
21754
21755         Module human.
21756         * m4/human.m4: New file.
21757
21758         Module acl.
21759         * m4/acl.m4: Nop.
21760
21761         Module backupfile.
21762         * m4/backupfile.m4: New file.
21763         * m4/d-ino.m4: Indentation.
21764
21765         Module fsusage.
21766         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21767         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21768         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21769
21770         Module dirfd.
21771         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21772         requirements.
21773
21774         Module euidaccess.
21775         * m4/euidaccess.m4: New file.
21776
21777         Module file-type.
21778         * m4/file-type.m4: New file.
21779
21780         Module fileblocks.
21781         * m4/fileblocks.m4: New file.
21782
21783         Module filemode.
21784         * m4/filemode.m4: New file.
21785
21786         Module isdir.
21787         * m4/isdir.m4: New file.
21788
21789         Module lchown.
21790         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21791         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21792
21793         Module makepath.
21794         * m4/makepath.m4: New file.
21795
21796         Module modechange.
21797         * m4/modechange.m4: New file.
21798
21799         Module mountlist.
21800         * m4/mountlist.m4: New file.
21801         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21802         Indentation.
21803
21804         Module path-concat.
21805         * m4/path-concat.m4: New file.
21806
21807         Module pathmax.
21808         * m4/pathmax.m4: New file.
21809
21810         Module same.
21811         * m4/same.m4: New file.
21812
21813         Module save-cwd.
21814         * m4/save-cwd.m4: New file.
21815
21816         Module savedir.
21817         * m4/savedir.m4: New file.
21818
21819         Module xgetcwd.
21820         * m4/xgetcwd.m4: New file.
21821         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21822
21823         Module xreadlink.
21824         * m4/xreadlink.m4: New file.
21825
21826         Module safe-read.
21827         * m4/safe-read.m4: New file.
21828
21829         Module safe-write.
21830         * m4/safe-write.m4: New file.
21831
21832         Module closeout.
21833         * m4/closeout.m4: New file.
21834
21835         Module stdio-safer.
21836         * m4/stdio-safer.m4: New file.
21837
21838         Module getpass.
21839         * m4/getpass.m4: New file.
21840
21841         Module getugroups.
21842         * m4/getugroups.m4: New file.
21843
21844         Module group-member.
21845         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21846         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21847
21848         Module idcache.
21849         * m4/idcache.m4: New file.
21850
21851         Module userspec.
21852         * m4/userspec.m4: New file.
21853
21854         Module gettime.
21855         * m4/clock_time.m4: New file.
21856         * m4/gettime.m4: New file.
21857
21858         Module settime.
21859         * m4/settime.m4: New file.
21860
21861         Module posixtm.
21862         * m4/posixtm.m4: New file.
21863
21864         Module gethostname.
21865         * m4/gethostname.m4: New file.
21866
21867         Module canon-host.
21868         * m4/canon-host.m4: New file.
21869
21870         Module gettext.
21871         * m4/codeset.m4: New file, from gettext-0.11.5.
21872         * m4/gettext.m4: New file, from gettext-0.11.5.
21873         * m4/glibc21.m4: New file, from gettext-0.11.5.
21874         * m4/iconv.m4: New file, from gettext-0.11.5.
21875         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21876         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21877         * m4/inttypes.m4: New file, from gettext-0.11.5.
21878         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21879         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21880         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21881         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21882         * m4/lib-link.m4: New file, from gettext-0.11.5.
21883         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21884         * m4/progtest.m4: New file, from gettext-0.11.5.
21885         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21886         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21887         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21888
21889         Module localcharset.
21890         * m4/localcharset.m4: New file.
21891
21892         Module hard-locale.
21893         * m4/hard-locale.m4: New file.
21894
21895         Module mbswidth.
21896         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21897         onceonly macros.
21898         * m4/mbrtowc.m4: Add comment.
21899
21900         Module memcasecmp.
21901         * m4/memcasecmp.m4: New file.
21902
21903         Module memcoll.
21904         * m4/memcoll.m4: New file.
21905
21906         Module unicodeio.
21907         * m4/unicodeio.m4: New file.
21908
21909         Module rpmatch.
21910         * m4/rpmatch.m4: New file.
21911
21912         Module yesno.
21913         * m4/yesno.m4: New file.
21914
21915         Module exitfail.
21916         * m4/exitfail.m4: New file.
21917
21918         Module c-stack.
21919         * m4/c-stack.m4 (gl_C_STACK): New macro.
21920         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21921
21922         Module error.
21923         * m4/error.m4 (gl_ERROR): New macro.
21924         (jm_PREREQ_ERROR): Use onceonly macros.
21925
21926         Module fatal.
21927         * m4/fatal.m4: New file.
21928
21929         Module getloadavg.
21930         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21931         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21932
21933         Module getpagesize.
21934         * m4/getpagesize.m4: New file.
21935
21936         Module getusershell.
21937         * m4/getusershell.m4: New file.
21938
21939         Module physmem.
21940         * m4/physmem.m4: New file.
21941
21942         Module posixver.
21943         * m4/posixver.m4: New file.
21944
21945         Module quotearg.
21946         * m4/quotearg.m4: New file.
21947
21948         Module quote.
21949         * m4/quote.m4: New file.
21950
21951         Module readutmp.
21952         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21953
21954         Module sig2str.
21955         * m4/sig2str.m4: New file.
21956
21957         Other.
21958         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21959         ulonglong.m4.
21960         * m4/intmax_t.m4: New file.
21961         * m4/d-type.m4: Indentation.
21962         * m4/jm-macros.m4: Update.
21963         * m4/prereq.m4 (jm_PREREQ): Update.
21964         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21965         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21966         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21967         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21968         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21969         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21970         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21971         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21972         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21973         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21974         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21975         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21976         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21977         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21978         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21979         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21980         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21981         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21982         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21983
21984 2002-12-24  Bruno Haible  <bruno@clisp.org>
21985
21986         * MODULES.txt: Update according to m4/ changes.
21987
21988         Module gettext.
21989         * config.rpath: New file, from gettext-0.11.5.
21990
21991         * modules/*: New module descriptions.
21992         * gnulib-tool: New file.
21993         * MODULES.html.sh: New file.
21994
21995 2002-12-21  Karl Berry  <karl@gnu.org>
21996
21997         * doc/fdl.texi: update to version 1.2.
21998
21999 2002-12-19  Karl Berry  <karl@gnu.org>
22000
22001         * config/config.guess: update from prep.
22002
22003 2002-12-18  Bruno Haible  <bruno@clisp.org>
22004
22005         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22006         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22007
22008 2002-12-17  Bruno Haible  <bruno@clisp.org>
22009
22010         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22011         stdlib.h, string.h.
22012
22013 2002-12-17  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/canon-host.c (strdup): Remove unused declaration.
22016
22017         * lib/fsusage.c: Include full_read.h.
22018         (get_fs_usage): Use full_read instead of safe_read.
22019
22020         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22021
22022 2002-12-12  Karl Berry  <karl@gnu.org>
22023
22024         * config/config.guess: update from prep.
22025
22026 2002-12-11  Bruno Haible  <bruno@clisp.org>
22027
22028         * m4/setenv.m4: New file, from gettext-0.11.5.
22029
22030 2002-12-11  Bruno Haible  <bruno@clisp.org>
22031
22032         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22033         not unsetenv().
22034         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22035         modifications:
22036
22037         2002-12-11  Bruno Haible  <bruno@clisp.org>
22038
22039                 * setenv.c (alloca): Fall back to malloc.
22040                 (freea): New macro.
22041                 (setenv): Use freea() to free memory allocated with alloca().
22042
22043         2002-11-13  Bruno Haible  <bruno@clisp.org>
22044
22045                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22046                 function declarations.
22047                 * unsetenv.c (unsetenv): Likewise.
22048
22049         2002-03-04  Bruno Haible  <bruno@clisp.org>
22050
22051                 Portability to AIX 4.3.3.
22052                 * unsetenv.c: New file, extracted from setenv.c.
22053                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22054
22055         2001-12-20  Bruno Haible  <bruno@clisp.org>
22056
22057                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22058                 use malloc instead. For SunOS 4.
22059
22060         2001-12-11  Bruno Haible  <bruno@clisp.org>
22061
22062                 * setenv.c: Declare alloca.
22063                 (compar_fn_t): New typedef.
22064                 (KNOWN_VALUE, STORE_VALUE): Use it.
22065
22066         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22067         setenv.h.
22068
22069 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22070
22071         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22072         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22073         Choose values that are less likely to collide with system fnmatch
22074         options.
22075         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22076         defined (e.g., a pure POSIX system).
22077         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22078         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22079
22080 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22081
22082         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22083         a pain in practice to deal with generated m4 files.  This change
22084         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22085
22086         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22087         and jm-glibc-io.m4, as they are no longer a special case.
22088         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22089         kludge and the auto-generation stuff.  Check only whether the
22090         functions are declared, not whether they exist, since older hosts
22091         that don't declare the functions can't use the optimization anyway.
22092
22093 2002-12-06  Jim Meyering  <jim@meyering.net>
22094
22095         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22096
22097         Merge in changes from libc's misc/error.c, in preparation
22098         for the merge of gnulib's changes back into libc.
22099
22100         * lib/error.c (_): Define only if not already defined.
22101         Move definition to follow all #include directives.
22102         Include unlocked-io.h only if !_LIBC.
22103         [_LIBC]: Include <libio/libioP.h>.
22104         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22105         (fflush): Tweak definition to use INTUSE.
22106         (putc): Define.
22107
22108 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22109
22110         * lib/alloca.c [defined emacs]: Include "lisp.h".
22111         (xalloc_die) [defined emacs]: New macro.
22112         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22113         [! defined emacs]: Include <xalloc.h>.
22114         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22115         (pointer): Typedef to POINTER_TYPE *.
22116         (malloc): Remove decl; we now always use xmalloc.
22117         (alloca): Use old-style definition, since Emacs needs this.
22118         Check for arithmetic overflow when computing combined size.
22119
22120 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22121
22122         Do not generate unlocked-io.h automatically, since it's easier to
22123         maintain it by hand.
22124
22125         * lib/unlocked-io.h: New file, from GNU diffutils,
22126         but with proper copyright notice and attribution.
22127         * lib/gen-uio: Remove.
22128         * lib/Makefile.am: Add copyright notice.
22129         (libfetish_a_SOURCES): Add unlocked-io.h.
22130         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22131         (DISTCLEANFILES, io_functions): Remove macros.
22132         (EXTRA_DIST): Remove gen_uio.
22133         (unlocked-io.h): Remove rule.
22134
22135 2002-12-04  Jim Meyering  <jim@meyering.net>
22136
22137         Reflect the fact that stat.c and lstat.c are no longer generated.
22138         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22139         (DISTCLEANFILES): Likewise.
22140         (EXTRA_DIST): Likewise.
22141         (all_local): Don't depend on stat.c or lstat.c.
22142         (stat.c, lstat.c): Remove rules.
22143         (EXTRA_DIST): Remove xstat.in.
22144
22145         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22146         * lib/stat.c: New file.  Contents mostly from xstat.in.
22147         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22148         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22149
22150         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22151         too.
22152         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22153
22154 2002-12-03  Jim Meyering  <jim@meyering.net>
22155
22156         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22157         but not semantics, to minimize the differences between these two files.
22158         (safe_read): Change comment to mention SAFE_READ_ERROR.
22159
22160         * lib/safe-read.c (IS_EINTR): Define.
22161         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22162
22163 2002-12-02  Jim Meyering  <jim@meyering.net>
22164
22165         * lib/safe-read.c (EINTR): Define.
22166         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22167         (INT_MAX): Provide fallback.
22168         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22169
22170         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22171
22172 2002-12-02  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22175         Define, taken from safe-read.c.
22176         (INT_MAX): Provide fallback.
22177         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22178         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22179
22180         * lib/safe-read.c (EINTR): Remove definition.
22181         (safe_read): Don't use EINTR if it is absent.
22182
22183 2002-12-01  Jim Meyering  <jim@meyering.net>
22184
22185         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22186         zero.
22187         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22188
22189 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22190
22191         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22192         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22193         with `if (! (value < limit)) abort ();', for readability.
22194
22195 2002-11-26  Karl Berry  <karl@gnu.org>
22196
22197         * lib/strdup.c: copy from libc again, with jim's ok.
22198         * lib/.cppi-disable: re-add strdup.c
22199
22200 2002-11-25  Karl Berry  <karl@gnu.org>
22201
22202         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22203         instead of "strtol.c".
22204
22205 2002-11-25  Karl Berry  <karl@gnu.org>
22206
22207         * config/install-sh: update from automake for variable quoting, $0 in
22208         error msgs, etc.
22209
22210         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22211         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22212         entry.
22213
22214 2002-11-25  Jim Meyering  <jim@meyering.net>
22215
22216         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22217
22218 2002-11-24  Karl Berry  <karl@gnu.org>
22219
22220         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22221         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22222
22223 2002-11-24  Jim Meyering  <jim@meyering.net>
22224
22225         Update from coreutils:
22226
22227         * lib/mktime.c: Merge in changes from libc.
22228
22229         Avoid a link-time failure on some Linux systems.
22230         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22231         (otherwise).
22232         (__mon_yday): Declare with the STATIC attribute.
22233         (__mktime_internal): Likewise.
22234         Based on a report from Greg Schafer.
22235
22236 2002-11-23  Jim Meyering  <jim@meyering.net>
22237
22238         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22239         Use `unsigned', not `int', as type of index.
22240
22241         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22242
22243         * lib/fsusage.c: Remove unneeded parentheses around operands of
22244         `defined'.
22245
22246 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22247
22248         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22249         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22250         so that we can be included first.
22251         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22252         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22253         No need to include stddef.h or sys/types.h any more.
22254         Surround local include files with "", not "<>".
22255         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22256         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22257         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22258         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22259         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22260         (ISPRINT): Remove; no longer needed now that we assume C89.
22261
22262         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22263         Preserve errno.
22264
22265         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22266         quotearg_char): Use SIZE_MAX rather than
22267         (size_t) -1 when we are talking about "infinity".
22268
22269         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22270
22271 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22272
22273         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22274         hint that one should use `if (! x) abort ();' rather than `assert
22275         (x);', and anyway it's one less thing to worry about configuring.
22276         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22277         hash_rehash, hash_insert): Use abort rather than assert.
22278
22279 2002-11-22  Bruno Haible  <bruno@clisp.org>
22280
22281         * lib/safe-read.h: Assume C89. Add comments.
22282         (safe_read): Change return type to size_t.
22283         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22284         byte counts > SSIZE_MAX correctly.
22285         * lib/safe-write.h: New file.
22286         * lib/safe-write.c: New file.
22287         * lib/full-read.h: New file.
22288         * lib/full-read.c: New file.
22289         * lib/full-write.h: Assume C89. Add comments.
22290         * lib/full-write.c: Include safe-write.h.
22291         (full_write): Rewritten to use safe_write.
22292         Suggested by Jim Meyering and Paul Eggert.
22293
22294 2002-11-21  Jim Meyering  <jim@meyering.net>
22295
22296         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22297
22298         Merge in changes from the coreutils.
22299
22300         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22301         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22302         <stdint.h>.
22303         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22304         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22305         int.  Work more efficiently if X is the same width as uintmax_t.
22306         Do not compare X to -1, to avoid bogus compiler warning.
22307         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22308         Don't assume that f_frsize and f_bsize are the same type.
22309
22310         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22311         warning on FreeBSD.
22312
22313         * lib/makepath.c (make_path): Restore umask *before* creating the final
22314         component.
22315         (make_path): Minor reformatting.
22316
22317         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22318         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22319         HAVE_MALLOC/HAVE_REALLOC.
22320
22321         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22322         dummy ones.  At least on GNU/Linux systems, `auto' means something
22323         else.
22324         From Michael Stone.
22325
22326 2002-11-21  Bruno Haible  <bruno@clisp.org>
22327
22328         Remove case insensitive option matching.
22329         * lib/argmatch.h (argcasematch): Remove declaration.
22330         (ARGCASEMATCH): Remove macro.
22331         (__xargmatch_internal): Remove case_sensitive argument.
22332         (XARGMATCH): Update.
22333         (XARGCASEMATCH): Remove macro.
22334         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22335         case_sensitive argument.
22336         (argcasematch): Remove function.
22337         (__xargmatch_internal): Remove case_sensitive argument.
22338         (main): Use XARGMATCH instead of XARGCASEMATCH.
22339
22340         * lib/xmalloc.c: Change compile-time error message. Add comment about
22341         required autoconf version.
22342
22343 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22344
22345         Merge argmatch cleanups from Bison.  Assume C89.
22346
22347         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22348         Include stdlib.h, for EXIT_FAILURE.
22349         Always include <string.h>, since we assume C89.
22350         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22351         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22352         Include <stddef.h> instead, since it's all we need for size_t.
22353         (PARAMS): Remove.  All uses removed.
22354         (ARRAY_CARDINALITY): Do not bother to #undef.
22355         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22356         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22357         Remove unnecessary parentheses.
22358         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22359         Insert necessary parentheses.
22360         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22361         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22362
22363 2002-11-19  Bruno Haible  <bruno@clisp.org>
22364
22365         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22366         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22367
22368         * lib/mbswidth.h (PARAMS): Remove macro.
22369         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22370         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22371
22372         * lib/gcd.h (PARAMS): Remove macro.
22373         (gcd): Use ANSI C function declarations.
22374         * lib/gcd.c (gcd): Likewise.
22375
22376 2002-11-15  Bruno Haible  <bruno@clisp.org>
22377
22378         * lib/strcspn.c: Include <stddef.h>.
22379         (strcspn): Use ANSI C function declaration. Change return type to
22380         size_t. Use NULL.
22381         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22382         (strpbrk): Use NULL.
22383         * lib/strpbrk.h (PARAMS): Remove macro.
22384         (strpbrk): Use ANSI C function declaration.
22385         * lib/strstr.c: Don't include <sys/types.h>.
22386         * lib/strstr.h (PARAMS): Remove macro.
22387         (strstr): Use ANSI C function declarations.
22388
22389 2002-11-14  Karl Berry  <karl@gnu.org>
22390
22391         * config/mkinstalldirs: `do' on separate line, instead of
22392         `for var; do'.
22393
22394 2002-11-06  Bruno Haible  <bruno@clisp.org>
22395
22396         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22397         * lib/gcd.c (gcd): Likewise.
22398
22399 2002-11-05  Bruno Haible  <bruno@clisp.org>
22400
22401         * lib/gcd.h: New file, from gettext-0.11.5.
22402         * lib/gcd.c: New file, from gettext-0.11.5.
22403
22404 2002-11-05  Bruno Haible  <bruno@clisp.org>
22405
22406         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22407         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22408         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22409         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22410
22411         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22412         <libintl.h>.
22413         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22414         <libintl.h>.
22415
22416         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22417         * lib/human.c: Include gettext.h instead of <libintl.h>.
22418         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22419         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22420         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22421         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22422         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22423         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22424         (textdomain): Remove definition.
22425         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22426
22427         * lib/long-options.c: Remove include of <libintl.h> and definition of
22428         _.
22429         * lib/same.c: Remove include of <libintl.h> and definition of _.
22430
22431 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22432
22433         * lib/config.charset: A few additions for Solaris.
22434
22435 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22436
22437         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22438         * lib/localcharset.c (locale_charset): Declare as extern "C".
22439
22440 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22441
22442         * lib/config.charset: msdos in uk_UA uses CP1125.
22443
22444 2002-11-04  Bruno Haible  <bruno@clisp.org>
22445
22446         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22447         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22448         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22449         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22450         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22451
22452 2002-11-04  Bruno Haible  <bruno@clisp.org>
22453
22454         * lib/localcharset.c (locale_charset): Don't return an empty string.
22455
22456 2002-11-04  Bruno Haible  <bruno@clisp.org>
22457
22458         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22459         aliases.
22460
22461 2002-11-04  Bruno Haible  <bruno@clisp.org>
22462
22463         * lib/config.charset: Update for newest glibc. Add canonical names
22464         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22465
22466 2002-11-04  Bruno Haible  <bruno@clisp.org>
22467
22468         * lib/config.charset: Add support for NetBSD.
22469
22470 2002-11-04  Bruno Haible  <bruno@clisp.org>
22471
22472         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22473
22474 2002-11-01  Bruno Haible  <bruno@clisp.org>
22475
22476         * configure.in: Add AC_CONFIG_AUX_DIR call.
22477         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22478         test/Makefile.
22479         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22480
22481 2002-09-28  Karl Berry  <karl@gnu.org>
22482
22483         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22484         installed automake until the next release, since changes have been
22485         made.
22486
22487 2002-09-25  Karl Berry  <karl@gnu.org>
22488
22489         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22490         * lib/getopt*: copy from libc/posix.
22491         * lib/gettext.h: copy from gettext.
22492         * lib/.cppi-disable: add strdup.c, gettext.h.
22493
22494 2002-09-25  Karl Berry  <karl@gnu.org>
22495
22496         * config/srclist.txt: enable gettext.h check.
22497         * config/config.{guess,sub}: update from prep.
22498         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22499                 from automake 1.6.3.
22500         See srclist*.
22501
22502 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22503
22504         * regex.c (PATFETCH): Remove the translating fetch.
22505         (PATFETCH_RAW): Rename to PATFETCH.
22506         (set_image_of_range): New fun.
22507         (SET_RANGE_TABLE_WORK_AREA): Use it.
22508         (regex_compile): Don't translate the pattern chars so eagerly.
22509         Only do it when inserting an `exactn' bytecode or when handling
22510         a char-range.
22511         (mutually_exclusive_p): Avoid empty statement.
22512
22513 2002-07-06  Jim Meyering  <meyering@lucent.com>
22514
22515         * m4/README: Don't mention Makefile.am.in.
22516         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22517
22518 2002-07-01  Jim Meyering  <meyering@lucent.com>
22519
22520         * lib/c-stack.c: Include sys/time.h.
22521         From Volker Borchert.
22522
22523 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22524
22525         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22526
22527 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22528
22529         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22530         New macro.  Use it uniformly instead of
22531         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22532         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22533         reported by Vin Shelton.
22534
22535 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22536
22537         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22538         Do not assume SA_SIGINFO behavior.
22539         Bug reported by Jim Meyering on NetBSD 1.5.2.
22540
22541 2002-06-22  Jim Meyering  <meyering@lucent.com>
22542
22543         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22544         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22545
22546         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22547         now that configure.ac uses AC_GNU_SOURCE.
22548         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22549         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22550
22551         Update to latest tools.  Suggestions from Paul Eggert.
22552         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22553         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22554         * m4/fnmatch.m4: Likewise.
22555         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22556         to AC_HEADER_STDBOOL
22557
22558 2002-06-22  Jim Meyering  <meyering@lucent.com>
22559
22560         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22561         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22562
22563 2002-06-22  Jim Meyering  <meyering@lucent.com>
22564
22565         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22566
22567         * lib/exitfail.c, exitfail.h: Likewise.
22568         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22569
22570         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22571         of fnmatch.h.
22572         (EXTRA_DIST): Add fnmatch_loop.c.
22573         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22574
22575         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22576         * lib/fnmatch.c: Update from diffutils-2.8.2.
22577         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22578         * lib/fnmatch.h: Remove file.
22579
22580 2002-06-21  Jim Meyering  <meyering@lucent.com>
22581
22582         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22583         * m4/mbrtowc.m4: Likewise.
22584
22585         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22586         * m4/mbswidth.m4: Reflect name change:
22587         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22588         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22589
22590         * m4/lib-link.m4: Update from gettext-0.11.2.
22591         * m4/gettext.m4: Likewise.
22592
22593         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22594         From Alfred M. Szmidt.
22595
22596 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22597
22598         * lib/file-type.h: Report an error if neither S_ISREG nor
22599         S_IFREG is defined, instead of using a test specific to glibc
22600         2.2.  This should be safe, since POSIX requires S_ISREG and
22601         Unix Version 7 had S_IFREG.  We don't need to check for
22602         <sys/types.h> since we don't use any symbols that it defines.
22603
22604 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22605
22606         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22607         $@-t, so that each temporary file name is unique and valid in the first
22608         8 characters, for operation under DOS.
22609
22610 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22611
22612         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22613
22614 2002-06-15  Jim Meyering  <meyering@lucent.com>
22615
22616         Work even with DJGPP 2.03, which lacks support for symlinks.
22617         From Richard Dawe.
22618         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22619         is defined.
22620         * lib/lchown.c (S_ISLNK): Likewise.
22621
22622 2002-06-15  Jim Meyering  <meyering@lucent.com>
22623
22624         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22625         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22626         have been included before this file.
22627
22628 2002-06-14  Jim Meyering  <meyering@lucent.com>
22629
22630         * lib/file-type.h: Use the version from diffutils-2.8.2.
22631         * lib/file-type.c: Likewise.
22632
22633 2002-06-07  Jim Meyering  <meyering@lucent.com>
22634
22635         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22636         They're needed at least for NetBSD 1.5.2.
22637         ($statxfs_includes): Include those same headers.
22638         ($statxfs_includes): Include sys/vfs.h if available.
22639         ($statxfs_includes): Likewise for sys/statvfs.h.
22640         Check for the following members in both structs statfs and statvfs:
22641         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22642
22643 2002-06-01  Jim Meyering  <meyering@lucent.com>
22644
22645         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22646         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22647
22648 2002-05-28  Jim Meyering  <meyering@lucent.com>
22649
22650         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22651         Reported by Volker Borchert.
22652
22653 2002-05-27  Jim Meyering  <meyering@lucent.com>
22654
22655         Fix a problem seen only on nonconforming systems whereby ls.c's
22656         use of localtime, and then of gettimeofday would cause trouble:
22657         the localtime call used to initialize rpl_gettimeofday's save
22658         mechanism would clobber ls's current local time information so
22659         that in any long listing the first file would always be listed
22660         with date 1970-01-01.  Analysis by Volker Borchert.
22661
22662         * lib/gettimeofday.c (localtime): Undefine.
22663         (rpl_localtime): New function.
22664
22665 2002-05-27  Jim Meyering  <meyering@lucent.com>
22666
22667         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22668         localtime.
22669
22670         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22671         use the replacement function; it wouldn't resolve at link time.
22672         Reported by Volker Borchert.
22673
22674 2002-05-22  Jim Meyering  <meyering@lucent.com>
22675
22676         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22677         file-type.h.
22678         * lib/file-type.h: New file.
22679         * lib/file-type.c (file_type): New file/function.  Extracted from
22680         diffutils.
22681
22682 2002-04-30  Jim Meyering  <meyering@lucent.com>
22683
22684         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22685
22686 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22687
22688         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22689
22690 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22691
22692         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22693         Do not check for alloca.h (no longer used) or stdbool.h (was never
22694         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22695
22696 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22697
22698         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22699
22700 2002-04-29  Jim Meyering  <meyering@lucent.com>
22701
22702         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22703         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22704         Use AC_FUNC_STRNLEN here instead.
22705
22706         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22707         With autoconf-2.53a, it's part of AC_PROG_CC.
22708
22709 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22710
22711         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22712         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22713
22714 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22715
22716         * lib/sig2str.h, lib/sig2str.c: New files.
22717         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22718
22719 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22720
22721         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22722         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22723         of 127, since 64 is the largest conceivable number for ancient
22724         nonstandard hosts.
22725         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22726
22727 2002-04-28  Jim Meyering  <meyering@lucent.com>
22728
22729         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22730
22731 2002-04-24  Jim Meyering  <meyering@lucent.com>
22732
22733         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22734         (jm_PREREQ): Use it.
22735
22736         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22737         mach/mach.h fcntl.h.
22738         Check for this function: setlocale.
22739
22740 2002-04-24  Jim Meyering  <meyering@lucent.com>
22741
22742         * lib/gettext.h: New file, from Gettext.
22743         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22744         (libfetish_a_SOURCES): Add gettext.h.
22745
22746 2002-04-16  Jim Meyering  <meyering@lucent.com>
22747
22748         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22749         ut_pid, ut_id, ut_exit.
22750
22751 2002-04-16  Jim Meyering  <meyering@lucent.com>
22752
22753         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22754         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22755         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22756
22757 2002-04-12  Jim Meyering  <meyering@lucent.com>
22758
22759         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22760         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22761         existence of the getmntinfo function.  Needed for Darwin 5.3.
22762
22763         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22764         This is necessary at least on Darwin 5.3.
22765
22766         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22767         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22768         strnlen.o in the library, and that makes some versions of ranlib
22769         object.
22770
22771 2002-04-12  Jim Meyering  <meyering@lucent.com>
22772
22773         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22774
22775 2002-04-09  Jim Meyering  <meyering@lucent.com>
22776
22777         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22778         to be more precise.  Rather than saying we're checking whether the
22779         function `works', say what we're testing.
22780         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22781         Reported by Bruno Haible.
22782
22783 2002-03-10  Jim Meyering  <meyering@lucent.com>
22784
22785         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22786         Suggestion from Santiago Vila.
22787
22788 2002-03-08  Jim Meyering  <meyering@lucent.com>
22789
22790         * lib/rename.c: Mention that this wrapper is needed also on
22791         mips-dec-ultrix4.4 systems.
22792
22793 2002-03-02  Jim Meyering  <meyering@lucent.com>
22794
22795         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22796         not HAVE_CLOCK_SETTIME.
22797
22798 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22799
22800         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22801         Check for clock_settime.
22802
22803 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22804
22805         * lib/nanosleep.h: Rename to....
22806         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22807
22808         * lib/gettime.c: New file.
22809         * lib/settime.c: New file.
22810         * lib/stime.c: Remove.
22811
22812         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22813         timespec.h.  Remove nanosleep.h.
22814
22815 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22816
22817         * m4/acl.m4: New file.
22818         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22819         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22820
22821 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22822
22823         * lib/acl.c, lib/acl.h: New files.
22824         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22825
22826 2002-02-24  Jim Meyering  <meyering@lucent.com>
22827
22828         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22829         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22830         cause trouble.  Reported by Nelson Beebe.
22831
22832 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22833
22834         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22835         compilers that don't know that xalloc_die never returns.
22836
22837 2002-02-20  Jim Meyering  <meyering@lucent.com>
22838
22839         * lib/getdate.c: Regenerate using bison-1.33.
22840
22841 2002-02-17  Jim Meyering  <meyering@lucent.com>
22842
22843         * config/config.guess (main): Don't use `head -1'; it's no longer
22844         portable. Use `sed 1q' instead.
22845
22846 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22847
22848         * m4/codeset.m4: Upgrade to gettext-0.11.
22849         * m4/gettext.m4: Upgrade to gettext-0.11.
22850         * m4/glibc21.m4: Upgrade to gettext-0.11.
22851         * m4/iconv.m4: Upgrade to gettext-0.11.
22852         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22853         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22854         * m4/lib-ld.m4: New file, from gettext-0.11.
22855         * m4/lib-link.m4: New file, from gettext-0.11.
22856         * m4/lib-prefix.m4: New file, from gettext-0.11.
22857         * m4/progtest.m4: Upgrade to gettext-0.11.
22858
22859 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22860
22861         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22862         (jm_PREREQ): Use it.
22863
22864 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22865
22866         * lib/posixver.c, lib/posixver.h: New files.
22867         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22868
22869 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22870             Bruno Haible  <bruno@clisp.org>
22871
22872         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22873         (fwrite_success_callback): New declaration.
22874         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22875         print_unicode_char. Call failure callback instead of error.
22876         (fwrite_success_callback): New function.
22877         (exit_failure_callback): New function.
22878         (fallback_failure_callback): New function.
22879         (print_unicode_char): Call unicode_to_mb.
22880
22881 2002-01-26  Jim Meyering  <meyering@lucent.com>
22882
22883         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22884         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22885
22886 2002-01-26  Jim Meyering  <meyering@lucent.com>
22887
22888         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22889
22890 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22891
22892         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22893
22894 2002-01-22  Jim Meyering  <meyering@lucent.com>
22895
22896         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22897         Otherwise, some versions of automake would omit the rule that makes
22898         Makefile from Makefile.in.
22899
22900 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22901
22902         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22903         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22904         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22905         (memcoll): Set errno to zero if there is no error.
22906
22907         * lib/quotearg.c (quotearg_buffer_restyled):
22908         Fix bug with quoting buffers containing NUL when backslashing escapes.
22909         This bug was exposed by the other changes in this patch.
22910         (quotearg_n_options): New arg ARGSIZE.
22911         All callers changed.
22912         (quoting_options_from_style): New function.
22913         (quotearg_n_style): Use it.
22914         (quotearg_n_style_mem): New function.
22915
22916         * lib/quotearg.h (quotearg_n_style_mem): New function.
22917
22918 2002-01-19  Jim Meyering  <meyering@lucent.com>
22919
22920         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22921         Remove useless quotes: DF_PROG="df".
22922         * m4/strnlen.m4: New file.
22923
22924 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22925
22926         * lib/backupfile.c (ISDIGIT): Comment fix.
22927         * lib/getdate.y (ISDIGIT): Likewise.
22928         * lib/posixtm.c (ISDIGIT, year): Likewise.
22929         * lib/strverscmp.c (ISDIGIT): Likewise.
22930         * lib/userspec.c (ISDIGIT): Likewise.
22931
22932 2002-01-16  Jim Meyering  <meyering@lucent.com>
22933
22934         * lib/getdate.y: Add three semicolons, each just before a closing
22935         brace. Bison (as of version 1.31) no longer papers over that mistake.
22936
22937 2002-01-05  Jim Meyering  <meyering@lucent.com>
22938
22939         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22940
22941 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22942
22943         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22944         not silently exit merely because the output buffer happens to
22945         have nothing pending.
22946
22947 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22948
22949         See the big note in ../ChangeLog.
22950         * lib/human.c (suffixes): Prefer K to k for 1024.
22951         (generate_suffix_backwards): New function.
22952         (human_readable_inexact): Use it.
22953         * lib/xstrtol.c (__xstrtol): If there is no number but there
22954         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22955         Accept 'K' as well as 'k'.
22956
22957 2001-12-15  Jim Meyering  <meyering@lucent.com>
22958
22959         * lib/regex.h (__restrict_arr): Update from libc.
22960
22961         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22962         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22963         (STREQ): Define.
22964
22965 2001-12-14  Jim Meyering  <meyering@lucent.com>
22966
22967         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22968         Suggestion from Bruno Haible.
22969
22970 2001-12-10  Jim Meyering  <meyering@lucent.com>
22971
22972         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22973         xrealloc, Instead, include "xalloc.h".
22974         (initbuffer): Don't cast xmalloc return value to char*.
22975         (readline): Reword comment.
22976         Don't cast xrealloc return value to char*
22977         Return NULL, not 0.
22978
22979 2001-12-09  Jim Meyering  <meyering@lucent.com>
22980
22981         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22982         about `signed and unsigned type in conditional expression'.
22983         * lib/posixtm.c (posix_time_parse): Likewise.
22984
22985         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22986
22987         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22988         to avoid a pedantic warning.
22989
22990         * lib/getstr.c: Don't include assert.h.
22991         (getstr): Remove warning-evoking assertions.
22992         Return -1 if offset parameter is out of bounds.
22993         Change the type of a local from int to size_t.
22994
22995         * lib/strftime.c (my_strftime_localtime_r): Include this function
22996         definition in the `#if ! HAVE_TM_GMTOFF' block.
22997
22998         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22999         Include xalloc.h instead.
23000
23001 2001-12-02  Jim Meyering  <meyering@lucent.com>
23002
23003         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23004         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23005         included.
23006
23007         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23008         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23009
23010 2001-11-30  Akim Demaille  <akim@epita.fr>
23011
23012         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23013         before being defined.
23014
23015 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23016
23017         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23018         First arg is int, not unsigned.
23019         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23020         (SIZE_MAX, UINT_MAX): New macros.
23021         (quotearg_n_options): Abort if N is negative.
23022         Avoid overflow check on hosts where size_t is 64 bits and int
23023         is 32 bits, as overflow is impossible there.
23024         Fix off-by-one typo that caused unnecessary reallocation.
23025
23026 2001-11-27  Jim Meyering  <meyering@lucent.com>
23027
23028         * lib/tempname.c: Merge with version from libc.
23029         * lib/regex.c: Likewise.
23030
23031         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23032         systems for which STDC_HEADERS is 0, it was not included, resulting in
23033         a warning about an integer-to-pointer conversion problem with getenv.
23034         Reported by Volker Borchert.
23035
23036 2001-11-26  Jim Meyering  <meyering@lucent.com>
23037
23038         * lib/gtod.h: Remove file.
23039         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23040         * lib/gettimeofday.c: Don't include gtod.h.
23041         (GTOD_init): Remove function.
23042         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23043         Suggestion from Volker Borchert.
23044
23045 2001-11-23  Jim Meyering  <meyering@lucent.com>
23046
23047         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23048         it.
23049         * lib/hash.c (struct hash_table): Define it here instead.
23050
23051 2001-11-22  Jim Meyering  <meyering@lucent.com>
23052
23053         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23054
23055 2001-11-20  Jim Meyering  <meyering@lucent.com>
23056
23057         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23058         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23059
23060 2001-11-19  Jim Meyering  <meyering@lucent.com>
23061
23062         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23063         directory.  Use "conftestXXXXXX" as the template.
23064         Suggestion from Paul Eggert.
23065
23066         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23067         immediately, so the test doesn't mistakenly hit the max-open-files
23068         limit.
23069
23070 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23071
23072         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23073         (TEMPORARIES): New macro.
23074         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23075         removes an artificial limitation (e.g. HP-UX 10.20, where
23076         TMP_MAX is 17576).
23077
23078 2001-11-18  Jim Meyering  <meyering@lucent.com>
23079
23080         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23081
23082 2001-11-18  Jim Meyering  <meyering@lucent.com>
23083
23084         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23085         on SunOS 4.
23086
23087         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23088         files will be created before anything else.
23089
23090 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23091
23092         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23093         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23094
23095 2001-11-17  Jim Meyering  <meyering@lucent.com>
23096
23097         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23098         Prompted by a report from Bob Proulx.
23099
23100         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23101         Instead, require UTILS_FUNC_MKSTEMP.
23102
23103 2001-11-17  Jim Meyering  <meyering@lucent.com>
23104
23105         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23106         Now, that's done as part of AC_FUNC_STRTOD.
23107
23108 2001-11-17  Jim Meyering  <meyering@lucent.com>
23109
23110         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23111         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23112         rather than group writable.  Patch by Juan F. Codagnone.
23113
23114         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23115         xrealloc, Instead, include "xalloc.h".
23116
23117         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23118         Remove explicit declarations of xmalloc, xrealloc,
23119         and xstrdup.  Instead, include "xalloc.h".
23120
23121         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23122         unlocked-io.h.
23123         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23124         Likewise.
23125         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23126
23127         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23128         Reported by Padraig Brady.
23129
23130         * lib/mkstemp.c: #undef mkstemp.
23131         Include config.h.
23132         (rpl_mkstemp): Rename from mkstemp.
23133         Protoize.
23134
23135 2001-11-16  Jim Meyering  <meyering@lucent.com>
23136
23137         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23138         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23139         determine the amount of total physical memory, use pstat_getstatic.
23140         HPUX-11 doesn't define _SC_PHYS_PAGES.
23141         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23142         If sysconf couldn't be used to determine the amount of available
23143         physical memory, use both pstat_getstatic and pstat_getdynamic.
23144         Based on a patch from Bob Proulx.
23145
23146 2001-11-10  Jim Meyering  <meyering@lucent.com>
23147
23148         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23149         (jm_PREREQ): Use it.
23150
23151 2001-11-09  Jim Meyering  <meyering@lucent.com>
23152
23153         * m4/jm-macros.m4: Require autoconf-2.52f.
23154         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23155         Use these AC_-prefixed names, not the AM_-prefixed ones.
23156
23157         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23158
23159 2001-11-05  Jim Meyering  <meyering@lucent.com>
23160
23161         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23162
23163 2001-11-04  Jim Meyering  <meyering@lucent.com>
23164
23165         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23166         $DEFS.
23167
23168 2001-11-03  Jim Meyering  <meyering@lucent.com>
23169
23170         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23171         of AC_DEFUN.
23172
23173         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23174         know the name of the variable in the macro definition.
23175
23176 2001-11-03  Jim Meyering  <meyering@lucent.com>
23177
23178         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23179         in argmatch_to_argument call.
23180
23181         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23182         argument.
23183
23184         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23185         e.g., a fault due to an attempt to free a NULL pointer.
23186
23187 2001-11-01  Jim Meyering  <meyering@lucent.com>
23188
23189         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23190         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23191
23192 2001-11-01  Jim Meyering  <meyering@lucent.com>
23193
23194         * lib/dirfd.c, lib/dirfd.h: New files.
23195         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23196
23197         * lib/hash.c (hash_print) [TESTING]: Clean up.
23198
23199 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23200
23201         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23202         to avoid a warning if -Wall.
23203
23204 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23205
23206         * README: New file
23207         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23208         (per RMS's instructions, this is now the canonical source)
23209         * lgpl/, gpl/: New directories.
23210
23211 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23212
23213         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23214
23215 2001-10-21  Jim Meyering  <meyering@lucent.com>
23216
23217         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23218         this code would end up calling gettext even in packages built
23219         with --disable-nls.
23220         * lib/getopt.c (_): Likewise.
23221         * lib/regex.c (_): Likewise.
23222
23223 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23224
23225         * m4/error.m4 (jm_PREREQ_ERROR):
23226         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23227         AC_FUNC_STRERROR_R does that.
23228         Check for strerror declaration.
23229
23230         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23231         are supposed to have them these days.
23232         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23233         Merge changes from latest Autoconf CVS.
23234         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23235         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23236         POSIX decided to standardize on the int flavor of strerror_r.
23237
23238 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23239
23240         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23241         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23242         Use strerror_r that is only a macro, even if it is not a function.
23243         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23244         (private_strerror): Use prototypes, not old-style function definition.
23245         (print_errno_message): New function.
23246         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23247         char*-flavored one.
23248         (error_tail, error, error_at_line): Use it.
23249
23250 2001-10-11  Jim Meyering  <meyering@lucent.com>
23251
23252         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23253         and quote_n (1, ... to avoid clobbering a buffer.
23254
23255 2001-10-05  Jim Meyering  <meyering@lucent.com>
23256
23257         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23258         hash-pjw.h.
23259         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23260         * lib/hash-pjw.h: New file.
23261
23262 2001-09-30  Jim Meyering  <meyering@lucent.com>
23263
23264         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23265         `struct fsstat' has the `f_fstypename' member.
23266         Use that to define FS_TYPE, which is now used to make
23267         the getfsstat link test tighter.
23268
23269 2001-09-30  Jim Meyering  <meyering@lucent.com>
23270
23271         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23272         Include <sys/ucred.h>, for Apple Darwin.
23273         Include sys/mount.h and sys/fs_types.h only if available.
23274         (FS_TYPE): Define.
23275         (read_filesystem_list): Use FS_TYPE.
23276
23277 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23278
23279         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23280         a boolean context.
23281
23282 2001-09-29  Jim Meyering  <meyering@lucent.com>
23283
23284         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23285         [one-argument getmntent function]): Include stdio.h before mntent.h.
23286         SunOS 4.1.x needs it for the declaration of `FILE'.
23287         Patch by Volker Borchert.
23288
23289         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23290         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23291         sys/fs_types.h, and make the link-test for getfsstat guard #include
23292         directives with appropriate #if HAVE_*_H tests so that we can
23293         detect getfsstat on Apple Darwin1.3.7 systems.
23294         Reported by Nelson Beebe.
23295         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23296
23297 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23298
23299         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23300         #defines strtoimax.  Also treat the other strto* functions
23301         like strtoimax.
23302
23303         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23304         Check for strtoul and strtoumax,
23305         as those declarations are made even in the signed case.
23306         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23307         Likewise, for strtol and strtoimax.
23308
23309 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23310
23311         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23312         #defines strtoimax.  Also treat the other strto* functions
23313         like strtoimax.
23314
23315         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23316         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23317         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23318
23319 2001-09-26  Jim Meyering  <meyering@lucent.com>
23320
23321         Most macros in unlocked-io.h had the wrong number of arguments.
23322         * lib/gen-uio: New script.
23323         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23324         * lib/unlocked-io.hin: Remove file.
23325         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23326         rather than trying to embed it here.
23327         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23328         Reported by Padraig Brady.
23329
23330 2001-09-25  Volker Borchert  <bt@teknon.de>
23331
23332         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23333         `result'.
23334
23335 2001-09-24  Jim Meyering  <meyering@lucent.com>
23336
23337         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23338
23339 2001-09-23  Jim Meyering  <meyering@lucent.com>
23340
23341         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23342         instead of the mere test for existence of mntent.h.  The latter
23343         would get a false-positive on AIX 3.4 systems.
23344         In the outer getmntent if-block, don't die if neither of the getmntent
23345         tests succeeds.  Instead, just fall through and continue with the
23346         remaining tests.
23347
23348 2001-09-23  Jim Meyering  <meyering@lucent.com>
23349
23350         * lib/mountlist.c: Remove useless parentheses in #if directives.
23351         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23352         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23353
23354 2001-09-22  Jim Meyering  <meyering@lucent.com>
23355
23356         * m4/gettext.m4: New file.  From gettext.
23357         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23358         * m4/progtest.m4: Likewise
23359         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23360         * m4/glibc21.m4: Likewise.
23361
23362         * m4/libintl.m4: Remove.  No longer used.
23363
23364 2001-09-22  Jim Meyering  <meyering@lucent.com>
23365
23366         * lib/localcharset.c: Update from latest gettext.
23367         * lib/config.charset: Likewise.
23368
23369 2001-09-20  Jim Meyering  <meyering@lucent.com>
23370
23371         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23372         strtoimax.
23373         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23374         strtoumax.
23375
23376 2001-09-20  Jim Meyering  <meyering@lucent.com>
23377
23378         * lib/xstrtol.c (strtoimax): Guard declaration with
23379         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23380         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23381         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23382         (strtoumax): Likewise, for completeness (it wasn't necessary).
23383
23384 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23385
23386         * lib/strtoimax.c (HAVE_LONG_LONG):
23387         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23388         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23389         to work around bug in IBM C compiler.
23390
23391 2001-09-17  Jim Meyering  <meyering@lucent.com>
23392
23393         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23394         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23395         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23396         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23397         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23398         whenever the right hand side need not be expanded by the shell.
23399
23400 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23401
23402         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23403         library.  It's not correct, as some older glibcs are buggy.
23404         fnmatch wasn't fixed until glibc 2.2.
23405
23406         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23407         special shell magic here.
23408
23409 2001-09-16  Jim Meyering  <meyering@lucent.com>
23410
23411         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23412         * m4/jm-macros.m4: Require it.
23413
23414 2001-09-16  Jim Meyering  <meyering@lucent.com>
23415
23416         * lib/mkdir.c: New file.
23417
23418 2001-09-15  Jim Meyering  <meyering@lucent.com>
23419
23420         * m4/jm-macros.m4: Check for help2man.
23421
23422 2001-09-11  Jim Meyering  <meyering@lucent.com>
23423
23424         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23425         The body, by Paul Eggert, was moved here from configure.in.
23426         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23427
23428 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23429
23430         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23431         (jm_PREREQ): Use it.
23432
23433 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23434
23435         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23436         Use ssize_t, not int, to store result of readlink.
23437         Check for ssize_t overflow as well as size_t overflow,
23438         as POSIX says the result of readlink is implementation-defined
23439         when ssize_t overflows.
23440         Remove unnecessary cast to char*.
23441         Use free+malloc instead of realloc, as the storage doesn't need
23442         to be preserved and it's clearer and can be more efficient that way.
23443         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23444         * lib/xreadlink.h (xreadlink): Update prototype.
23445
23446 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23447
23448         * lib/xgetcwd.c: Revert some of the previous change; intead,
23449         fix the HAVE_GETCWD_NULL code to behave more like the
23450         !HAVE_GETCWD_NULL code used to.
23451
23452         Include "xalloc.h".
23453         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23454         invoke xalloc_die.
23455
23456 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23457
23458         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23459         sys/param.h, as pathmax.h includes them.
23460
23461 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23462
23463         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23464         (jm_PREREQ_XGETCWD): New macro.
23465
23466         * m4/getcwd.m4: New file.
23467
23468 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23469
23470         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23471         like the HAVE_GETCWD_NULL code.
23472         Include pathmax.h if not HAVE_GETCWD.
23473         Do not include xalloc.h.
23474         (INITIAL_BUFFER_SIZE): New symbol.
23475         Do not use xmalloc / xrealloc, since the caller is responsible for
23476         handling errors.  Preserve errno around `free' during failure.
23477         Do not overrun buffer when using getwd.
23478
23479 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23480
23481         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23482         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23483         getcwd (NULL, 0).
23484
23485 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23486
23487         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23488         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23489         spotted by Jim Meyering.
23490
23491 2001-09-03  Jim Meyering  <meyering@lucent.com>
23492
23493         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23494         failure.
23495
23496 2001-09-02  Jim Meyering  <meyering@lucent.com>
23497
23498         * lib/error.c: Update from GNU libc.
23499
23500 2001-09-01  Jim Meyering  <meyering@lucent.com>
23501
23502         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23503         Used by df.
23504
23505 2001-09-01  Jim Meyering  <meyering@lucent.com>
23506
23507         * lib/xreadlink.c: New file.
23508         * lib/xreadlink.h: New file.
23509         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23510         xreadlink.h.
23511
23512         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23513         doesn't conflict with sparc Solaris 7's definition in
23514         /usr/include/sys/int_types.h.
23515
23516         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23517         files.
23518         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23519         and strncasecmp as r-values.  Unixware didn't have declarations.
23520
23521 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23522
23523         * lib/xstrtol.h: Add copyright notice.
23524         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23525         LONGINT_INVALID_SUFFIX_CHAR.
23526
23527 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23528
23529         * lib/xstrtol.c (strtoimax): New decl.
23530
23531 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23532
23533         * lib/xgetcwd.c: Don't include pathmax.h.
23534         Include stdlib.h and unistd.h if available.
23535         Include xalloc.h.
23536         (xmalloc, xstrdup, free): Remove decls.
23537         (xgetcwd): Don't assume sizes fit in unsigned.
23538         Check for overflow when computing sizes.
23539         Simplify reallocation code.
23540
23541 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23542
23543         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23544         a directory's st_size can have an arbitrary value, so the old
23545         usage could waste an arbitrary amount of memory.  All uses
23546         changed.
23547         * lib/savedir.h: Update prototype.
23548
23549 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23550
23551         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23552
23553         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23554         old strtoimax.c.
23555
23556         Also, make the following further changes to make this file's
23557         configuration more similar to that of strtol.c:
23558         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23559         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23560         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23561         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23562         changed to signed values.
23563
23564         And make the following changes as well:
23565         Fix copyright notice, as 1999 was missing.
23566         (verify): New macro.
23567         (strtoimax): Check sizes at compile-time, not run-time.
23568         Prefer strtol to strtoll if both work.
23569         (main): Remove; it was not that useful and was a pain to maintain.
23570
23571         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23572
23573 2001-08-31  Jim Meyering  <meyering@lucent.com>
23574
23575         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23576         Use an initial, malloc'd, buffer of length 128 rather than
23577         a statically allocated one of length 1024.
23578
23579 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23580
23581         Simplify code, partly by assuming autoconf 2.52 semantics.
23582
23583         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23584
23585         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23586         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23587         All uses removed.
23588         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23589         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23590         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23591         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23592         jm_AC_HEADER_INTTYPES_H.
23593         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23594
23595         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23596
23597         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23598         Quote first arg of AC_DEFUN.
23599         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23600         since they are needed to parse the include file even if we need
23601         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23602         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23603         but with opposite signedness.
23604
23605 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23606
23607         Merge 'exclude' changes from tar 1.13.22.
23608         This fixes one or two unlikely storage allocation overflow bugs,
23609         but doesn't change user-visible behavior otherwise.
23610
23611 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23612
23613         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23614         (jm_PREREQ_EXCLUDE): New macro.
23615
23616 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23617
23618         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23619         tm to be declared.
23620
23621 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23622
23623         * lib/hash.c: Remove '2001' from copyright notice.
23624
23625 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23626
23627         * lib/full-write.h: New file.
23628         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23629         * lib/full-write.c: Correct credits, as cccp.c no longer
23630         exists and anyway it was so heavily changed from the old cccp
23631         code as to be unrecognizable.  Include full-write.h.
23632         (full_write) Return size_t, with short writes meaning failure.
23633         All callers changed.  This fixes a bug with large buffers
23634         on 64-bit hosts.
23635         * lib/utime.c: Include full-write.h.
23636
23637 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23638
23639         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23640         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23641         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23642         Include if available.
23643         (<xalloc.h>): Include
23644         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23645         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23646         collide with FNM macros.
23647         (struct patopts): New struct.
23648         (struct exclude): Use it, as exclude patterns now come with options.
23649         (new_exclude): Support above changes.
23650         (new_exclude, add_exclude_file):
23651         Initial size must now be a power of two to simplify overflow checking.
23652         (free_exclude, fnmatch_no_wildcards): New function.
23653         (excluded_filename): No longer requires options arg, as the options
23654         are determined by add_exclude.  Now returns bool, not int.
23655         (excluded_filename, add_exclude):
23656         Add support for the fancy new exclusion options.
23657         (add_exclude, add_exclude_file): Now takes int options arg.
23658         Check for arithmetic overflow when computing sizes.
23659         (add_exclude_file): xrealloc might modify errno, so don't
23660         realloc until after errno might be used.
23661
23662         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23663         New macros.
23664         (free_exclude): New decl.
23665         (add_exclude, add_exclude_file): Now takes int options arg.
23666         (excluded_filename): No longer requires options arg, as the options
23667         are determined by add_exclude.  Now returns bool, not int.
23668
23669 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23670
23671         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23672
23673 2001-08-27  Jim Meyering  <meyering@lucent.com>
23674
23675         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23676
23677         * lib/version-etc.c (N_): Remove definition.
23678         Revert most of last change.
23679         Instead, simply don't mark the `Copyright...' string for translation.
23680         Based on advice from Paul Eggert.
23681
23682         * lib/strtoxmax.c: Tweak comment.
23683
23684 2001-08-26  Jim Meyering  <meyering@lucent.com>
23685
23686         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23687
23688         * m4/xstrtoimax.m4: New file.
23689         * m4/xstrtoumax.m4: Add comments explaining why we
23690         AC_REPLACE_FUNCS(strtol).
23691
23692 2001-08-26  Jim Meyering  <meyering@lucent.com>
23693
23694         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23695         of copyright with `%s' so translators don't get an untranslated
23696         message in 2002.
23697         (COPYRIGHT_YEAR): Define.
23698         (version_etc): Use fprintf rather than fputs.
23699         Suggestion from Ulrich Drepper.
23700
23701         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23702
23703         * lib/strtoll.c: New file, from GNU libc.
23704         * lib/xstrtoimax.c: New file.
23705
23706         * lib/xstrtol.h: Add xstrtoimax.
23707         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23708         * lib/strtoimax.c: New file.  Likewise, but first define
23709         STRTOUXMAX_SIGNED.
23710
23711         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23712         ...
23713         * lib/strtoxmax.c: ... then renamed to this.
23714
23715 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23716
23717         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23718         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23719         (jm_AC_TYPE_INTMAX_T): New macro.
23720         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23721
23722         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23723
23724         * m4/longlong.m4: Renamed from ulonglong.m4.
23725         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23726         * m4/uintmax_t.m4: Removed.
23727
23728 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23729
23730         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23731         Port to Solaris 8, where 'sed' requires a space after the 'r'
23732         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23733         Redirect output to $tmp just once.
23734
23735 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23736
23737         * lib/addext.c (<errno.h>): Include.
23738         (errno): Declare if not defined.
23739         (addext): Work correctly when pathconf returns -1 and leaves
23740         errno alone because there is no limit.  Also, work even if
23741         pathconf returns a value greater than SIZE_MAX.
23742
23743 2001-08-12  Jim Meyering  <meyering@lucent.com>
23744
23745         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23746         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23747         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23748         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23749         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23750         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23751         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23752         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23753         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23754         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23755         utime.m4, utimes.m4, xstrtoumax.m4:
23756         Quote the first argument in each use of AC_DEFUN.
23757
23758 2001-08-12  Jim Meyering  <meyering@lucent.com>
23759
23760         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23761         Simply `return getcwd (NULL, 0);'.
23762         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23763         Use 1300 as initial value for length, not PATH_MAX.
23764
23765         * lib/pathmax.h: Clean up cpp syntax.
23766
23767 2001-08-12  Jim Meyering  <meyering@lucent.com>
23768
23769         * lib/gettimeofday.c: New file.
23770         * lib/gtod.h: New file.
23771         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23772
23773 2001-08-05  Jim Meyering  <meyering@lucent.com>
23774
23775         * m4/jm-macros.m4: Require autoconf-2.52.
23776
23777 2001-08-04  Jim Meyering  <meyering@lucent.com>
23778
23779         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23780         stmt, to get in sync with glibc.
23781
23782 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23783
23784         The following changes are from gettext 0.10.39 as maintained by
23785         Bruno Haible.
23786
23787         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23788         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23789         with inverted sense.  All uses changed.
23790
23791         * lib/mbswidth.c: Don't include <limits.h>.
23792         Include <stdlib.h> and <string.h> unconditionally.
23793         (iswcntrl, mbsinit, ISCNTRL): New macros.
23794         (mbsnwidth): Use K&R style function declarations.
23795         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23796         can optimize it when MB_CUR_MAX == 1.
23797         The width of control characters is zero, not 1.
23798
23799 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23800
23801         The following changes are from gettext 0.10.39 as maintained by
23802         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23803
23804         * m4/codeset.m4: Upgrade to serial AM1.
23805         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23806         all uses changed.  Quote first arg of AC_DEFUN.
23807         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23808
23809         * m4/iconv.m4: Upgrade to serial AM2.
23810         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23811         Add --with-libconv-prefix.
23812         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23813         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23814         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23815         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23816         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23817
23818         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23819         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23820         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23821         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23822         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23823         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23824         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23825         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23826         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23827
23828         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23829         string.h any more.
23830
23831         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23832         not the default value.
23833
23834         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23835         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23836         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23837         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23838         Also check for iswcntrl, used for wcwidth fallback.
23839         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23840         to Autoconf 2.13.
23841
23842 2001-08-03  Jim Meyering  <meyering@lucent.com>
23843
23844         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23845         as it was in the original.  Reported by Paul Eggert.
23846
23847 2001-07-16  Jim Meyering  <meyering@lucent.com>
23848
23849         * m4/gettimeofday.m4: New file.
23850         Prompted by a report from Bernhard Baehr.
23851
23852 2001-07-15  Jim Meyering  <meyering@lucent.com>
23853
23854         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23855         stuff. Now it's in ../Makefile.cfg.
23856
23857 2001-07-15  Jim Meyering  <meyering@lucent.com>
23858
23859         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23860         (BUILT_SOURCES): Add unlocked-io.h.
23861         (io_functions): Define.
23862         (unlocked-io.h): New rule.
23863         (DISTCLEANFILES): Add unlocked-io.h.
23864         (all-local): Depend on unlocked-io.h, to ensure it is created.
23865
23866         * lib/unlocked-io.hin: New file
23867
23868         * lib/regex.c: Update from glibc.
23869
23870 2001-07-05  Jim Meyering  <meyering@lucent.com>
23871
23872         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23873         recommendation.
23874         (libfetish_a_SOURCES): Put all .h files here instead.
23875         Remove a thus-exposed (better checks in automake) duplicate and
23876         two unnecessary .h files.
23877
23878 2001-07-04  Jim Meyering  <meyering@lucent.com>
23879
23880         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23881         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23882         distcheck failure.
23883
23884 2001-07-02  Jim Meyering  <meyering@lucent.com>
23885
23886         The following changes were prompted by suggestions from Bruno Haible.
23887
23888         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23889         is now generated.
23890         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23891         definition of EXTRA_DIST.
23892         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23893         ensure that the generated file is created/updated whenever the list
23894         of $(unlocked_functions) is changed.
23895         (jm-glibc-io.m4): New rule.
23896         (unlocked-io.h): New rule -- currently unused.
23897
23898 2001-06-24  Jim Meyering  <meyering@lucent.com>
23899
23900         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23901         unmatched right bracket, rather than kludging it with an extra,
23902         falsely-matching quote in a comment.  Patch by Akim Demaille.
23903
23904 2001-06-11  Jim Meyering  <meyering@lucent.com>
23905
23906         * lib/regex.c: Update from GNU libc.
23907
23908 2001-05-27  Jim Meyering  <meyering@lucent.com>
23909
23910         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23911         Check for ut_type in struct utmp.
23912
23913 2001-05-27  Jim Meyering  <meyering@lucent.com>
23914
23915         * lib/readutmp.h (UT_TYPE): Define.
23916
23917 2001-05-24  Jim Meyering  <meyering@lucent.com>
23918
23919         * lib/argmatch.c: Include "quote.h".
23920         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23921         quote function.  Reported by Göran Uddeborg.
23922
23923 2001-05-22  Jim Meyering  <meyering@lucent.com>
23924
23925         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23926         now that we use the package-supplied version unconditionally.
23927         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23928
23929 2001-05-21  Jim Meyering  <meyering@lucent.com>
23930
23931         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23932         shell syntax errors.
23933
23934 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23935
23936         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23937
23938 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23939
23940         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23941         Don't bother to check library strftime, since
23942         we'll be using our own my_strftime function anyway.
23943         Define my_strftime instead of strftime.
23944
23945 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23946
23947         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23948         which is not yet declared.
23949
23950 2001-05-15  Jim Meyering  <meyering@lucent.com>
23951
23952         * m4/regex.m4: Use proper quoting so brackets appear in the test
23953         program.
23954         Reported by, and with help from, Bruno Haible.
23955
23956 2001-05-13  Jim Meyering  <meyering@lucent.com>
23957
23958         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23959         undefined.
23960
23961 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23962
23963         dirname code cleanup.  base_name now behaves more compatibly
23964         with POSIX basename when given file names that have trailing
23965         slashes, and similarly for dir_name.  Add new primitives
23966         base_len and dir_len.  Put the directory-name-related decls
23967         into dirname.h.
23968
23969         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23970         * lib/backupfile.c (base_name): Likewise.
23971         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23972         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23973         * lib/makepath.c (strip_trailing_slashes): Likewise.
23974         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23975         ISSLASH): Likewise.
23976         * lib/rename.c (strip_trailing_slashes): Likewise.
23977         * lib/same.c (base_name): Likewise.
23978         * lib/stripslash.c (ISSLASH): Likewise.
23979
23980         * lib/addext.c: Include <dirname.h> after size_t is defined.
23981         * lib/backupfile.c: Likewise.
23982
23983         * lib/addext.c (addext): Use base_len to trim redundant
23984         trailing slashes instead of doing it ourselves.
23985         But do not trim the last slash if it is not redundant.
23986
23987         * lib/backupfile.c (find_backup_file_name,
23988         max_backup_version): Use base_len instead of rolling it ourselves.
23989         Handle the case of "" and (on DOS) "C:" correctly.
23990
23991         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23992         needed. Include <string.h>, <dirname.h>.
23993         (base_name): Allow file names ending in slashes, other than names
23994         that are all slashes.  In this case, return the basename followed
23995         by the slashes.  This is more general, and can be used in places
23996         where the original base_name purposely had an assertion failure.
23997         (base_len): New function.
23998
23999         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24000         Do not include <assert.h>; no longer needed.
24001         Include xalloc.h.
24002         (memrchr): Remove decl.
24003         (dir_name_r): Remove.
24004         (dir_len): Renamed from dirlen.  All callers changed.
24005         Rewrite in terms of base_name, for simplicity and consistency.
24006         (dir_name): Never return NULL.  All callers changed.
24007         Do not include <stdlib.h> in test program; no longer needed.
24008         return 0; is fine for test program.
24009
24010         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24011         New macros.
24012         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24013
24014         * lib/path-concat.c (path_concat): Use base_len to compute
24015         base length, not strlen; this means we cannot rely on memcpy
24016         to null-terminate.
24017
24018         * lib/same.c (STREQ): Remove.
24019         (same_name): Handle the case where the basename ends in trailing '/'.
24020
24021         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24022         a slash was stripped.  Do not strip the last slash after a
24023         file system prefix.
24024
24025 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24026
24027         * lib/Makefile.am (libfetish_a_SOURCES):
24028         Add strftime.c, since we now compile it on all hosts.
24029
24030         * lib/strftime.c (my_strftime):
24031         Define to nstrftime if emacs, but only if my_strftime is not defined.
24032         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24033         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24034         Add one more extra argument: a nanoseconds value.
24035         All uses changed.
24036         (ns): New macro.
24037         (my_strftime function): Add %N format.
24038         (emacs_strftimeu): Renamed from emacs_strftime,
24039         with extra ut argument.
24040
24041 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24042
24043         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24044
24045 2001-04-21  Jim Meyering  <meyering@lucent.com>
24046
24047         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24048         doesn't interfere.
24049
24050 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24051
24052         * m4/ftruncate.m4: Check for chsize.
24053         Link with ftruncate.o unconditionally if ftruncate is missing.
24054         This was required when cross-compiling to i586-mingw32msvc.
24055
24056 2001-04-08  Jim Meyering  <meyering@lucent.com>
24057
24058         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24059         recomputed; that's necessary when the offset spans a DST transition.
24060         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24061
24062 2001-04-02  Jim Meyering  <meyering@lucent.com>
24063
24064         * lib/regex.h, regex.c: Update from GNU libc.
24065
24066 2001-03-24  Jim Meyering  <meyering@lucent.com>
24067
24068         * m4/jm-macros.m4: Require autoconf-2.49d.
24069
24070 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24071
24072         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24073
24074 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24075
24076         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24077
24078 2001-03-17  Jim Meyering  <meyering@lucent.com>
24079
24080         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24081         now that the version in autoconf is equivalent.
24082         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24083
24084         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24085         Suggestion from Akim Demaille.
24086
24087         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24088         (jm_PREREQ_TEMPNAME): New function.
24089
24090 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24091
24092         * lib/tempname.c (uint64_t): Define to uintmax_t if
24093         not defined, and if UINT64_MAX is not defined.
24094         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24095         Reported by John David Anglin.
24096
24097 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24098
24099         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24100         resolve alias if codeset is empty.
24101         * lib/config.charset (BeOS): Use wildcard syntax.
24102
24103 2001-03-13  Jim Meyering  <meyering@lucent.com>
24104
24105         * lib/path-concat.c (path_concat)
24106         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24107         concatenating e.g., `C:' and `foo'.
24108         From Bruno Haible.
24109
24110 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24111
24112         * lib/localcharset.c (locale_charset): Don't use
24113         setlocale(LC_CTYPE,NULL). Don't return NULL.
24114         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24115
24116 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24117
24118         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24119         support for DOS/DJGPP.
24120
24121 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24122
24123         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24124         lacks mkstemp.  Compile our own tempname.c if we compile our own
24125         mkstemp.c, as mkstemp relies on tempname.
24126
24127 2001-03-01  Jim Meyering  <meyering@lucent.com>
24128
24129         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24130         AH_VERBATIM really does output its argument verbatim.
24131
24132 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24133
24134         * lib/Makefile.am (libfetish_a_SOURCES):
24135         Add dup-safer.c, fopen-safer.c.
24136         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24137
24138         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24139         * lib/unistd-safer.h: New files.
24140
24141 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24142
24143         The mkstemp replacement is taken from glibc 2.2.2, with some
24144         portability fixes for use outside glibc, as follows:
24145
24146         * lib/tempname.c (struct_stat64): New macro.
24147         (direxists, __gen_tempname): Use it.
24148         This avoids a portability problem with Solaris 8.
24149
24150         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24151         (<stddef.h>, <stdint.h>, <string.h>):
24152         Include only if STDC_HEADERS || _LIBC.
24153         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24154         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24155         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24156         (__set_errno): Define this macro if <errno.h> doesn't.
24157         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24158         Define these macros if <stdio.h> doesn't.
24159         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24160         Define these macros if <sys/stat.h>
24161         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24162         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24163         __xstat64): Define if not _LIBC.
24164         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24165         (__gen_tempname): Invoke gettimeofday only if
24166         HAVE_GETTIMEOFDAY || _LIBC;
24167         otherwise, fall back on plain "time".
24168         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24169
24170         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24171
24172         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24173
24174 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24175
24176         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24177
24178 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24179
24180         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24181         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24182         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24183         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24184
24185 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24186
24187         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24188         Remove workaround macros for hosts that have mbrtowc but not
24189         mbstate_t, as we now insist on proper declarations for both
24190         before using mbrtowc.
24191
24192 2001-02-17  Jim Meyering  <meyering@lucent.com>
24193
24194         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24195         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24196         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24197         UnixWare 7.1.1.
24198
24199         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24200         rather than AC_CACHE_VAL.
24201
24202 2001-02-17  Jim Meyering  <meyering@lucent.com>
24203
24204         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24205         around included file name.
24206
24207         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24208
24209         * lib/strftime.c: Update from GNU libc (the only changes were to
24210         comments).
24211
24212 2001-02-17  Jim Meyering  <meyering@lucent.com>
24213
24214         * lib/regex.c: Update from libc.
24215
24216 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24217
24218         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24219         clash.
24220
24221 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24222
24223         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24224         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24225         Reported by Mark Hounschell via Paul Eggert.
24226
24227 2001-02-07  Jim Meyering  <meyering@lucent.com>
24228
24229         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24230
24231 2001-02-05  Jim Meyering  <meyering@lucent.com>
24232
24233         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24234         it includes the patch required for `large file' support with at least
24235         HP-UX's 10.20 /bin/cc.
24236
24237 2001-02-03  Jim Meyering  <meyering@lucent.com>
24238
24239         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24240         AS_IF, now that it works once again (mysteriously).
24241         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24242
24243 2001-01-30  Jim Meyering  <meyering@lucent.com>
24244
24245         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24246         * m4/chown.m4: Rename conftestchown to conftest.chown.
24247         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24248         s/conftestdir2/conftest.d2/.
24249         * m4/utimes.m4: s/conftestdata/conftest.data/
24250         Inspired by Pavel Roskin's change in autoconf.
24251
24252 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24253
24254         * lib/config.charset: Update for FreeBSD 4.2.
24255
24256 2001-01-27  Jim Meyering  <meyering@lucent.com>
24257
24258         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24259         a use of AS_IF.
24260         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24261
24262 2001-01-26  Jim Meyering  <meyering@lucent.com>
24263
24264         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24265         quotearg.c includes it.
24266
24267 2001-01-26  Jim Meyering  <meyering@lucent.com>
24268
24269         * lib/quotearg.c: Include stddef.h.
24270         * lib/quote.c: Include stddef.h.
24271         Reported by Axel Kittenberger.
24272
24273         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24274         line in double quotes so that it evokes a better diagnostic.
24275         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24276         Reported by Axel Kittenberger.
24277
24278 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24279
24280         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24281         as if it was a `charset'.
24282
24283 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24284
24285         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24286         has const.
24287
24288 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24289
24290         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24291         to avoid a warning.  Add back 'const' to inptr.
24292
24293 2001-01-20  Jim Meyering  <meyering@lucent.com>
24294
24295         Be sure that headers are checked before used in code compiled
24296         for the type checks.
24297         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24298         In place of that, invoke jm_CHECK_ALL_TYPES.
24299         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24300         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24301         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24302         The check for ssize_t was mistakenly run before the test for unistd.h.
24303
24304         The configure-time check for stdbool.h was missing.
24305         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24306         (jm_PREREQ_HASH): New function.
24307
24308 2001-01-17  Jim Meyering  <meyering@lucent.com>
24309
24310         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24311         for autoconf-2.49c.
24312         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24313
24314 2001-01-16  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24317         From Bruno Haible.
24318
24319 2001-01-14  Jim Meyering  <meyering@lucent.com>
24320
24321         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24322         foo and bar.  Create conftestdir/ in the script, not in the C code.
24323         Remove directories in the script, not in the C code.
24324         Remove conftestdir{,2} before trying to create the directory.
24325         Make the entire configure script fail if the mkdir fails.
24326
24327 2001-01-14  Jim Meyering  <meyering@lucent.com>
24328
24329         * lib/rename.c: New file.  From Volker Borchert.
24330         Include stdlib.h, string.h or strings.h, and xalloc.h.
24331         Use strip_trailing_slashes rather than open-coding it.
24332
24333 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24334
24335         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24336
24337 2001-01-03  Jim Meyering  <meyering@lucent.com>
24338
24339         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24340         of local `inptr' to avoid warning with some system declarations of
24341         iconv.
24342
24343 2001-01-02  Volker Borchert  <bt@teknon.de>
24344
24345         * m4/rename.m4: New file.
24346         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24347
24348 2001-01-01  Jim Meyering  <meyering@lucent.com>
24349
24350         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24351         even on systems with utmpx.h.  It's necessary for the declaration of
24352         utmp's ut_user member.  Reported by Andreas Jaeger.
24353
24354         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24355         available. They are required for the declarations of getgrgid and
24356         getpwuid resp.
24357         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24358         Reported by Andreas Jaeger.
24359
24360 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24361
24362         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24363         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24364         so `make install' also works in VPATH builds.
24365
24366 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24367
24368         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24369         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24370         can be used in subdirectories.
24371
24372 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24373
24374         * lib/modechange.c: Do not assume that mode_t uses the
24375         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24376         the other-execute bit of FOO even if S_IXOTH != 1.
24377
24378         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24379         WOTH, XOTH, ALLM): New macros.
24380         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24381          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24382         Use them.
24383         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24384         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24385         (mode_compile):
24386         No need to use uintmax_t; unsigned long is long enough.
24387         Don't bother to get suffix since we don't use it.
24388
24389 2000-12-26  Jim Meyering  <meyering@lucent.com>
24390
24391         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24392         better with autoheader.
24393
24394 2000-12-24  Jim Meyering  <meyering@lucent.com>
24395
24396         * lib/hash.c (is_prime): Return explicit boolean values.
24397         (hash_get_first): Return NULL to appease Irix5.6's 89.
24398         Reported by Nelson Beebe.
24399
24400 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24401
24402         * lib/localcharset.c (locale_charset): Add support for Win32.
24403
24404 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24405
24406         * lib/physmem.h, lib/physmem.c: New files.
24407
24408         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24409         (noinst_HEADERS): Add physmem.h.
24410
24411         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24412         't' for compatibility with Solaris 8 sort.
24413
24414 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24415
24416         * lib/config.charset: Add support for BeOS.
24417
24418 2000-12-17  Jim Meyering  <meyering@lucent.com>
24419
24420         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24421         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24422
24423 2000-12-16  Jim Meyering  <meyering@lucent.com>
24424
24425         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24426         N and M) would have treated it like `chown N:N FILE'.
24427
24428         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24429
24430 2000-12-16  Jim Meyering  <meyering@lucent.com>
24431
24432         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24433         SHELLS_FILE to a file name that's useful on djgpp systems.
24434         Include stdlib.h.
24435         (ADDITIONAL_DEFAULT_SHELLS): Define.
24436         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24437         Based mostly on a patch from Prashant TR.
24438
24439 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24440
24441         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24442         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24443         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24444
24445 2000-12-08  Andreas Schwab  <schwab@suse.de>
24446
24447         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24448         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24449
24450 2000-12-07  Jim Meyering  <meyering@lucent.com>
24451
24452         * lib/stripslash.c (ISSLASH): Define.
24453         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24454         `/'.
24455         From Prashant TR.
24456
24457         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24458         (dir_name_r): Declare this function as static.
24459         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24460         manifest itself on a name containing a mix of slashes and
24461         backslashes.
24462         Make this function work with names starting with a DOS-style
24463         drive letter and colon prefix.
24464         (dir_name): Append `.' if necessary.
24465         Based mostly on patches from Prashant TR and Eli Zaretskii.
24466
24467         * lib/dirname.h (dir_name_r): Remove prototype.
24468
24469 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24470
24471         * m4/off_t-format.m4: Remove this file.
24472         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24473
24474 2000-12-06  Jim Meyering  <meyering@lucent.com>
24475
24476         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24477         replacement strtoull, we may well need the replacement strtoul, too.
24478         Check for declarations of strtoul and strtoull.
24479         Check for strtol.  Mainly as a cue to cause automake to include
24480         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24481         Check for limits.h -- strtol.c needs it.
24482
24483 2000-12-05  Jim Meyering  <meyering@lucent.com>
24484
24485         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24486
24487 2000-12-04  Jim Meyering  <meyering@lucent.com>
24488
24489         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24490         Also include memory.h, stdlib.h, unistd.h if appropriate.
24491         Reported by Andreas Jaeger (conflicting declaration of malloc).
24492
24493 2000-12-02  Jim Meyering  <meyering@lucent.com>
24494
24495         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24496         * m4/jm-macros.m4 (jm_MACROS): require it.
24497
24498 2000-12-02  Jim Meyering  <meyering@lucent.com>
24499
24500         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24501
24502 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24503
24504         * lib/memrchr.c: Include <config.h> before any system include file.
24505
24506 2000-11-30  Jim Meyering  <meyering@lucent.com>
24507
24508         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24509
24510 2000-11-30  Jim Meyering  <meyering@lucent.com>
24511
24512         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24513
24514 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24515
24516         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24517
24518 2000-11-26  Jim Meyering  <meyering@lucent.com>
24519
24520         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24521
24522 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24523
24524         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24525         size of (size_t) -1; it's not portable.
24526
24527 2000-11-17  Jim Meyering  <meyering@lucent.com>
24528
24529         * lib/strstr.c: Update from GNU libc.
24530
24531 2000-11-17  Akim Demaille  <akim@epita.fr>
24532
24533         * lib/obstack.h: Formatting changes.
24534         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24535         prevent type checking.
24536         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24537         cast the value to (void *): assigning a `foo *' to a `void *'
24538         variable is valid.
24539         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24540
24541 2000-11-16  Jim Meyering  <meyering@lucent.com>
24542
24543         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24544
24545 2000-11-11  Jim Meyering  <meyering@lucent.com>
24546
24547         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24548
24549 2000-11-10  Jim Meyering  <meyering@lucent.com>
24550
24551         * lib/obstack.h: Update from GNU libc.
24552         * lib/obstack.c: Likewise.
24553
24554 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24555
24556         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24557
24558 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24559
24560         * lib/getusershell.c (setusershell): Use rewind rather than
24561         fseek/fseeko, to avoid configuration hassles with fseeko.
24562         Don't bother opening SHELLS_FILE if shellstream is NULL;
24563         it's not necessary.
24564
24565 2000-11-05  Jim Meyering  <meyering@lucent.com>
24566
24567         * lib/makepath.h (make_dir): Declare.
24568         * lib/makepath.c (make_dir): Remove `static' attribute.
24569         Tweak a comment.
24570
24571 2000-11-04  Jim Meyering  <meyering@lucent.com>
24572
24573         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24574
24575 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24576
24577         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24578         last one in a bucket, advance to the next bucket.
24579
24580 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24581
24582         * lib/fnmatch.c: Do not comment out all the code if we are using
24583         the GNU C library, because in some cases we are replacing buggy
24584         code in the GNU C library itself.
24585
24586 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24587
24588         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24589         (regex_compile): Catch bogus \(\1\).
24590
24591 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24592
24593         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24594         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24595         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24596
24597 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24598
24599         * lib/error.h, getline.h, modechange.h:
24600         Remove "2000" from Copyright line, as the file hasn't been
24601         changed this year other than in the copyright notice.
24602
24603         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24604         was changed this year.
24605
24606 2000-10-29  Jim Meyering  <meyering@lucent.com>
24607
24608         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24609         renaming.
24610         * m4/ls-mntd-fs.m4: Likewise
24611
24612 2000-10-29  Jim Meyering  <meyering@lucent.com>
24613
24614         * lib/xstat.in: Fix grammar in comment.
24615
24616 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24617
24618         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24619         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24620         doesn't define __restrict_arr.
24621
24622 2000-10-28  Jim Meyering  <meyering@lucent.com>
24623
24624         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24625         (jm_PREREQ_MEMCHR): New function.
24626
24627 2000-10-28  Jim Meyering  <meyering@lucent.com>
24628
24629         * lib/memchr.c: Update from libc.
24630         Adjust for portability:
24631         [HAVE_STDLIB_H]: Include stdlib.h.
24632         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24633         Undef __memchr, too.
24634         [!weak_alias]: Define __memchr to memchr.
24635
24636         * lib/regex.c: Update from libc.
24637         * lib/regex.h: Likewise.
24638         * lib/getopt1.c: Likewise.
24639         * lib/memcmp.c: Likewise.
24640
24641         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24642         Avoid using fseek, when possible -- it's broken by design.
24643         Patch by Ulrich Drepper.
24644
24645 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24646
24647         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24648         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24649         Giving in to popular pressure to shut up the compiler with casts.
24650
24651 2000-10-26  Jim Meyering  <meyering@lucent.com>
24652
24653         * lib/strftime.c: Update from libc.
24654
24655 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24656
24657         * regex.c: More `unsigned char' -> `re_char' changes.
24658         Also change several `int' into `re_wchar_t'.
24659         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24660         (PUSH_FAILURE_POINTER): Don't cast any more.
24661         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24662         We want GCC to complain, since this piece of code makes
24663         re_match non-reentrant, which *should* be fixed.
24664         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24665         (EXTEND_BUFFER): Use RETALLOC.
24666         (SET_LIST_BIT): Don't cast.
24667         (re_wchar_t): New type.
24668         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24669         that those two functions will always properly return.
24670         (IMMEDIATE_QUIT_CHECK): Cast to void.
24671         (analyse_first): Use recursion rather than an explicit stack.
24672         (re_compile_fastmap): Can't fail anymore.
24673         (re_search_2): Don't check re_compile_fastmap for failure.
24674         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24675         Now also sets the new value (passed in a new argument).
24676         (re_match_2_internal): Use it.
24677         Also, use a new var `reg' of type size_t when looping through regs
24678         rather than reuse the inappropriate `mcnt'.
24679
24680 2000-10-25  Jim Meyering  <meyering@lucent.com>
24681
24682         * lib/obstack.c: Update from libc.
24683
24684 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24685
24686         * regex.c (regex_compile): Change the way of handling a range from
24687         a char less than 256 to a char not less than 256.
24688
24689 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24690
24691         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24692         NT-Emacs only.
24693         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24694         so that re_search functions only quit when callers expect them to.
24695
24696 2000-10-23  Jim Meyering  <meyering@lucent.com>
24697
24698         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24699         wrong.  That set_locale call must not have any side effects.
24700         From Paul Eggert.
24701
24702 2000-10-22  Jim Meyering  <meyering@lucent.com>
24703
24704         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24705         [CYCLIC]: Remove now-unused definition.
24706
24707         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24708         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24709         Suggestion from Ulrich Drepper.
24710
24711 2000-10-21  Jim Meyering  <meyering@lucent.com>
24712
24713         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24714         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24715         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24716
24717 2000-10-21  Jim Meyering  <meyering@lucent.com>
24718
24719         * lib/dirname.c (memrchr): Declare if necessary.
24720         (dir_name): Remove the restriction that there be no
24721         trailing slashes.  Now, this code skips past them, effectively
24722         ignoring them.
24723         [TEST_DIRNAME] (main): New unit tests.
24724
24725         * lib/memrchr.c: New file from GNU libc.
24726         Undef __memrchr, too.
24727         [!weak_alias]: Define __memrchr to memrchr.
24728         Guard weak_alias use with `#ifdef weak_alias'.
24729
24730 2000-10-21  Jim Meyering  <meyering@lucent.com>
24731
24732         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24733         (dir_name): Use dir_name_r.
24734         * lib/dirname.h (dir_name_r): Declare it.
24735
24736 2000-10-17  Jim Meyering  <meyering@lucent.com>
24737
24738         * lib/quote.h (PARAMS): Define and use.
24739         Reported by Akim Demaille.
24740
24741         * lib/getopt.c: Update from libc.
24742
24743 2000-10-16  Jim Meyering  <meyering@lucent.com>
24744
24745         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24746         setlocale.
24747         From Jan Fedak.
24748
24749 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24750
24751         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24752
24753 2000-09-25  Jim Meyering  <meyering@lucent.com>
24754
24755         * lib/md5.h (rol): Define (from GnuPG).
24756
24757         * lib/sha.c: Give credit (GnuPG) where due.
24758         (M): Use rol rather than open-coding it.
24759         Add a FIXME comment.
24760
24761 2000-09-21  Jim Meyering  <meyering@lucent.com>
24762
24763         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24764         Reported by Michael Stone.
24765
24766 2000-09-20  Jim Meyering  <meyering@lucent.com>
24767
24768         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24769         (noinst_HEADERS): Add sha.h.
24770         Based on code from Scott G. Miller and from GnuPG.
24771
24772 2000-09-18  Jim Meyering  <meyering@lucent.com>
24773
24774         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24775         LIBS. Otherwise, everyone ends up linking with -lelf for some
24776         configurations.
24777         Reported by Mike Stone.
24778
24779 2000-09-15  Jim Meyering  <meyering@lucent.com>
24780
24781         * lib/regex.c: Update from libc.
24782
24783 2000-09-10  Jim Meyering  <meyering@lucent.com>
24784
24785         * lib/getopt.c (_getopt_internal): Update from glibc.
24786
24787 2000-09-09  Jim Meyering  <meyering@lucent.com>
24788
24789         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24790         think it should be used as a general replacement for isascii.
24791         * lib/fnmatch.c: Likewise.
24792         * lib/mbswidth.c: Likewise
24793         * lib/regex.c: Likewise.
24794
24795         Don't use atoi.
24796         * lib/userspec.c: Include sys/param.h and limits.h.
24797         Include xstrtol.h.
24798         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24799         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24800         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24801         UID, GID.  Check range.
24802
24803 2000-09-06  Jim Meyering  <meyering@lucent.com>
24804
24805         * lib/getopt.c (_getopt_internal): Update from glibc.
24806
24807 2000-08-30  Jim Meyering  <meyering@lucent.com>
24808
24809         * lib/strftime.c: Merge in changes from GNU libc.
24810
24811 2000-08-26  Jim Meyering  <meyering@lucent.com>
24812
24813         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24814         * m4/fpending.m4: New file.
24815
24816 2000-08-26  Jim Meyering  <meyering@lucent.com>
24817
24818         * lib/closeout.c: Include "__fpending.h".
24819         (close_stdout_status): Return right away if there's nothing to flush.
24820
24821         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24822         * lib/__fpending.c: New file.
24823         * lib/__fpending.h: New file.
24824
24825 2000-08-20  Jim Meyering  <meyering@lucent.com>
24826
24827         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24828         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24829         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24830
24831 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24832
24833         Improve fileutils installation on systems where running
24834         programs (like install) can't be unlinked.
24835         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24836         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24837
24838 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24839
24840         Standardize on "memory exhausted" instead of "Memory exhausted"
24841         or "virtual memory exhausted".
24842         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24843         "virtual memory exhausted".
24844         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24845         our own message.
24846         * lib/userspec.c (parse_user_spec): Likewise.
24847         * lib/bumpalloc.h: comment fix
24848         * lib/same.c, userspec.c: Include xalloc.h.
24849
24850         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24851         not char *const and pointing to a constant array.
24852         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24853         (xrealloc): Comment fix.
24854
24855         * lib/userspec.c (parse_user_spec):
24856         Don't translate a message until just before returning,
24857         to avoid unnecessary translation.
24858
24859 2000-08-07  Jim Meyering  <meyering@lucent.com>
24860
24861         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24862         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24863         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24864         getgroups.c, gethostname.c, getopt.h, group-member.c,
24865         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24866         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24867         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24868         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24869         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24870         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24871         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24872         yesno.c: Back out Copyright date changes for each file with no change
24873         this year.  This eases coordination with other programs using the same
24874         source code modules.  From Paul Eggert.
24875
24876 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24877
24878         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24879         not char, for compatibility with glibc 2.1.3 strftime.c.
24880
24881 2000-08-03  Greg McGary  <greg@mcgary.org>
24882
24883         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24884         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24885         (EXTEND_BUFFER): Use them.
24886
24887 2000-08-01  Jim Meyering  <meyering@lucent.com>
24888
24889         * lib/dirname.c (ISSLASH): Define.
24890         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24891         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24892         both `\' and `/' may be use as path separators.
24893         Based on a patch from Prashant TR.
24894
24895 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24896
24897         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24898         slot vector a constant, since it might get modified.
24899
24900 2000-07-31  Jim Meyering  <meyering@lucent.com>
24901
24902         * lib/xmalloc.c: Use `virtual memory exhausted', not
24903         `Memory exhausted'.
24904         * lib/obstack.c (print_and_abort): Likewise.
24905
24906 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24907
24908         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24909         buffer, so that the caller can always quote one small
24910         component of a "memory exhausted" message in slot 0.
24911         From a suggestion by Jim Meyering.
24912
24913 2000-07-30  Jim Meyering  <meyering@lucent.com>
24914
24915         * lib/makepath.c (make_path): Quote the other instance, too.
24916
24917         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24918         (STATIC_BUF_SIZE): Define.
24919         (quotearg_n_options): Use only statically allocated storage when
24920         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24921         than STATIC_BUF_SIZE.
24922
24923 2000-07-29  Jim Meyering  <meyering@lucent.com>
24924
24925         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24926         * lib/dirname.c (dir_name): Likewise.
24927
24928         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24929         `/'.
24930
24931         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24932         (dir_name): Assert that there are no trailing slashes.
24933
24934 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24935
24936         * lib/mbswidth.h (mbswidth): Add a flags argument.
24937         (mbswidth): New declaration.
24938         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24939         * lib/mbswidth.c (mbswidth): Add a flags argument.
24940         (mbsnwidth): New function.
24941
24942 2000-07-24  Jim Meyering  <meyering@lucent.com>
24943
24944         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24945
24946 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24947
24948         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24949
24950 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24951
24952         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24953         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24954         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24955         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24956         invoke multibyte primitives.
24957
24958 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24959
24960         * lib/quotearg.c:
24961         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24962         so that mbstate_t is always defined.
24963
24964         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24965         be 1 in at least one GCC installation, and this configuration
24966         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24967         performance on hosts that have mbrtowc but have only unibyte
24968         locales, but I assume these hosts are rare.
24969
24970 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24971
24972         * lib/mbswidth.c (_XOPEN_SOURCE):
24973         Don't define; this causes problems on Solaris 7.
24974         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24975
24976 2000-07-23  Jim Meyering  <meyering@lucent.com>
24977
24978         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24979         too: getgrgid, getpwuid, getuid.
24980
24981 2000-07-23  Jim Meyering  <meyering@lucent.com>
24982
24983         * lib/basename.c (base_name): Add an assertion.
24984
24985 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24986
24987         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24988         shadow its mbsinit function.
24989
24990 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24991
24992         * lib/mbswidth.h: New file.
24993         * lib/mbswidth.c: New file.
24994         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24995         (noinst_HEADERS): Add mbswidth.h.
24996
24997 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24998
24999         * lib/config.charset: Add support for FreeBSD. Improve support for
25000         HP-UX and IRIX 6.
25001
25002 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25003
25004         * m4/mbswidth.m4: New file.
25005         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25006
25007 2000-07-15  Jim Meyering  <meyering@lucent.com>
25008
25009         * lib/makepath.c: Include quote.h.
25010         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25011         corresponding argument in a `quote (...)' call.
25012         Give better diagnostics.
25013
25014         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25015         (noinst_HEADERS): Add quote.h.
25016
25017         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25018         from tar's src/misc.c.
25019         * lib/quote.h: New file.  Prototypes for same.
25020
25021 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25022
25023         From a suggestion by Bruno Haible.
25024         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25025         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25026         to decide whether to define the BeOS workaround macro;
25027         this adjusts to the change to AC_MBSTATE_T.
25028
25029 2000-07-14  Jim Meyering  <meyering@lucent.com>
25030
25031         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25032         jm_AC_TYPE_UINTMAX_T.
25033
25034 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25035
25036         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25037
25038         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25039         quotearg_buffer_restyled): Add support for
25040         clocale_quoting_style.  Undo previous change to
25041         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25042         and "{RIGHT QUOTATION MARK}" msgids.
25043
25044 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25045
25046         From a suggestion by Bruno Haible.
25047         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25048         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25049         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25050         and mbstate_t, to a single-part test that simply defines mbstate_t.
25051         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25052         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25053
25054 2000-07-10  Jim Meyering  <meyering@lucent.com>
25055
25056         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25057
25058         * m4/gnu-source.m4: Output to confdefs.h directly.
25059         Suggestion from Akim Demaille.
25060
25061 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25062
25063         The old behavior of quoting `like this' doesn't look good with
25064         newer, ISO-style fonts.  See:
25065         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25066
25067         Instead, quote "like this" by default.  Let the translator
25068         tailor the locale-specific quoting behavior by providing
25069         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25070
25071         * lib/quotearg.c (N_): New macro.
25072         (gettext_default): New function.
25073         (quotearg_buffer_restyled): Use
25074         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25075         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25076
25077 2000-07-09  Jim Meyering  <meyering@lucent.com>
25078
25079         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25080         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25081
25082         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25084
25085 2000-07-09  Jim Meyering  <meyering@lucent.com>
25086
25087         * lib/Most files: Update copyright dates to include 2000.
25088
25089 2000-07-08  Jim Meyering  <meyering@lucent.com>
25090
25091         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25092         if not defined.
25093         (xgethostname): Remove now-unnecessary #ifdef.
25094         Move declaration of `err' into loop where it's used.
25095
25096 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25097         and Bruno Haible  <haible@clisp.cons.org>
25098
25099         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25100         only if the test for an object-type mbstate_t fails.  This
25101         prevents us from mistakenly reporting that mbstate_t is a
25102         system object type after we "#define mbstate_t int" to work
25103         around its lack.
25104
25105 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25106         and Bruno Haible  <haible@clisp.cons.org>
25107
25108         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25109
25110 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25111
25112         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25113         to strerror_r.
25114         Include <ctype.h> for use of isalpha.
25115
25116 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25117
25118         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25119         by allocating a larger buffer. Test the gethostname return value for
25120         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25121         returns an error and ENAMETOOLONG isn't defined.
25122
25123 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25124
25125         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25126         dimension.
25127
25128 2000-07-04  Jim Meyering  <meyering@lucent.com>
25129
25130         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25131         of the deprecated AC_CHECKING.
25132
25133 2000-07-04  Jim Meyering  <meyering@lucent.com>
25134
25135         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25136         Reported by Bruno Haible.
25137
25138 2000-07-04  Jim Meyering  <meyering@lucent.com>
25139
25140         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25141         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25142         lacks mbrtowc.
25143
25144 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25145
25146         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25147         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25148
25149 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25150         and Bruno Haible  <haible@clisp.cons.org>
25151
25152         * lib/quotearg.c (mbrtowc):
25153         Assign to *pwc, and return 1 only if result is nonzero.
25154         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25155
25156 2000-07-03  Jim Meyering  <meyering@lucent.com>
25157
25158         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25159
25160 2000-07-03  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25163         This is necessary to get a definition of e.g., UTMP_FILE on
25164         HP-UX 10.20.
25165         From Bob Proulx.
25166
25167 2000-07-02  Jim Meyering  <meyering@lucent.com>
25168
25169         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25170
25171         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25172         AC_LIBOBJ(function_name).
25173         * m4/chown.m4: Likewise.
25174         * m4/fnmatch.m4: Likewise.
25175         * m4/ftruncate.m4: Likewise.
25176         * m4/getgroups.m4: Likewise.
25177         * m4/getline.m4: Likewise.
25178         * m4/group-member.m4: Likewise.
25179         * m4/jm-macros.m4: Likewise.
25180         * m4/lstat.m4: Likewise.
25181         * m4/malloc.m4: Likewise.
25182         * m4/memcmp.m4: Likewise.
25183         * m4/nanosleep.m4: Likewise.
25184         * m4/putenv.m4: Likewise.
25185         * m4/realloc.m4: Likewise.
25186         * m4/regex.m4: Likewise.
25187         * m4/stat.m4: Likewise.
25188         * m4/strftime.m4: Likewise.
25189
25190 2000-07-02  Jim Meyering  <meyering@lucent.com>
25191
25192         * lib/quotearg.c (mbstate_t): Don't define here.
25193
25194 2000-07-02  Jim Meyering  <meyering@lucent.com>
25195
25196         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25197
25198 2000-07-01  Jim Meyering  <meyering@lucent.com>
25199
25200         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25201
25202 2000-07-01  Jim Meyering  <meyering@lucent.com>
25203
25204         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25205         problem.
25206
25207 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25208
25209         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25210         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25211
25212 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25213
25214         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25215         per change in ../m4/ls-mntd-fs.m4.
25216         (read_filesystem_list): Ignore symbolic links.
25217
25218 2000-06-29  Jim Meyering  <meyering@lucent.com>
25219
25220         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25221         for declaration of strcmp.
25222
25223         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25224
25225         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25226         Avoid warning by casting result to `char *' to remove `const'.
25227
25228 2000-06-28  Jim Meyering  <meyering@lucent.com>
25229
25230         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25231         included by quotearg.c, for which we perform this test.  From
25232         Bruno Haible.
25233
25234 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25235
25236         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25237         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25238         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25239
25240 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25241
25242         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25243
25244 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25245
25246         savedir now sets errno on failure and invokes xmalloc to get memory.
25247         Fix a couple of other minor bugs while we're at it.
25248
25249         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25250         (NAMLEN): Remove macro.
25251         (malloc, realloc): Remove decls.
25252         (stpcpy): Likewise.
25253         ("xalloc.h"): Include.
25254         (NAME_SIZE_DEFAULT): New macro.
25255         (savedir): Use xmalloc / xrealloc to allocate memory.
25256         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25257         Skip "" directory entries.
25258         Use strlen to calculate directory entry length, since the old method
25259         is rarely used these days and isn't worth supporting.
25260         Don't use a pointer after freeing it.
25261         Check for integer overflow when calculating allocation size.
25262         Use memcpy to copy entries, instead of stpcpy.
25263         Set errno properly when returning NULL.
25264         Check for readdir error.
25265
25266 2000-06-26  Jim Meyering  <meyering@lucent.com>
25267
25268         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25269
25270 2000-06-25  Jim Meyering  <meyering@lucent.com>
25271
25272         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25273         Linux header bug when _XOPEN_SOURCE is defined to 500.
25274
25275 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25276
25277         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25278         deficiency.
25279
25280 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25281
25282         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25283         Include xalloc.h.
25284         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25285
25286 2000-06-24  Jim Meyering  <meyering@lucent.com>
25287
25288         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25289         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25290         for which strerror does return char*, but which lacks a conveniently
25291         accessible declaration of the function.  If the compile-test says
25292         strerror_r doesn't work, then resort to a `run'-test that works on
25293         BeOS and segfaults on DEC Unix.
25294
25295 2000-06-24  Jim Meyering  <meyering@lucent.com>
25296
25297         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25298
25299 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25300
25301         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25302         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25303
25304 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25305
25306         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25307         (mbrtowc, mbstate_t): Define substitutes if
25308         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25309         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25310         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25311
25312 2000-06-23  Jim Meyering  <meyering@lucent.com>
25313
25314         * m4/afs.m4: Add missing AC_MSG_RESULT.
25315         Reported by Bruno Haible.
25316
25317         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25318         Suggestion from Bruno Haible.
25319
25320 2000-06-23  Jim Meyering  <meyering@lucent.com>
25321
25322         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25323
25324 2000-06-21  Jim Meyering  <meyering@lucent.com>
25325
25326         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25327
25328 2000-06-21  Jim Meyering  <meyering@lucent.com>
25329
25330         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25331         (noinst_HEADERS): Add getstr.h.
25332
25333         * lib/getline.c (getstr): Move into a separate file.
25334         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25335         the following changes: new parameter, delim2; both delim[12]
25336         parameters have type `int', not `char'.  The latter would lose
25337         with 8-bit delimiters.
25338         * lib/getstr.h: New file.
25339
25340 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25341
25342         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25343         than 1024, return a memory chunk of least possible size, instead
25344         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25345         Use free/xmalloc instead of xrealloc to avoid copying for very long
25346         paths.
25347
25348 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25349
25350         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25351         the empty string.
25352
25353 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25354
25355         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25356         address, not strdup.  Include <stdlib.h> and don't declare free().
25357
25358 2000-06-19  Jim Meyering  <meyering@lucent.com>
25359
25360         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25361
25362 2000-06-18  Jim Meyering  <meyering@lucent.com>
25363
25364         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25365
25366         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25367         `checking whether...' message to be consistent with that of the
25368         lstat test.
25369
25370 2000-06-18  Jim Meyering  <meyering@lucent.com>
25371
25372         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25373         Besides, these days every porting target provides a mkdir function.
25374
25375         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25376         needed. (this snippet comes from src/system.h).
25377
25378 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25379
25380         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25381
25382 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25383
25384         * lib/human.c (adjust_value): New function.
25385         (human_readable_inexact): Apply rounding style even when
25386         printing approximate values.
25387
25388 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25389
25390         * lib/human.c (human_readable_inexact): Allow an input block
25391         size that is not a multiple of the output block size, and vice versa.
25392         Reported by Piergiorgio Sartor.
25393
25394 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25395
25396         * lib/getdate.y (get_date): Apply relative times after time
25397         zone indicator, not before.  Reported by Todd A. Jacobs.
25398
25399 2000-06-13  Jim Meyering  <meyering@lucent.com>
25400
25401         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25402
25403         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25404
25405 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25406
25407         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25408
25409 2000-06-12  Jim Meyering  <meyering@lucent.com>
25410
25411         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25412         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25413         optional argument.
25414         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25415         the optional argument, `lib'.
25416
25417 2000-06-08  Jim Meyering  <meyering@lucent.com>
25418
25419         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25420
25421 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25422
25423         Rewrite largefile configuration so that we don't need to run
25424         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25425         AC_CANONICAL_HOST in configure.in -- jmm]
25426
25427         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25428         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25429         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25430         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25431         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25432         All uses changed.
25433         Instead of inspecting the output of getconf, try to compile the
25434         test program without and with the macro definition.
25435         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25436         for getconf.  Instead, check for the needed flags by compiling
25437         test programs.
25438
25439 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25440
25441         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25442
25443 2000-06-04  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25446         SunOS 4.1.4 for which gid_t is an unsigned type.
25447
25448 2000-06-03  Jim Meyering  <meyering@lucent.com>
25449
25450         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25451         now that autoconf requires that.
25452
25453         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25454         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25455         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25456
25457 2000-06-03  Jim Meyering  <meyering@lucent.com>
25458
25459         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25460
25461 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25462
25463         * m4/glibc21.m4: New file.
25464         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25465
25466 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25467
25468         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25469         newer, don't install charset.alias.
25470         * lib/config.charset: Change the Linux/glibc rules so they become empty
25471         on glibc-2.1 or newer.
25472
25473 2000-06-02  Jim Meyering  <meyering@lucent.com>
25474
25475         * lib/mountlist.c: Back out last change.  Instead, do this...
25476         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25477         me_dummy member using the same `ignore'-testing code.
25478         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25479         fs_type strings.
25480         From Mark D. Roth.
25481
25482 2000-05-29  Jim Meyering  <meyering@lucent.com>
25483
25484         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25485         mounts with the `ignore' attribute.  Based on a patch from
25486         Mark D. Roth.
25487
25488 2000-05-28  Jim Meyering  <meyering@lucent.com>
25489
25490         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25491         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25492         * m4/stat.m4: Likewise.
25493         * m4/lstat.m4: Likewise.
25494         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25495
25496         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25497         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25498
25499 2000-05-26  Jim Meyering  <meyering@lucent.com>
25500
25501         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25502
25503 2000-05-24  Jim Meyering  <meyering@lucent.com>
25504
25505         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25506         autoconf requires that.
25507         * m4/lib-check.m4: Likewise.
25508         * m4/jm-macros.m4: Likewise.
25509         * m4/strftime.m4: Likewise.
25510
25511         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25512         AC_CHECK_DECLS, now that autoconf requires that.
25513
25514 2000-05-22  Jim Meyering  <meyering@lucent.com>
25515
25516         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25517         * m4/lstat.m4: Likewise.
25518
25519 2000-05-22  Jim Meyering  <meyering@lucent.com>
25520
25521         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25522
25523 2000-05-20  Jim Meyering  <meyering@lucent.com>
25524
25525         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25526         (jm_PREREQ): Use it.
25527
25528 2000-05-18  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25531         back, too, since it may have been modified by allocate_entry.
25532         (hash_delete): Rewrite to use neither the assignment operator
25533         nor the comma operator in an if-expression.
25534
25535 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25536
25537         * lib/closeout.c:
25538         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25539         Remove; no longer needed.
25540         "quotearg.h": Add include.
25541         (file_name): Do not bother to explicitly initialize to NULL; it's less
25542         efficient on some hosts.
25543         (close_stdout_status): Remove test as to whether stdout was already
25544         closed; it breaks for the case "echo x | sort >&-".
25545         Quote file name colons.
25546         Do not assume that _("write error") lacks format strings.
25547
25548 2000-05-15  Jim Meyering  <meyering@lucent.com>
25549
25550         * lib/version-etc.c (version_etc_copyright): Update the copyright
25551         string used in all --version output.
25552
25553 2000-05-14  Jim Meyering  <meyering@lucent.com>
25554
25555         * lib/closeout.c (close_stdout_set_file_name): New function.
25556         (close_stdout_status): Use new file-scoped global.
25557         Return right away if fstat says the stdout file descriptor is invalid.
25558         * lib/closeout.h (close_stdout_set_file_name): Declare.
25559
25560 2000-05-10  Jim Meyering  <meyering@lucent.com>
25561
25562         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25563         (close_stdout_set_status): New function.
25564         * lib/closeout.h (close_stdout_set_status): Declare.
25565
25566 2000-05-09  Jim Meyering  <meyering@lucent.com>
25567
25568         * m4/gettext.m4: Rename this...
25569         * m4/libintl.m4: ...to this.
25570
25571 2000-05-08  Jim Meyering  <meyering@lucent.com>
25572
25573         * lib/long-options.c: Don't include closeout.h.
25574         (parse_long_options): Don't call close_stdout for --version.
25575
25576 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25577
25578         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25579         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25580         2.1.3 bug.  This avoids a clash when files like regex.c define
25581         _GNU_SOURCE.
25582
25583 2000-05-06  Jim Meyering  <meyering@lucent.com>
25584
25585         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25586         (AC_REPLACE_FUNCS): Add strnlen.
25587
25588         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25589         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25590
25591         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25592         AC_SEARCH_LIBS call for nanosleep.
25593         (LIB_NANOSLEEP): Set and AC_SUBST.
25594
25595 2000-05-06  Jim Meyering  <meyering@lucent.com>
25596
25597         * lib/strnlen.c: Undefine __strnlen and strnlen.
25598         [!weak_alias]: Define __strnlen to strnlen.
25599
25600         * lib/atexit.c: New file, from libiberty.
25601
25602 2000-05-06  Jim Meyering  <meyering@lucent.com>
25603
25604         * lib/closeout.c (close_stdout_status): Also check for errors on the
25605         stderr stream.
25606
25607 2000-05-05  Jim Meyering  <meyering@lucent.com>
25608
25609         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25610         AC_SEARCH_LIBS call for clock_gettime.
25611         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25612
25613         * m4/search-libs.m4: Update from autoconf.
25614
25615         su doesn't work on Solaris 2.6.
25616         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25617         <shadow.h>.  Reported by Dragos Harabor.
25618
25619 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25620
25621         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25622         memcpy instead of xmalloc, xrealloc, path_concat.
25623         (locale_charset): Treat empty environment variables as absent.
25624         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25625
25626 2000-05-04  Jim Meyering  <meyering@lucent.com>
25627
25628         * lib/getopt.c: Update from glibc.
25629         * lib/obstack.c: Likewise.
25630         * lib/obstack.h: Likewise.
25631         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25632         file
25633
25634         * lib/regex.h: Likewise.
25635         * lib/strndup.c: Likewise.
25636         * lib/strnlen.c: New file, from glibc.
25637
25638 2000-05-03  Jim Meyering  <meyering@lucent.com>
25639
25640         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25641
25642 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25643
25644         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25645         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25646         compile-time test, rather than inspecting host and OS, to
25647         decide whether to define _LARGEFILE_SOURCE.
25648
25649 2000-05-01  Jim Meyering  <meyering@lucent.com>
25650
25651         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25652
25653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25654         Based on a patch from Bruno Haible.
25655
25656 2000-05-01  Jim Meyering  <meyering@lucent.com>
25657
25658         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25659
25660 2000-04-29  Jim Meyering  <meyering@lucent.com>
25661
25662         * lib/path-concat.c: Declare strdup only if it's not defined.
25663         * lib/canon-host.c: Likewise.
25664
25665 2000-04-28  Jim Meyering  <meyering@lucent.com>
25666
25667         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25668         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25669         is included first, then limits.h is included by locale.h by libintl.h.
25670         From John David Anglin.
25671
25672 2000-04-25  Jim Meyering  <meyering@lucent.com>
25673
25674         * lib/makepath.c (S_IRWXUGO): Define.
25675         (make_path): Always perform explicit chmod if MODE specifies any
25676         of the `special' permission bits.  Prompted by a bug report against
25677         install from Mate Wierdl and Joost van Baal.
25678
25679 2000-04-18  Jim Meyering  <meyering@lucent.com>
25680
25681         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25682         (jm_PREREQ): Use it.
25683
25684 2000-04-18  Jim Meyering  <meyering@lucent.com>
25685
25686         * lib/README: New file.
25687
25688         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25689         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25690
25691 2000-04-17  Jim Meyering  <meyering@lucent.com>
25692
25693         Get it right :-)
25694         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25695         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25696         Suggestion from Akim Demaille.
25697
25698 2000-04-17  Jim Meyering  <meyering@lucent.com>
25699
25700         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25701         the definition of it to rpl_strftime also defined-away the system's
25702         declaration.
25703
25704 2000-04-15  Jim Meyering  <meyering@lucent.com>
25705
25706         Use `C' to denote so-called `contiguous' files, the same way
25707         that tar does.
25708         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25709         (ftypelet): Use S_ISCTG.
25710         From Michael Deutschmann.
25711
25712 2000-04-14  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25715         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25716         clobbered.
25717
25718 2000-04-14  Jim Meyering  <meyering@lucent.com>
25719
25720         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25721
25722 2000-04-13  Jim Meyering  <meyering@lucent.com>
25723
25724         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25725         AH_VERBATIM to insert required #ifndef into config.h.in.
25726         Suggestion from Akim Demaille.
25727
25728 2000-04-12  Jim Meyering  <meyering@lucent.com>
25729
25730         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25731         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25732         Christian Krackowizer.
25733
25734         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25735         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25736         (AC_SYS_LARGEFILE): Require.
25737         (AM_C_PROTOTYPES): Require.
25738
25739 2000-04-08  Jim Meyering  <meyering@lucent.com>
25740
25741         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25742         names don't conflict.  Reported by Eli Zaretskii.
25743
25744 2000-04-07  Jim Meyering  <meyering@lucent.com>
25745
25746         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25747         sys/types.h, to work around system header problems on AIX 3.2.5.
25748         From Bruno Haible.
25749
25750 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25751
25752         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25753         bug.  Deal with the different error behavior of Irix iconv.
25754
25755 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25756
25757         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25758         IRIX if the installer said otherwise.
25759
25760 2000-04-05  Jim Meyering  <meyering@lucent.com>
25761
25762         Portability tweaks required for ultrix4.3.
25763         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25764         (jm_CHECK_DECLS): Add getutent to the list of functions.
25765         (_jm_DECL_HEADERS): Add utmpx.h.
25766         From John David Anglin.
25767
25768         * m4/strftime.m4: Back out the 2000-04-02 change.
25769         Instead of that change, simply undefine putenv in the test program.
25770
25771 2000-04-05  Jim Meyering  <meyering@lucent.com>
25772
25773         Portability tweaks required for ultrix4.3.
25774         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25775         getutent.
25776         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25777         * lib/canon-host.c: Declare strdup.
25778         * lib/path-concat.c: Likewise.
25779         From John David Anglin.
25780
25781 2000-04-04  Jim Meyering  <meyering@lucent.com>
25782
25783         Be more DOS 8.3-friendly.
25784         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25785         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25786         * lib/Makefile.am: Reflect renaming.
25787         Reported by Eli Zaretskii.
25788
25789         Use a temporary file name that won't clash with `charset.alias'
25790         in the DOS 8.3 name space.
25791         * lib/Makefile.am (charset_tmp): Define.
25792         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25793         (uninstall-local): Likewise.
25794         Reported by Eli Zaretskii.
25795
25796 2000-04-03  Jim Meyering  <meyering@lucent.com>
25797
25798         * m4/gettext.m4: Fix typo in comment.
25799
25800         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25801         textutils/configure.in).  Suggestion from Paul Eggert.
25802         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25803
25804 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25805
25806         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25807         variable in the shell rather than using putenv, which isn't
25808         portable.  This avoids the configure-time inter-test dependency
25809         on the potentially-renamed putenv function.
25810
25811 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25812
25813         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25814         before checking struct stat.st_blksize, so that
25815         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25816
25817 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25818
25819         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25820         since strftime.c uses HAVE_STRFTIME to decide whether to use
25821         the underlying strftime.
25822
25823 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25824
25825         * lib/time/strftime.c (my_strftime): Make sure we call the system
25826         strftime, not ourselves, when invoking the underlying strftime.
25827
25828 2000-03-24  Jim Meyering  <meyering@lucent.com>
25829
25830         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25831         (charset_alias): Define.
25832         (install-exec-local): Factor out common code.
25833         (uninstall-local): Split lines longer than 80.
25834         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25835         (SUFFIXES): Define.
25836         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25837         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25838
25839 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25840
25841         * lib/config.charset: Output a line containing "Packages using this
25842         file".
25843         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25844         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25845         ref-del.sed): New rules.
25846
25847 2000-03-17  Jim Meyering  <meyering@lucent.com>
25848
25849         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25850         Otherwise, include <strings.h>
25851
25852 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25853
25854         * lib/unicodeio.c (utf8_wctomb): New function.
25855         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25856         format instead of in UCS-4 with platform dependent endianness.
25857
25858 2000-03-10  Jim Meyering  <meyering@lucent.com>
25859
25860         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25861         From Marco Franzen.
25862
25863 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25864
25865         * lib/savedir.c (savedir): Work even if directory size is
25866         negative; this can happen with some screwy NFS configurations.
25867
25868 2000-03-06  Jim Meyering  <meyering@lucent.com>
25869
25870         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25871         if it's NULL (because we ran out of memory).  From Bruno Haible.
25872
25873 2000-03-05  Jim Meyering  <meyering@lucent.com>
25874
25875         * lib/localcharset.c ("path-concat.h"): Include.
25876         (get_charset_aliases): Use path_concat instead of ANSI string
25877         concatenation.
25878
25879         * lib/unicodeio.h (PARAMS): Define.
25880         Use it to guard prototype.
25881
25882 2000-03-04  Jim Meyering  <meyering@lucent.com>
25883
25884         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25885         for lib/localcharset.c.
25886
25887 2000-03-04  Jim Meyering  <meyering@lucent.com>
25888
25889         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25890         installing into it.
25891         (uninstall-local): Uncomment this rule so `make distcheck' works
25892         once again.
25893
25894         * lib/unicodeio.c (<errno.h>): Include it.
25895         (errno): Declare if not defined.
25896
25897         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25898
25899         * lib/config.charset: New version, incorporating remarks from a linux
25900         i18n mailing list.  From Bruno Haible.
25901
25902 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25903
25904         * m4/codeset.m4: New file.
25905         * m4/iconv.m4: New file.
25906         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25907
25908 2000-03-03  Jim Meyering  <meyering@lucent.com>
25909
25910         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25911
25912 2000-03-02  Jim Meyering  <meyering@lucent.com>
25913
25914         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25915         the messages come out on separate lines.
25916
25917         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25918         rather than jm_CHECK_DECLARATIONS.
25919         * m4/decl.m4: Remove now-unused file.
25920
25921         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25922         geteuid.
25923
25924 2000-03-02  Jim Meyering  <meyering@lucent.com>
25925
25926         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25927
25928 2000-03-01  Jim Meyering  <meyering@lucent.com>
25929
25930         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25931         * lib/unicodeio.c: Likewise.
25932
25933 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25934
25935         * lib/config.charset: New file.
25936         * lib/localcharset.c: New file.
25937         * lib/unicodeio.h, lib/unicodeio.c: New files.
25938         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25939         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25940         (noinst_HEADERS): Add unicodeio.h.
25941         (all-local, install-exec-local, charset.alias): New targets.
25942
25943 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25944
25945         * lib/quotearg.c (ALERT_CHAR): New macro.
25946         (quotearg_buffer_restyled): Use it.
25947
25948 2000-02-27  Jim Meyering  <meyering@lucent.com>
25949
25950         * m4/check-decl.m4: Add getenv to the list.
25951
25952 2000-02-27  Jim Meyering  <meyering@lucent.com>
25953
25954         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25955         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25956
25957         * lib/backupfile.c: Guard inclusion of stdlib.h with
25958         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25959         Declare malloc if needed.
25960
25961         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25962         `#ifndef HAVE_DECL..'
25963         now that autoconf always defines the HAVE_DECL_ symbols.
25964         * lib/human.c: Likewise.
25965         * lib/same.c: Likewise.
25966         * lib/strtoumax.c: Likewise.
25967
25968         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25969         declaration check was not run.
25970         * lib/hash.c: Likewise.
25971         * lib/human.c: Likewise.
25972         * lib/same.c: Likewise.
25973         * lib/strtoumax.c: Likewise.
25974
25975         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25976         `.', then first look up the entire `.'-containing string as a login
25977         name.
25978
25979 2000-02-23  Jim Meyering  <meyering@lucent.com>
25980
25981         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25982         in place of my hack.
25983
25984 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25985
25986         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25987         (textint): New typedef.
25988         (parser_control): Member year changed from int to textint.
25989         All uses changed.
25990         (YYSTYPE): Removed; replaced by %union with int and textint members.
25991         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25992         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25993         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25994         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25995         (date, number, to_year): Use width of number in digits, not its value,
25996         to determine whether it's a 2-digit year, or a 2-digit time.
25997         (yylex): Store number of digits of numeric tokens.
25998         Reported by John Kendall.
25999
26000         (parser_control): Changed from struct parser_control to typedef (for
26001         consistency).  All uses changed.
26002
26003         (tID): Removed; not used.
26004         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
26005
26006 2000-02-14  Paul Eggert  <eggert@twinsun.com>
26007
26008         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
26009         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
26010
26011 2000-02-12  Jim Meyering  <meyering@lucent.com>
26012
26013         * lib/userspec.c (ISDIGIT): Define it.
26014         (isdigit): Remove definition.
26015         (is_number): Use ISDIGIT, not isdigit.
26016         <libintl.h>: Include.
26017         (_ and N_): Define.
26018         (parse_user_spec): Mark translatable strings.
26019
26020 2000-02-10  Jim Meyering  <meyering@lucent.com>
26021
26022         With these changes, nanosleep.[ch] are finally enough like the other
26023         lib/* replacement files to compile on a few more losing systems.
26024
26025         * lib/nanosleep.h: Don't include config.h.
26026         Remove prototype from declaration of nanosleep.
26027         (PARAMS): Remove now-unneeded definition.
26028         * lib/nanosleep.c: #undef nanosleep.
26029         (rpl_nanosleep): Rename from nanosleep.
26030
26031 2000-02-10  Jim Meyering  <meyering@lucent.com>
26032
26033         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
26034         gnu_nanosleep to rpl_nanosleep.
26035
26036 2000-02-09  Jim Meyering  <meyering@lucent.com>
26037
26038         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
26039         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
26040
26041 2000-02-08  Akim Demaille  <akim@epita.fr>
26042
26043         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
26044         `[' and `]' and remove uses of `changequote'.
26045         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
26046         (AC_SYS_LARGEFILE): Likewise.
26047         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
26048         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
26049         of changequote.
26050         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
26051         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
26052         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
26053         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
26054
26055 2000-02-05  Jim Meyering  <meyering@lucent.com>
26056
26057         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
26058         Remove explicit use of AC_HEADER_TIME.  It is required by
26059         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
26060         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
26061         in autoconf whereby the expansion of the latter ended up preceding
26062         the expansion of its prerequisite, AC_HEADER_TIME.
26063         Reported by Volker Borchert.
26064
26065 2000-02-03  Jim Meyering  <meyering@lucent.com>
26066
26067         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
26068
26069 2000-02-03  Jim Meyering  <meyering@lucent.com>
26070
26071         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
26072         rather than with `#if HAVE_UTMPNAME'.
26073
26074 2000-02-02  Jim Meyering  <meyering@lucent.com>
26075
26076         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
26077         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
26078         Reported by Eli Zaretskii.
26079
26080 2000-02-01  Jim Meyering  <meyering@lucent.com>
26081
26082         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
26083
26084 2000-01-31  Jim Meyering  <meyering@lucent.com>
26085
26086         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
26087         functions.  Add the time.h and sys/time.h headers along with the
26088         AC_REQUIRE'ment of AC_HEADER_TIME.
26089
26090 2000-01-31  Jim Meyering  <meyering@lucent.com>
26091
26092         * lib/nanosleep.h (nanosleep): Guard declaration with
26093         `#if ! HAVE_DECL_NANOSLEEP'.
26094         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
26095         the declaration in that vendor's sys/timers.h.
26096         Reported by Christian Krackowizer.
26097
26098         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
26099         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
26100         (ISPRINT): Likewise.
26101         Reported by Tom Tromey.
26102
26103 2000-01-30  Jim Meyering  <meyering@lucent.com>
26104
26105         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
26106
26107         * m4/prereq.m4 (utmp_includes): Define.
26108         Check for ut_user and ut_name members in both struct utmpx
26109         and struct utmp.
26110
26111 2000-01-30  Jim Meyering  <meyering@lucent.com>
26112
26113         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
26114         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
26115         header files where only utmpx.ut_user is declared.
26116
26117         * lib/readutmp.h (UT_USER): Define.
26118
26119 2000-01-29  Jim Meyering  <meyering@lucent.com>
26120
26121         * m4/lib-check.m4: New file containing library-related checks from
26122         fileutils and sh-utils (textutils had none).
26123
26124 2000-01-28  Jim Meyering  <meyering@lucent.com>
26125
26126         * m4/perl.m4: Change format of warning message to look more like that
26127         from the missing script.  Suggestion from François Pinard.
26128
26129 2000-01-25  Jim Meyering  <meyering@lucent.com>
26130
26131         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
26132         well as time.h in the compile check.
26133         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
26134         Fix typo in cross-compiling case: s/yes/no/.
26135
26136 2000-01-23  Jim Meyering  <meyering@lucent.com>
26137
26138         * m4/jm-macros.m4: Move df-related tests here from
26139         fileutils/configure.in
26140
26141         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
26142         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
26143
26144         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
26145         s/space/ac_fsusage_space/.
26146         (jm_FILE_SYSTEM_USAGE): Take two parameters.
26147
26148         * m4/ftruncate.m4: New file (derived from part of
26149         fileutils/configure.in).
26150         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
26151         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
26152
26153         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
26154         AC_SUBST these here, rather than just in sh-util/configure.in, so
26155         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
26156         all the same.
26157         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
26158         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
26159         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
26160         (AC_SUBST(POW_LIBM)): Likewise.
26161         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
26162
26163 2000-01-23  Jim Meyering  <meyering@lucent.com>
26164
26165         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
26166         obstack.c.
26167
26168 2000-01-22  Jim Meyering  <meyering@lucent.com>
26169
26170         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
26171
26172         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
26173
26174         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
26175         configure.in
26176         (AC_CHECK_HEADERS): Likewise for sh-utils.
26177         (AC_CHECK_HEADERS): Likewise for textutils.
26178         Merge the three lists of headers.
26179
26180         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
26181         from fileutils' configure.in.
26182
26183         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
26184         code. Moved tests into their own function (_jm_DECL_HEADERS) in
26185         check-decl.m4.
26186
26187         * m4/check-decl.m4: Use #if rather than #ifdef.
26188         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
26189         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
26190         (_jm_DECL_HEADERS): Define new function.
26191         (jm_CHECK_DECLARATIONS): Require it.
26192
26193 2000-01-22  Jim Meyering  <meyering@lucent.com>
26194
26195         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
26196         [! HAVE_DECL_STRTOULL]: Declare strtoull.
26197         Required for some AIX systems.  Reported by Christian Krackowizer.
26198         [TESTING] (main): New function.
26199
26200         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
26201         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
26202         letters.
26203
26204         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
26205         iswprint.
26206
26207         * lib/strverscmp.c (ISDIGIT): Define.
26208         (strverscmp): Use ISDIGIT, not isdigit.
26209
26210 2000-01-19  Jim Meyering  <meyering@lucent.com>
26211
26212         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
26213         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
26214         defines `struct timespec' in <sys/time.h>
26215
26216         * m4/c-bs-a.m4: Remove uses of changequote altogether.
26217         Thanks to Akim for explaining.
26218
26219 2000-01-17  Paul Eggert  <eggert@twinsun.com>
26220
26221         * lib/nanosleep.c (nanosleep):
26222         Don't use SA_INTERRUPT to decide whether to call sigaction, as
26223         POSIX.1 doesn't require SA_INTERRUPT and some systems
26224         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
26225         it's been part of POSIX.1 since day 1 (in 1988).
26226
26227 2000-01-17  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/interlock: Remove unused file.  Reported by François Pinard.
26230
26231 2000-01-16  Paul Eggert  <eggert@twinsun.com>
26232
26233         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
26234         alert, backslash, formfeed, and vertical tab unnecessarily in
26235         shell quoting style.
26236
26237 2000-01-16  Jim Meyering  <meyering@lucent.com>
26238
26239         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
26240         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
26241         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
26242         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
26243
26244 2000-01-16  Jim Meyering  <meyering@lucent.com>
26245
26246         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
26247         because the latter didn't work.
26248
26249 2000-01-15  Jim Meyering  <meyering@lucent.com>
26250
26251         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
26252         (AC_REPLACE_FUNCS): Add memcpy and memset.
26253         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26254         Add strpbrk.
26255         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26256
26257 2000-01-12  Jim Meyering  <meyering@lucent.com>
26258
26259         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26260         (jm_PREREQ): Use it.
26261         (jm_PREREQ_READUTMP): New macro.
26262         (jm_PREREQ): Use it.
26263
26264 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26265
26266         Quote multibyte characters correctly.
26267         * m4/c-bs-a.m4: New file.
26268         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26269         (jm_PREREQ): Use it.
26270
26271 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26272
26273         * m4/uintmax_t.m4: Port to autoconf 2.13.
26274
26275 2000-01-08  Jim Meyering  <meyering@ascend.com>
26276
26277         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26278         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26279
26280 2000-01-04  Jim Meyering  <meyering@ascend.com>
26281
26282         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26283         jm_STRUCT_DIRENT_D_TYPE.
26284         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26285         jm_STRUCT_DIRENT_D_INO.
26286         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26287         jm_STRUCT_UTIMBUF.
26288         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26289         renamings.
26290         * m4/utime.m4: Likewise.
26291
26292         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26293         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26294
26295 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26296
26297         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26298         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26299
26300 2000-01-02  Jim Meyering  <meyering@ascend.com>
26301
26302         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26303         remember if this is necessary.
26304
26305 1999-12-26  Jim Meyering  <meyering@ascend.com>
26306
26307         * m4/jm-macros.m4: Use it here.
26308         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26309
26310 1999-12-23  Jim Meyering  <meyering@ascend.com>
26311
26312         * m4/jm-macros.m4: Check for clock_gettime (moved from
26313         fileutils/configure.in)
26314         Check for gettimeofday.
26315
26316 1999-12-20  Jim Meyering  <meyering@ascend.com>
26317
26318         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26319         autoconf-2.14a-1999-12-20.
26320
26321 1999-12-19  Jim Meyering  <meyering@ascend.com>
26322
26323         * m4/lstat-slash.m4: New file.
26324         * m4/jm-macros.m4: Use the new macro:
26325         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26326
26327 1999-12-07  Jim Meyering  <meyering@ascend.com>
26328
26329         * m4/perl.m4: Require that File::Compare be available, too.
26330         Too many systems seem to lack it.
26331
26332         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26333         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26334
26335 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26336
26337         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26338         problem with the QNX 4.25 shell, which doesn't propagate exit
26339         status of failed commands inside shell assignments.
26340
26341 1999-11-17  Jim Meyering  <meyering@ascend.com>
26342
26343         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26344
26345 1999-11-07  Jim Meyering  <meyering@ascend.com>
26346
26347         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26348
26349 1999-11-06  Jim Meyering  <meyering@ascend.com>
26350
26351         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26352         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26353
26354 1999-11-05  Jim Meyering  <meyering@ascend.com>
26355
26356         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26357         configure.in of textutils, fileutils, and sh-utils into this one
26358         (shared between those packages) file.
26359         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26360         AC_STRUCT_ST_BLKSIZE.
26361
26362 1999-11-03  Jim Meyering  <meyering@ascend.com>
26363
26364         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26365         of AC_CHECK_TYPE checks includes unistd.h.
26366         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26367         Suggestion from Akim Demaille.
26368
26369 1999-10-30  Jim Meyering  <meyering@ascend.com>
26370
26371         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26372         m4-quoted string.
26373         * m4/ls-mntd-fs.m4: Likewise.
26374         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26375         * m4/jm-winsz1.m4: Likewise.
26376
26377         * m4/const.m4: Remove file, since the fix made it into the experimental
26378         version of autoconf.
26379         * m4/mktime.m4: Likewise.
26380
26381         * m4/check-type.m4: Remove file, now that the latest version of
26382         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26383
26384         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26385         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26386         AC_CHECK_TYPE.
26387
26388 1999-10-04  Jim Meyering  <meyering@ascend.com>
26389
26390         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26391
26392 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26393
26394         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26395         2.95.1 bug with HP-UX 10.20.
26396
26397 1999-09-17  Jim Meyering  <meyering@ascend.com>
26398
26399         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26400         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26401         due to missing strdup (against sh-utils-2.0).
26402
26403 1999-08-29  Jim Meyering  <meyering@ascend.com>
26404
26405         * m4/jm-macros.m4: Require jm_BISON.
26406         * m4/bison.m4: New file.
26407
26408 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26409
26410         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26411         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26412
26413 1999-08-05  Jim Meyering  <meyering@ascend.com>
26414
26415         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26416         to avoid conflicts with `conftest' on 8+3 filesystems.
26417         Suggestion from Eli Zaretskii.
26418
26419 1999-08-04  Jim Meyering  <meyering@ascend.com>
26420
26421         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26422         fileutils and sh-utils (textutils's getline test was inadequate).
26423         (AM_FUNC_GETLINE): Run this test.
26424         (AC_CHECK_FUNCS): Check for getdelim.
26425         Reported by Bob Proulx.
26426
26427 1999-08-02  Jim Meyering  <meyering@ascend.com>
26428
26429         * m4/jm-macros.m4: Add a comment.
26430
26431 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26432
26433         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26434         <inttypes.h> defines strtoumax as a macro (and not as a
26435         function).
26436
26437 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26438
26439         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26440         that we can shift, multiply and divide unsigned long long
26441         values; Ultrix cc can't do it.
26442
26443 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26444
26445         * m4/mktime.m4: New file, which is a preview of what should appear
26446         in the next public autoconf release.
26447
26448 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26449
26450         * m4/lfs.m4: Remove this file.
26451         * m4/largefile.m4: New file.  It contains the old contents of
26452         lfs.m4, except that all names with prefix AC_LFS have been
26453         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26454         compatible with future autoconf versions.  Also, some minor m4
26455         quoting problems have been fixed.
26456
26457 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26458
26459         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26460         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26461         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26462         and simplify the shell code.
26463
26464 1999-08-01  Jim Meyering  <meyering@ascend.com>
26465
26466         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26467         m4.
26468
26469 1999-07-20  Jim Meyering  <meyering@ascend.com>
26470
26471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26472
26473 1999-07-15  Jim Meyering  <meyering@ascend.com>
26474
26475         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26476
26477 1999-05-22  Jim Meyering  <meyering@ascend.com>
26478
26479         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26480
26481 1999-05-20  Jim Meyering  <meyering@ascend.com>
26482
26483         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26484         Add a colon after each `then' in case $4 is empty.
26485
26486 1999-05-16  Jim Meyering  <meyering@ascend.com>
26487
26488         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26489
26490 1999-05-10  Jim Meyering  <meyering@ascend.com>
26491
26492         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26493
26494         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26495         AC_FUNC_MKTIME.
26496
26497 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26498
26499         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26500
26501 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26502
26503         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26504         not CPPFLAGS, so that linking works correctly in IRIX.
26505
26506 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26507
26508         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26509
26510 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26511
26512         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26513         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26514         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26515         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26516         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26517
26518         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26519
26520 1999-04-20  Jim Meyering  <meyering@ascend.com>
26521
26522         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26523         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26524         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26525
26526 1999-04-18  Jim Meyering  <meyering@ascend.com>
26527
26528         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26529         * m4/jm-macros.m4: Use it.
26530
26531 1999-04-06  Jim Meyering  <meyering@ascend.com>
26532
26533         * m4/strftime.m4: Remove test for %f.
26534
26535 1999-03-29  Jim Meyering  <meyering@ascend.com>
26536
26537         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26538         superset of the AC_TYPE_* checks in the textutils, fileutils,
26539         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26540         AC_TYPE_PID_T.
26541
26542 1999-03-28  Jim Meyering  <meyering@ascend.com>
26543
26544         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26545         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26546         replaced e.g., in the *.sh files of the sh-utils.
26547
26548 1999-03-20  Jim Meyering  <meyering@ascend.com>
26549
26550         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26551         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26552         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26553
26554 1999-03-19  Jim Meyering  <meyering@ascend.com>
26555
26556         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26557
26558 1999-03-12  Jim Meyering  <meyering@ascend.com>
26559
26560         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26561
26562 1999-03-07  Jim Meyering  <meyering@ascend.com>
26563
26564         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26565         declared.
26566
26567 1999-02-17  Jim Meyering  <meyering@ascend.com>
26568
26569         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26570         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26571
26572 1999-02-07  Jim Meyering  <meyering@ascend.com>
26573
26574         * m4/group-member.m4: New file -- extracted from sh-utils'
26575         configure.in.
26576
26577         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26578         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26579
26580 1999-02-06  Jim Meyering  <meyering@ascend.com>
26581
26582         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26583         * m4/fnmatch.m4: Likewise.
26584         * m4/getgroups.m4: Likewise.
26585         * m4/lstat.m4: Likewise.
26586         * m4/malloc.m4: Likewise.
26587         * m4/putenv.m4: Likewise.
26588         * m4/realloc.m4: Likewise.
26589         * m4/regex.m4: Likewise.
26590         * m4/stat.m4: Likewise.
26591         * m4/strftime.m4: Likewise.
26592         Suggestion from Alain Magloire.
26593
26594         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26595         * m4/fnmatch.m4: Likewise.
26596         * m4/getgroups.m4: Likewise.
26597         * m4/getline.m4: Likewise.
26598         * m4/lstat.m4: Likewise.
26599         * m4/malloc.m4: Likewise.
26600         * m4/memcmp.m4: Likewise.
26601         * m4/putenv.m4: Likewise.
26602         * m4/realloc.m4: Likewise.
26603         * m4/regex.m4: Likewise.
26604         * m4/stat.m4: Likewise.
26605         * m4/strftime.m4: Likewise.
26606         Suggestion from Alain Magloire.
26607
26608         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26609         an argument.
26610
26611         * m4/regex.m4: Add a run-time Test for proper operation of
26612         re_compile_pattern.
26613
26614 1999-01-31  Jim Meyering  <meyering@ascend.com>
26615
26616         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26617
26618 1999-01-30  Jim Meyering  <meyering@ascend.com>
26619
26620         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26621
26622         * m4/jm-mktime.m4: Make this a wrapper around the official
26623         AM_FUNC_MKTIME rather than my private copy, now that the official one
26624         is up to date.
26625         * m4/mktime.m4: Remove file.
26626
26627         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26628         * m4/uptime.m4: Likewise.
26629         * m4/uintmax_t.m4: Likewise.
26630
26631 1999-01-28  Jim Meyering  <meyering@ascend.com>
26632
26633         * m4/jm-macros.m4: Use jm_AFS.
26634         * m4/afs.m4: New file (from fileutils' configure.in).
26635
26636         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26637         * m4/chown.m4: Likewise.
26638         * m4/d-ino.m4: Likewise.
26639         * m4/d-type.m4: Likewise.
26640         * m4/fnmatch.m4: Likewise.
26641         * m4/getgroups.m4: Likewise.
26642         * m4/gettext.m4: Likewise.
26643         * m4/jm-mktime.m4: Likewise.
26644         * m4/jm-winsz2.m4: Likewise.
26645         * m4/lcmessage.m4: Likewise.
26646         * m4/ls-mntd-fs.m4: Likewise.
26647         * m4/malloc.m4: Likewise.
26648         * m4/memcmp.m4: Likewise.
26649         * m4/putenv.m4: Likewise.
26650         * m4/realloc.m4: Likewise.
26651         * m4/st_mtim.m4: Likewise.
26652         * m4/strftime.m4: Likewise.
26653
26654 1999-01-16  Jim Meyering  <meyering@ascend.com>
26655
26656         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26657         (ARGMATCH_DIE_DECL): Define.
26658
26659 1999-01-12  Jim Meyering  <meyering@ascend.com>
26660
26661         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26662         Reported by Lars Hecking.
26663
26664 1999-01-10  Jim Meyering  <meyering@ascend.com>
26665
26666         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26667         gross kludge.
26668         * m4/inttypes_h.m4: Likewise.
26669         * m4/lstat.m4: Likewise.
26670         * m4/malloc.m4: Likewise.
26671         * m4/readdir.m4: Likewise.
26672         * m4/realloc.m4: Likewise.
26673         * m4/st_dm_mode.m4: Likewise.
26674         * m4/stat.m4: Likewise.
26675         * m4/utimbuf.m4: Likewise.
26676         * m4/utimes.m4: Likewise.
26677
26678         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26679         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26680         comments in config.h.in are meaningful.
26681
26682         * m4/jm-macros.m4: Require autoconf-2.13 here.
26683
26684         * m4/regex.m4: By default, don't use the included regex.c on systems
26685         with glibc 2.  Suggestion from Uli Drepper.
26686
26687 1999-01-02  Jim Meyering  <meyering@ascend.com>
26688
26689         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26690
26691 1998-12-18  Jim Meyering  <meyering@ascend.com>
26692
26693         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26694         Based on a suggestion from Lars Hecking.
26695
26696 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26697
26698         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26699
26700 1998-11-16  Jim Meyering  <meyering@ascend.com>
26701
26702         * m4/lfs.m4: Double-quote the `uname...` expression.
26703
26704 1998-11-14  Jim Meyering  <meyering@ascend.com>
26705
26706         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26707         * m4/stat.m4: Likewise.
26708
26709 1998-11-03  Jim Meyering  <meyering@ascend.com>
26710
26711         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26712         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26713
26714 1998-10-18  Jim Meyering  <meyering@ascend.com>
26715
26716         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26717
26718 1998-10-17  Jim Meyering  <meyering@ascend.com>
26719
26720         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26721         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26722         calls for those previously hard-coded headers.  Instead, take a new
26723         parameter.
26724         (jm_CHECK_DECLARATIONS): Reflect interface change.
26725         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26726         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26727
26728         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26729
26730 1998-10-14  Jim Meyering  <meyering@ascend.com>
26731
26732         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26733         instead of "TZ=America/Vancouver".  From Paul Eggert.
26734
26735 1998-10-11  Jim Meyering  <meyering@ascend.com>
26736
26737         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26738         This adds a test for a recently added compatibility fix for mktime.c.
26739         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26740
26741 1998-09-27  Jim Meyering  <meyering@ascend.com>
26742
26743         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26744
26745         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26746         ../configure.in, including a change from Gordon Matzigkeit to allow
26747         cross-compiling for the Hurd.
26748
26749         * m4/glibc.m4: New file/macro to test for the GNU C Library
26750         versions 1 and 2.  From Gordon Matzigkeit.
26751         Indent.
26752
26753 1998-09-21  Jim Meyering  <meyering@ascend.com>
26754
26755         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26756
26757 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26758
26759         Port nanosecond-resolution times to UnixWare 2.1.2 and
26760         pedantic Solaris 2.6.
26761
26762         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26763         AC_STRUCT_ST_MTIM.
26764         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26765         Generate name of ns member, instead of just 1 or undef.
26766         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26767
26768 1998-08-15  Jim Meyering  <meyering@ascend.com>
26769
26770         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26771         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26772         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26773         instead of jm_TYPE_SSIZE_T.
26774
26775 1998-08-12  Jim Meyering  <meyering@ascend.com>
26776
26777         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26778
26779 1998-08-02  Jim Meyering  <meyering@ascend.com>
26780
26781         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26782         in acconfig.h manually.
26783
26784 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26785
26786         * m4/st_mtim.m4: New file.
26787
26788 1998-07-28  Jim Meyering  <meyering@ascend.com>
26789
26790         * m4/utimes.m4: Undef stat.
26791
26792 1998-07-25  Jim Meyering  <meyering@ascend.com>
26793
26794         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26795         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26796
26797 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26798
26799         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26800         uid and gid actually remain unchanged.
26801
26802 1998-07-07  Jim Meyering  <meyering@ascend.com>
26803
26804         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26805
26806 1998-07-04  Jim Meyering  <meyering@ascend.com>
26807
26808         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26809         to prove that this macro can be used in packages without regex.c.
26810
26811 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26812
26813         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26814         is to be used.
26815
26816 1998-07-03  Jim Meyering  <meyering@ascend.com>
26817
26818         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26819
26820         * m4/gettext.m4: New file -- from gettext-0.10.35.
26821         * m4/lcmessage.m4: Likewise.
26822         * m4/progtest.m4: Likewise.
26823
26824         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26825         * m4/jm-macros.m4: Require the new macro.
26826
26827 1998-06-29  Jim Meyering  <meyering@ascend.com>
26828
26829         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26830         for the definition of NGROUPS (used in a system header included
26831         by sys/mount.h).
26832
26833 1998-06-28  Jim Meyering  <meyering@ascend.com>
26834
26835         * m4/ls-mntd-fs.m4: New file.
26836         * m4/fstypename.m4: New file.
26837
26838         * m4/jm-macros.m4: Require the new macro.
26839         * m4/jm-glibc-io.m4: New file.
26840
26841 1998-05-19  Jim Meyering  <meyering@ascend.com>
26842
26843         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26844         * m4/lchown.m4: New file.
26845
26846         * m4/Makefile.am.in: New file.
26847         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26848
26849 1998-05-14  Jim Meyering  <meyering@ascend.com>
26850
26851         * m4/Makefile.am (EXTRA_DIST): Add them.
26852         * m4/jm-macros.m4: New file.
26853         * m4/utimbuf.m4: New file.
26854
26855 1998-05-12  Jim Meyering  <meyering@ascend.com>
26856
26857         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26858
26859 1998-05-11  Jim Meyering  <meyering@ascend.com>
26860
26861         * m4/isc-posix.m4: New file.
26862
26863 1998-05-10  Jim Meyering  <meyering@ascend.com>
26864
26865         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26866
26867 1998-05-09  Jim Meyering  <meyering@ascend.com>
26868
26869         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26870         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26871         with automake.
26872
26873         * m4/ssize_t.m4: New file.
26874         * m4/mktime.m4: Remove file -- the new automake has this now.
26875
26876 1998-04-26  Jim Meyering  <meyering@ascend.com>
26877
26878         * m4/assert.m4: New file.
26879         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26880
26881 1998-04-05  Jim Meyering  <meyering@ascend.com>
26882
26883         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26884         (jm_PREREQ): Use it here.
26885
26886 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26887
26888         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26889         in acconfig.h.
26890
26891 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26892
26893         * m4/prereq.m4: New file.
26894         * m4/error.m4: New file.
26895         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26896
26897 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26898
26899         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26900         cache-check for the same variable -- that defeated the purpose of
26901         the test; the test program was never run.  This was a problem only
26902         on systems with losing getline functions -- HP-UX 10.20 is one.
26903         Reported by Bjorn Helgaas.
26904
26905 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26906
26907         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26908
26909 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26910
26911         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26912
26913         * m4/const.m4: New file.  Use an initializer in this declaration
26914         typedef int charset[2]; const charset x;
26915         Reported by Bob Glickstein.
26916
26917 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26918
26919         * m4/chown.m4: Fix reversed types on -1 args to chown.
26920         From Kaveh Ghazi.
26921
26922 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26923
26924         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26925         Add lseek and memchr.
26926
26927         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26928         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26929         have a 20-character limit on names.
26930
26931 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26932
26933         * m4/inttypes_h.m4: New file.
26934         * m4/uintmax_t.m4: New file.
26935         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26936
26937 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26938   Free Software Foundation, Inc.
26939 Copying and distribution of this file, with or without modification,
26940 are permitted provided the copyright notice and this notice are preserved.