Tests for module arpa_inet.
[gnulib.git] / ChangeLog
1 2007-02-17  Bruno Haible  <bruno@clisp.org>
2
3         * modules/arpa_inet-tests: New file.
4         * tests/test-arpa_inet.c: New file.
5
6 2007-02-17  Bruno Haible  <bruno@clisp.org>
7
8         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
9         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
10         if the corresponding module is not enabled. Emit link warnings if
11         the function is used nevertheless.
12         * m4/inttypes_h.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
14         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
15         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
16         * modules/inttypes (Depends-on): Add link-warning.
17         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
20         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
21         * modules/imaxdiv (configure.ac): Likewise.
22         * modules/strtoimax (configure.ac): Likewise.
23         * modules/strtoumax (configure.ac): Likewise.
24         
25 2007-02-17  Bruno Haible  <bruno@clisp.org>
26
27         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
28         gl_STRING_MODULE_INDICATOR_DEFAULTS.
29         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
30         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
31
32 2007-02-17  Bruno Haible  <bruno@clisp.org>
33
34         * modules/link-warning: New file.
35         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36         * lib/string_.h (GL_LINK_WARNING): Remove definition.
37         * modules/string (Depends-on): Add link-warning.
38         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39         string.h.
40         * MODULES.html.sh (Support for building libraries and executables): Add
41         link-warning.
42
43 2007-02-17  Bruno Haible  <bruno@clisp.org>
44
45         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
46         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
47         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
48         long lines.
49
50 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
51             Bruno Haible  <bruno@clisp.org>
52
53         * modules/tmpfile: New file.
54         * lib/tmpfile.c: New file.
55         * m4/tmpfile.m4: New file.
56         * MODULES.html.sh (func_all_modules): New section "Input/output".
57
58 2007-02-15  Bruno Haible  <bruno@clisp.org>
59
60         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
61         (supports_delete_on_close): New function.
62         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
63
64 2007-02-14  Bruno Haible  <bruno@clisp.org>
65
66         * modules/mbspcasecmp-tests: New file.
67         * tests/test-mbspcasecmp.sh: New file.
68         * tests/test-mbspcasecmp.c: New file.
69
70         New module mbspcasecmp.
71         * modules/mbspcasecmp: New file.
72         * lib/mbspcasecmp.c: New file.
73         * lib/string_.h (strncasecmp): Change warning message.
74         (mbspcasecmp): New declaration.
75         * m4/mbspcasecmp.m4: New file.
76         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
77         GNULIB_MBSPCASECMP.
78         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
79         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
80
81 2007-02-14  Bruno Haible  <bruno@clisp.org>
82
83         * modules/mbsncasecmp-tests: New file.
84         * tests/test-mbsncasecmp.sh: New file.
85         * tests/test-mbsncasecmp.c: New file.
86
87         New module mbsncasecmp.
88         * modules/mbsncasecmp: New file.
89         * lib/mbsncasecmp.c: New file.
90         * lib/string_.h (mbsncasecmp): New declaration.
91         * m4/mbsncasecmp.m4: New file.
92         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
93         GNULIB_MBSNCASECMP.
94         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
95         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
96
97 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
98
99         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
100         Verify that it doesn't overlap with our flags.
101         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
102         do not have the desired effect in multibyte locales; instead, use
103         mbscasecmp.
104         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
105         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
106         we don't require GNU fnmatch ourselves (if our users require it, they
107         should do so explicitly).
108
109         Fix regex code so it doesn't rely on strcasecmp.
110         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
111         Otherwise, include gnulib's langinfo.h.
112         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
113         undesirable behavior in non-C locales.  Instead, rely on localecharset.
114         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
115         * modules/regex (FILES): Remove m4/codeset.m4.
116         (Depends-on): Add localcharset.  Remove strcase.
117
118 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119
120         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
121         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
122
123 2007-02-13  Bruno Haible  <bruno@clisp.org>
124
125         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
126         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
127
128 2007-02-12  Bruno Haible  <bruno@clisp.org>
129
130         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
131         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
132         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
133         time warning rather than a link error.
134
135 2007-02-12  Bruno Haible  <bruno@clisp.org>
136
137         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
138         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
139         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
140
141 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
142
143         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
144         args, not 2.
145
146 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
147
148         New module 'time', so that apps can include <time.h> as per
149         POSIX and GNU instead of separate include files like time_r.h
150         and timegm.h.  This implementation tries out a simpler approach
151         for replacing decls in standard include files (as compared to
152         the string module), somewhat as an experiment.
153
154         * config/srclist.txt: Comment out mktime.c for now.
155         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
156         since it doesn't apply any more.  Use generic wording instead.
157         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
158         'time'.
159         * lib/time_.h, m4/time_h.m4, modules/time: New files.
160         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
161         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
162         Don't include <sys/types.h>; no longer needed since we assume C89.
163         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
164         * lib/strftime.c: Likewise.
165         * lib/time_r.c: Likewise.
166         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
167         * lib/nanosleep.c: Include <time.h> first, to check interface.
168         * lib/strptime.c: Likewise.
169         * lib/time_r.c: Likewise.
170         * lib/timegm.c: Likewise.
171         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
172         needed.
173         * lib/timegm.c: Don't include timegm.h; no longer needed.
174         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
175         time.h now handles any problems in that area.
176         (struct timespec, nanosleep): Remove; time.h now arranges for these.
177         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
178         that time.h defines struct timespec.
179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
180         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
181         handles that.
182         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
183         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
184         needed.  Set REPLACE_LOCALTIME.
185         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
186         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
187         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
188         nanosleep; time_h.m4 now does that.  Don't require
189         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
190         module handles this now.
191         * modules/getdate (Depends-on): Remove timespec.  Add time.
192         * modules/nanosleep (Depends-on): Likewise.
193         * modules/stat-time (Depends-on): Likewise.
194         * modules/nanosleep (Include): Include time.h, not timespec.h.
195         * modules/strptime (Files): Remove lib/strptime.h.
196         (Depends-on): Add extensions, time.
197         (Include): Include time.h, not strptime.h.
198         * modules/time_r (Files): Remove lib/time_r.h.
199         (Depends-on): Add time.
200         (Include): Include time.h, not time_r.h.
201         * modules/timegm: Likewise.
202         * modules/timespec (Description): Now does timespec-related decls
203         of our own, instead of struct timespec itself.
204         (Depends-on): Add time; remove extensions.
205         (Maintainer): Add self.
206         * modules/utimecmp (Depends-on): Add time; remove timespec.
207         * modules/utimens (Depends-on): Likewise.
208         * modules/xnanosleep (Depends-on): Likewise.
209
210 2007-02-11  Bruno Haible  <bruno@clisp.org>
211
212         * lib/c-strstr.c: Include allocsa.h.
213         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
214         * lib/c-strcasestr.c: Include allocsa.h.
215         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
216         * lib/strcasestr.c: Include allocsa.h.
217         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
218         * lib/mbsstr.c: Include allocsa.h.
219         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
220         allocsa/freesa instead of malloc/free.
221         * lib/mbscasestr.c: Include allocsa.h.
222         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
223         allocsa/freesa instead of malloc/free.
224         * modules/c-strstr (Depends-on): Add allocsa.
225         * modules/c-strcasestr (Depends-on): Likewise.
226         * modules/strcasestr (Depends-on): Likewise.
227         * modules/mbsstr (Depends-on): Likewise.
228         * modules/mbscasestr (Depends-on): Likewise.
229
230 2007-02-11  Bruno Haible  <bruno@clisp.org>
231
232         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
233
234         * modules/mbsspn-tests: New file.
235         * tests/test-mbsspn.sh: New file.
236         * tests/test-mbsspn.c: New file.
237
238 2007-02-11  Bruno Haible  <bruno@clisp.org>
239
240         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
241
242         * modules/mbspbrk-tests: New file.
243         * tests/test-mbspbrk.sh: New file.
244         * tests/test-mbspbrk.c: New file.
245
246 2007-02-11  Bruno Haible  <bruno@clisp.org>
247
248         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
249         unneeded cast.
250
251         * modules/mbscspn-tests: New file.
252         * tests/test-mbscspn.sh: New file.
253         * tests/test-mbscspn.c: New file.
254
255 2007-02-11  Bruno Haible  <bruno@clisp.org>
256
257         * modules/mbscasecmp-tests: New file.
258         * tests/test-mbscasecmp.sh: New file.
259         * tests/test-mbscasecmp.c: New file.
260
261 2007-02-11  Bruno Haible  <bruno@clisp.org>
262
263         Ensure O(n) worst-case complexity of mbscasestr.
264         * lib/mbscasestr.c: Include stdbool.h.
265         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
266         functions.
267         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
268         the bookkeeping indicates that it's worth it.
269         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
270
271         * modules/mbscasestr-tests: New file.
272         * tests/test-mbscasestr1.c: New file.
273         * tests/test-mbscasestr2.sh: New file.
274         * tests/test-mbscasestr2.c: New file.
275         * tests/test-mbscasestr3.sh: New file.
276         * tests/test-mbscasestr3.c: New file.
277         * tests/test-mbscasestr4.sh: New file.
278         * tests/test-mbscasestr4.c: New file.
279         * m4/locale-tr.m4: New file.
280
281 2007-02-11  Bruno Haible  <bruno@clisp.org>
282
283         Ensure O(n) worst-case complexity of mbsstr.
284         * lib/mbsstr.c: Include stdbool.h.
285         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
286         functions.
287         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
288         bookkeeping indicates that it's worth it.
289         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
290
291         * modules/mbsstr-tests: New file.
292         * tests/test-mbsstr1.c: New file.
293         * tests/test-mbsstr2.sh: New file.
294         * tests/test-mbsstr2.c: New file.
295         * tests/test-mbsstr3.sh: New file.
296         * tests/test-mbsstr3.c: New file.
297         * m4/locale-fr.m4: New file.
298
299 2007-02-11  Bruno Haible  <bruno@clisp.org>
300
301         * lib/mbsrchr.c (mbsrchr): Fix bug.
302
303         * modules/mbsrchr-tests: New file.
304         * tests/test-mbsrchr.sh: New file.
305         * tests/test-mbsrchr.c: New file.
306
307 2007-02-11  Bruno Haible  <bruno@clisp.org>
308
309         * lib/mbschr.c (mbschr): Fix bug.
310
311         * modules/mbschr-tests: New file.
312         * tests/test-mbschr.sh: New file.
313         * tests/test-mbschr.c: New file.
314         * m4/locale-zh.m4: New file.
315
316 2007-02-11  Bruno Haible  <bruno@clisp.org>
317
318         Support for copying multibyte string iterators.
319         * lib/mbiter.h: Include <string.h>.
320         (mbiter_multi_copy): New function.
321         (mbi_copy): New macro.
322         * lib/mbuiter.h: Include <string.h>.
323         (mbuiter_multi_copy): New function.
324         (mbui_copy): New macro.
325
326 2007-02-11  Bruno Haible  <bruno@clisp.org>
327
328         New module mbslen.
329         * modules/mbslen: New file.
330         * lib/mbslen.c: New file.
331         * lib/string_.h (mbslen): New declaration.
332         * m4/mbslen.m4: New file.
333         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
334         GNULIB_MBSLEN.
335         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
336         * MODULES.html.sh (Internationalization functions): Add mbslen.
337
338 2007-02-11  Bruno Haible  <bruno@clisp.org>
339
340         Ensure O(n) worst-case complexity of strcasestr substitute.
341         * lib/strcasestr.c: Include stdbool.h.
342         (knuth_morris_pratt): New function.
343         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
344         bookkeeping indicates that it's worth it.
345         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
346
347         * modules/strcasestr-tests: New file.
348         * tests/test-strcasestr.c: New file.
349
350 2007-02-11  Bruno Haible  <bruno@clisp.org>
351
352         Ensure O(n) worst-case complexity of c_strcasestr.
353         * lib/c-strcasestr.c: Include stdbool.h, string.h.
354         (knuth_morris_pratt): New function.
355         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
356         the bookkeeping indicates that it's worth it.
357         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
358
359         * modules/c-strcasestr-tests: New file.
360         * tests/test-c-strcasestr.c: New file.
361
362 2007-02-11  Bruno Haible  <bruno@clisp.org>
363
364         Ensure O(n) worst-case complexity of c_strstr.
365         * lib/c-strstr.c: Include stdbool.h, string.h.
366         (knuth_morris_pratt): New function.
367         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
368         bookkeeping indicates that it's worth it.
369         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
370
371         * lib/c-strstr.c: Complete rewrite for maintainability.
372
373         * modules/c-strstr-tests: New file.
374         * tests/test-c-strstr.c: New file.
375
376 2007-02-11  Bruno Haible  <bruno@clisp.org>
377
378         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
379         5.2.1 and earlier, whereby \055 was treated just like the range
380         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
381
382 2007-02-08  Bruno Haible  <bruno@clisp.org>
383
384         * modules/regex (Depends-on): Add stdbool.
385         Reported by Dalibor Topic <robilad@kaffe.org>.
386
387 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
388
389         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
390         Prefer returning from main to exiting from it.
391         Remove unnecessary parens after sizeof.
392
393 2007-02-05  Bruno Haible  <bruno@clisp.org>
394
395         New module mbssep.
396         * modules/mbssep: New file.
397         * lib/mbssep.c: New file.
398         * lib/string_.h (strsep): Add a conditional link warning.
399         (mbssep): New declaration.
400         * m4/mbssep.m4: New file.
401         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
402         GNULIB_MBSSEP.
403         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
404         * MODULES.html.sh (Internationalization functions): Add mbssep.
405
406 2007-02-05  Bruno Haible  <bruno@clisp.org>
407
408         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
409         Optimize search in case of 1 delimiter.
410
411 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
412
413         * lib/acl.h: Include sys/types.h before sys/acl.h.
414
415 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
416
417         Merge upstream fix for glibc bugzilla #3957:
418
419         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
420
421         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
422         bit for RE_HAT_LISTS_NOT_NEWLINE.
423         (build_charclass_op): Remove bogus comment.
424
425 2007-02-05  Simon Josefsson  <simon@josefsson.org>
426
427         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
428
429 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
430
431         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
432         * lib/memmem.c [!defined _LIBC]: Include config.h.
433
434 2007-02-04  Bruno Haible  <bruno@clisp.org>
435
436         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
437         warning message.
438
439 2007-02-04  Bruno Haible  <bruno@clisp.org>
440
441         New module mbstok_r.
442         * modules/mbstok_r: New file.
443         * lib/mbstok_r.c: New file.
444         * lib/string_.h (strtok_r): Change argument names to match the
445         comments. Add a conditional link warning.
446         (mbstok_r): New declaration.
447         * m4/mbstok_r.m4: New file.
448         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
449         GNULIB_MBSTOK_R.
450         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
451         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
452
453 2007-02-04  Bruno Haible  <bruno@clisp.org>
454
455         New module mbsspn.
456         * modules/mbsspn: New file.
457         * lib/mbsspn.c: New file.
458         * lib/string_.h (strspn): Add a conditional link warning.
459         (mbsspn): New declaration.
460         * m4/mbsspn.m4: New file.
461         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
462         GNULIB_MBSSPN.
463         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
464         * MODULES.html.sh (Internationalization functions): Add mbsspn.
465
466 2007-02-04  Bruno Haible  <bruno@clisp.org>
467
468         New module mbspbrk.
469         * modules/mbspbrk: New file.
470         * lib/mbspbrk.c: New file.
471         * lib/string_.h (strpbrk): Add a conditional link warning.
472         (mbspbrk): New declaration.
473         * m4/mbspbrk.m4: New file.
474         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
475         GNULIB_MBSPBRK.
476         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
477         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
478
479 2007-02-04  Bruno Haible  <bruno@clisp.org>
480
481         New module mbscspn.
482         * modules/mbscspn: New file.
483         * lib/mbscspn.c: New file.
484         * lib/string_.h (strcspn): Add a conditional link warning.
485         (mbscspn): New declaration.
486         * m4/mbscspn.m4: New file.
487         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
488         GNULIB_MBSCSPN.
489         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
490         * MODULES.html.sh (Internationalization functions): Add mbscspn.
491
492 2007-02-04  Bruno Haible  <bruno@clisp.org>
493
494         New module mbscasestr, reduced goal of strcasestr.
495         * modules/mbscasestr: New file.
496         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
497         (mbscasestr): Renamed from strcasestr.
498         * lib/strcasestr.c: Don't include mbuiter.h.
499         (strcasestr): Remove support for multibyte locales.
500         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
501         Change the conditional link warning.
502         (mbscasestr): New declaration.
503         * m4/mbscasestr.m4: New file.
504         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
505         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
506         REPLACE_STRCASESTR.
507         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
508         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
509         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
510         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
511         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
512         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
513         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
514         (Depends-on): Remove mbuiter.
515         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
516
517 2007-02-04  Bruno Haible  <bruno@clisp.org>
518
519         Simplify handling of strncasecmp.
520         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
521         the conditional link warning.
522         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
523         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
524         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
525         * modules/strcase (configure.ac): Don't invoke
526         gl_STRING_MODULE_INDICATOR.
527         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
528
529 2007-02-04  Bruno Haible  <bruno@clisp.org>
530
531         New module mbscasecmp, reduced goal of strcasecmp.
532         * modules/mbscasecmp: New file.
533         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
534         (mbscasecmp): Renamed from strcasecmp.
535         * lib/strcasecmp.c: Don't include mbuiter.h.
536         (strcasecmp): Remove support for multibyte locales.
537         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
538         Change the conditional link warning.
539         (mbscasecmp): New declaration.
540         * m4/mbscasecmp.m4: New file.
541         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
542         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
543         REPLACE_STRCASECMP.
544         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
545         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
546         GNULIB_MBSCASECMP.
547         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
548         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
549         * modules/strcase (Files): Remove m4/mbrtowc.m4.
550         (Depends-on): Remove mbuiter.
551         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
552
553 2007-02-04  Bruno Haible  <bruno@clisp.org>
554
555         New module mbsstr. Remove module strstr.
556         * modules/mbsstr: New file.
557         * modules/strstr: Remove file.
558         * lib/mbsstr.c: Renamed from lib/strstr.c.
559         (mbsstr): Renamed from strstr.
560         * lib/string_.h (strstr): Remove declaration. Change the conditional
561         link warning.
562         (mbsstr): New declaration.
563         * m4/mbsstr.m4: New file.
564         * m4/strstr.m4: Remove file.
565         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
566         REPLACE_STRSTR.
567         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
568         Don't initialize GNULIB_STRSTR.
569         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
570         substitute GNULIB_STRSTR and REPLACE_STRSTR.
571         * MODULES.html.sh (Internationalization functions): Add mbsstr.
572         (Support for systems lacking ANSI C 89): Remove strstr.
573
574 2007-02-04  Bruno Haible  <bruno@clisp.org>
575
576         New module mbsrchr.
577         * modules/mbsrchr: New file.
578         * lib/mbsrchr.c: New file.
579         * lib/string_.h (strrchr): Add a conditional link warning.
580         (mbsrchr): New declaration.
581         * m4/mbsrchr.m4: New file.
582         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
583         GNULIB_MBSRCHR.
584         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
585         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
586
587 2007-02-04  Bruno Haible  <bruno@clisp.org>
588
589         New module mbschr.
590         * modules/mbschr: New file.
591         * lib/mbschr.c: New file.
592         * lib/string_.h (strchr): Add a conditional link warning.
593         (mbschr): New declaration.
594         * m4/mbschr.m4: New file.
595         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
596         GNULIB_MBSCHR.
597         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
598         * MODULES.html.sh (Internationalization functions): Add mbschr.
599
600 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
601
602         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
603
604         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
605
606 2007-02-04  Bruno Haible  <bruno@clisp.org>
607
608         New module description section 'configure.ac-early'.
609         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
610         (func_get_autoconf_early_snippet): New function.
611         (func_import, func_create_testdir): Use it. Remove special cases for
612         modules 'extensions' and 'lock'.
613         * modules/extensions (configure.ac-early): Require
614         gl_USE_SYSTEM_EXTENSIONS.
615         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
616
617 2007-02-04  Bruno Haible  <bruno@clisp.org>
618
619         Make use of gcj-4.3's -fsource and -ftarget option.
620         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
621         and if so try the options -fsource and -ftarget.
622         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
623         source_version, ftarget_option, target_version arguments.
624         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
625         (is_envjavac_oldgcj_14_14_usable): Renamed from
626         is_envjavac_gcj_14_14_usable.
627         (is_envjavac_oldgcj_14_13_usable): Renamed from
628         is_envjavac_gcj_14_13_usable.
629         (is_gcj_present): Update.
630         (is_gcj_43, is_gcj43_usable): New functions.
631         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
632         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
633         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
634         try the options -fsource and -ftarget.
635
636 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
637
638         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
639         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
640         larger value.
641
642 2007-02-03  Jim Meyering  <jim@meyering.net>
643
644         Give tools a better chance to allocate space for very large buffers.
645         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
646
647         Make pwd and readlink work also when run with an unreadable parent dir
648         on systems with openat support.
649         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
650         provided getcwd function, even when we have openat support.
651         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
652
653 2007-02-02  Bruno Haible  <bruno@clisp.org>
654
655         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
656         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
657         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
658         portability problems if one of these functions is only used on specific
659         platforms.
660         Reported by Paul Eggert.
661
662 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
663
664         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
665         is causing more trouble than it's curing.
666         * lib/regex_internal.h (__mempcpy): Remove.
667         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
668         (and make the code a tad smaller to boot).
669         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
670
671 2007-02-02  Jim Meyering  <jim@meyering.net>
672
673         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
674         section, not in the Makefile.am: one.
675
676 2007-02-02  Eric Blake  <ebb9@byu.net>
677
678         * lib/strchrnul.c: Always include config.h first.
679
680         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
681         gnulib strstr is not necessary here.
682
683 2007-02-02  Simon Josefsson  <simon@josefsson.org>
684
685         * m4/socklen.m4: Fix typo.
686
687 2007-02-02  Eric Blake  <ebb9@byu.net>
688
689         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
690         * modules/netinet_in (Makefile.am): Likewise.
691
692 2007-02-01  Bruno Haible  <bruno@clisp.org>
693
694         * lib/string_.h (GL_LINK_WARNING): New macro.
695         (strcasecmp, strstr, strcasestr): If provided by the system,
696         conditionally define as a macro that leads to a warning instead of to
697         an error.
698         (strncasecmp): Conditionally define as a macro that leads to a warning.
699
700 2007-02-01  Jim Meyering  <jim@meyering.net>
701
702         Give tools a better chance to allocate space for very large buffers.
703         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
704
705 2007-02-01  Karl Berry  <karl@gnu.org>
706
707         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
708
709 2007-02-01  Bruno Haible  <bruno@clisp.org>
710
711         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
712         renamings.
713
714 2007-02-01  Eric Blake  <ebb9@byu.net>
715
716         * modules/regex (Depends-on): Revert dependence on mempcpy.
717         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
718         module's definition of mempcpy.
719         Reported by Paul Eggert.
720
721 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
722
723         * lib/string_.h: If the gnulib module XYZ is not present, undefine
724         the symbol XYZ before redefining it.  This fixes a problem with
725         programs that don't use XYZ, when compiled on systems that define
726         XYZ to something else.
727
728 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
729
730         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
731         occurs when "mkdir -m foo" creates a setgid directory that is (1)
732         writeable to group or other and (2) is intended to have a special
733         mode bit that is set or cleared.  In such a case, the directory
734         should be neither group- nor other-writeable until the special
735         mode bits are right.
736
737 2007-01-31  Eric Blake  <ebb9@byu.net>
738
739         * modules/mountlist (Depends-on): Add strstr.
740
741         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
742         bug.
743         * modules/string (Makefile.am): Remove redundant replacement.
744         * modules/regex (Depends-on): Add mempcpy.
745
746 2007-01-31  Bruno Haible  <bruno@clisp.org>
747
748         New module description field 'Link'.
749         * gnulib-tool (func_usage): Document --extract-link-directive.
750         (sed_extract_prog): Recognize 'Link' directive.
751         (func_get_link_directive): New function.
752         (func_import): Show summary of link directives.
753         Handle --extract-link-directive option.
754         * modules/acl (Link): New section.
755         * modules/clock-time (Link): New section.
756         * modules/euidaccess (Link): New section.
757         * modules/gettext (Link): New section.
758         * modules/iconv (Link): New section.
759         * modules/lock (Link): New section.
760         * modules/nanosleep (Link): New section.
761         * modules/readline (Link): New section.
762
763 2007-01-27  Bruno Haible  <bruno@clisp.org>
764
765         Enforce the use of gnulib modules for unportable <string.h> functions.
766         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
767         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
768         (gl_HEADER_STRING_H_BODY): Require it.
769         * lib/string_.h: If the gnulib module XYZ is not present, redefine
770         the symbol XYZ to one that gives a link error.
771         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
772         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
773         * modules/mempcpy (configure.ac): Likewise.
774         * modules/memrchr (configure.ac): Likewise.
775         * modules/stpcpy (configure.ac): Likewise.
776         * modules/stpncpy (configure.ac): Likewise.
777         * modules/strcase (configure.ac): Likewise.
778         * modules/strcasestr (configure.ac): Likewise.
779         * modules/strchrnul (configure.ac): Likewise.
780         * modules/strdup (configure.ac): Likewise.
781         * modules/strndup (configure.ac): Likewise.
782         * modules/strnlen (configure.ac): Likewise.
783         * modules/strpbrk (configure.ac): Likewise.
784         * modules/strsep (configure.ac): Likewise.
785         * modules/strstr (configure.ac): Likewise.
786         * modules/strtok_r (configure.ac): Likewise.
787
788 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
789
790         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
791
792 2007-01-30  Jim Meyering  <jim@meyering.net>
793
794         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
795
796 2007-01-29  Bruno Haible  <bruno@clisp.org>
797
798         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
799         * lib/execute.c: Likewise.
800         * lib/pipe.c: Likewise.
801         * lib/printf-args.h: Likewise.
802         * lib/printf-args.c: Likewise.
803         * lib/printf-parse.c: Likewise.
804         * lib/vasnprintf.c: Likewise.
805
806 2007-01-29  Eric Blake  <ebb9@byu.net>
807
808         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
809         declaration.
810
811 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
812
813         * lib/strptime.h (strptime): Use 'restrict' for args where
814         POSIX requires this.
815         * lib/strptime.c (strptime): Likewise.
816         Change license notice from LGPL to GPL, since gnulib-tool will
817         change this as needed.
818         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
819         defined.
820         Include "strptime.h" first, to check interface.
821         Do not #undef _LIBC and _NL_CURRENT.
822         Do not include <stdlib.h>; no longer needed.
823         Include "time_r.h" and declare ptime_locale_status
824         only if _LIBC is not defined.
825         (__P): Remove unused macro.
826         (match_string): Bring back glibc version, but use it only if _LIBC
827         is defined.
828         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
829         Remove unnecessary assertion and abort() call.
830         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
831         * m4/strptime.m4: Fix serial number comment.
832         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
833         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
834         (Depends-on): Add time_r.
835
836 2007-01-29  Bruno Haible  <bruno@clisp.org>
837
838         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
839         strptime.
840         * modules/strptime (Depends-on): Add stdbool.
841         * lib/strptime.h: Include <time.h> always. Add comments.
842
843 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
844
845         * modules/strptime: New file.
846         * lib/strptime.h: New file.
847         * lib/strptime.c: New file.
848         * m4/strptime.m4: New file.
849
850 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
851
852         * MODULES.html.sh: New module mpsort.
853         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
854
855         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
856         a circularity problem with HP-UX ia64 reported by Bob Proulx in
857         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
858         All uses changed.
859         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
860         All uses changed.
861         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
862         to _Restrict_.
863         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
864         the parameter matches the prototype.
865
866 2007-01-28  Jim Meyering  <jim@meyering.net>
867
868         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
869         sys/time.h here, reverting that part of the previous patch:
870         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
871
872 2007-01-28  Bruno Haible  <bruno@clisp.org>
873
874         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
875         value of $(SYS_TIME_H).
876         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
877         remove it conditionally, too. [added by Jim Meyering]
878         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
879         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
880         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
881         GETTIMEOFDAY_REPLACEMENT to 1.
882
883 2007-01-28  Bruno Haible  <bruno@clisp.org>
884
885         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
886         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
887         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
888         Set UNISTD_H instead of UNISTD_H2.
889         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
890
891 2007-01-28  Bruno Haible  <bruno@clisp.org>
892
893         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
894         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
895
896 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
897
898         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
899         (func_create_testdir): Ensure C locale for `grep' and `tr'
900         character ranges.
901         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
902         ACLOCAL_AMFLAGS parsing state machine.
903
904 2007-01-27  Bruno Haible  <bruno@clisp.org>
905
906         * modules/unistr/base: Update.
907
908 2007-01-27  Bruno Haible  <bruno@clisp.org>
909
910         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
911         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
912         * modules/unistr/u32-mbtouc-unsafe: Renamed from
913         modules/unistr/u32-mbtouc.
914         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
915         * lib/unistr.h: Update.
916         * lib/linebreak.c: Update.
917         * modules/unistr/u32-mbtouc: Renamed from
918         modules/unistr/u32-mbtouc-safe.
919         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
920         * lib/unistr.h: Update.
921         * lib/unistr/u32-to-u8.c: Update.
922         * lib/unistr/u32-to-u16.c: Update.
923
924 2007-01-27  Bruno Haible  <bruno@clisp.org>
925
926         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
927         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
928         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
929         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
930         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
931         * modules/unistr/u16-mbtouc-unsafe: Renamed from
932         modules/unistr/u16-mbtouc.
933         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
934         * lib/unistr.h: Update.
935         * lib/linebreak.c: Update.
936         * modules/linebreak: Update.
937         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
938         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
939         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
940         * modules/unistr/u16-mbtouc: Renamed from
941         modules/unistr/u16-mbtouc-safe.
942         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
943         * lib/unistr.h: Update.
944         * lib/unistr/u16-to-u8.c: Update.
945         * modules/unistr/u16-to-u8: Update.
946         * lib/unistr/u16-to-u32.c: Update.
947         * modules/unistr/u16-to-u32: Update.
948
949 2007-01-27  Bruno Haible  <bruno@clisp.org>
950
951         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
952         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
953         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
954         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
955         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
956         * modules/unistr/u8-mbtouc-unsafe: Renamed from
957         modules/unistr/u8-mbtouc.
958         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
959         * lib/unistr.h: Update.
960         * lib/striconveh.c: Update.
961         * modules/striconveh: Update.
962         * lib/linebreak.c: Update.
963         * modules/linebreak: Update.
964         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
965         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
966         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
967         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
968         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
969         * lib/unistr.h: Update.
970         * lib/striconveh.c: Update.
971         * modules/striconveh: Update.
972         * lib/unistr/u8-to-u16.c: Update.
973         * modules/unistr/u8-to-u16: Update.
974         * lib/unistr/u8-to-u32.c: Update.
975         * modules/unistr/u8-to-u32: Update.
976
977 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
978
979         Sync from Libtool.
980         * lib/argz.c: Do not include strings.h nor memory.h, include
981         string.h unconditionally.  Patch by Simon Josefsson.
982
983 2007-01-27  Bruno Haible  <bruno@clisp.org>
984
985         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
986         from gl_HEADER_STRING_H_BODY.
987         (gl_HEADER_STRING_H_BODY): Require it.
988         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
989         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
990         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
991         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
992         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
993         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
994         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
995         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
996         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
997         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
998         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
999         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1000         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1001         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1002         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1003
1004 2007-01-27  Bruno Haible  <bruno@clisp.org>
1005
1006         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1007         check_PROGRAMS into noinst_PROGRAMS.
1008         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1009         check_PROGRAMS in this case.
1010         (func_import): Set for_test to false.
1011         (func_create_testdir): Set for_test to true.
1012
1013 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1014             Bruno Haible  <bruno@clisp.org>
1015
1016         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1017         (Depends-on): Add string.
1018         (Includes): Use <string.h> instead of strcasestr.h.
1019         * modules/string (Makefile.am): Also substitute the value of
1020         REPLACE_STRCASESTR.
1021         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1022         assume strcasestr is declared in <string.h> not <strings.h>. Also
1023         set REPLACE_STRCASESTR.
1024         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1025         REPLACE_STRCASESTR.
1026         * lib/strcasestr.h: Remove file.
1027         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1028         * lib/string_.h (strcasestr): New declaration.
1029
1030 2007-01-27  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/string_.h: Use 'extern'.
1033
1034 2007-01-27  Jim Meyering  <jim@meyering.net>
1035
1036         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1037         of set-but-not-used local, "q".
1038
1039         * lib/mempcpy.c: Include <config.h> before <string.h>.
1040         This fixes a compilation error on HP-UX, due to the system's
1041         "restrict"-using mempcpy prototype.
1042
1043 2007-01-26  Bruno Haible  <bruno@clisp.org>
1044
1045         Small optimization.
1046         * lib/javacomp.c: Include c-strstr.h.
1047          (is_envjavac_gcj): Use c_strstr instead of strstr.
1048         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1049
1050 2007-01-26  Bruno Haible  <bruno@clisp.org>
1051
1052         * MODULES.html.sh (Unicode string functions): Add the new modules.
1053
1054         * modules/uniconv/u32-strconv-to-locale: New file.
1055         * lib/uniconv/u32-strconv-to-locale.c: New file.
1056
1057         * modules/uniconv/u16-strconv-to-locale: New file.
1058         * lib/uniconv/u16-strconv-to-locale.c: New file.
1059
1060         * modules/uniconv/u8-strconv-to-locale: New file.
1061         * lib/uniconv/u8-strconv-to-locale.c: New file.
1062
1063         * modules/uniconv/u32-strconv-from-locale: New file.
1064         * lib/uniconv/u32-strconv-from-locale.c: New file.
1065
1066         * modules/uniconv/u16-strconv-from-locale: New file.
1067         * lib/uniconv/u16-strconv-from-locale.c: New file.
1068
1069         * modules/uniconv/u8-strconv-from-locale: New file.
1070         * lib/uniconv/u8-strconv-from-locale.c: New file.
1071
1072         * modules/uniconv/u32-strconv-to-enc: New file.
1073         * lib/uniconv/u32-strconv-to-enc.c: New file.
1074         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1075         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1076
1077         * modules/uniconv/u16-strconv-to-enc: New file.
1078         * lib/uniconv/u16-strconv-to-enc.c: New file.
1079         * lib/uniconv/u-strconv-to-enc.h: New file.
1080         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1081         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1082
1083         * modules/uniconv/u8-strconv-to-enc: New file.
1084         * lib/uniconv/u8-strconv-to-enc.c: New file.
1085         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1086         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1087
1088         * modules/uniconv/u32-strconv-from-enc: New file.
1089         * lib/uniconv/u32-strconv-from-enc.c: New file.
1090         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1091         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1092
1093         * modules/uniconv/u16-strconv-from-enc: New file.
1094         * lib/uniconv/u16-strconv-from-enc.c: New file.
1095         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1096         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1097
1098         * modules/uniconv/u8-strconv-from-enc: New file.
1099         * lib/uniconv/u8-strconv-from-enc.c: New file.
1100         * lib/uniconv/u-strconv-from-enc.h: New file.
1101         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1102         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1103
1104         * modules/uniconv/u32-conv-from-enc: New file.
1105         * lib/uniconv/u32-conv-from-enc.c: New file.
1106         * modules/uniconv/u32-conv-from-enc-tests: New file.
1107         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1108
1109         * modules/uniconv/u16-conv-from-enc: New file.
1110         * lib/uniconv/u16-conv-from-enc.c: New file.
1111         * lib/uniconv/u-conv-from-enc.h: New file.
1112         * modules/uniconv/u16-conv-from-enc-tests: New file.
1113         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1114
1115         * modules/uniconv/u8-conv-from-enc: New file.
1116         * lib/uniconv/u8-conv-from-enc.c: New file.
1117         * modules/uniconv/u8-conv-from-enc-tests: New file.
1118         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1119
1120         * modules/uniconv/base: New file.
1121         * lib/uniconv.h: New file.
1122
1123 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1124
1125         * doc/gnulib-tool.texi (Initial import): Update to match current
1126         behavior with strdup module.
1127         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1128         * lib/memmem.h: Remove; all uses removed.  This is now done
1129         by <string.h>.
1130         * lib/mempcpy.h: Likewise.
1131         * lib/memrchr.h: Likewise.
1132         * lib/stpcpy.h: Likewise.
1133         * lib/stpncpy.h: Likewise.
1134         * lib/strcase.h: Likewise.
1135         * lib/strchrnul.h: Likewise.
1136         * lib/strdup.h: Likewise.
1137         * lib/strndup.h: Likewise.
1138         * lib/strnlen.h: Likewise.
1139         * lib/strpbrk.h: Likewise.
1140         * lib/strsep.h: Likewise.
1141         * lib/strstr.h: Likewise.
1142         * lib/strtok_r.h: Likewise.
1143         * lib/string_.h: New file.
1144         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1145         Rely on <string.h> instead.
1146         * lib/canon-host.c: Likewise.
1147         * lib/chdir-long.c: Likewise.
1148         * lib/concatpath.c: Likewise.
1149         * lib/exclude.c: Likewise.
1150         * lib/fchdir.c: Likewise.
1151         * lib/getaddrinfo.c: Likewise.
1152         * lib/getcwd.c: Likewise.
1153         * lib/getsubopt.c: Likewise.
1154         * lib/glob.c: Likewise.
1155         * lib/hard-locale.c: Likewise.
1156         * lib/iconvme.c: Likewise.
1157         * lib/javacomp.c: Likewise.
1158         * lib/mempcpy.c: Likewise.
1159         * lib/memrchr.c: Likewise.
1160         * lib/regex_internal.h: Likewise.
1161         * lib/stpncpy.c: Likewise.
1162         * lib/strcasecmp.c: Likewise.
1163         * lib/strchrnul.c: Likewise.
1164         * lib/strdup.c: Likewise.
1165         * lib/striconv.c: Likewise.
1166         * lib/striconveh.c: Likewise.
1167         * lib/striconveha.c: Likewise.
1168         * lib/strncasecmp.c: Likewise.
1169         * lib/strndup.c: Likewise.
1170         * lib/strnlen.c: Likewise.
1171         * lib/strsep.c: Likewise.
1172         * lib/strstr.c: Likewise.
1173         * lib/strtok_r.c: Likewise.
1174         * lib/userspec.c: Likewise.
1175         * lib/w32spawn.h: Likewise.
1176         * lib/xstrndup.c: Likewise.
1177         * lib/mountlist.c (strstr): Remove decl.
1178         * m4/string_h.m4: New file.
1179         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1180         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1181         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1182         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1183         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1184         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1185         Set REPLACE_STRCASECMP if necessary.
1186         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1187         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1188         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1189         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1190         HAVE_DECL_STRDUP if necessary.
1191         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1192         since gl_FUNC_STRNDUP does that now.
1193         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1194         Check for decl here...
1195         (gl_PREREQ_STRNLEN): ... not here.
1196         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1197         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1198         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1199         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1200         necessary.
1201         * modules/string: New file.
1202         * modules/memmem (Files): Remove special-purpose include file.
1203         (Depends-on): Add string.
1204         (Include): Include <string.h>, not the removed file.
1205         * modules/mempcpy: Likewise.
1206         * modules/memrchr: Likewise.
1207         * modules/stpcpy: Likewise.
1208         * modules/stpncpy: Likewise.
1209         * modules/strcase: Likewise.
1210         * modules/strchrnul: Likewise.
1211         * modules/strdup: Likewise.
1212         * modules/strndup: Likewise.
1213         * modules/strnlen: Likewise.
1214         * modules/strpbrk: Likewise.
1215         * modules/strsep: Likewise.
1216         * modules/strstr: Likewise.
1217         * modules/strtok_r: Likewise.
1218         * tests/test-dirname.c: Don't include "strdup.h", since
1219         <string.h> now suffices.
1220         * tests/test-memmem.c: Don't include "memmem.h", since
1221         <string.h> now suffices.
1222
1223 2007-01-25  Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1226         *resultp is 0.
1227
1228         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1229         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1230         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1231         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1232
1233         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1234         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1235         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1236         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1237         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1238         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1239
1240 2007-01-24  Bruno Haible  <bruno@clisp.org>
1241
1242         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1243         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1244         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1245         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1246         gl_FUNC_FTS_CORE.
1247         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1248         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1249         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1250         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1251         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1252         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1253         gl_FUNC_FCHOWNAT.
1254         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1255         gl_FUNC_STRFTIME.
1256         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1257         Reported by Ralf Wildenhues.
1258
1259 2007-01-24  Bruno Haible  <bruno@clisp.org>
1260
1261         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1262         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1263         gl_GETADDRINFO.
1264         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1265         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1266         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1267
1268 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1269
1270         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1271         Don't use 'exit'; just return from 'main'.
1272         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1273
1274         * lib/fnmatch_.h: Readjust white space and comments to match
1275         glibc, to avoid spurious diffs.
1276
1277 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1278
1279         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1280         2004-12-01 change by Jakub Jelinek, since this code won't compile
1281         if !LIBC.  Problem reported by Bob Proulx.
1282
1283 2007-01-23  Bruno Haible  <bruno@clisp.org>
1284
1285         * lib/striconveh.c: Include c-strcaseeq.h.
1286         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1287         * modules/striconveh (Depends-on): Add c-strcaseeq.
1288
1289 2007-01-23  Bruno Haible  <bruno@clisp.org>
1290
1291         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1292
1293         * modules/c-strcaseeq: New file.
1294         * lib/c-strcaseeq.h: New file.
1295
1296         * modules/streq: New file.
1297         * lib/streq.h: New file.
1298
1299 2007-01-23  Bruno Haible  <bruno@clisp.org>
1300
1301         * modules/striconveha-tests: New file.
1302         * tests/test-striconveha.c: New file.
1303
1304         * lib/striconveha.h: Include <stdbool.h>.
1305         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1306         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1307         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1308         (mem_iconveha): New function.
1309         (str_iconveha_notranslit): Renamed from str_iconveha.
1310         (str_iconveha): New function.
1311         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1312         c-strcase.
1313
1314 2007-01-23  Bruno Haible  <bruno@clisp.org>
1315
1316         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1317         encodings without forgiving before trying any encoding with handler.
1318         (str_iconveha): Try all encodings without forgiving before trying any
1319         encoding with handler.
1320
1321 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1322
1323         Import the following changes from libc.
1324
1325         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1326
1327         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1328
1329         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1330
1331         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1332         normal_bracket label.
1333
1334         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1335
1336         [BZ #361]
1337         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1338         to normal_bracket after fetching the next character.
1339
1340 2007-01-22  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1343         argument.
1344         * lib/striconveh.c (iconv_carefully_1): New function.
1345         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1346         argument.
1347         (str_cd_iconveh): Update.
1348         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1349         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1350         * tests/test-striconveh.c (MAGIC): New macro.
1351         (new_offsets): New function.
1352         (main): Test call with and without offsets.
1353
1354 2007-01-22  Bruno Haible  <bruno@clisp.org>
1355
1356         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1357         * modules/sys_select (Makefile.am): Likewise.
1358         * modules/sys_socket (Makefile.am): Likewise.
1359         * modules/sys_time (Makefile.am): Likewise.
1360
1361 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1362
1363         * modules/gettimeofday (License): Change from GPL to LGPL, since
1364         gettimeofday is a library function.
1365
1366 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1367
1368         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1369
1370 2007-01-21  Bruno Haible  <bruno@clisp.org>
1371
1372         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1373
1374 2007-01-21  Bruno Haible  <bruno@clisp.org>
1375
1376         * modules/striconveha: New file.
1377         * lib/striconveha.h: New file.
1378         * lib/striconveha.c: New file.
1379         * MODULES.html.sh (Internationalization functions): Add striconveha.
1380         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1381         string.
1382         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1383
1384 2007-01-21  Bruno Haible  <bruno@clisp.org>
1385
1386         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1387         * lib/striconveh.c (str_iconveh): Likewise.
1388
1389 2007-01-21  Bruno Haible  <bruno@clisp.org>
1390
1391         * lib/striconveh.h (mem_iconveh): New declaration.
1392         * lib/striconveh.c (mem_iconveh): New function.
1393         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1394
1395 2007-01-21  Bruno Haible  <bruno@clisp.org>
1396
1397         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1398
1399         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1400         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1401         original result buffer.
1402         (str_cd_iconveh): Update.
1403         * tests/test-striconveh.c (main): Update.
1404
1405         * lib/striconv.h (mem_cd_iconv): Change specification.
1406         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1407         result buffer.
1408         (str_cd_iconv): Update.
1409         * tests/test-striconv.c (main): Update.
1410
1411 2007-01-21  Bruno Haible  <bruno@clisp.org>
1412
1413         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1414
1415 2007-01-20  Jim Meyering  <jim@meyering.net>
1416
1417         * lib/userspec.c (parse_with_separator): If a user or group string
1418         starts with "+", skip the corresponding name-to-ID look-up, since
1419         such a look-up must fail: user and group names may not include "+".
1420
1421 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1422
1423         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1424         since we now assume the sys_time module.
1425         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1426         check for sys/time.h; no longer needed.
1427         * modules/poll (Depends-on): Depend on sys_time.
1428
1429 2007-01-18  Bruno Haible  <bruno@clisp.org>
1430
1431         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1432         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1433
1434         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1435         gettimeofday.
1436
1437         * tests/test-gettimeofday.c: Include <time.h>.
1438         (dummy): Remove variable.
1439
1440         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1441         gl_HEADER_SYS_TIME_H.
1442         (gl_HEADER_SYS_TIME_H): New macro.
1443
1444         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1445         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1446         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1447         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1448         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1449         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1450         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1451         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1452         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1453         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1454         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1455
1456         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1457         last change; it caused a compilation error when cross-compiling to
1458         Cygwin.
1459
1460 2007-01-18  Jim Meyering  <jim@meyering.net>
1461
1462         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1463         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1464         than the race-prone "test -d sys || mkdir sys".
1465         (configure.ac): Use AC_PROG_MKDIR_P.
1466         * modules/sys_select: Likewise.
1467         * modules/sys_socket: Likewise.
1468         * modules/sys_time: Likewise.
1469
1470 2007-01-18  Eric Blake  <ebb9@byu.net>
1471
1472         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1473         replace gettimeofday.
1474         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1475         name, to avoid infinite recursion.
1476
1477 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1478
1479         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1480         module sys_time.
1481         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1482         assume timespec.h defines struct timeval.
1483         * lib/settime.c: Likewise.
1484         * lib/utimens.c: Likewise.
1485         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1486         since we now assume the gettimeofday module.
1487         * lib/tempname.c (__gen_tempname): Likewise.
1488         * lib/gettimeofday.h: Remove.
1489         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1490         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1491         Include <time.h>, for 'time()'.
1492         (localtime_buffer_addr): Also use this workaround if
1493         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1494         to simplify the uses.  All uses changed.
1495         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1496         that #undef is inside {}, and 'const' follows type name consistently.
1497         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1498         (gettimeofday): Do not use the maximum possible value for
1499         tv->tv_usec, since that might break usages other than ls.c.
1500         Instead, we'll leave ls.c alone.  This undoes today's patch
1501         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1502         we've never observed the problem but might as well keep the
1503         canary.
1504         * lib/nanosleep.c: Include timespec.h first, for interface check.
1505         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1506         now assume the sys_time module.
1507         * lib/tempname.c: Likewise.
1508         * lib/timespec.h: Likewise.
1509         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1510         needed.
1511         * lib/strftime.c: Likewise.
1512         * lib/timespec.h: Likewise.
1513         * lib/posixtm.c: Include posixtm.h first, for interface check.
1514         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1515         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1516         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1517         * lib/sys_time_.h: New file.
1518         * lib/timespec.h (struct timespec): Use long int, not long.
1519         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1520         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1521         Remove obsolescent call to AC_HEADER_TIME.
1522         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1523         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1524         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1525         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1526         Likewise.
1527         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1528         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1529         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1530         into the sys_time module.  Check for gettimeofday just once.
1531         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1532         for gettimeofday signature to just check the signature.  Merely
1533         compile it, since linking doesn't test signature.  Improve test for
1534         whether gettimeofday.o is actually needed.
1535         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1536         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1537         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1538         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1539         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1540         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1541         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1542         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1543         than worrying about sys/time.h.
1544         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1545         Don't bother worrying about TIME_WITH_SYS_TIME.
1546         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1547         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1548         * m4/sys_time_h.m4: New file.
1549         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1550         Don't include sys/time.h.  Return from main rather than exiting.
1551         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1552         all uses changed.
1553         * modules/gethrxtime (Depends-on): Add sys_time.
1554         * modules/gettime (Depends-on): Likewise.
1555         * modules/gettimeofday (Depends-on): Likewise.
1556         * modules/nanosleep (Depends-on): Likewise.
1557         * modules/settime (Depends-on): Likewise.
1558         * modules/tempname (Depends-on): Likewise.
1559         * modules/utimens (Depends-on): Likewise.
1560         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1561         (Include:) Change back to <sys/time.h>.
1562         (Maintainer:) Add self.
1563         * modules/sys_time: New file.
1564         * modules/tempname (Depends-on): Add gettimeofday.
1565         * tests/test-gettimeofday.c: Include <sys/time.h>
1566         rather than gettimeofday.h.
1567
1568 2007-01-17  Bruno Haible  <bruno@clisp.org>
1569
1570         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1571         the license default to GPL.
1572         (func_create_testdir): Don't complain if a module is LGPL and its
1573         tests module depends on GPLed modules.
1574
1575 2007-01-17  Bruno Haible  <bruno@clisp.org>
1576
1577         * lib/gettimeofday.c (gettimeofday): Add code for the case
1578         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1579         maximum possible value for tv->tv_usec, rather than the minimum one.
1580
1581 2005-10-08  Martin Lambers  <marlam@marlam.de>
1582 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1583 2007-01-16  Bruno Haible  <bruno@clisp.org>
1584
1585         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1586         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1587         gl_FUNC_GETTIMEOFDAY.
1588         (Include): Add gettimeofday.h.
1589         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1590         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1591         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1592         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1593         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1594         * lib/gettimeofday.h: New file.
1595         * lib/gettimeofday.c: Include <sys/timeb.h>.
1596         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1597         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1598         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1599         fall back on time().
1600
1601         * tests/test-gettimeofday.c: New file.
1602         * modules/gettimeofday-tests: New file.
1603
1604 2007-01-16  Eric Blake  <ebb9@byu.net>
1605
1606         * modules/fnmatch (Depends-on): Depend on wchar.
1607         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1608         * m4/fnmatch.m4: Likewise.
1609         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1610         * m4/mbchar.m4: Likewise.
1611         * modules/mbswidth (Depends-on): Depend on wchar.
1612         * lib/mbswidth.c: Assume <wchar.h>.
1613         * m4/mbswidth.m4: Likewise.
1614         * modules/quotearg (Depends-on): Depend on wchar.
1615         * lib/quotearg.c: Assume <wchar.h>.
1616         * m4/quotearg.m4: Likewise.
1617         * modules/regex (Depends-on): Depend on wchar.
1618         * lib/regex_internal.h: Assume <wchar.h>.
1619         * m4/regex.m4: Likewise.
1620         * modules/stdint (Depends-on): Depend on wchar.
1621         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1622         * m4/stdint.m4: Likewise.
1623         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1624         * modules/strftime (Depends-on): Depend on wchar.
1625         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1626         * modules/strtol (Depends-on): Depend on wchar.
1627         * lib/strtol.c: Assume <wchar.h>.
1628         * modules/wcwidth (Depends-on): Depend on wchar.
1629         * lib/wcwidth.h: Assume <wchar.h>.
1630         * m4/wcwidth.m4: Likewise.
1631
1632 2007-01-16  Bruno Haible  <bruno@clisp.org>
1633
1634         * modules/csharpexec-script: New, created from...
1635         * modules/csharpexec: ... this.
1636
1637 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1638
1639         * modules/javaexec-script: New, created from...
1640         * modules/javaexec: ... this.
1641
1642 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1643
1644         * modules/poll (Dependencies): Add sys_select.
1645
1646 2007-01-15  Jim Meyering  <jim@meyering.net>
1647
1648         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1649         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1650         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1651         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1652
1653 2007-01-15  Bruno Haible  <bruno@clisp.org>
1654
1655         * modules/striconveh: New file.
1656         * lib/striconveh.h: New file.
1657         * lib/striconveh.c: New file.
1658         * MODULES.html.sh (Internationalization functions): Add striconveh.
1659
1660         * modules/striconveh-tests: New file.
1661         * tests/test-striconveh.c: New file.
1662
1663 2007-01-15  Bruno Haible  <bruno@clisp.org>
1664
1665         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1666         not from GNU libiconv or GNU libc.
1667
1668 2007-01-15  Bruno Haible  <bruno@clisp.org>
1669
1670         * doc/gnulib-intro.texi (Copyright): Explain the different license
1671         terms for module descriptions, autoconf macros, tests, documentation.
1672
1673 2007-01-14  Bruno Haible  <bruno@clisp.org>
1674
1675         * modules/striconv-tests: New file.
1676         * tests/test-striconv.c: New file.
1677
1678 2007-01-14  Bruno Haible  <bruno@clisp.org>
1679
1680         * modules/iconv-tests: New file.
1681         * tests/test-iconv.c: New file.
1682
1683 2007-01-14  Bruno Haible  <bruno@clisp.org>
1684
1685         * gnulib-tool (func_get_license): For test modules, use the license of
1686         the main module.
1687
1688 2007-01-14  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1691         if iconv is found to exist.
1692
1693 2007-01-14  Bruno Haible  <bruno@clisp.org>
1694
1695         * modules/c-ctype-tests: New file.
1696         * tests/test-c-ctype.c: New file.
1697
1698 2007-01-14  Bruno Haible  <bruno@clisp.org>
1699
1700         * modules/binary-io-tests: New file.
1701         * tests/test-binary-io.sh: New file.
1702         * tests/test-binary-io.c: New file.
1703
1704 2007-01-14  Bruno Haible  <bruno@clisp.org>
1705
1706         * modules/array-oset-tests: New file.
1707         * tests/test-array_oset.c: New file.
1708
1709 2007-01-14  Bruno Haible  <bruno@clisp.org>
1710
1711         * modules/array-list-tests: New file.
1712         * tests/test-array_list.c: New file.
1713
1714 2007-01-14  Bruno Haible  <bruno@clisp.org>
1715
1716         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1717         and make.
1718         Reported by Simon Josefsson in
1719         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1720
1721 2007-01-14  Bruno Haible  <bruno@clisp.org>
1722
1723         * modules/allocsa-tests: New file.
1724         * tests/test-allocsa.c: New file.
1725
1726 2007-01-14  Bruno Haible  <bruno@clisp.org>
1727
1728         * modules/fchdir (Depends-on): Add absolute-header.
1729         * modules/unistd (Depends-on): Likewise.
1730
1731 2006-12-30  Bruno Haible  <bruno@clisp.org>
1732
1733         * modules/fchdir: New file.
1734         * modules/unistd (Files): Add lib/unistd_.h.
1735         (Makefile.am): Generate unistd.h from unistd_.h.
1736         * lib/fchdir.c: New file.
1737         * lib/dirent_.h: New file.
1738         * lib/unistd_.h: New file.
1739         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1740         * m4/fchdir.m4: New file.
1741         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1742         (gl_HEADER_UNISTD): Invoke it.
1743         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1744         function.
1745         * lib/backupfile.c (opendir, closedir): Undefine.
1746         * lib/chown.c (open, close): Undefine.
1747         * lib/clean-temp.c (open, close): Undefine.
1748         * lib/copy-file.c (open, close): Undefine.
1749         * lib/execute.c (open, close): Undefine.
1750         * lib/fsusage.c (open, close): Undefine.
1751         * lib/gc-gnulib.c (open, close): Undefine.
1752         * lib/getcwd.c (opendir, closedir): Undefine.
1753         * lib/glob.c (opendir, closedir): Undefine.
1754         * lib/javacomp.c (open, close): Undefine.
1755         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1756         * lib/openat-proc.c (open, close): Undefine.
1757         * lib/pagealign_alloc.c (open, close): Undefine.
1758         * lib/pipe.c (open, close): Undefine.
1759         * lib/progreloc.c (open, close): Undefine.
1760         * lib/savedir.c (opendir, closedir): Undefine.
1761         * lib/utime.c (open, close): Undefine.
1762         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1763
1764 2007-01-10  Bruno Haible  <bruno@clisp.org>
1765
1766         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1767
1768 2007-01-12  Eric Blake  <ebb9@byu.net>
1769
1770         Provide a robust <wchar.h>.  Further simplifications are now
1771         possible in other modules, but not included here.
1772         * modules/wchar: New module.
1773         * m4/wchar.m4: New file.
1774         * lib/wchar_.h: Likewise.
1775         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1776         of the new module.
1777         * MODULES.html.sh (Extended multibyte and wide character utilities):
1778         New section.
1779
1780 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1781
1782         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1783         to a reasonable default for memory allocation.
1784         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1785         file system that reports garbage st_size values for symlinks.
1786         Problem reported by Liyang Hu.
1787
1788 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1789
1790         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1791         Emacs .#* auto-save files).
1792
1793 2007-01-11  Bruno Haible  <bruno@clisp.org>
1794
1795         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1796         directory.
1797
1798 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1799
1800         Use @...@ consistently in lib/wctype_.h.
1801         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1802         on it being set to 1 or 0.
1803         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1804         go back to AC_SUBSTing it.
1805         * modules/wctype (Makefile.am): Undo previous change.
1806
1807 2007-01-10  Eric Blake  <ebb9@byu.net>
1808
1809         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1810         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1811         * modules/wctype (Makefile.am): Likewise.
1812         Reported by Chris McGuire.
1813
1814 2007-01-10  Jim Meyering  <jim@meyering.net>
1815
1816         fts.c: a small readability/maintainability improvement
1817         * lib/fts.c (fts_read): Make this code slightly more readable and
1818         maintainable by hoisting the "sp->fts_cur = p" assignments to
1819         immediately follow the statements that set P.  Derived from
1820         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1821
1822 2007-01-10  Eric Blake  <ebb9@byu.net>
1823
1824         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1825         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1826         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1827         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1828         Reported by Chris McGuire.
1829
1830 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1831
1832         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1833         in sed script.
1834
1835 2007-01-09  Bruno Haible  <bruno@clisp.org>
1836
1837         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1838         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1839         variables.
1840         (func_module): Use them.
1841
1842 2007-01-09  Bruno Haible  <bruno@clisp.org>
1843
1844         * modules/unistr/base: New file.
1845         * lib/unistr.h: New file.
1846
1847         * modules/unistr/u8-to-u16: New file.
1848         * lib/unistr/u8-to-u16.c: New file.
1849
1850         * modules/unistr/u8-to-u32: New file.
1851         * lib/unistr/u8-to-u32.c: New file.
1852
1853         * modules/unistr/u16-to-u8: New file.
1854         * lib/unistr/u16-to-u8.c: New file.
1855
1856         * modules/unistr/u16-to-u32: New file.
1857         * lib/unistr/u16-to-u32.c: New file.
1858
1859         * modules/unistr/u32-to-u8: New file.
1860         * lib/unistr/u32-to-u8.c: New file.
1861
1862         * modules/unistr/u32-to-u16: New file.
1863         * lib/unistr/u32-to-u16.c: New file.
1864
1865         * modules/unistr/u8-check: New file.
1866         * modules/unistr/u16-check: New file.
1867         * modules/unistr/u32-check: New file.
1868         * lib/unistr/u8-check.c: New file.
1869         * lib/unistr/u16-check.c: New file.
1870         * lib/unistr/u32-check.c: New file.
1871
1872         * modules/unistr/u8-chr: New file.
1873         * modules/unistr/u16-chr: New file.
1874         * modules/unistr/u32-chr: New file.
1875         * lib/unistr/u8-chr.c: New file.
1876         * lib/unistr/u16-chr.c: New file.
1877         * lib/unistr/u32-chr.c: New file.
1878
1879         * modules/unistr/u8-cmp: New file.
1880         * modules/unistr/u16-cmp: New file.
1881         * modules/unistr/u32-cmp: New file.
1882         * lib/unistr/u8-cmp.c: New file.
1883         * lib/unistr/u16-cmp.c: New file.
1884         * lib/unistr/u32-cmp.c: New file.
1885
1886         * modules/unistr/u8-cpy: New file.
1887         * modules/unistr/u16-cpy: New file.
1888         * modules/unistr/u32-cpy: New file.
1889         * lib/unistr/u8-cpy.c: New file.
1890         * lib/unistr/u16-cpy.c: New file.
1891         * lib/unistr/u32-cpy.c: New file.
1892         * lib/unistr/u-cpy.h: New file.
1893
1894         * modules/unistr/u8-cpy-alloc: New file.
1895         * modules/unistr/u16-cpy-alloc: New file.
1896         * modules/unistr/u32-cpy-alloc: New file.
1897         * lib/unistr/u8-cpy-alloc.c: New file.
1898         * lib/unistr/u16-cpy-alloc.c: New file.
1899         * lib/unistr/u32-cpy-alloc.c: New file.
1900         * lib/unistr/u-cpy-alloc.h: New file.
1901
1902         * modules/unistr/u8-endswith: New file.
1903         * modules/unistr/u16-endswith: New file.
1904         * modules/unistr/u32-endswith: New file.
1905         * lib/unistr/u8-endswith.c: New file.
1906         * lib/unistr/u16-endswith.c: New file.
1907         * lib/unistr/u32-endswith.c: New file.
1908         * lib/unistr/u-endswith.h: New file.
1909
1910         * modules/unistr/u8-mblen: New file.
1911         * modules/unistr/u16-mblen: New file.
1912         * modules/unistr/u32-mblen: New file.
1913         * lib/unistr/u8-mblen.c: New file.
1914         * lib/unistr/u16-mblen.c: New file.
1915         * lib/unistr/u32-mblen.c: New file.
1916
1917         * modules/unistr/u8-mbtouc: New file.
1918         * modules/unistr/u16-mbtouc: New file.
1919         * modules/unistr/u32-mbtouc: New file.
1920         * lib/unistr/u8-mbtouc.c: New file.
1921         * lib/unistr/u16-mbtouc.c: New file.
1922         * lib/unistr/u32-mbtouc.c: New file.
1923
1924         * modules/unistr/u8-mbtouc-safe: New file.
1925         * modules/unistr/u16-mbtouc-safe: New file.
1926         * modules/unistr/u32-mbtouc-safe: New file.
1927         * lib/unistr/u8-mbtouc-safe.c: New file.
1928         * lib/unistr/u16-mbtouc-safe.c: New file.
1929         * lib/unistr/u32-mbtouc-safe.c: New file.
1930
1931         * modules/unistr/u8-move: New file.
1932         * modules/unistr/u16-move: New file.
1933         * modules/unistr/u32-move: New file.
1934         * lib/unistr/u8-move.c: New file.
1935         * lib/unistr/u16-move.c: New file.
1936         * lib/unistr/u32-move.c: New file.
1937         * lib/unistr/u-move.h: New file.
1938
1939         * modules/unistr/u8-next: New file.
1940         * modules/unistr/u16-next: New file.
1941         * modules/unistr/u32-next: New file.
1942         * lib/unistr/u8-next.c: New file.
1943         * lib/unistr/u16-next.c: New file.
1944         * lib/unistr/u32-next.c: New file.
1945
1946         * modules/unistr/u8-prev: New file.
1947         * modules/unistr/u16-prev: New file.
1948         * modules/unistr/u32-prev: New file.
1949         * lib/unistr/u8-prev.c: New file.
1950         * lib/unistr/u16-prev.c: New file.
1951         * lib/unistr/u32-prev.c: New file.
1952
1953         * modules/unistr/u8-set: New file.
1954         * modules/unistr/u16-set: New file.
1955         * modules/unistr/u32-set: New file.
1956         * lib/unistr/u8-set.c: New file.
1957         * lib/unistr/u16-set.c: New file.
1958         * lib/unistr/u32-set.c: New file.
1959         * lib/unistr/u-set.h: New file.
1960
1961         * modules/unistr/u8-startswith: New file.
1962         * modules/unistr/u16-startswith: New file.
1963         * modules/unistr/u32-startswith: New file.
1964         * lib/unistr/u8-startswith.c: New file.
1965         * lib/unistr/u16-startswith.c: New file.
1966         * lib/unistr/u32-startswith.c: New file.
1967         * lib/unistr/u-startswith.h: New file.
1968
1969         * modules/unistr/u8-stpcpy: New file.
1970         * modules/unistr/u16-stpcpy: New file.
1971         * modules/unistr/u32-stpcpy: New file.
1972         * lib/unistr/u8-stpcpy.c: New file.
1973         * lib/unistr/u16-stpcpy.c: New file.
1974         * lib/unistr/u32-stpcpy.c: New file.
1975         * lib/unistr/u-stpcpy.h: New file.
1976
1977         * modules/unistr/u8-stpncpy: New file.
1978         * modules/unistr/u16-stpncpy: New file.
1979         * modules/unistr/u32-stpncpy: New file.
1980         * lib/unistr/u8-stpncpy.c: New file.
1981         * lib/unistr/u16-stpncpy.c: New file.
1982         * lib/unistr/u32-stpncpy.c: New file.
1983         * lib/unistr/u-stpncpy.h: New file.
1984
1985         * modules/unistr/u8-strcat: New file.
1986         * modules/unistr/u16-strcat: New file.
1987         * modules/unistr/u32-strcat: New file.
1988         * lib/unistr/u8-strcat.c: New file.
1989         * lib/unistr/u16-strcat.c: New file.
1990         * lib/unistr/u32-strcat.c: New file.
1991         * lib/unistr/u-strcat.h: New file.
1992
1993         * modules/unistr/u8-strchr: New file.
1994         * modules/unistr/u16-strchr: New file.
1995         * modules/unistr/u32-strchr: New file.
1996         * lib/unistr/u8-strchr.c: New file.
1997         * lib/unistr/u16-strchr.c: New file.
1998         * lib/unistr/u32-strchr.c: New file.
1999
2000         * modules/unistr/u8-strcmp: New file.
2001         * modules/unistr/u16-strcmp: New file.
2002         * modules/unistr/u32-strcmp: New file.
2003         * lib/unistr/u8-strcmp.c: New file.
2004         * lib/unistr/u16-strcmp.c: New file.
2005         * lib/unistr/u32-strcmp.c: New file.
2006
2007         * modules/unistr/u8-strcpy: New file.
2008         * modules/unistr/u16-strcpy: New file.
2009         * modules/unistr/u32-strcpy: New file.
2010         * lib/unistr/u8-strcpy.c: New file.
2011         * lib/unistr/u16-strcpy.c: New file.
2012         * lib/unistr/u32-strcpy.c: New file.
2013         * lib/unistr/u-strcpy.h: New file.
2014
2015         * modules/unistr/u8-strcspn: New file.
2016         * modules/unistr/u16-strcspn: New file.
2017         * modules/unistr/u32-strcspn: New file.
2018         * lib/unistr/u8-strcspn.c: New file.
2019         * lib/unistr/u16-strcspn.c: New file.
2020         * lib/unistr/u32-strcspn.c: New file.
2021         * lib/unistr/u-strcspn.h: New file.
2022
2023         * modules/unistr/u8-strdup: New file.
2024         * modules/unistr/u16-strdup: New file.
2025         * modules/unistr/u32-strdup: New file.
2026         * lib/unistr/u8-strdup.c: New file.
2027         * lib/unistr/u16-strdup.c: New file.
2028         * lib/unistr/u32-strdup.c: New file.
2029         * lib/unistr/u-strdup.h: New file.
2030
2031         * modules/unistr/u8-strlen: New file.
2032         * modules/unistr/u16-strlen: New file.
2033         * modules/unistr/u32-strlen: New file.
2034         * lib/unistr/u8-strlen.c: New file.
2035         * lib/unistr/u16-strlen.c: New file.
2036         * lib/unistr/u32-strlen.c: New file.
2037         * lib/unistr/u-strlen.h: New file.
2038
2039         * modules/unistr/u8-strmblen: New file.
2040         * modules/unistr/u16-strmblen: New file.
2041         * modules/unistr/u32-strmblen: New file.
2042         * lib/unistr/u8-strmblen.c: New file.
2043         * lib/unistr/u16-strmblen.c: New file.
2044         * lib/unistr/u32-strmblen.c: New file.
2045
2046         * modules/unistr/u8-strmbtouc: New file.
2047         * modules/unistr/u16-strmbtouc: New file.
2048         * modules/unistr/u32-strmbtouc: New file.
2049         * lib/unistr/u8-strmbtouc.c: New file.
2050         * lib/unistr/u16-strmbtouc.c: New file.
2051         * lib/unistr/u32-strmbtouc.c: New file.
2052
2053         * modules/unistr/u8-strncat: New file.
2054         * modules/unistr/u16-strncat: New file.
2055         * modules/unistr/u32-strncat: New file.
2056         * lib/unistr/u8-strncat.c: New file.
2057         * lib/unistr/u16-strncat.c: New file.
2058         * lib/unistr/u32-strncat.c: New file.
2059         * lib/unistr/u-strncat.h: New file.
2060
2061         * modules/unistr/u8-strncmp: New file.
2062         * modules/unistr/u16-strncmp: New file.
2063         * modules/unistr/u32-strncmp: New file.
2064         * lib/unistr/u8-strncmp.c: New file.
2065         * lib/unistr/u16-strncmp.c: New file.
2066         * lib/unistr/u32-strncmp.c: New file.
2067
2068         * modules/unistr/u8-strncpy: New file.
2069         * modules/unistr/u16-strncpy: New file.
2070         * modules/unistr/u32-strncpy: New file.
2071         * lib/unistr/u8-strncpy.c: New file.
2072         * lib/unistr/u16-strncpy.c: New file.
2073         * lib/unistr/u32-strncpy.c: New file.
2074         * lib/unistr/u-strncpy.h: New file.
2075
2076         * modules/unistr/u8-strnlen: New file.
2077         * modules/unistr/u16-strnlen: New file.
2078         * modules/unistr/u32-strnlen: New file.
2079         * lib/unistr/u8-strnlen.c: New file.
2080         * lib/unistr/u16-strnlen.c: New file.
2081         * lib/unistr/u32-strnlen.c: New file.
2082         * lib/unistr/u-strnlen.h: New file.
2083
2084         * modules/unistr/u8-strpbrk: New file.
2085         * modules/unistr/u16-strpbrk: New file.
2086         * modules/unistr/u32-strpbrk: New file.
2087         * lib/unistr/u8-strpbrk.c: New file.
2088         * lib/unistr/u16-strpbrk.c: New file.
2089         * lib/unistr/u32-strpbrk.c: New file.
2090         * lib/unistr/u-strpbrk.h: New file.
2091
2092         * modules/unistr/u8-strrchr: New file.
2093         * modules/unistr/u16-strrchr: New file.
2094         * modules/unistr/u32-strrchr: New file.
2095         * lib/unistr/u8-strrchr.c: New file.
2096         * lib/unistr/u16-strrchr.c: New file.
2097         * lib/unistr/u32-strrchr.c: New file.
2098
2099         * modules/unistr/u8-strspn: New file.
2100         * modules/unistr/u16-strspn: New file.
2101         * modules/unistr/u32-strspn: New file.
2102         * lib/unistr/u8-strspn.c: New file.
2103         * lib/unistr/u16-strspn.c: New file.
2104         * lib/unistr/u32-strspn.c: New file.
2105         * lib/unistr/u-strspn.h: New file.
2106
2107         * modules/unistr/u8-strstr: New file.
2108         * modules/unistr/u16-strstr: New file.
2109         * modules/unistr/u32-strstr: New file.
2110         * lib/unistr/u8-strstr.c: New file.
2111         * lib/unistr/u16-strstr.c: New file.
2112         * lib/unistr/u32-strstr.c: New file.
2113         * lib/unistr/u-strstr.h: New file.
2114
2115         * modules/unistr/u8-strtok: New file.
2116         * modules/unistr/u16-strtok: New file.
2117         * modules/unistr/u32-strtok: New file.
2118         * lib/unistr/u8-strtok.c: New file.
2119         * lib/unistr/u16-strtok.c: New file.
2120         * lib/unistr/u32-strtok.c: New file.
2121         * lib/unistr/u-strtok.h: New file.
2122
2123         * modules/unistr/u8-uctomb: New file.
2124         * modules/unistr/u16-uctomb: New file.
2125         * modules/unistr/u32-uctomb: New file.
2126         * lib/unistr/u8-uctomb.c: New file.
2127         * lib/unistr/u16-uctomb.c: New file.
2128         * lib/unistr/u32-uctomb.c: New file.
2129
2130         * MODULES.html.sh (Unicode string functions): Add the new modules.
2131
2132 2007-01-08  Bruno Haible  <bruno@clisp.org>
2133
2134         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2135         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2136         subdirectories.
2137
2138 2007-01-08  Karl Berry  <karl@gnu.org>
2139
2140         * doc/error.texi: mention that main() fns must set program_name
2141         when progname is used.
2142
2143 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2144
2145         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2146         WCTYPE_H is empty, for the benefit of builds from non-distclean
2147         directories.  Problem reported by Eric Blake in
2148         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2149
2150 2007-01-08  Bruno Haible  <bruno@clisp.org>
2151
2152         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2153         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2154         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2155         PROVIDE_CANONICALIZE_FILENAME_MODE.
2156         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2157
2158 2007-01-08  Bruno Haible  <bruno@clisp.org>
2159
2160         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2161         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2162         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2163         * lib/fts.c: Likewise.
2164         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2165
2166 2006-12-25  Bruno Haible  <bruno@clisp.org>
2167
2168         * modules/utf8-ucs4-safe: New file.
2169         * lib/utf8-ucs4-safe.h: New file.
2170         * lib/unistr/utf8-ucs4-safe.c: New file.
2171
2172         * modules/utf16-ucs4-safe: New file.
2173         * lib/utf16-ucs4-safe.h: New file.
2174         * lib/unistr/utf16-ucs4-safe.c: New file.
2175
2176         * MODULES.html.sh (Unicode string functions): Add the new modules.
2177
2178 2007-01-08  Bruno Haible  <bruno@clisp.org>
2179
2180         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2181         (Depends-on): Add unitypes.
2182         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2183         (u8_mbtouc_aux): Move out to separate file.
2184         (u8_mbtouc): Use ucs4_t, uint8_t types.
2185         * lib/unistr/utf8-ucs4.c: New file.
2186
2187         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2188         (Depends-on): Add unitypes.
2189         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2190         (u16_mbtouc_aux): Move out to separate file.
2191         (u16_mbtouc): Use ucs4_t, uint16_t types.
2192         * lib/unistr/utf16-ucs4.c: New file.
2193
2194         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2195         (Depends-on): Add unitypes.
2196         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2197         (u8_uctomb_aux): Move out to separate file.
2198         (u8_uctomb): Use ucs4_t, uint8_t types.
2199         * lib/unistr/ucs4-utf8.c: New file.
2200
2201         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2202         (Depends-on): Add unitypes.
2203         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2204         (u16_uctomb_aux): Move out to separate file.
2205         (u16_uctomb): Use ucs4_t, uint16_t types.
2206         * lib/unistr/ucs4-utf16.c: New file.
2207
2208 2006-12-25  Bruno Haible  <bruno@clisp.org>
2209
2210         * modules/unitypes: New file.
2211         * lib/unitypes.h: New file.
2212         * MODULES.html.sh (func_all_modules): New section "Unicode string
2213         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2214         this section. Add unitypes.
2215
2216 2007-01-08  Bruno Haible  <bruno@clisp.org>
2217
2218         Avoid variable names that conflict with those from libtool.
2219         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2220         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2221         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2222         library_names_spec to acl_library_names_spec, hardcode_* to
2223         acl_hardcode_*.
2224         Reported by Ralf Wildenhues.
2225
2226 2007-01-08  Bruno Haible  <bruno@clisp.org>
2227
2228         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2229         definition.
2230         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2231         definition.
2232         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2233         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2234         definition.
2235         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2236         definition.
2237         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2238         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2239         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2240         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2241         definition.
2242         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2243         definition.
2244         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2245         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2246         GC_USE_<algorithm>.
2247         * lib/gc-libgcrypt.c: Likewise.
2248         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2249         * modules/gc-arctwo (configure.ac): Likewise.
2250         * modules/gc-des (configure.ac): Likewise.
2251         * modules/gc-hmac-md5 (configure.ac): Likewise.
2252         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2253         * modules/gc-md2 (configure.ac): Likewise.
2254         * modules/gc-md4 (configure.ac): Likewise.
2255         * modules/gc-md5 (configure.ac): Likewise.
2256         * modules/gc-random (configure.ac): Likewise.
2257         * modules/gc-rijndael (configure.ac): Likewise.
2258         * modules/gc-sha1 (configure.ac): Likewise.
2259
2260 2007-01-08  Bruno Haible  <bruno@clisp.org>
2261
2262         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2263         macro definition.
2264         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2265         definition.
2266         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2267         definition.
2268         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2269         * modules/fcntl-safer (configure.ac): Likewise.
2270         * modules/fopen-safer (configure.ac): Likewise.
2271         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2272         GNULIB_FWRITEERROR macro definition.
2273
2274 2007-01-08  Bruno Haible  <bruno@clisp.org>
2275
2276         * m4/gnulib-common.m4: New file.
2277         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2278         (func_get_filelist): Add m4/gnulib-common.m4.
2279
2280 2007-01-08  Bruno Haible  <bruno@clisp.org>
2281
2282         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2283         command.
2284
2285 2007-01-08  Jim Meyering  <jim@meyering.net>
2286
2287         Use a more robust test for a "can't happen" condition.
2288         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2289         narrowed the st_size value.  Presuming the "can't happen" condition
2290         is true, that narrowing could conceivably convert an invalid st_size
2291         value into a valid one.  Instead, use a change based on Matthew
2292         Woehlke's original patch.
2293
2294         Slight readability improvement: use an assert-like macro
2295         in place of literal "abort ()" uses.
2296         * lib/fts.c (fts_assert): Define.
2297         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2298         Use this macro instead of a bare 'abort'.
2299
2300 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2301
2302         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2303         simply work around them.
2304         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2305         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2306         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2307         Don't bother to define as macros, since the standard doesn't require it.
2308         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2309         longer worry about IRIX 5.3.
2310         (HAVE_WCTYPE_CTMP_BUG): Remove.
2311
2312 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2313
2314         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2315         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2316         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2317         Problems reported by Georg Schwarz for IRIX 5.3.
2318
2319         * gnulib-tool (autoconf_minversion): Take the maximum version number
2320         found, not the minimum.  Problem reported by James Youngman.
2321
2322 2007-01-03  Karl Berry  <karl@gnu.org>
2323
2324         * doc/error.texi: new file, explaining interaction with progname.
2325         * doc/gnulib.texi: include it.  Update copyright.
2326
2327 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2328
2329         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2330         AC_CANONICAL_HOST, to improve autobuild outputs.
2331
2332 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2333             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2334
2335         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2336         sockets, server sockets, and other file descriptors.  Count errors
2337         to compute the return value.  Reorder the code a bit to be easier
2338         to follow.  Don't set event bits that were not requested (except
2339         POLLERR and POLLHUP).
2340
2341 2007-01-01  Bruno Haible  <bruno@clisp.org>
2342
2343         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2344
2345 2007-01-03  Jim Meyering  <jim@meyering.net>
2346
2347         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2348
2349 2007-01-02  Bruno Haible  <bruno@clisp.org>
2350
2351         * modules/settime (Include): Require timespec.h.
2352         * modules/nanosleep (Include): Likewise.
2353
2354 2007-01-01  Bruno Haible  <bruno@clisp.org>
2355
2356         * gnulib-tool (func_emit_copyright_notice): Bump year.
2357         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2358
2359 2007-01-01  Bruno Haible  <bruno@clisp.org>
2360
2361         Improve support for OpenBSD.
2362         * build-aux/config.rpath (libname_spec): Export.
2363         (library_names_spec): New variable. Export.
2364         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2365         library_names_spec from the config.rpath output. Locate shared library
2366         through the name pattern in library_names_spec.
2367
2368 2007-01-01  Eric Blake  <ebb9@byu.net>
2369
2370         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2371
2372 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2373
2374         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2375         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2376         assume the C locale, and avoid an "eval" that could cause trouble.
2377         Problem with SORT reported by Bob Proulx.
2378
2379         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2380         Define.  Trivial patch from Henning Nielsen Lund, originally
2381         sent to bug-grep@gnu.org today.
2382
2383 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2384
2385         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2386         struct stat.  Problem reported by Henning Nielsen Lund.
2387         * lib/acl.c: Include acl.h first, to check interface.  Don't
2388         bother to include sys/types.h and sys/stat.h again.
2389
2390 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2391
2392         Import the following change from libc; problem reported by
2393         Sven Verdoolaege.
2394
2395         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2396
2397         [BZ #1373]
2398         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2399
2400 2006-12-28  Jim Meyering  <jim@meyering.net>
2401
2402         * build-aux/announce-gen: Do not assume that the package
2403         builds any of tar.gz, tar.bz2, and .xdelta files.
2404         Suggestion from Simon Josefsson.
2405
2406 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2407
2408         * modules/announce-gen: New file.
2409
2410 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2411
2412         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2413         handles its gotchas now.
2414         * lib/mbswidth.c: Likewise.
2415         * lib/wcwidth.h: Likewise.
2416         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2417         and iswcntrl; the wctype module does this stuff now.
2418         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2419         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2420         * modules/mbchar (Depends-on): Add wctype.
2421         * modules/mbswidth (Depends-on): Likewise.
2422         * modules/wcwidth (Depends-on): Likewise.
2423
2424 2006-12-27  Eric Blake  <ebb9@byu.net>
2425
2426         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2427         module uses more than what <wctype.h> is required to provide.
2428
2429 2006-12-26  Eric Blake  <ebb9@byu.net>
2430
2431         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2432
2433 2006-12-26  Eric Blake  <ebb9@byu.net>
2434
2435         * modules/absolute-header: New module.
2436         * modules/fcntl (Depends-on): Depend on it.
2437         * modules/inttypes (Depends-on): Likewise.
2438         * modules/stdint (Depends-on): Likewise.
2439         * modules/sys_stat (Depends-on): Likewise.
2440         * modules/wctype (Depends-on): Likewise.
2441         * MODULES.html.sh (Support for building libraries and
2442         executables): Document it.
2443
2444 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2445
2446         * gnulib-tool (SED): Remove, undoing previous change.
2447         The problem was that it broke coreutils on Solaris, because
2448         "sed --posix" leaked into a makefile.
2449         (sed): New alias, if 'alias' and GNU sed.
2450
2451 2006-12-24  Jim Meyering  <jim@meyering.net>
2452
2453         Work around an fchownat bug in glibc-2.4:
2454         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2455         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2456         in spite of the -P option.
2457         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2458         New macros.
2459         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2460         * modules/openat (Files): Add lib/fchownat.c.
2461         * lib/openat.c (fchownat): Don't define here.  Move to...
2462         * lib/fchownat.c: ...this new file.
2463
2464 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2465
2466         Fix bug reported by Bruno Haible in
2467         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2468         where quotearg.c didn't compile on Mac OS X 10.2 because it
2469         lacks <wchar.h> and wint_t.
2470         * lib/wctype_.h (__wctype_wint_t): New type.
2471         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2472         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2473         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2474         Arg is now of type __wctype_wint_t, not wint_t.
2475         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2476         substitute HAVE_WINT_T.
2477         * modules/wctype (Files): Add m4/wint_t.m4.
2478         (wctype.h): Substitute HAVE_WINT_T.
2479
2480 2006-12-23  Bruno Haible  <bruno@clisp.org>
2481
2482         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2483
2484 2006-12-23  Bruno Haible  <bruno@clisp.org>
2485
2486         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2487         S_ISLNK.
2488         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2489         mingw.
2490
2491 2006-12-22  Bruno Haible  <bruno@clisp.org>
2492
2493         * lib/copy-file.c: Include acl.h.
2494         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2495         Close the file descriptors only after being done with copy_acl.
2496         * modules/copy-file (Depends-on): Add acl.
2497
2498 2006-12-22  Bruno Haible  <bruno@clisp.org>
2499
2500         * gnulib-tool (SED): New variable.
2501         Use $SED instead of sed everywhere.
2502
2503 2006-12-22  Bruno Haible  <bruno@clisp.org>
2504
2505         * modules/no-c++: New file.
2506         * m4/no-c++.m4: New file.
2507         * MODULES.html.sh (Support for building libraries and executables):
2508         Add no-c++.
2509
2510 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2511
2512         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2513         Include <limits.h>, and use its INT_MAX to rewrite the
2514         j loop so that it does not overflow 'int'.  Problem reported by
2515         Ralf Wildenhues in
2516         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2517         Play it safe by shifting left by 1 rather than multiplying by 2,
2518         as GCC is less likely to optimize this away when the value
2519         is signed (when it assumes overflow leads to undefined behavior).
2520         Also, don't assume time_t uses two's complement.
2521
2522 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2523
2524         * MODULES.html.sh: New module wctype.
2525         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2526         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2527         <wctype.h>, since the new wctype module should fix this.
2528         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2529         the wctype module should arrange for it.
2530         * lib/regex_internal.h: Likewise.
2531         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2532         since the wctype module should handle this now.
2533         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2534         * modules/fnmatch (Depends-on): Add wctype.
2535         * modules/quotearg (Depends-on): Likewise.
2536         * modules/regex (Depends-on): Likewise.
2537
2538 2006-12-19  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2541         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2542
2543 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2544
2545         * modules/savewd (Depends-on): Fix dependency on fcntl.
2546
2547 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2548
2549         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2550         conforms to C99, rather than relying on the user's environment
2551         setting of STDINT_H.
2552
2553 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2554         and Eric Blake  <ebb9@byu.net>
2555
2556         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2557         This is more consistent with the other defines here.
2558         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2559         Port to z/OS.  Problem reported by Paul Gilmartin.
2560         Change local vars to use gl_ prefix rather than ac_.
2561         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2562         with other defines.
2563         * modules/double-slash-root: New module.
2564         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2565         (Depends-on): Add double-slash-root.
2566         * MODULES.html.sh (File system functions): Mention new module.
2567
2568 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2569
2570         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2571         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2572         This is for the benefit of gzip, which doesn't do i18n.
2573
2574 2006-12-12  Jim Meyering  <jim@meyering.net>
2575
2576         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2577         Reported by Andreas Schwab <schwab@suse.de>.
2578
2579 2006-12-12  Bruno Haible  <bruno@clisp.org>
2580
2581         Merge these changes.
2582         2006-09-05  Bruno Haible  <bruno@clisp.org>
2583         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2584         iconv_alloc succeeded.
2585         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2586         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2587         test for " && dest " at the end - dest is always != NULL there. Call
2588         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2589         with 2xNULL arguments, also to flush the state storage. Handle the
2590         IRIX iconv behaviour. Realloc the final result, to throw away unused
2591         memory.
2592
2593 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2594
2595         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2596         and fchmodat unconditionally, since glibc 2.4 has them.
2597         Problem reported by Arkadiusz Miskiewicz.
2598
2599 2006-12-10  Bruno Haible  <bruno@clisp.org>
2600
2601         * gnulib-tool (func_import): Show the include files only for those
2602         modules that are copied and specified.
2603         Reported by Karl Berry.
2604
2605 2006-12-08  Jim Meyering  <jim@meyering.net>
2606
2607         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2608         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2609
2610         * build-aux/announce-gen: Add two new options, both optional:
2611         --bootstrap-tools=TOOL_LIST
2612               a comma-separated list of tools, e.g.,
2613               autoconf,automake,bison,gnulib
2614         --gnulib-snapshot-date=DATE
2615               if gnulib is in the bootstrap tool list,
2616               then report this as the snapshot date.
2617               If not specified, use the current date/time.
2618               If you specify a date here, be sure it's UTC.
2619
2620 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2621
2622         * tests/test-argp-2.sh: Fix test to match actual output.
2623         (func_compare): Fix sed script to be portable.
2624
2625 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2626
2627         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2628         workaround for this case.  It is not autoconfigured now; offhand
2629         it's hard to see how to autoconfigure it.
2630
2631 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2632
2633         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2634         a directory that is about to be chowned.  Such a directory's
2635         initial file permissions should permit the owner only and this
2636         should not be changed until after the chown, since the group and
2637         other bits would be incorrect if they granted permission before
2638         the chown.
2639
2640         Fix porting problem for iswctype reported by Georg Schwarz in:
2641         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2642         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2643         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2644         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2645         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2646
2647 2006-12-03  Jim Meyering  <jim@meyering.net>
2648
2649         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2650         p->fts_statp may not yet be defined.
2651         (fts_read): Instead, set it in the caller, once p->fts_statp is
2652         sure to be defined, and corresponds to a top-level directory.
2653         This bug made du -x fail.  Here's the coreutils test case:
2654         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2655         Reported by Mike Frysinger.
2656
2657 2006-12-01  Jim Meyering  <jim@meyering.net>
2658
2659         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2660         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2661         Reported by Simon Josefsson.
2662
2663 2006-11-30  Jim Meyering  <jim@meyering.net>
2664
2665         * m4/warning.m4: Use the all-permissive copyright notice
2666         recommended by RMS (rather than LGPL).
2667         * m4/vararrays.m4: Likewise.
2668         * m4/flexmember.m4: Likewise.
2669
2670 2006-11-29  Bruno Haible  <bruno@clisp.org>
2671
2672         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2673         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2674         using +=.
2675         Reported by Simon Josefsson <simon@josefsson.org>.
2676
2677 2006-11-28  James Youngman <jay@gnu.org>
2678
2679         * README: Advise users that they might find the bug-gnulib@gnu.org
2680         and autotools-announce@gnu.org mailing lists useful.
2681
2682 2006-11-28  Bruno Haible  <bruno@clisp.org>
2683
2684         * m4/ptrdiff_max.m4: Remove file.
2685
2686 2006-11-21  Bruno Haible  <bruno@clisp.org>
2687
2688         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2689         _AC_COMPUTE_INT.
2690         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2691         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2692         _AC_COMPUTE_INT.
2693         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2694         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2695         _AC_COMPUTE_INT.
2696         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2697
2698 2006-11-28  Jim Meyering  <jim@meyering.net>
2699
2700         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2701         warning from "gcc -Wshadow" about shadowing the builtin.
2702
2703 2006-11-27  Bruno Haible  <bruno@clisp.org>
2704
2705         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2706         _AC_COMPUTE_INT.
2707         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2708
2709 2006-11-27  Bruno Haible  <bruno@clisp.org>
2710             Paul Eggert  <eggert@cs.ucla.edu>
2711
2712         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2713
2714 2006-11-26  Bruno Haible  <bruno@clisp.org>
2715
2716         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2717         noinst_LTLIBRARIES.
2718
2719 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2720             Bruno Haible  <bruno@clisp.org>
2721
2722         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2723         if compiling with "gcc -ansi".
2724
2725 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2726
2727         Fix some incompatibilities with gcc -ansi -pedantic.
2728         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2729         if compiling pedantically with GCC, unless it's C99 or later.
2730         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2731         it mishandles gcc -ansi -pedantic as well.
2732         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2733         if gcc -pedantic.
2734         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2735         initializers for struct if -pedantic, unless it's C99 or later.
2736
2737 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2738
2739         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2740         Don't close an fd more than once. Identical atimes indicate
2741         success, not failure.
2742
2743 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2744
2745         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2746
2747 2006-11-23  Jim Meyering  <jim@meyering.net>
2748
2749         * build-aux/announce-gen: New file.  From coreutils.
2750
2751 2006-11-22  Jim Meyering  <jim@meyering.net>
2752
2753         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2754         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2755         (fts_read): Use a temporary to narrow the overused st_size member
2756         before using it in a switch statement.  Reported by Matthew Woehlke.
2757
2758         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2759         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2760
2761 2006-11-20  Bruno Haible  <bruno@clisp.org>
2762
2763         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2764         changequote instead of pairs of brackets.
2765         Reported by Andreas Schwab <schwab@suse.de>.
2766
2767 2006-11-21  Jim Meyering  <jim@meyering.net>
2768
2769         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2770         so as to remain compatible with older compilers.
2771         Patch from Michael Deutschmann.
2772
2773 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2774
2775         * MODULES.html.sh (File system functions): Add openat.
2776
2777         * lib/openat.h (rpl_fstatat): New macro, if
2778         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2779         (fstatat): Define to rpl_fstatat under the same conditions,
2780         unless COMPILING_FSTATAT.
2781         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2782         seems to have the bug.
2783         * lib/fstatat.c: New file.
2784         * modules/openat (Files): Add it.
2785
2786 2006-11-20  Bruno Haible  <bruno@clisp.org>
2787
2788         * Makefile: New file.
2789
2790 2006-11-20  Jim Meyering  <jim@meyering.net>
2791
2792         The beginnings of syntax-related checks for gnulib.
2793         * lib/Makefile: New file.
2794         * lib/t-idcache: New script.  Ensure that the two halves of
2795         idcache.c stay in sync.
2796
2797         * lib/idcache.c: Adjust comments in user- and group- portions to
2798         be more accurate, and to be consistent with one another.
2799
2800 2006-11-20  Jim Meyering  <jim@meyering.net>
2801
2802         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2803         continue using the flexible array member (thus, this module performs
2804         half as many malloc calls), with the addition that...
2805         (getgroup, getuser): Consistently record a non-match via an empty
2806         "name" string, and map an empty string match to a NULL return value.
2807         * modules/idcache (Depends-on): Re-add flexmember.
2808
2809         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2810         (getuidbyname, getgroup, getgidbyname): Likewise.
2811
2812         Use cleaner syntax: NULL rather than 0.
2813         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2814
2815 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2816
2817         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2818         It mishandled the case where the group was missing.
2819         Problem reported by Greg Schafer.
2820         * modules/idcache: Likewise.
2821
2822 2006-11-18  Jim Meyering  <jim@meyering.net>
2823
2824         * check-module (%exempt_header): Add exception for some
2825         conditionally-included headers.
2826
2827         * modules/i-ring (Depends-on): Add verify.
2828         (License): Change to LGPL.
2829
2830 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2831
2832         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2833         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2834         and inttostr.h.  Use snprintf rather than uinttostr, so that
2835         LGPLed code doesn't depend on GPLed.
2836
2837 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * modules/inline (License): Change from GPL to LGPL.
2840
2841 2006-11-17  Jim Meyering  <jim@meyering.net>
2842
2843         * modules/d-type (License): Switch to LGPL.
2844
2845 2006-11-15  Bruno Haible  <bruno@clisp.org>
2846
2847         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2848
2849 2006-11-15  Eric Blake  <ebb9@byu.net>
2850
2851         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2852         the module dependency.
2853
2854 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2855             Bruno Haible  <bruno@clisp.org>
2856
2857         * gnulib-tool (func_create_testdir): Add license consistency check.
2858
2859 2006-11-15  Eric Blake  <ebb9@byu.net>
2860
2861         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2862         random "(cached)" in configure output.
2863
2864 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2865
2866         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2867         test for conforming inttypes.h is both announced and cached.
2868
2869         * MODULES.html.sh (seen_modules, seen_files): New variables.
2870         (func_module): Rewrite to use a few less gnulib-tool and sed
2871         invocations.  Avoid a couple of quadratic algorithms for ...
2872         (missed_modules, missed_files): ... these, with ...
2873         (func_append, func_tmpdir): ... these new functions, from
2874         gnulib-tool.  Analogously, install traps for cleanup.
2875
2876         * tests/test-gc.c (main): Remove unused variables.
2877         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2878
2879 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2880
2881         * modules/inttostr (License): Change to LGPL.
2882
2883 2006-11-14  Eric Blake  <ebb9@byu.net>
2884
2885         * modules/tempname (License): Change to LGPL.
2886
2887 2006-11-14  Eric Blake  <ebb9@byu.net>
2888
2889         * doc/functions.texi (Function Portability): *printf functions on
2890         Cygwin now understand all POSIX size specifiers.
2891
2892 2006-11-14  Bruno Haible  <bruno@clisp.org>
2893
2894         * modules/c-ctype (License): Change to LGPL.
2895
2896 2006-11-12  Bruno Haible  <bruno@clisp.org>
2897
2898         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2899         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2900         for GNOME libraries, for which the include files are installed in
2901         subdirectories of $prefix/include.
2902
2903 2006-11-12  Bruno Haible  <bruno@clisp.org>
2904
2905         * m4/lib-link.m4: Require at least autoconf-2.54.
2906         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2907         name to underscores for the --with option.
2908
2909 2006-11-13  Bruno Haible  <bruno@clisp.org>
2910
2911         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2912         the tests directory.
2913         Reported by Ralf Wildenhues.
2914
2915 2006-11-13  Bruno Haible  <bruno@clisp.org>
2916
2917         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2918         (func_emit_initmacro_end): Undo the override here.
2919         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2920         Works around the famous automake error in coreutils.
2921
2922 2006-11-13  Eric Blake  <ebb9@byu.net>
2923
2924         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2925         element, not its node.
2926
2927 2006-11-12  Bruno Haible  <bruno@clisp.org>
2928
2929         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2930         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2931
2932 2006-11-12  Bruno Haible  <bruno@clisp.org>
2933
2934         * gnulib-tool: New option --local-symlink.
2935         (func_usage): Document it.
2936         (lsymbolic): New variable.
2937         (func_import, func_create_testdir): If --symlink was not specified,
2938         test whether --local-symlink was specified and the file comes from
2939         the local_gnulib_dir.
2940
2941 2006-11-12  Bruno Haible  <bruno@clisp.org>
2942
2943         * gnulib-tool (func_ln): New function.
2944         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2945
2946 2006-11-12  Bruno Haible  <bruno@clisp.org>
2947
2948         Finish support for source files in subdirectories.
2949         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2950         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2951         AUTOMAKE_OPTIONS.
2952         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2953
2954 2006-11-12  Bruno Haible  <bruno@clisp.org>
2955
2956         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2957         EXTRA_lib_SOURCES augmentation.
2958         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2959
2960 2006-11-12  Jim Meyering  <jim@meyering.net>
2961
2962         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2963         file descriptors.  This also averts a failure on systems with
2964         native openat support when a traversed directory lacks "x" access.
2965         * lib/fts_.h: Include "i-ring.h"
2966         (struct FTS) [fts_fd_ring]: New member.
2967         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2968         (FCHDIR): Add parentheses.
2969         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2970         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2971         When descending, rather than simply closing the previous
2972         fts_cwd_fd value, push that file descriptor onto the ring.
2973         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2974         (fts_open): Initialize the new fd_ring member.
2975         (fts_close): Clear the ring.
2976         (fts_safe_changedir): When possible, use our new fd_ring to skip
2977         the diropen and fstat and dev/ino comparison that would normally
2978         accompany a virtual `chdir ("..")'.
2979
2980         * modules/fts (Depends-on): Add i-ring.
2981         * modules/i-ring: New module.
2982         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2983         * m4/i-ring.m4: New file.
2984
2985 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2986
2987         * gnulib-tool (func_create_testdir): Fix replacement of
2988         `build-aux' in configure.ac.  Run autotools in gltests
2989         subdirectory.
2990         (func_create_testdir, func_create_megatestdir, test): There is
2991         no need for '--force' in most autotool invocations in a new
2992         tree.  Actually fail the whole test if any of the tools, or the
2993         configure or make stages fail.
2994
2995         Sync from Automake.
2996         * build-aux/gnupload: Revert last change.  Add pointer to upload
2997         instructions of the GNU Maintenance Instructions.
2998         Suggestion by Karl Berry.
2999
3000 2006-11-10  Jim Meyering  <jim@meyering.net>
3001
3002         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3003
3004 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3005
3006         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3007         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3008         (bind_textdomain_codeset) [! ENABLE_NLS]:
3009         Evaluate all the arguments.  That way, callers get compatible behavior
3010         if the arguments have side effects.  Also, it avoids some GCC
3011         diagnostics in some cases; Joel E. Denny reported problems when Bison
3012         was configured with --enable-gcc-warnigs.
3013
3014 2006-11-10  Jim Meyering  <jim@meyering.net>
3015
3016         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3017         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3018         account.
3019
3020 2006-11-10  Jim Meyering  <jim@meyering.net>
3021
3022         * modules/inline: New file/module.
3023         * modules/xalloc (Files): Remove m4/inline.m4.
3024         (Depends-on): Add inline, instead.
3025         * modules/oset: Likewise.
3026         * modules/list: Likewise.
3027
3028 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3029
3030         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3031         Problem reported by Matthew Woehlke.
3032
3033 2006-11-09  Bruno Haible  <bruno@clisp.org>
3034
3035         * lib/tempname.c (gen_tempname): Remove variant that invokes
3036         __gen_tempname.
3037         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3038         __gen_tempname.
3039
3040 2006-11-08  Bruno Haible  <bruno@clisp.org>
3041
3042         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3043         to 'yes' instead of 'cross-compiling'.
3044
3045 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3046
3047         * lib/quotearg.h (quotearg_free): New decl.
3048         * lib/quotearg.c (quotearg_free): New function.
3049         (slot0, nslots, slotvec0, slotvec):
3050         Now file-scope so that quotearg_free can get at them.
3051
3052 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3053
3054         Sync from Automake.
3055         * build-aux/gnupload: Add missing 'gnu' to example URL.
3056         Report by Karl Berry.
3057
3058 2006-11-08  Bruno Haible  <bruno@clisp.org>
3059
3060         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3061         Suggested by Paul Eggert.
3062
3063 2006-11-08  Jim Meyering  <jim@meyering.net>
3064
3065         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3066         It's already included if !_LIBC.
3067         (fts_safe_changedir): Add a comment.
3068
3069 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3070
3071         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3072         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3073         Matthew Woehlke.
3074
3075         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3076         definitions up, to avoid colliding with change below.
3077         (static_inline) [HAVE_INLINE]: New macro.
3078         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3079         Provide extern decls when !HAVE_INLINE.  Do not define unless
3080         static_inline is defined, either by us or by xmalloc.c.  Use
3081         static_inline rather than static inline.
3082         (XCALLOC): Optimize sizeof(T) = 1 case.
3083         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3084
3085 2006-11-07  Bruno Haible  <bruno@clisp.org>
3086
3087         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3088         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3089         AC_C_INLINE.
3090         * modules/xalloc (Files): Add m4/inline.m4.
3091
3092 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3093
3094         * README: Fix typo.
3095         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3096         (Miscellanous Notes): ...from this.
3097
3098 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3101         Mention that offsetof should be used instead of sizeof.
3102         From Bruno Haible.
3103
3104 2006-11-07  Bruno Haible  <bruno@clisp.org>
3105
3106         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3107
3108 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3109
3110         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3111         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3112         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3113         (gl_tree_add_before, gl_tree_add_after):
3114         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3115         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3116         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3117         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3118         (gl_linked_add_after, gl_linked_add_at): Likewise.
3119         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3120         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3121         (gl_tree_add_before, gl_tree_add_after): Likewise.
3122         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3123         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3124         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3125
3126 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3127
3128         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3129
3130 2006-11-06  Bruno Haible  <bruno@clisp.org>
3131
3132         * m4/inline.m4: New file.
3133         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3134         * modules/list (Files): Add m4/inline.m4.
3135         * modules/oset (Files): Likewise.
3136
3137 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3138
3139         * lib/idcache.c: Include <stddef.h>, for offsetof.
3140         (struct userid.name): Change from char * to a flexible array member.
3141         All uses changed.
3142         * modules/idcache (Depends-on): Add flexmember.
3143
3144         * MODULES.html.sh (Core language properties): New module flexmember.
3145         * modules/flexmember, m4/flexmember.m4: New files.
3146
3147         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3148         inline functions that are identical with the old xnmalloc_inline,
3149         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3150         that we can avoid some unnecessary integer multiplications and
3151         divisions in the common case where the element size is known at
3152         compile time.
3153         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3154         needed.
3155         (xnboundedmalloc): Remove.
3156         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3157         arguments, for consistency with rest of this header.
3158         (xcharalloc): Rewrite using XNMALLOC.
3159         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3160         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3161         versions have been moved to lib/xalloc.h and renamed to be the
3162         non-*_inline versions.
3163         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3164         and xnrealloc functions, since those functions are now inline and
3165         now call us.
3166         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3167         renaming described above.
3168         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3169         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3170         captures the dependency in AC_C_INLINE.
3171
3172         New module canonicalize-lgpl, proposed by Charles Wilson in
3173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3174         with a few small changes afterwards.
3175         * MODULES.html.sh (File system functions): New module
3176         canonicalize-lgpl.
3177         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3178         and canonicalize_file_name.
3179         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3180         * modules/canonicalize-lgpl: New files.
3181
3182 2006-11-05  Bruno Haible  <bruno@clisp.org>
3183
3184         * gnulib-tool (func_import, func_create_testdir): Create directories
3185         also for files in subdirectories of lib/.
3186
3187 2006-11-05  Bruno Haible  <bruno@clisp.org>
3188
3189         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3190         ANSI C compliant.
3191
3192 2006-11-03  Bruno Haible  <bruno@clisp.org>
3193
3194         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3195         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3196         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3197         (xnboundedmalloc): New inline function.
3198         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3199         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3200         xmalloc.
3201         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3202         xmalloc.
3203         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3204         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3205         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3206         xmalloc.
3207         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3208         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3209         xmalloc.
3210         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3211         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3212         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3213         xmalloc.
3214         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3215         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3216         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3217         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3218         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3219         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3220         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3221
3222 2006-11-03  Bruno Haible  <bruno@clisp.org>
3223
3224         * lib/c-ctype.h [C++]: Define functions without name mangling.
3225         * lib/fwriteerror.h [C++]: Likewise.
3226         * lib/gcd.h [C++]: Likewise.
3227         * lib/linebreak.h [C++]: Likewise.
3228
3229 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3230
3231         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3232         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3233         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3234         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3235         Check for functions and headers just once.
3236         Check for declaration of canonicalize_file_name.
3237         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3238
3239 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3240
3241         * gnulib-tool (func_import): Fix typo in actioncmd.
3242
3243 2006-11-02  Bruno Haible  <bruno@clisp.org>
3244
3245         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3246         newline sequence in the Makefile.am snippet as a space, like "make"
3247         does.
3248         Reported by Roger Persson <perrog@gmail.com>.
3249
3250 2006-11-01  Bruno Haible  <bruno@clisp.org>
3251
3252         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3253         already declared in <string.h>.
3254         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3255
3256 2006-11-01  Bruno Haible  <bruno@clisp.org>
3257
3258         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3259         * lib/strcase.h: Include <string.h>.
3260         (strcasecmp): Define to rpl_strcasecmp here.
3261
3262 2006-11-01  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3265
3266 2006-11-01  Eric Blake  <ebb9@byu.net>
3267
3268         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3269
3270         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3271
3272 2006-10-29  Bruno Haible  <bruno@clisp.org>
3273
3274         Make it compile in C++ mode.
3275         * lib/full-write.c (full_rw): Add a cast.
3276
3277 2006-11-01  Bruno Haible  <bruno@clisp.org>
3278
3279         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3280         be POSIX compliant.
3281         Reported by Roger Persson <perrog@gmail.com>.
3282
3283 2006-11-01  Eric Blake  <ebb9@byu.net>
3284
3285         * lib/getopt_.h: Fix comments.
3286
3287 2006-10-31  Eric Blake  <ebb9@byu.net>
3288
3289         * modules/tmpdir (Depends-on): Add sys_stat.
3290         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3291         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3292         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3293         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3294         tempname.
3295
3296 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3297
3298         Avoid some C++ diagnostics reported by Bruno Haible.
3299         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3300         xmalloc.
3301         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3302         (struct slotvec): Move to top level.
3303         (quotearg_n_options): Rewrite to avoid xmalloc.
3304         * lib/xalloc.h (xcharalloc): New function.
3305         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3306         [defined __cplusplus]: Add function template that provides result
3307         type propagation.  This part of the change is from Bruno Haible.
3308
3309 2006-10-29  Bruno Haible  <bruno@clisp.org>
3310
3311         Make it compile in C++ mode.
3312         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3313         * lib/strnlen1.c (strnlen1): Cast memchr result.
3314         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3315         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3316         (create_temp_dir): Rename local variable 'template'.
3317         (compile_csharp_using_sscli): Add cast.
3318         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3319         * lib/findprog.c (find_in_path): Likewise.
3320         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3321         * lib/wait-process.c (register_slave_subprocess): Likewise.
3322
3323 2006-10-22  Bruno Haible  <bruno@clisp.org>
3324
3325         * modules/tsearch: New file.
3326         * lib/tsearch.h: New file.
3327         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3328         * m4/tsearch.m4: New file.
3329         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3330
3331 2006-10-29  Eric Blake  <ebb9@byu.net>
3332
3333         * lib/arcfour.c: Assume config.h.
3334         * lib/arctwo.c: Likewise.
3335         * lib/base64.c: Likewise.
3336         * lib/check-version.c: Likewise.
3337         * lib/crc.c: Likewise.
3338         * lib/des.c: Likewise.
3339         * lib/gc-gnulib.c: Likewise.
3340         * lib/gc-libgcrypt.c: Likewise.
3341         * lib/gc-pbkdf2-sha1.c: Likewise.
3342         * lib/getaddrinfo.c: Likewise.
3343         * lib/getdelim.c: Likewise.
3344         * lib/getline.c: Likewise.
3345         * lib/hmac-md5.c: Likewise.
3346         * lib/hmac-sha1.c: Likewise.
3347         * lib/iconvme.c: Likewise.
3348         * lib/md2.c: Likewise.
3349         * lib/md4.c: Likewise.
3350         * lib/memxor.c: Likewise.
3351         * lib/read-file.c: Likewise.
3352         * lib/readline.c: Likewise.
3353         * lib/rijndael-alg-fst.c: Likewise.
3354         * lib/rijndael-api-fst.c: Likewise.
3355         * lib/xgetdomainname.c: Likewise.
3356
3357 2006-10-28  Eric Blake  <ebb9@byu.net>
3358
3359         * lib/xstrndup.c: Assume config.h.
3360
3361 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3362
3363         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3364         stat-macros.h is now for our own macros, whereas stat_h is for
3365         macros in the <sys/stat.h> name space.
3366         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3367         (STAT_MACROS_H): Remove.
3368         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3369         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3370         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3371         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3372         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3373         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3374         Move these macros to ...
3375         * lib/stat_.h: here.  Don't include stat-macros.h.
3376         * lib/canonicalize.c: Don't include stat-macros.h.
3377         * lib/chown.c: Likewise.
3378         * lib/euidaccess.c: Likewise.
3379         * lib/file-type.c: Likewise.
3380         * lib/filemode.c: Likewise.
3381         * lib/glob.c: Likewise.
3382         * lib/isapipe.c: Likewise.
3383         * lib/lchown.c: Likewise.
3384         * lib/lstat.c: Likewise.
3385         * lib/mkdir-p.c: Likewise.
3386         * lib/rmdir.c: Likewise.
3387         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3388         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3389         unless mkdir isn't declared, to speed up 'configure'.
3390         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3391         would define all the S_* symbols.
3392         * modules/canonicalize (Depends-on):
3393         Depend on sys_stat, not stat-macros.
3394         * modules/chown: Likewise.
3395         * modules/euidaccess: Likewise.
3396         * modules/filemode: Likewise.
3397         * modules/file-type: Likewise.
3398         * modules/glob: Likewise.
3399         * modules/isapipe: Likewise.
3400         * modules/lchown: Likewise.
3401         * modules/lstat: Likewise.
3402         * modules/mkancesdirs: Likewise.
3403         * modules/rmdir: Likewise.
3404         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3405         * modules/modechange: Likewise.
3406         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3407         (configure.ac): Remove gl_STAT_MACROS.
3408         * modules/sys_stat (Depends-on): Remove stat-macros.
3409
3410 2006-10-27  Bruno Haible  <bruno@clisp.org>
3411
3412         * m4/signed.m4: Remove file.
3413         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3414         invocation.
3415         * modules/vasnprintf (Files): Remove m4/signed.m4.
3416
3417 2006-10-27  Bruno Haible  <bruno@clisp.org>
3418
3419         Update to GNU gettext 0.16.
3420         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3421         m4/inttypes-h.m4, m4/signed.m4.
3422         * m4/gettext.m4: Update to GNU gettext 0.16.
3423         * m4/intl.m4: New file, from GNU gettext.
3424         * m4/intldir.m4: New file, from GNU gettext.
3425         * config/srclist.txt: Update
3426
3427 2006-10-27  Eric Blake  <ebb9@byu.net>
3428
3429         * MODULES.html.sh: Document tempname.
3430         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3431         dependencies.
3432         (Files): Move lib/tempname.c...
3433         * modules/tempname: ...to this new module.
3434         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3435         (gl_PREREQ_TEMPNAME): Move...
3436         * m4/tempname.m4: ...to this new file.
3437         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3438         * modules/sys_stat (Depends-on): Add stat-macros.
3439         * lib/stat_.h (includes): Pick up stat macros.
3440         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3441         if stat macros are broken.
3442         * lib/tempname.c (includes): No need to include "stat-macros.h".
3443         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3444         (direxists, __path_search) [!_LIBC]: Don't compile these in
3445         gnulib; the tmpdir module covers that.
3446         * lib/tempname.h: New file.
3447
3448 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3449
3450         * COPYING: Explain how gnulib-tool converts licence headers.
3451         Almost all wording by Eric Blake.
3452
3453 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3454
3455         * lib/mbchar.h (is_basic_table): Make read-only.
3456         * lib/mbchar.c (is_basic_table): Likewise.
3457         Reported by John Darrington.
3458
3459 2006-10-25  Bruno Haible  <bruno@clisp.org>
3460
3461         * lib/progname.h (set_program_name): Undefine before defining.
3462
3463 2006-10-25  Bruno Haible  <bruno@clisp.org>
3464
3465         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3466         false for non-gcc C++ compilers.
3467         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3468
3469 2006-10-24  Bruno Haible  <bruno@clisp.org>
3470
3471         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3472         iconv implementations like Irix iconv.
3473
3474 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3475
3476         * modules/vararrays: New file.
3477         * m4/vararrays.m4: New file, taken from diffutils.
3478         * MODULES.html.sh: New module vararrays.
3479
3480 2006-10-24  Karl Berry  <karl@gnu.org>
3481
3482         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3483         Don't call GNU Unix.
3484
3485 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3486
3487         * users.txt: Add Libtool.
3488
3489         Sync from Libtool:
3490
3491         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3492
3493         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3494         to gnulib's policy of including config.h unconditionally.
3495
3496 2006-10-24  Bruno Haible  <bruno@clisp.org>
3497
3498         * modules/wcwidth (Files): Add m4/wint_t.m4.
3499         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3500         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3501
3502 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3503
3504         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3505         to pacify GCC with some -W flags enabled.  Problem reported by
3506         Bruno Haible.
3507
3508 2006-10-24  Jim Meyering  <jim@meyering.net>
3509
3510         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3511         Reported by Karl Berry.
3512
3513 2006-10-23  Bruno Haible  <bruno@clisp.org>
3514
3515         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3516
3517 2006-10-24  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/gl_list.h: Use C comment style, not C++ comment style.
3520
3521 2006-10-23  Eric Blake  <ebb9@byu.net>
3522
3523         * lib/getaddrinfo.c (includes): Add missing include.
3524
3525 2006-10-23  Bruno Haible  <bruno@clisp.org>
3526             Paul Eggert  <eggert@cs.ucla.edu>
3527
3528         Ability to rename obstack_free.
3529         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3530         obstack_free.
3531         (obstack_free): Invoke the __obstack_free macro.
3532         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3533
3534 2006-10-23  Bruno Haible  <bruno@clisp.org>
3535             Paul Eggert  <eggert@cs.ucla.edu>
3536
3537         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3538         __argc, __argv from the declaration. (They are defined as macros on
3539         mingw.)
3540
3541 2006-10-22  Bruno Haible  <bruno@clisp.org>
3542
3543         * doc/gnulib-intro.texi: New file.
3544         * doc/gnulib.texi: Include it.
3545
3546 2006-10-21  Bruno Haible  <bruno@clisp.org>
3547
3548         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3549         "Introduction", "Miscellanous Notes", "Particular Modules".
3550
3551 2006-10-21  Bruno Haible  <bruno@clisp.org>
3552
3553         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3554         Change mostlyclean-local rule to avoid sh syntax error from bash
3555         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3556
3557 2006-10-23  Jim Meyering  <jim@meyering.net>
3558
3559         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3560         in place of snprintf.
3561
3562         * modules/inttostr (Files): Add lib/uinttostr.c.
3563         * lib/uinttostr.c (inttostr): New file/function.
3564         * lib/inttostr.h (uinttostr): Declare.
3565         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3566         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3567         Add uinttostr.
3568         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3569
3570 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3571
3572         * lib/canonicalize.c (ELOOP): Define if not already defined.
3573         Problem reported by Bruno Haible in
3574         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3575
3576 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3577
3578         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3579         Problem reported by Perry Smith and Ville Laurikari.
3580
3581         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3582         uses.
3583
3584 2006-10-19  Bruno Haible  <bruno@clisp.org>
3585
3586         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3587         for mingw.
3588
3589 2006-10-19  Bruno Haible  <bruno@clisp.org>
3590
3591         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3592         Needed for mingw.
3593
3594 2006-10-19  Bruno Haible  <bruno@clisp.org>
3595
3596         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3597
3598 2006-10-19  Bruno Haible  <bruno@clisp.org>
3599
3600         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3601         it.
3602
3603 2006-10-19  Bruno Haible  <bruno@clisp.org>
3604
3605         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3606         invocation.
3607
3608 2006-10-19  Bruno Haible  <bruno@clisp.org>
3609
3610         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3611         mountlist by default.
3612
3613 2006-10-16  Bruno Haible  <bruno@clisp.org>
3614
3615         * lib/c-strstr.c: Include c-strstr.h.
3616
3617 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3618
3619         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3620         in a slash.
3621
3622 2006-10-18  Bruno Haible  <bruno@clisp.org>
3623
3624         * lib/lock.h [C++]: Wrap definitions in extern "C".
3625
3626 2006-10-18  Bruno Haible  <bruno@clisp.org>
3627
3628         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3629         gl_LIBOBJS list.
3630
3631 2006-10-18  Bruno Haible  <bruno@clisp.org>
3632
3633         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3634
3635 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3636
3637         * lib/xstrtol.h: Include gettext.h.
3638         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3639         Problem reported by Eric Blake.
3640         * modules/xstrtol (Depends-on): Add gettext-h.
3641
3642 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3643
3644         * lib/strftime.c (advance): New macro.
3645         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3646         incomplete type, so you can't add 0 to it.  Problem and patch
3647         reported by Eelco Dolstra for dietlibc.
3648
3649 2006-10-18  Jim Meyering  <jim@meyering.net>
3650
3651         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3652         type for a local, and rename it: s/up/user_proc/.
3653
3654 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3655
3656         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3657         READ_UTMP_USER_PROCESS.
3658         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3659
3660 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3661
3662         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3663         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3664
3665 2006-10-17  Eric Blake  <ebb9@byu.net>
3666
3667         * lib/sigprocmask.c (sigprocmask): Fix typo.
3668
3669         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3670
3671         * modules/clean-temp (Makefile.am): Don't add to make output...
3672         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3673         config.h.
3674
3675 2006-10-17  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3678         differently if DEFAULT_TEXT_DOMAIN is set.
3679
3680 2006-10-16  Bruno Haible  <bruno@clisp.org>
3681
3682         * lib/clean-temp.c: Include fwriteerror.h.
3683
3684 2006-10-16  Bruno Haible  <bruno@clisp.org>
3685
3686         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3687
3688 2006-10-16  Bruno Haible  <bruno@clisp.org>
3689
3690         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3691         * lib/sigprocmask.h: Include <sys/types.h>.
3692         (sigset_t): Use the system's definition if present.
3693
3694 2006-10-17  Eric Blake  <ebb9@byu.net>
3695
3696         * lib/xvasprintf.c (includes): Assume config.h.
3697         * lib/xasprintf.c (includes): Likewise.
3698
3699 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3700
3701         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3702         at least as wide as intmax_t.
3703
3704 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3705
3706         (Imported from Automake.)
3707         * build-aux/gnupload: Update to version 1.1 of directive file.
3708
3709 2006-10-16  Eric Blake  <ebb9@byu.net>
3710
3711         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3712         match Automake 1.10a.
3713
3714 2006-10-14  Bruno Haible  <bruno@clisp.org>
3715
3716         * modules/sigprocmask: New file.
3717         * lib/sigprocmask.h: New file.
3718         * lib/sigprocmask.c: New file.
3719         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3720         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3721         request sigprocmask.o.
3722         (gl_PREREQ_SIGPROCMASK): New macro.
3723         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3724         (Depends-on): Add sigprocmask.
3725         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3726         gt_SIGNALBLOCKING. Test for 'raise' only once.
3727         * lib/fatal-signal.c: Include sigprocmask.h.
3728         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3729         unblock_fatal_signals): Define always.
3730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3731         sigprocmask.
3732
3733 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3734
3735         Sync from Automake.
3736         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3737         which incorrectly sets the mode of an existing destination
3738         directory.  In some cases the unpatched install-sh could do the
3739         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3740         system.  We hope this is rare in practice, but it's clearly worth
3741         fixing.  Problem reported by Alex Unleashed in
3742         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3743         Also, don't bother to check for -m bugs unless we're using -m;
3744         suggested by Stepan Kasal.
3745
3746 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3747
3748         Sync from Automake.
3749         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3750         `-c' flag, so they appear at the same position as in %FASTDEP%
3751         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3752         which ignores unknown options only after the first non-option.
3753         Bug report against M4 by Nelson H. F. Beebe.
3754
3755 2006-10-13  Jim Meyering  <jim@meyering.net>
3756
3757         Fix a bug in yesterday's change.
3758         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3759         p->fts_statp->st_dev would be used uninitialized.
3760         Ensures that we always call fts_stat on the very first entry.
3761         Miklos Szeredi reported that find -xdev stopped working.
3762
3763 2006-10-12  Bruno Haible  <bruno@clisp.org>
3764
3765         * gnulib-tool (func_get_automake_snippet): Append an automatically
3766         computed EXTRA_DIST augmentation.
3767         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3768         * modules/alloca-opt (Makefile.am): Likewise.
3769         * modules/allocsa (Makefile.am): Likewise.
3770         * modules/arcfour (Makefile.am): Likewise.
3771         * modules/arctwo (Makefile.am): Likewise.
3772         * modules/argmatch (Makefile.am): Likewise.
3773         * modules/argz (Makefile.am): Likewise.
3774         * modules/atexit (Makefile.am): Likewise.
3775         * modules/backupfile (Makefile.am): Likewise.
3776         * modules/byteswap (Makefile.am): Likewise.
3777         * modules/c-strtod (Makefile.am): Likewise.
3778         * modules/c-strtold (Makefile.am): Likewise.
3779         * modules/calloc (Makefile.am): Likewise.
3780         * modules/canon-host (Makefile.am): Likewise.
3781         * modules/canonicalize (Makefile.am): Likewise.
3782         * modules/chdir-long (Makefile.am): Likewise.
3783         * modules/chdir-safer (Makefile.am): Likewise.
3784         * modules/check-version (Makefile.am): Likewise.
3785         * modules/chown (Makefile.am): Likewise.
3786         * modules/cloexec (Makefile.am): Likewise.
3787         * modules/close-stream (Makefile.am): Likewise.
3788         * modules/closeout (Makefile.am): Likewise.
3789         * modules/crc (Makefile.am): Likewise.
3790         * modules/csharpexec (Makefile.am): Likewise.
3791         * modules/cycle-check (Makefile.am): Likewise.
3792         * modules/des (Makefile.am): Likewise.
3793         * modules/dev-ino (Makefile.am): Likewise.
3794         * modules/dirfd (Makefile.am): Likewise.
3795         * modules/dirname (Makefile.am): Likewise.
3796         * modules/dup2 (Makefile.am): Likewise.
3797         * modules/eealloc (Makefile.am): Likewise.
3798         * modules/error (Makefile.am): Likewise.
3799         * modules/euidaccess (Makefile.am): Likewise.
3800         * modules/exclude (Makefile.am): Likewise.
3801         * modules/exitfail (Makefile.am): Likewise.
3802         * modules/fcntl-safer (Makefile.am): Likewise.
3803         * modules/fcntl (Makefile.am): Likewise.
3804         * modules/file-type (Makefile.am): Likewise.
3805         * modules/fileblocks (Makefile.am): Likewise.
3806         * modules/filemode (Makefile.am): Likewise.
3807         * modules/filenamecat (Makefile.am): Likewise.
3808         * modules/fnmatch (Makefile.am): Likewise.
3809         * modules/fopen-safer (Makefile.am): Likewise.
3810         * modules/fpending (Makefile.am): Likewise.
3811         * modules/fprintftime (Makefile.am): Likewise.
3812         * modules/free (Makefile.am): Likewise.
3813         * modules/fsusage (Makefile.am): Likewise.
3814         * modules/ftruncate (Makefile.am): Likewise.
3815         * modules/fts (Makefile.am): Likewise.
3816         * modules/gc-arcfour (Makefile.am): Likewise.
3817         * modules/gc-des (Makefile.am): Likewise.
3818         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3819         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3820         * modules/gc-md4 (Makefile.am): Likewise.
3821         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3822         * modules/gc-sha1 (Makefile.am): Likewise.
3823         * modules/gc (Makefile.am): Likewise.
3824         * modules/getaddrinfo (Makefile.am): Likewise.
3825         * modules/getcwd (Makefile.am): Likewise.
3826         * modules/getdelim (Makefile.am): Likewise.
3827         * modules/getdomainname (Makefile.am): Likewise.
3828         * modules/getgroups (Makefile.am): Likewise.
3829         * modules/gethostname (Makefile.am): Likewise.
3830         * modules/gethrxtime (Makefile.am): Likewise.
3831         * modules/getline (Makefile.am): Likewise.
3832         * modules/getloadavg (Makefile.am): Likewise.
3833         * modules/getlogin_r (Makefile.am): Likewise.
3834         * modules/getndelim2 (Makefile.am): Likewise.
3835         * modules/getopt (Makefile.am): Likewise.
3836         * modules/getpagesize (Makefile.am): Likewise.
3837         * modules/getpass-gnu (Makefile.am): Likewise.
3838         * modules/getpass (Makefile.am): Likewise.
3839         * modules/getsubopt (Makefile.am): Likewise.
3840         * modules/gettime (Makefile.am): Likewise.
3841         * modules/gettimeofday (Makefile.am): Likewise.
3842         * modules/getugroups (Makefile.am): Likewise.
3843         * modules/getusershell (Makefile.am): Likewise.
3844         * modules/glob (Makefile.am): Likewise.
3845         * modules/group-member (Makefile.am): Likewise.
3846         * modules/hard-locale (Makefile.am): Likewise.
3847         * modules/hash (Makefile.am): Likewise.
3848         * modules/hmac-md5 (Makefile.am): Likewise.
3849         * modules/hmac-sha1 (Makefile.am): Likewise.
3850         * modules/human (Makefile.am): Likewise.
3851         * modules/idcache (Makefile.am): Likewise.
3852         * modules/imaxabs (Makefile.am): Likewise.
3853         * modules/imaxdiv (Makefile.am): Likewise.
3854         * modules/inet_ntop (Makefile.am): Likewise.
3855         * modules/inet_pton (Makefile.am): Likewise.
3856         * modules/intprops (Makefile.am): Likewise.
3857         * modules/inttostr (Makefile.am): Likewise.
3858         * modules/inttypes (Makefile.am): Likewise.
3859         * modules/isapipe (Makefile.am): Likewise.
3860         * modules/javaversion (Makefile.am): Likewise.
3861         * modules/lchmod (Makefile.am): Likewise.
3862         * modules/lchown (Makefile.am): Likewise.
3863         * modules/localcharset (Makefile.am): Likewise.
3864         * modules/long-options (Makefile.am): Likewise.
3865         * modules/lstat (Makefile.am): Likewise.
3866         * modules/malloc (Makefile.am): Likewise.
3867         * modules/mathl (Makefile.am): Likewise.
3868         * modules/mbchar (Makefile.am): Likewise.
3869         * modules/md2 (Makefile.am): Likewise.
3870         * modules/md4 (Makefile.am): Likewise.
3871         * modules/md5 (Makefile.am): Likewise.
3872         * modules/memcasecmp (Makefile.am): Likewise.
3873         * modules/memchr (Makefile.am): Likewise.
3874         * modules/memcmp (Makefile.am): Likewise.
3875         * modules/memcoll (Makefile.am): Likewise.
3876         * modules/memcpy (Makefile.am): Likewise.
3877         * modules/memmem (Makefile.am): Likewise.
3878         * modules/memmove (Makefile.am): Likewise.
3879         * modules/mempcpy (Makefile.am): Likewise.
3880         * modules/memrchr (Makefile.am): Likewise.
3881         * modules/memset (Makefile.am): Likewise.
3882         * modules/memxor (Makefile.am): Likewise.
3883         * modules/mkancesdirs (Makefile.am): Likewise.
3884         * modules/mkdir-p (Makefile.am): Likewise.
3885         * modules/mkdir (Makefile.am): Likewise.
3886         * modules/mkdtemp (Makefile.am): Likewise.
3887         * modules/mkstemp (Makefile.am): Likewise.
3888         * modules/mktime (Makefile.am): Likewise.
3889         * modules/modechange (Makefile.am): Likewise.
3890         * modules/mountlist (Makefile.am): Likewise.
3891         * modules/nanosleep (Makefile.am): Likewise.
3892         * modules/obstack (Makefile.am): Likewise.
3893         * modules/openat (Makefile.am): Likewise.
3894         * modules/pagealign_alloc (Makefile.am): Likewise.
3895         * modules/pathmax (Makefile.am): Likewise.
3896         * modules/physmem (Makefile.am): Likewise.
3897         * modules/poll (Makefile.am): Likewise.
3898         * modules/posixtm (Makefile.am): Likewise.
3899         * modules/posixver (Makefile.am): Likewise.
3900         * modules/putenv (Makefile.am): Likewise.
3901         * modules/quote (Makefile.am): Likewise.
3902         * modules/quotearg (Makefile.am): Likewise.
3903         * modules/raise (Makefile.am): Likewise.
3904         * modules/read-file (Makefile.am): Likewise.
3905         * modules/readline (Makefile.am): Likewise.
3906         * modules/readlink (Makefile.am): Likewise.
3907         * modules/readtokens (Makefile.am): Likewise.
3908         * modules/readutmp (Makefile.am): Likewise.
3909         * modules/realloc (Makefile.am): Likewise.
3910         * modules/regex (Makefile.am): Likewise.
3911         * modules/rename-dest-slash (Makefile.am): Likewise.
3912         * modules/rename (Makefile.am): Likewise.
3913         * modules/rijndael (Makefile.am): Likewise.
3914         * modules/rmdir (Makefile.am): Likewise.
3915         * modules/rpmatch (Makefile.am): Likewise.
3916         * modules/safe-read (Makefile.am): Likewise.
3917         * modules/safe-write (Makefile.am): Likewise.
3918         * modules/same-inode (Makefile.am): Likewise.
3919         * modules/same (Makefile.am): Likewise.
3920         * modules/save-cwd (Makefile.am): Likewise.
3921         * modules/savedir (Makefile.am): Likewise.
3922         * modules/setenv (Makefile.am): Likewise.
3923         * modules/settime (Makefile.am): Likewise.
3924         * modules/sha1 (Makefile.am): Likewise.
3925         * modules/sig2str (Makefile.am): Likewise.
3926         * modules/snprintf (Makefile.am): Likewise.
3927         * modules/stat-macros (Makefile.am): Likewise.
3928         * modules/stat-time (Makefile.am): Likewise.
3929         * modules/stdbool (Makefile.am): Likewise.
3930         * modules/stdint (Makefile.am): Likewise.
3931         * modules/stdlib-safer (Makefile.am): Likewise.
3932         * modules/stpcpy (Makefile.am): Likewise.
3933         * modules/stpncpy (Makefile.am): Likewise.
3934         * modules/strcase (Makefile.am): Likewise.
3935         * modules/strcasestr (Makefile.am): Likewise.
3936         * modules/strchrnul (Makefile.am): Likewise.
3937         * modules/strcspn (Makefile.am): Likewise.
3938         * modules/strdup (Makefile.am): Likewise.
3939         * modules/strerror (Makefile.am): Likewise.
3940         * modules/strftime (Makefile.am): Likewise.
3941         * modules/strndup (Makefile.am): Likewise.
3942         * modules/strnlen (Makefile.am): Likewise.
3943         * modules/strpbrk (Makefile.am): Likewise.
3944         * modules/strsep (Makefile.am): Likewise.
3945         * modules/strstr (Makefile.am): Likewise.
3946         * modules/strtod (Makefile.am): Likewise.
3947         * modules/strtoimax (Makefile.am): Likewise.
3948         * modules/strtok_r (Makefile.am): Likewise.
3949         * modules/strtol (Makefile.am): Likewise.
3950         * modules/strtoll (Makefile.am): Likewise.
3951         * modules/strtoul (Makefile.am): Likewise.
3952         * modules/strtoull (Makefile.am): Likewise.
3953         * modules/strtoumax (Makefile.am): Likewise.
3954         * modules/strverscmp (Makefile.am): Likewise.
3955         * modules/sys_socket (Makefile.am): Likewise.
3956         * modules/sys_stat (Makefile.am): Likewise.
3957         * modules/sysexits (Makefile.am): Likewise.
3958         * modules/time_r (Makefile.am): Likewise.
3959         * modules/timegm (Makefile.am): Likewise.
3960         * modules/timespec (Makefile.am): Likewise.
3961         * modules/tmpfile-safer (Makefile.am): Likewise.
3962         * modules/trim (Makefile.am): Likewise.
3963         * modules/unistd-safer (Makefile.am): Likewise.
3964         * modules/unlinkdir (Makefile.am): Likewise.
3965         * modules/unlocked-io (Makefile.am): Likewise.
3966         * modules/userspec (Makefile.am): Likewise.
3967         * modules/utime (Makefile.am): Likewise.
3968         * modules/utimecmp (Makefile.am): Likewise.
3969         * modules/utimens (Makefile.am): Likewise.
3970         * modules/vasnprintf (Makefile.am): Likewise.
3971         * modules/vasprintf (Makefile.am): Likewise.
3972         * modules/vsnprintf (Makefile.am): Likewise.
3973         * modules/xalloc (Makefile.am): Likewise.
3974         * modules/xgetcwd (Makefile.am): Likewise.
3975         * modules/xnanosleep (Makefile.am): Likewise.
3976         * modules/xreadlink (Makefile.am): Likewise.
3977         * modules/xstrtod (Makefile.am): Likewise.
3978         * modules/xstrtol (Makefile.am): Likewise.
3979         * modules/xstrtold (Makefile.am): Likewise.
3980         * modules/yesno (Makefile.am): Likewise.
3981         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3982
3983 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3984
3985         * modules/error (Makefile.am): Distribute files through
3986         EXTRA_DIST, not lib_SOURCES.
3987
3988 2006-10-12  Eric Blake  <ebb9@byu.net>
3989
3990         * modules/error (Makefile.am): Distribute files in /lib.
3991         * modules/obstack (Makefile.am): Likewise.
3992
3993 2006-10-12  Bruno Haible  <bruno@clisp.org>
3994
3995         * modules/acl (Makefile.am): Distribute all files in lib/ through
3996         EXTRA_DIST.
3997         * modules/arcfour (Makefile.am): Likewise.
3998         * modules/arctwo (Makefile.am): Likewise.
3999         * modules/argmatch (Makefile.am): Likewise.
4000         * modules/argz (Makefile.am): Likewise.
4001         * modules/atexit (Makefile.am): Likewise.
4002         * modules/backupfile (Makefile.am): Likewise.
4003         * modules/c-strtod (Makefile.am): Likewise.
4004         * modules/c-strtold (Makefile.am): Likewise.
4005         * modules/calloc (Makefile.am): Likewise.
4006         * modules/canon-host (Makefile.am): Likewise.
4007         * modules/canonicalize (Makefile.am): Likewise.
4008         * modules/chdir-long (Makefile.am): Likewise.
4009         * modules/chdir-safer (Makefile.am): Likewise.
4010         * modules/check-version (Makefile.am): Likewise.
4011         * modules/chown (Makefile.am): Likewise.
4012         * modules/cloexec (Makefile.am): Likewise.
4013         * modules/close-stream (Makefile.am): Likewise.
4014         * modules/closeout (Makefile.am): Likewise.
4015         * modules/crc (Makefile.am): Likewise.
4016         * modules/cycle-check (Makefile.am): Likewise.
4017         * modules/des (Makefile.am): Likewise.
4018         * modules/dirfd (Makefile.am): Likewise.
4019         * modules/dirname (Makefile.am): Likewise.
4020         * modules/dup2 (Makefile.am): Likewise.
4021         * modules/euidaccess (Makefile.am): Likewise.
4022         * modules/exclude (Makefile.am): Likewise.
4023         * modules/exitfail (Makefile.am): Likewise.
4024         * modules/fcntl-safer (Makefile.am): Likewise.
4025         * modules/file-type (Makefile.am): Likewise.
4026         * modules/fileblocks (Makefile.am): Likewise.
4027         * modules/filemode (Makefile.am): Likewise.
4028         * modules/filenamecat (Makefile.am): Likewise.
4029         * modules/fnmatch (Makefile.am): Likewise.
4030         * modules/fopen-safer (Makefile.am): Likewise.
4031         * modules/fpending (Makefile.am): Likewise.
4032         * modules/fprintftime (Makefile.am): Likewise.
4033         * modules/free (Makefile.am): Likewise.
4034         * modules/fsusage (Makefile.am): Likewise.
4035         * modules/ftruncate (Makefile.am): Likewise.
4036         * modules/fts (Makefile.am): Likewise.
4037         * modules/gc (Makefile.am): Likewise.
4038         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4039         * modules/getaddrinfo (Makefile.am): Likewise.
4040         * modules/getcwd (Makefile.am): Likewise.
4041         * modules/getdelim (Makefile.am): Likewise.
4042         * modules/getdomainname (Makefile.am): Likewise.
4043         * modules/getgroups (Makefile.am): Likewise.
4044         * modules/gethostname (Makefile.am): Likewise.
4045         * modules/gethrxtime (Makefile.am): Likewise.
4046         * modules/getline (Makefile.am): Likewise.
4047         * modules/getloadavg (Makefile.am): Likewise.
4048         * modules/getlogin_r (Makefile.am): Likewise.
4049         * modules/getopt (Makefile.am): Likewise.
4050         * modules/getpass (Makefile.am): Likewise.
4051         * modules/getpass-gnu (Makefile.am): Likewise.
4052         * modules/getsubopt (Makefile.am): Likewise.
4053         * modules/gettime (Makefile.am): Likewise.
4054         * modules/gettimeofday (Makefile.am): Likewise.
4055         * modules/getugroups (Makefile.am): Likewise.
4056         * modules/getusershell (Makefile.am): Likewise.
4057         * modules/glob (Makefile.am): Likewise.
4058         * modules/group-member (Makefile.am): Likewise.
4059         * modules/hard-locale (Makefile.am): Likewise.
4060         * modules/hash (Makefile.am): Likewise.
4061         * modules/hmac-md5 (Makefile.am): Likewise.
4062         * modules/hmac-sha1 (Makefile.am): Likewise.
4063         * modules/human (Makefile.am): Likewise.
4064         * modules/idcache (Makefile.am): Likewise.
4065         * modules/imaxabs (Makefile.am): Likewise.
4066         * modules/imaxdiv (Makefile.am): Likewise.
4067         * modules/inet_ntop (Makefile.am): Likewise.
4068         * modules/inet_pton (Makefile.am): Likewise.
4069         * modules/inttostr (Makefile.am): Likewise.
4070         * modules/isapipe (Makefile.am): Likewise.
4071         * modules/lchown (Makefile.am): Likewise.
4072         * modules/long-options (Makefile.am): Likewise.
4073         * modules/lstat (Makefile.am): Likewise.
4074         * modules/malloc (Makefile.am): Likewise.
4075         * modules/mathl (Makefile.am): Likewise.
4076         * modules/mbchar (Makefile.am): Likewise.
4077         * modules/md2 (Makefile.am): Likewise.
4078         * modules/md4 (Makefile.am): Likewise.
4079         * modules/md5 (Makefile.am): Likewise.
4080         * modules/memcasecmp (Makefile.am): Likewise.
4081         * modules/memchr (Makefile.am): Likewise.
4082         * modules/memcmp (Makefile.am): Likewise.
4083         * modules/memcoll (Makefile.am): Likewise.
4084         * modules/memcpy (Makefile.am): Likewise.
4085         * modules/memmem (Makefile.am): Likewise.
4086         * modules/memmove (Makefile.am): Likewise.
4087         * modules/mempcpy (Makefile.am): Likewise.
4088         * modules/memrchr (Makefile.am): Likewise.
4089         * modules/memset (Makefile.am): Likewise.
4090         * modules/memxor (Makefile.am): Likewise.
4091         * modules/mkancesdirs (Makefile.am): Likewise.
4092         * modules/mkdir (Makefile.am): Likewise.
4093         * modules/mkdir-p (Makefile.am): Likewise.
4094         * modules/mkdtemp (Makefile.am): Likewise.
4095         * modules/mkstemp (Makefile.am): Likewise.
4096         * modules/mktime (Makefile.am): Likewise.
4097         * modules/modechange (Makefile.am): Likewise.
4098         * modules/mountlist (Makefile.am): Likewise.
4099         * modules/nanosleep (Makefile.am): Likewise.
4100         * modules/openat (Makefile.am): Likewise.
4101         * modules/pagealign_alloc (Makefile.am): Likewise.
4102         * modules/physmem (Makefile.am): Likewise.
4103         * modules/poll (Makefile.am): Likewise.
4104         * modules/posixtm (Makefile.am): Likewise.
4105         * modules/posixver (Makefile.am): Likewise.
4106         * modules/putenv (Makefile.am): Likewise.
4107         * modules/quote (Makefile.am): Likewise.
4108         * modules/quotearg (Makefile.am): Likewise.
4109         * modules/raise (Makefile.am): Likewise.
4110         * modules/read-file (Makefile.am): Likewise.
4111         * modules/readline (Makefile.am): Likewise.
4112         * modules/readlink (Makefile.am): Likewise.
4113         * modules/readtokens (Makefile.am): Likewise.
4114         * modules/readutmp (Makefile.am): Likewise.
4115         * modules/realloc (Makefile.am): Likewise.
4116         * modules/regex (Makefile.am): Likewise.
4117         * modules/rename (Makefile.am): Likewise.
4118         * modules/rename-dest-slash (Makefile.am): Likewise.
4119         * modules/rijndael (Makefile.am): Likewise.
4120         * modules/rmdir (Makefile.am): Likewise.
4121         * modules/rpmatch (Makefile.am): Likewise.
4122         * modules/safe-read (Makefile.am): Likewise.
4123         * modules/safe-write (Makefile.am): Likewise.
4124         * modules/same (Makefile.am): Likewise.
4125         * modules/save-cwd (Makefile.am): Likewise.
4126         * modules/savedir (Makefile.am): Likewise.
4127         * modules/setenv (Makefile.am): Likewise.
4128         * modules/settime (Makefile.am): Likewise.
4129         * modules/sha1 (Makefile.am): Likewise.
4130         * modules/sig2str (Makefile.am): Likewise.
4131         * modules/snprintf (Makefile.am): Likewise.
4132         * modules/stdlib-safer (Makefile.am): Likewise.
4133         * modules/stpcpy (Makefile.am): Likewise.
4134         * modules/stpncpy (Makefile.am): Likewise.
4135         * modules/strcase (Makefile.am): Likewise.
4136         * modules/strcasestr (Makefile.am): Likewise.
4137         * modules/strchrnul (Makefile.am): Likewise.
4138         * modules/strcspn (Makefile.am): Likewise.
4139         * modules/strdup (Makefile.am): Likewise.
4140         * modules/strerror (Makefile.am): Likewise.
4141         * modules/strftime (Makefile.am): Likewise.
4142         * modules/strndup (Makefile.am): Likewise.
4143         * modules/strnlen (Makefile.am): Likewise.
4144         * modules/strpbrk (Makefile.am): Likewise.
4145         * modules/strsep (Makefile.am): Likewise.
4146         * modules/strstr (Makefile.am): Likewise.
4147         * modules/strtod (Makefile.am): Likewise.
4148         * modules/strtoimax (Makefile.am): Likewise.
4149         * modules/strtok_r (Makefile.am): Likewise.
4150         * modules/strtol (Makefile.am): Likewise.
4151         * modules/strtoll (Makefile.am): Likewise.
4152         * modules/strtoul (Makefile.am): Likewise.
4153         * modules/strtoull (Makefile.am): Likewise.
4154         * modules/strtoumax (Makefile.am): Likewise.
4155         * modules/strverscmp (Makefile.am): Likewise.
4156         * modules/time_r (Makefile.am): Likewise.
4157         * modules/timegm (Makefile.am): Likewise.
4158         * modules/tmpfile-safer (Makefile.am): Likewise.
4159         * modules/unistd-safer (Makefile.am): Likewise.
4160         * modules/unlinkdir (Makefile.am): Likewise.
4161         * modules/userspec (Makefile.am): Likewise.
4162         * modules/utime (Makefile.am): Likewise.
4163         * modules/utimecmp (Makefile.am): Likewise.
4164         * modules/utimens (Makefile.am): Likewise.
4165         * modules/vasnprintf (Makefile.am): Likewise.
4166         * modules/vasprintf (Makefile.am): Likewise.
4167         * modules/vsnprintf (Makefile.am): Likewise.
4168         * modules/xalloc (Makefile.am): Likewise.
4169         * modules/xgetcwd (Makefile.am): Likewise.
4170         * modules/xnanosleep (Makefile.am): Likewise.
4171         * modules/xreadlink (Makefile.am): Likewise.
4172         * modules/xstrtod (Makefile.am): Likewise.
4173         * modules/xstrtol (Makefile.am): Likewise.
4174         * modules/xstrtold (Makefile.am): Likewise.
4175         * modules/yesno (Makefile.am): Likewise.
4176
4177 2006-10-12  Jim Meyering  <jim@meyering.net>
4178
4179         * m4/getloadavg.m4: Revert the change below.
4180
4181         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4182         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4183         fail with a symlink, which is what coreutils' ./bootstrap now
4184         creates by default.
4185
4186 2006-10-12  Bruno Haible  <bruno@clisp.org>
4187
4188         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4189         mingw.
4190         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4191         MSVC and mingw explicitly.
4192
4193 2006-10-11  Simon Josefsson  <jas@extundo.com>
4194             Bruno Haible  <bruno@clisp.org>
4195
4196         Add support for multiple gnulib-tool invocations in the scope of a
4197         single configure.ac file.
4198         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4199         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4200         with the same contents as the _LIBADD variable.
4201         (func_emit_initmacro_start, func_emit_initmacro_end,
4202         func_emit_initmacro_done): New functions.
4203         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4204         gl_LIBOBJS and gl_LTLIBOBJS.
4205
4206 2006-10-11  Bruno Haible  <bruno@clisp.org>
4207
4208         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4209         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4210         autoreconf. Instead, invoke autopoint explicitly but move back the
4211         *.m4 files from gnulib.
4212
4213 2006-10-11  Bruno Haible  <bruno@clisp.org>
4214
4215         * gnulib-tool (func_usage): Make module names after --create-testdir
4216         optional.
4217         (func_create_testdir): If no module was specified, use nearly all
4218         modules.
4219
4220 2006-10-12  Jim Meyering  <jim@meyering.net>
4221
4222         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4223         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4224         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4225         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4226         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4227         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4228         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4229         (fts_set_stat_required): New function.
4230         (fts_open): Defer the calls to fts_stat, if possible or requested.
4231         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4232         into fts_stat itself.
4233         (fts_read): Perform any required (deferred) fts_stat call.
4234         (fts_build): Likewise, for the directory we're about to open and read.
4235         In the readdir loop, carefully decide whether each entry will require
4236         an eventual call to fts_stat, using dirent.d_type info if available.
4237         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4238         a command line argument into this function.  Update all callers.
4239         Map a return value of FTS_DOT to FTS_D for a command line argument.
4240         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4241         Thanks to Miklos Szeredi for his tenacity and for the initial
4242         bug report about "find" failing on a FUSE-based file system.
4243
4244         * lib/fts.c (fts_open): Use consistent indentation.
4245
4246 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4247
4248         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4249         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4250         reported by Jim Meyering.  All uses of cache variables renamed
4251         to match Autoconf's.
4252         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4253         the other one.
4254
4255         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4256         Fix misspelling in diagnostic.
4257
4258 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4259
4260         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4261         defined.  Problem reported by Matthew Woehlke.
4262
4263         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4264         Add support for Tandem NonStop R series.
4265         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4266         Use new macro.
4267
4268         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4269         (has_trailing_slash): Omit size arg; all callers changed.
4270         Omit 'inline', since it doesn't help performance and we'd
4271         need to configure it.
4272         Don't count //, ///, etc. as having a trailing slash.
4273         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4274         (rpl_rename_dest_slash): On failure, use rename's errno rather
4275         than (in some cases) an incorrect or junk errno.
4276         Simplify code by removing need to compute length; this does
4277         cause it to make two passes instead of one over the file name,
4278         but it's worth it.
4279
4280         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4281         change, since Autoconf's version may no longer be appropriate now
4282         that we are using CVS Autoconf's version.  Add support for Tandem.
4283
4284 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4285             Bruno Haible  <bruno@clisp.org>
4286
4287         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4288         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4289         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4290         gl_AC_TYPE_LONG_LONG.
4291
4292         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4293         instead of HAVE_LONG_LONG.
4294         * lib/printf-args.c (printf_fetchargs): Likewise.
4295         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4296         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4297         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4298         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4299         gl_AC_TYPE_LONG_LONG.
4300
4301 2006-10-11  Bruno Haible  <bruno@clisp.org>
4302
4303         * m4/longlong.m4: Add comments.
4304         * m4/ulonglong.m4: Likewise.
4305
4306 2006-10-10  Bruno Haible  <bruno@clisp.org>
4307
4308         Make it possible to #define stpcpy, strdup to aliases.
4309         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4310         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4311
4312 2006-10-10  Bruno Haible  <bruno@clisp.org>
4313
4314         Make it possible to #define gcd to an alias.
4315         * lib/gcd.c: Include config.h.
4316
4317 2006-10-10  Bruno Haible  <bruno@clisp.org>
4318
4319         Make it possible to #define c_isascii to an alias.
4320         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4321         defined. Undefine the macros before defining them, to avoid gcc
4322         warnings.
4323         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4324         define NO_C_CTYPE_MACROS early.
4325
4326 2006-10-10  Bruno Haible  <bruno@clisp.org>
4327
4328         Make it possible to #define set_program_name to an alias.
4329         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4330         ENABLE_RELOCATABLE early.
4331
4332 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4333
4334         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4335         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4336         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4337         More generally, don't assume that 64-bit signed int is available
4338         if unsigned int is, and vice versa.
4339         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4340         unsigned symbols, not on their signed counterparts.
4341         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4342         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4343         (UINT64_C, UINTMAX_C):
4344         Likewise.
4345         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4346         unsigned counterparts.
4347         (Have_long_long, Unsigned): New macros.
4348         (Int): Renamed from INT.
4349         (strtoimax): Use the new macros.
4350         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4351         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4352         * modules/inttypes (inttypes.h): Substitute
4353         HAVE_UNSIGNED_LONG_LONG_INT.
4354         * modules/stdint (stdint.h): Likewise.
4355         (Files): Add m4/ulonglong.m4.
4356
4357 2006-10-10  Bruno Haible  <bruno@clisp.org>
4358
4359         Fix a gcc -Wshadow warning.
4360         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4361         to 'bucket'.
4362         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4363         gl_linked_indexof_from_to): Likewise.
4364         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4365         Likewise.
4366         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4367         Likewise.
4368         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4369         Reported by Eric Blake.
4370
4371 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4372
4373         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4374         for NetBSD.  Problem reported by Bruno Haible.
4375
4376 2006-10-09  Jim Meyering  <jim@meyering.net>
4377
4378         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4379         Patch from Bruno Haible.
4380
4381 2006-10-09  Jim Meyering  <jim@meyering.net>
4382
4383         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4384         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4385         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4386
4387 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4388
4389         Don't include <config.h> twice; this doesn't work in some cases,
4390         e.g., when config.h has "#define intmax_t long long int" and
4391         we include <config.h>, <inttypes.h>, <config.h> in that order.
4392         Problem reported by Matthew Woehlke in:
4393         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4394         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4395         * lib/fts-cycle.c: Don't include config.h.
4396         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4397         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4398         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4399         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4400         inttypes.h.
4401         * lib/xstrtoumax.c: Likewise.
4402         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4403         __strtol and the like, so that this module is more like its siblings.
4404         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4405         Remove; no longer needed now that we assume gnulib inttypes.h.
4406
4407 2006-10-08  Bruno Haible  <bruno@clisp.org>
4408
4409         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4410         option.
4411
4412 2006-10-07  Jim Meyering  <jim@meyering.net>
4413
4414         * modules/inttypes (inttypes.h): Revert what seems to have been
4415         an inadvertent part of today's change: use "|", not "/" in the
4416         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4417
4418 2006-10-07  Bruno Haible  <bruno@clisp.org>
4419
4420         * modules/sublist: New file.
4421
4422 2006-10-07  Bruno Haible  <bruno@clisp.org>
4423
4424         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4425         * modules/argz (argz.h): Likewise.
4426         * modules/arpa_inet (arpa/inet.h): Likewise.
4427         * modules/byteswap (byteswap.h): Likewise.
4428         * modules/configmake (configmake.h): Likewise.
4429         * modules/fcntl (fcntl.h): Likewise.
4430         * modules/fnmatch (fnmatch.h): Likewise.
4431         * modules/getopt (getopt.h): Likewise.
4432         * modules/glob (glob.h): Likewise.
4433         * modules/inttypes (inttypes.h): Likewise.
4434         * modules/netinet_in (netinet/in.h): Likewise.
4435         * modules/poll (poll.h): Likewise.
4436         * modules/stdbool (stdbool.h): Likewise.
4437         * modules/stdint (stdint.h): Likewise.
4438         * modules/sys_select (sys/select.h): Likewise.
4439         * modules/sys_socket (sys/socket.h): Likewise.
4440         * modules/sys_stat (sys/stat.h): Likewise.
4441         * modules/sysexits (sysexits.h): Likewise.
4442         * modules/unistd (unistd.h): Likewise.
4443         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4444         Add a "DO NOT EDIT" comment to the generated file.
4445         (func_import): Likewise for gnulib-comp.m4.
4446
4447 2006-10-07  Bruno Haible  <bruno@clisp.org>
4448
4449         * lib/gl_sublist.h: New file.
4450         * lib/gl_sublist.c: New file.
4451
4452 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4453
4454         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4455         name (relative to the original working directory) and the file
4456         name component (relative to the temporary working directory).  All
4457         callers changed.
4458         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4459         * lib/mkdir-p.c (make_dir_parents): Likewise.
4460         * lib/mkdir-p.h (make_dir_parents): Likewise.
4461
4462 2006-10-06  Eric Blake  <ebb9@byu.net>
4463
4464         Define several macros for use by the clean-temp module.
4465         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4466         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4467         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4468
4469         * lib/clean-temp.h (close_stream_temp): New declaration.
4470         * lib/clean-temp.c (includes): Pull in headers according to what
4471         other modules are in use.
4472         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4473
4474 2006-10-06  Bruno Haible  <bruno@clisp.org>
4475
4476         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4477         instead of fopen, fwriteerror.
4478
4479 2006-10-06  Bruno Haible  <bruno@clisp.org>
4480
4481         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4482         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4483         int.
4484         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4485         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4486         Return an error indicator.
4487         Suggested by Eric Blake.
4488
4489 2006-10-06  Bruno Haible  <bruno@clisp.org>
4490
4491         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4492         Reported by Eric Blake.
4493
4494 2006-10-06  Bruno Haible  <bruno@clisp.org>
4495
4496         * modules/closeout (Description): Mention stderr too.
4497
4498 2006-10-06  Bruno Haible  <bruno@clisp.org>
4499         and Paul Eggert  <eggert@cs.ucla.edu>
4500
4501         * lib/closeout.c (close_stdout): Also close stderr.
4502         * lib/closeout.h: Update comment.
4503
4504 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4505
4506         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4507         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4508         * lib/dirchownmod.c: Include lchown.h.
4509         * lib/lchown.c: Don't include files that lchown.h now includes.
4510         Don't declare chown, since lchown.h now does that.
4511         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4512         (lchown): Define to rpl_chown if lchown is declared but
4513         does not exist.  Declare using a prototype if lchown is not
4514         declared.  Add a copyright notice.
4515         * lib/mkstemp.h: Include <unistd.h>.
4516         * lib/openat.c: Include lchown.h.
4517
4518         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4519         we now test for that separately.
4520         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4521         rather than O_NOFOLLOW, when testing whether it's possible to
4522         avoid a race condition reliably.
4523         * lib/savewd.c (savewd_chdir): Likewise.
4524
4525         Remove macros that are no longer needed now that stdint.h is
4526         reliable.
4527         * lib/fsusage.c (UINTMAX_MAX): Remove.
4528         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4529         * lib/utimecmp.c (SIZE_MAX): Remove.
4530
4531         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4532
4533         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4534         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4535         O_NOATIME works.
4536
4537 2006-10-05  Bruno Haible  <bruno@clisp.org>
4538
4539         * lib/gl_list.h (gl_sortedlist_search_from_to,
4540         gl_sortedlist_indexof_from_to): New declarations.
4541         (gl_list_implementation): New fields sortedlist_search_from_to,
4542         sortedlist_indexof_from_to.
4543         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4544         inline functions.
4545         * lib/gl_list.c (gl_sortedlist_search_from_to,
4546         gl_sortedlist_indexof_from_to): New functions.
4547         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4548         function.
4549         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4550         (gl_array_sortedlist_search_from_to): New function.
4551         (gl_array_list_implementation): Update.
4552         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4553         function.
4554         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4555         (gl_carray_sortedlist_search_from_to): New function.
4556         (gl_carray_list_implementation): Update.
4557         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4558         gl_linked_sortedlist_indexof_from_to): New functions.
4559         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4560         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4561         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4562         gl_tree_sortedlist_indexof_from_to): New functions.
4563         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4564         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4565         Update.
4566         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4567         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4568         Update.
4569
4570 2006-10-05  Bruno Haible  <bruno@clisp.org>
4571
4572         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4573         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4574         (struct gl_list_implementation): Add fields search_from_to,
4575         indexof_from_to. Remove fields search, indexof.
4576         (gl_list_search): Use the search_from_to method.
4577         (gl_list_search_from, gl_list_search_from_to): New functions.
4578         (gl_list_indexof): Use the indexof_from_to method.
4579         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4580         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4581         (gl_list_search_from, gl_list_search_from_to): New functions.
4582         (gl_list_indexof): Use the indexof_from_to method.
4583         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4584         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4585         gl_array_indexof. Add start_index, end_index arguments.
4586         (gl_array_search_from_to): Renamed from gl_array_search. Add
4587         start_index, end_index arguments.
4588         (gl_array_remove, gl_array_list_implementation): Update.
4589         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4590         gl_carray_indexof. Add start_index, end_index arguments.
4591         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4592         start_index, end_index arguments.
4593         (gl_carray_remove, gl_carray_list_implementation): Update.
4594         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4595         gl_linked_search. Add start_index, end_index arguments.
4596         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4597         start_index, end_index arguments.
4598         (gl_linked_remove): Update.
4599         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4600         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4601         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4602         field to 'size_t'.
4603         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4604         gl_tree_search. Add start_index, end_index arguments.
4605         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4606         start_index, end_index arguments.
4607         (gl_tree_remove): Update.
4608         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4609         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4610         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4611         function.
4612         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4613         gl_tree_search. Add start_index, end_index arguments.
4614         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4615         start_index, end_index arguments.
4616         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4617         Update.
4618         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4619
4620 2006-10-05  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4623
4624         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4625         fwriteerror_temp): New declarations.
4626         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4627         (descriptors): New variable.
4628         (cleanup): First, close the descriptors.
4629         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4630         fclose_temp, fwriteerror_temp): New functions.
4631
4632 2006-10-04  Jim Meyering  <jim@meyering.net>
4633
4634         * lib/fts.c (fts_open): Tiny comment change.
4635
4636 2006-10-04  Bruno Haible  <bruno@clisp.org>
4637
4638         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4639         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4640         gl_LOCK_BODY.
4641         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4642         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4643         gl_LOCK_EARLY_BODY.
4644         (gl_LOCK): Require gl_LOCK_BODY.
4645
4646 2006-10-04  Bruno Haible  <bruno@clisp.org>
4647
4648         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4649         (gl_oset_search_atleast): New declaration.
4650         (struct gl_oset_implementation): Add field 'search_atleast'.
4651         (gl_oset_search_atleast): New inline function.
4652         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4653         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4654         (gl_array_oset_implementation): Update.
4655         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4656         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4657         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4658
4659 2006-10-04  Bruno Haible  <bruno@clisp.org>
4660
4661         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4662
4663 2006-10-03  Bruno Haible  <bruno@clisp.org>
4664
4665         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4666         from gl_avltreehash_list_implementation.
4667
4668 2006-10-03  Bruno Haible  <bruno@clisp.org>
4669
4670         * lib/gl_oset.c (gl_oset_add): Fix return type.
4671
4672 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4673
4674         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4675
4676 2006-10-02  Eric Blake  <ebb9@byu.net>
4677
4678         * modules/strnlen (Depends-on): Add extensions.
4679
4680 2006-10-02  Eric Blake  <ebb9@byu.net>
4681
4682         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4683         definition in 2.60+.
4684
4685 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4686
4687         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4688         checks.
4689
4690 2006-10-02  Bruno Haible  <bruno@clisp.org>
4691
4692         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4693         to the AUTOMAKE_OPTIONS.
4694         Reported by Jim Meyering.
4695
4696 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4697
4698         Work around bug in Solaris 10 /proc file system:
4699         /proc/self/fd/NNN/.. isn't the parent directory of
4700         the directory whose file descriptor is NNN.  This needs to
4701         be worked around at run time, not compile time, since a
4702         program might be built on Solaris 8, where things work, and
4703         run on Solaris 10.
4704         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4705         to use the following interface instead:
4706         (OPENAT_BUFFER_SIZE): New macro.
4707         (openat_proc_name): New function.
4708         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4709         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4710         Likewise.
4711         * lib/openat-proc.c: New file.
4712         * modules/openat (Files): Add lib/openat-proc.c.
4713         (Depends-on): Add same-inode, stdbool.
4714         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4715
4716 2006-09-29  Bruno Haible  <bruno@clisp.org>
4717
4718         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4719         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4720         argument. Set stdout_closed before testing for ferror, not after.
4721         (fwriteerror, fwriteerror_no_ebadf): New functions.
4722
4723 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4724
4725         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4726
4727 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4728
4729         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4730         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4731
4732 2006-09-28  Jim Meyering  <jim@meyering.net>
4733
4734         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4735         Include <unistd.h>.
4736
4737 2006-09-28  Bruno Haible  <bruno@clisp.org>
4738
4739         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4740         * modules/linkedhash-list (Depends-on): Likewise.
4741         * modules/rbtreehash-list (Depends-on): Likewise.
4742
4743 2006-09-28  Bruno Haible  <bruno@clisp.org>
4744
4745         * lib/strndup.h: Simplify the redefinition of strndup.
4746         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4747         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4748
4749 2006-09-28  Bruno Haible  <bruno@clisp.org>
4750
4751         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4752         * lib/gl_linkedhash_list.c: Likewise.
4753         * lib/gl_rbtreehash_list.c: Likewise.
4754
4755 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4756
4757         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4758         getaddrinfo.
4759
4760         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4761         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4762         it causes <stdio_ext.h> to cause a compile-time error.
4763         Problem reported by Nelson H. F. Beebe.
4764         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4765         of HAVE_DECL___PENDING.
4766
4767         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4768         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4769         declaration.
4770
4771 2006-09-27  Jim Meyering  <jim@meyering.net>
4772
4773         This file could end up with a definition for a function
4774         named __strndup, rather than rpl_strndup on a system with
4775         incomplete weak_alias support.
4776         * lib/strndup.c (strndup): Rename from __strndup.
4777         Remove #defines that used to map __strndup to strndup.
4778         Don't use K&R prototypes.
4779         Remove LIBC-related code, since this file is not sync'd with glibc.
4780         * lib/strndup.h: Revamp, accordingly.
4781         * m4/strndup.m4: Modernize.
4782
4783 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4784
4785         * modules/savewd (Depends-on): Add 'raise'.
4786         * lib/savewd.c: Include <signal.h>, for 'raise'.
4787
4788 2006-09-26  Jim Meyering  <jim@meyering.net>
4789
4790         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4791         when we detect Darwin 8.7.0's acl_get_file bug.
4792         Rearrange to perform the new (below) run-test while $LIBS
4793         contains any acl-related library.  Set USE_ACL at the end.
4794         (gl_ACL_GET_FILE): New function.
4795
4796 2006-09-26  Eric Blake  <ebb9@byu.net>
4797
4798         * lib/verror.c: Include <config.h> unconditionally.
4799
4800 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         * modules/clock-time (Maintainer): Add self.
4803         * modules/getlogin_r (Depends-on): Add extensions.
4804
4805 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4806
4807         * modules/clock-time: New module.
4808         * modules/nanosleep (Depends-on): Add clock-time.
4809         * modules/gethrxtime (Depends-on): Likewise.
4810         * modules/gettime (Depends-on): Likewise.
4811         * modules/settime (Depends-on): Likewise.
4812
4813         * modules/fts-lgpl: Depend on openat.
4814         * modules/mkancesdirs: Depend on savewd.
4815         * modules/mkdir-p: Likewise.
4816
4817 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4818
4819         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4820
4821         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4822         `gl_have_arbitrary_file_name_length_limit' to
4823         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4824         actually works between configure runs.
4825
4826 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4827             Bruno Haible  <bruno@clisp.org>
4828
4829         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4830
4831 2006-09-25  Jim Meyering  <jim@meyering.net>
4832
4833         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4834         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4835
4836 2006-09-25  Eric Blake  <ebb9@byu.net>
4837
4838         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4839         exec's in 2006-09-18 patch when shuffling fds.
4840
4841 2006-09-25  Bruno Haible  <bruno@clisp.org>
4842
4843         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4844         Reported by Jim Meyering.
4845
4846 2006-09-24  Jim Meyering  <jim@meyering.net>
4847
4848         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4849         compare a pointer against a literal "0".  That caused failures with
4850         at least HP-UX's hpcc.
4851
4852 2006-09-22  Simon Josefsson  <jas@extundo.com>
4853
4854         * modules/gc-sha1:
4855         * modules/gc-md4:
4856         * modules/gc-hmac-sha1:
4857         * modules/gc-hmac-md5:
4858         * modules/gc-des:
4859         * modules/gc-arcfour: Distribute more files.
4860
4861 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4862
4863         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4864         (gl_linked_iterator_from_to): Initialize struct completely.
4865         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4866         (gl_tree_iterator_from_to): Likewise
4867         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4868         * lib/gl_array_list.c [lint] (gl_array_iterator)
4869         (gl_array_iterator_from_to): Likewise.
4870         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4871         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4872         (gl_carray_iterator_from_to): Likewise.
4873
4874         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4875         * lib/md4.c (md4_process_block): Remove unused variable.
4876         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4877         parentheses for clarity.
4878
4879 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4880
4881         * modules/bison-i18n (Depends-on): Add gettext.
4882
4883 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4884
4885         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4886         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4887         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4888         also add missing comma that caused broken test.
4889         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4890         stdlib.h, for `abort'.
4891         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4892         variables.
4893         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4894         include unistd.h if present, for `rmdir'.
4895         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4896         variables.
4897         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4898         in the process include standard headers for prototypes.
4899         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4900         gets declared on GNU/Linux.
4901         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4902         unistd.h, for `rmdir'.
4903         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4904
4905         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4906         always true.
4907         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4908
4909         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4910
4911 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4912
4913         * gnulib-tool (func_version): Create output all at once.  This
4914         may help avoid triggering unnecessary SIGPIPEs, and at any
4915         rate it doesn't hurt.
4916
4917 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4918             Bruno Haible  <bruno@clisp.org>
4919
4920         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4921         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4922         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4923
4924         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4925         (gl_FUNC_VASPRINTF): Invoke it.
4926
4927 2006-09-22  Bruno Haible  <bruno@clisp.org>
4928
4929         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4930         getloadavg.c as first argument.
4931
4932 2006-09-22  Bruno Haible  <bruno@clisp.org>
4933
4934         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4935         at the beginning of the gl_INIT macro.
4936         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4937         gl_GETLOADAVG.
4938
4939 2006-09-22  Bruno Haible  <bruno@clisp.org>
4940
4941         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4942         module.
4943         Suggested by Ralf Wildenhues.
4944
4945 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4946
4947         Import this patch from libc:
4948
4949         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4950
4951         * lib/regex_internal.c (re_string_reconstruct): Handle
4952         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4953         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4954         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4955         re_string_context_at.
4956
4957         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4958         now requires it.
4959         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4960         gl_REGEX now does it for us.
4961         (gl_REGEX): Add test taken from
4962         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4963
4964         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4965         Check that large offsets work.  Modernize Autoconf usages.
4966         Prefer "yes" to mean a good thing rather than a bad.
4967         Don't put "#define mkstemp" in config.h, as this might interfere
4968         with standard system headers that "#define mkstemp mkstemp64".
4969
4970         * modules/mkstemp (Depends-on): Add extensions, so that
4971         mkstemp is visible on some platforms.
4972         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4973         (Include): Change to "mkstemp.h" from <stdlib.h>.
4974         (Files): Add mkstemp.h.
4975
4976         * lib/mkstemp.h: New file, since some standard headers
4977         #define mkstemp.
4978         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4979         Include "mkstemp.h".
4980         Make the _LIBC code resemble glibc original more,
4981         e.g., use K&R style.
4982         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4983         (mkstemp): Remove, since mkstemp.h does this for us.
4984         * lib/stdlib--.h: Include mkstemp.h.
4985
4986         Import this patch from libc:
4987
4988         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4989
4990         * lib/tempname.c (__gen_tempname): Change attempts_min
4991         into a macro.  Use preprocessor to decide how to initialize
4992         attempts [Coverity CID 67].
4993
4994 2006-09-20  Bruno Haible  <bruno@clisp.org>
4995
4996         * lib/mkdtemp.c: Import from libc.
4997         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4998                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4999                 attempts_min into a macro.  Use preprocessor to decide how to
5000                 initialize attempts [Coverity CID 67].
5001         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5002                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5003                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5004
5005 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5006
5007         * gnulib-tool (func_exit): New function, to allow to pass the
5008         exit status portably through the trap.  Use everywhere.
5009         (--help, --version): Signal a write error.
5010         (trap): catch SIGPIPE, for write errors.
5011         Exit at the end of the trap, with the correct exit status.
5012
5013 2006-09-19  Karl Berry  <karl@gnu.org>
5014
5015         * doc/gnulib.texi: note about the license texinfo files.
5016
5017 2006-09-19  Eric Blake  <ebb9@byu.net>
5018
5019         * gnulib-tool: Avoid space-tab.
5020
5021 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5022
5023         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5024         that prevented coreutils 6.1 from building.  Problem reported
5025         by Petter Reinholdtsen.
5026
5027 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5028
5029         * gnulib-tool (avoidlist): Fix typo that broke options like
5030         --avoid=lock that are used by coreutils bootstrap.
5031
5032 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5033
5034         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5035         more systematically.
5036
5037 2006-09-18  Jim Meyering  <jim@meyering.net>
5038
5039         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5040
5041 2006-09-18  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5044
5045 2006-09-18  Bruno Haible  <bruno@clisp.org>
5046
5047         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5048         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5049         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5050         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5051         * m4/gettext.m4: Require autoconf >= 2.52.
5052         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5053         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5054         of gl_cv_header_inttypes_h.
5055
5056 2006-09-18  Bruno Haible  <bruno@clisp.org>
5057
5058         * lib/javaversion.c: Include configmake.h.
5059
5060 2006-09-18  Bruno Haible  <bruno@clisp.org>
5061
5062         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5063         avoid that the while loops be executed in a subshell.
5064
5065 2006-09-18  Bruno Haible  <bruno@clisp.org>
5066
5067         * MODULES.html.sh (func_module): Break long lines.
5068         Suggested by Bruce Korb <bkorb@gnu.org>.
5069
5070 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5071
5072         Speed up by a factor of 1.12.
5073         * gnulib-tool (nl): New variable.
5074         (func_import): Rewrite include directive extraction to only read each
5075         directive once.
5076
5077 2006-09-17  Bruno Haible  <bruno@clisp.org>
5078
5079         * modules/javaversion (Makefile.am): Remove DEFS setting.
5080         (Depends-on): Add configmake, for PKGDATADIR definition.
5081
5082 2006-09-17  Bruno Haible  <bruno@clisp.org>
5083
5084         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5085
5086 2006-09-17  Bruno Haible  <bruno@clisp.org>
5087
5088         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5089         (func_modules_transitive_closure, func_modules_add_dummy,
5090         func_modules_to_filelist, func_import, func_create_testdir,
5091         func_create_megatestdir, ...): Use it wherever possible.
5092         Suggested by Ralf Wildenhues.
5093
5094 2006-09-16  Karl Berry  <karl@gnu.org>
5095
5096         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5097         to avoid sectioning errors.
5098         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5099         [ifinfo]: blank line after @center-ed titles.
5100         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5101         Spell FSF address consistently with others.
5102         (These changes approved by rms.)
5103
5104 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5105
5106         Speed up by a factor of 1.61.
5107         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5108         already checked module names again.
5109
5110 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5111
5112         Speed up by a factor of 1.13.
5113         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5114         for new_files, and the input to func_add_or_update.
5115
5116 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5117
5118         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5119         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5120
5121 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5122
5123         * modules/mkancesdirs (Depends-on): Add fcntl.
5124         * modules/savewd: New file.
5125         * MODULES.html.sh (File system functions): Add savewd.
5126
5127         * modules/configmake (Makefile.am): Add support for the
5128         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5129
5130 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         * m4/savewd.m4: New file.
5133
5134 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5135
5136         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5137         (dirchownmod): New arg FD.  All callers changed.
5138         Use FD rather than opening the directory ourself, as opening is
5139         now the caller's responsibility.
5140         * lib/dirchownmod.h: Likewise.
5141         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5142         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5143         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5144         (test_dir): Remove.
5145         (mkancesdirs): Return length of prefix of FILE that has already
5146         been made, or -2 if there is a child doing the work.  Redo
5147         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5148         ".", and treat ".." specially since it might stray back into
5149         already-created areas.  Use a subprocess if necessary.  New arg
5150         WD; all users changed.  MAKE_DIR function should now return 1
5151         if it creates a directory that is not readable.  Return -2 if
5152         a child process is spun off.
5153         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5154         Adjust signature to match code.
5155         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5156         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5157         all users changed.
5158         * lib/savewd.c, lib/savewd.h: New files.
5159
5160 2006-09-15  Jim Meyering  <jim@meyering.net>
5161
5162         * modules/rename-dest-slash: New module.
5163         * MODULES.html.sh (posix_compat): Add it here.
5164
5165         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5166
5167 2006-09-15  Jim Meyering  <jim@meyering.net>
5168
5169         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5170         file.
5171
5172         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5173
5174 2006-09-15  Jim Meyering  <jim@meyering.net>
5175
5176         * lib/rename-dest-slash.c (has_trailing_slash): Use
5177         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5178         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5179         test before testing whether SRC is a directory.
5180         Suggestions from Bruno Haible.
5181
5182         Avoid a warning about an unused variable.
5183         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5184         into the #ifdef block where it's used.
5185
5186         * lib/rename-dest-slash.c: New file.
5187
5188 2006-09-14  Bruno Haible  <bruno@clisp.org>
5189
5190         * lib/allocsa.c: Include <config.h> unconditionally.
5191         * lib/asnprintf.c: Likewise.
5192         * lib/asprintf.c: Likewise.
5193         * lib/c-strcasecmp.c: Likewise.
5194         * lib/c-strcasestr.c: Likewise.
5195         * lib/c-strncasecmp.c: Likewise.
5196         * lib/c-strstr.c: Likewise.
5197         * lib/classpath.c: Likewise.
5198         * lib/clean-temp.c: Likewise.
5199         * lib/concatpath.c: Likewise.
5200         * lib/copy-file.c: Likewise.
5201         * lib/csharpcomp.c: Likewise.
5202         * lib/csharpexec.c: Likewise.
5203         * lib/execute.c: Likewise.
5204         * lib/fatal-signal.c: Likewise.
5205         * lib/findprog.c: Likewise.
5206         * lib/fwriteerror.c: Likewise.
5207         * lib/gl_array_list.c: Likewise.
5208         * lib/gl_array_oset.c: Likewise.
5209         * lib/gl_avltree_list.c: Likewise.
5210         * lib/gl_avltree_oset.c: Likewise.
5211         * lib/gl_avltreehash_list.c: Likewise.
5212         * lib/gl_carray_list.c: Likewise.
5213         * lib/gl_linked_list.c: Likewise.
5214         * lib/gl_linkedhash_list.c: Likewise.
5215         * lib/gl_list.c: Likewise.
5216         * lib/gl_oset.c: Likewise.
5217         * lib/gl_rbtree_list.c: Likewise.
5218         * lib/gl_rbtree_oset.c: Likewise.
5219         * lib/gl_rbtreehash_list.c: Likewise.
5220         * lib/imaxabs.c: Likewise.
5221         * lib/imaxdiv.c: Likewise.
5222         * lib/javacomp.c: Likewise.
5223         * lib/javaexec.c: Likewise.
5224         * lib/javaversion.c: Likewise.
5225         * lib/linebreak.c: Likewise.
5226         * lib/localcharset.c: Likewise.
5227         * lib/lock.c: Likewise.
5228         * lib/mbchar.c: Likewise.
5229         * lib/mbswidth.c: Likewise.
5230         * lib/mkdtemp.c: Likewise.
5231         * lib/pipe.c: Likewise.
5232         * lib/printf-args.c: Likewise.
5233         * lib/printf-parse.c: Likewise.
5234         * lib/progname.c: Likewise.
5235         * lib/progreloc.c: Likewise.
5236         * lib/readlink.c: Likewise.
5237         * lib/sh-quote.c: Likewise.
5238         * lib/stpcpy.c: Likewise.
5239         * lib/stpncpy.c: Likewise.
5240         * lib/strcasecmp.c: Likewise.
5241         * lib/strcasestr.c: Likewise.
5242         * lib/strcspn.c: Likewise.
5243         * lib/striconv.c: Likewise.
5244         * lib/strncasecmp.c: Likewise.
5245         * lib/strnlen1.c: Likewise.
5246         * lib/strstr.c: Likewise.
5247         * lib/strtok_r.c: Likewise.
5248         * lib/tls.c: Likewise.
5249         * lib/tmpdir.c: Likewise.
5250         * lib/unicodeio.c: Likewise.
5251         * lib/unsetenv.c: Likewise.
5252         * lib/vasnprintf.c: Likewise.
5253         * lib/vasprintf.c: Likewise.
5254         * lib/wait-process.c: Likewise.
5255         * lib/xallocsa.c: Likewise.
5256         * lib/xsetenv.c: Likewise.
5257         * lib/xstriconv.c: Likewise.
5258
5259 2006-09-13  Simon Josefsson  <jas@extundo.com>
5260
5261         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5262         that internally, suggested by Ralf Wildenhues
5263         <Ralf.Wildenhues@gmx.de>.
5264
5265 2006-09-13  Simon Josefsson  <jas@extundo.com>
5266
5267         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5268         @LIBOBJS@.
5269         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5270
5271 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5272
5273         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5274         longer worry about uses that don't define HAVE_CONFIG_H.
5275         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5276         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5277         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5278         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5279         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5280         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5281         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5282         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5283         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5284         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5285         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5286         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5287         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5288         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5289         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5290         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5291         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5292         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5293         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5294         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5295         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5296         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5297         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5298         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5299         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5300         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5301         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5302         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5303         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5304         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5305         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5306         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5307         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5308         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5309         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5310         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5311         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5312         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5313         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5314         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5315         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5316         Likewise.
5317
5318 2006-09-13  Eric Blake  <ebb9@byu.net>
5319
5320         * lib/getopt.c: Fix typo in last commit.
5321
5322 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5323
5324         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5325         dgettext.
5326
5327 2006-09-12  Jim Meyering  <jim@meyering.net>
5328
5329         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5330         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5331         Reported by Nelson H. F. Beebe.
5332
5333 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5334
5335         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5336         program_invocation_name and program_invocation_short_name are
5337         initialized.
5338         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5339         and program_invocation_short_name to argp.h, so they are visible
5340         to user programs.
5341         * lib/argp.h: Likewise
5342
5343 2006-09-10  Bruno Haible  <bruno@clisp.org>
5344
5345         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5346         m4/inttypes_h.m4, m4/uintmax_t.m4.
5347
5348 2006-09-10  Bruno Haible  <bruno@clisp.org>
5349
5350         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5351         gl_AC_TYPE_UINTMAX_T.
5352
5353 2006-09-10  Bruno Haible  <bruno@clisp.org>
5354
5355         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5356
5357 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5358
5359         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5360         convention.  Text proposed by Bruno Haible.
5361         (struct argp_option): Document the use of N_() wrappers.
5362
5363         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5364         '\v', and translate the two parts separately, instead of feeding
5365         the whole string to gettext.  This allows to exclude
5366         '\v' from the strings visible to the translator by writing doc
5367         strings as N_("..") "\v" N_("..").
5368
5369 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5370
5371         * config/srclist.txt: Undo latest change; the bug was fixed.
5372
5373 2006-09-09  Bruno Haible  <bruno@clisp.org>
5374
5375         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5376         assignments if building a library without libtool.
5377         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5378         in func_emit_lib_Makefile_am.
5379         (func_import): When building a static library libfoo.a, arrange to
5380         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5381         (func_create_testdir): Likewise.
5382         * modules/gc (configure.ac, Makefile.am): If building statically,
5383         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5384         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5385         * modules/striconv (configure.ac, Makefile.am): Likewise.
5386         Based on a suggestion by Ralf Wildenhues.
5387
5388 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5389
5390         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5391         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5392         Also:
5393
5394         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5395         Add year_2050_test to catch glibc bug 2821
5396         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5397
5398         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5399         Prefer #ifdef to #if.
5400
5401         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5402         Return from 'main' instead of calling 'exit'.
5403
5404 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5405
5406         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5407         returned the maximum time_t value rather than (time_t) -1.
5408         Problem originally reported by William Bardwell
5409         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5410
5411         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5412         Moved to here ...
5413         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5414         ... from here.
5415
5416 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5417
5418         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5419         2821 is fixed.
5420
5421 2006-09-08  Jim Meyering  <jim@meyering.net>
5422
5423         Don't make generated files read-only.  That would bother too many
5424         people.  However, do retain the ability to work when targets are
5425         read-only: remove the destination and temporary files before writing
5426         them (when generated via sed or echo), or by using the -f option for
5427         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5428         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5429         * modules/byteswap, modules/configmake, modules/fcntl:
5430         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5431         * modules/localcharset, modules/netinet_in, modules/poll:
5432         * modules/stdbool, modules/stdint, modules/sys_select:
5433         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5434
5435 2006-09-08  Jim Meyering  <jim@meyering.net>
5436
5437         Avoid new build failure on FreeBSD 6.0.
5438         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5439         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5440         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5441
5442 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5443
5444         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5445
5446 2006-09-07  Jim Meyering  <jim@meyering.net>
5447
5448         Fix global typo in last change: use chmod u-w, not chmod u-x.
5449         Spotted by Paul Eggert and Bruce Korb.
5450         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5451         * modules/byteswap, modules/configmake, modules/fcntl:
5452         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5453         * modules/localcharset, modules/netinet_in, modules/poll:
5454         * modules/stdbool, modules/stdint, modules/sys_select:
5455         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5456
5457 2006-09-06  Jim Meyering  <jim@meyering.net>
5458
5459         Make generated files be read-only.
5460         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5461         Ensure that each generated file is now read-only.
5462         * modules/argz: Likewise.
5463         * modules/arpa_inet: Likewise.
5464         * modules/byteswap: Likewise.
5465         * modules/configmake: Likewise.
5466         * modules/fcntl: Likewise.
5467         * modules/fnmatch: Likewise.
5468         * modules/getopt: Likewise.
5469         * modules/glob: Likewise.
5470         * modules/inttypes: Likewise.
5471         * modules/netinet_in: Likewise.
5472         * modules/poll: Likewise.
5473         * modules/stdbool: Likewise.
5474         * modules/stdint: Likewise.
5475         * modules/sys_select: Likewise.
5476         * modules/sys_socket: Likewise.
5477         * modules/sys_stat: Likewise.
5478         * modules/sysexits: Likewise.
5479         * modules/localcharset: Same as above, but continue using temporary
5480         file named "t-$@" (why different?) rather than the "$@-t" used
5481         everywhere else.
5482
5483         * modules/sysexits (Makefile.am): Replace literal occurrences
5484         of "sysexit.h" more readable, and more consistent, "$@".
5485
5486 2006-09-06  Bruno Haible  <bruno@clisp.org>
5487
5488         * modules/striconv: New file.
5489         * modules/xstriconv: New file.
5490         * MODULES.html.sh (Internationalization functions): Add striconv,
5491         xstriconv.
5492
5493 2006-09-06  Bruno Haible  <bruno@clisp.org>
5494
5495         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5496         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5497         not using libtool correctly.
5498
5499 2006-09-06  Bruno Haible  <bruno@clisp.org>
5500
5501         * lib/striconv.h: New file.
5502         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5503         iconvstring.c.
5504         * lib/xstriconv.h: New file.
5505         * lib/xstriconv.c: New file.
5506
5507 2006-09-06  Bruno Haible  <bruno@clisp.org>
5508
5509         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5510         lib_..._LDFLAGS.
5511
5512 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5513
5514         * lib/argz_.h: Sync from Libtool.
5515
5516         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5517                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5518
5519         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5520
5521 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5522
5523         * modules/trim: New file.
5524
5525 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5526
5527         * lib/trim.h: New file.
5528         * lib/trim.c: New file.
5529
5530 2006-09-05  Bruno Haible  <bruno@clisp.org>
5531
5532         * MODULES.html.sh (String handling): Add trim.
5533
5534 2006-09-04  Karl Berry  <karl@gnu.org>
5535
5536         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5537         until next release.
5538
5539 2006-09-03  Bruno Haible  <bruno@clisp.org>
5540
5541         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5542         correctly.
5543
5544 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5545
5546         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5547         not gl_GETLOADAVG.  Omit unneeded semicolons.
5548         Problems reported by Ralf Wildenhues in
5549         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5550         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5551         at the end, which is the usual gnulib style.
5552
5553         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5554         of doing all the work ourselves.
5555         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5556         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5557
5558 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5559
5560         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5561         Problem reported by Ralf Wildenhues in
5562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5563
5564         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5565         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5566
5567 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5568
5569         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5570         yesterday's patch by changing test -n to test -z.
5571
5572 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5573
5574         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5575         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5576         the former is now obsolescent.
5577
5578         * modules/chdir-long (Depends-on): Add fcntl.
5579
5580 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5583         obsolescent, and programs should use gnulib instead.
5584         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5585         but with prefixes changed.
5586
5587 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5588
5589         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5590         or stdbool.h, because they might not exist while configuring.
5591
5592         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5593         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5594         does that for us.
5595         (O_DIRECTORY): Remove.
5596
5597 2006-08-31  Eric Blake  <ebb9@byu.net>
5598
5599         * gnulib-tool: Don't let emacs change spaces to TAB.
5600
5601 2006-08-31  Bruno Haible  <bruno@clisp.org>
5602
5603         * gnulib-tool: When calling func_import more than once, do it in a
5604         subshell.
5605         Reported by Eric Blake <ebb9@byu.net>.
5606
5607 2006-08-31  Bruno Haible  <bruno@clisp.org>
5608
5609         * gnulib-tool (nl): Remove variable.
5610         (sed_transform_lib_file): Use more robust test for config-h module.
5611         (func_import): Fix typo in 2006-08-25 patch.
5612
5613 2006-08-31  Bruno Haible  <bruno@clisp.org>
5614
5615         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5616         specified, augment Makefile.am variables instead of assigning them.
5617
5618 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5619
5620         Work around a bug in both the Linux and SunOS 64-bit kernels:
5621         nanosleep mishandles sleeps for longer than 2**31 seconds.
5622         Problem reported by Frank v Waveren in
5623         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5624         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5625         Check for nanosleep bug.
5626         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5627
5628 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5629
5630         Work around a bug in both the Linux and SunOS 64-bit kernels:
5631         nanosleep mishandles sleeps for longer than 2**31 seconds.
5632         Problem reported by Frank v Waveren in
5633         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5634         * lib/nanosleep.c (BILLION): New constant.
5635         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5636         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5637         implementation.
5638
5639 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5640
5641         * modules/nanosleep (Depends-on): Add gettime.
5642
5643 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5644         and Simon Josefsson  <jas@extundo.com>
5645         and Oskar Liljeblad  <oskar@osk.mine.nu>
5646
5647         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5648         * gnulib-tool (func_import): New license type 'unmodifiable license
5649         text'.
5650         * modules/fdl: Use it.  Longer description.
5651         * module/gpl, module/lgpl: New files.
5652
5653 2006-08-30  Jim Meyering  <jim@meyering.net>
5654
5655         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5656         shadowing the parameter.
5657
5658 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5659
5660         Sync from Libtool:
5661
5662         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5663
5664         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5665         sharing with gnulib.  Report by Eric Blake.
5666
5667 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5668
5669         * modules/isapipe: New file.
5670         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5671
5672 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5673
5674         * modules/configmake (Makefile.am): Add a comment, and omit
5675         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5676         by Bruno Haible.
5677
5678 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         * m4/isapipe.m4: New file.
5681
5682 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5683
5684         * lib/isapipe.c, lib/isapipe.h: New files.
5685
5686 2006-08-29  Jim Meyering  <jim@meyering.net>
5687
5688         * modules/configmake (Makefile.am): Make configmake.h depend on
5689         Makefile.  Otherwise, a stale configmake.h could hang around.
5690
5691 2006-08-29  Eric Blake  <ebb9@byu.net>
5692
5693         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5694         resolution of upstream bug 3044.
5695
5696 2006-08-29  Bruno Haible  <bruno@clisp.org>
5697
5698         * modules/localcharset (Depends-on): Add configmake.
5699         (Makefile.am): Remove setting of LIBDIR through DEFS.
5700
5701 2006-08-29  Bruno Haible  <bruno@clisp.org>
5702
5703         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5704         defined.
5705
5706 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * modules/fcntl: New file.
5709         * modules/chdir-safer (Depends-on): Add fcntl.
5710         * modules/fts: Likewise.
5711         * modules/mkdir-p: Likewise.
5712
5713         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5714         This undoes the most recent change, since we're now addressing the
5715         problem in a different way.
5716
5717         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5718         into output, since the output might be called Makefile.am even
5719         if $makefile_name is something different.
5720         (func_import): Use $makefile_am rather than
5721         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5722         empty.
5723
5724         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5725
5726 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5727
5728         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5729         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5730         recent change to stdint.m4, since we're now addressing the problem in a
5731         different way.
5732
5733 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * m4/fcntl_h.m4: New file.
5736
5737 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5738
5739         * lib/fcntl_.h: New file.
5740         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5741         the fcntl module.
5742         * lib/dirchownmod.c: Likewise.
5743         * lib/fts.c: Likewise.
5744
5745         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5746         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5747         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5748         just before including <inttypes.h>, to avoid circular inclusion.
5749
5750 2006-08-28  Jim Meyering  <jim@meyering.net>
5751
5752         * doc/visibility.texi: Actually read and correct the grammar of the
5753         sentence affected by yesterday's change.
5754
5755 2006-08-28  Eric Blake  <ebb9@byu.net>
5756
5757         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5758         needs wrapper.
5759
5760 2006-08-28  Eric Blake  <ebb9@byu.net>
5761
5762         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5763
5764 2006-08-28  Eric Blake  <ebb9@byu.net>
5765
5766         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5767
5768 2006-08-28  Bruno Haible  <bruno@clisp.org>
5769
5770         * modules/c-strstr: New file, from GNU gettext.
5771         * MODULES.html.sh (String handling): Add c-strstr.
5772
5773 2006-08-28  Bruno Haible  <bruno@clisp.org>
5774
5775         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5776         macros.
5777         Reported by Eric Blake.
5778
5779 2006-08-28  Bruno Haible  <bruno@clisp.org>
5780
5781         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5782         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5783         * lib/vasprintf.c: Include errno.h, limits.h.
5784         (EOVERFLOW): New fallback definition.
5785         (vasprintf): Test here whether the string length is > INT_MAX.
5786         * lib/vsnprintf.c: Include errno.h, limits.h.
5787         (EOVERFLOW): New fallback definition.
5788         (vsnprintf): Fix bug when generated string was too long for the buffer.
5789         Test here whether the string length is > INT_MAX.
5790
5791 2006-08-28  Bruno Haible  <bruno@clisp.org>
5792
5793         * lib/inttypes_.h (SCNX*): Remove definitions.
5794         Reported by Eric Blake.
5795
5796 2006-08-28  Bruno Haible  <bruno@clisp.org>
5797
5798         * lib/c-strstr.h: New file, from GNU gettext.
5799         * lib/c-strstr.c: New file, from GNU gettext.
5800
5801 2006-08-28  Bruno Haible  <bruno@clisp.org>
5802
5803         * gnulib-tool: Reorder some statements.
5804
5805 2006-08-28  Bruno Haible  <bruno@clisp.org>
5806
5807         * gnulib-tool: New option --makefile-name.
5808         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5809         $makefile_name.
5810         (func_import): Write $makefile_name to the cache file, and read it from
5811         there unless explicitly specified. Use $makefile_name as file name
5812         instead of Makefile.am. Adjust the recommendations accordingly.
5813
5814 2006-08-28  Bruno Haible  <bruno@clisp.org>
5815
5816         * gnulib-tool (func_verify_module): Check against misapplying patch.
5817
5818 2006-08-28  Bruno Haible  <bruno@clisp.org>
5819
5820         * gnulib-tool (func_relativize, func_relconcat): New functions.
5821         Give an error if --local-dir is given with --update.
5822         Remove trailing slashes from $local_gnulib_dir.
5823         (func_import): Store the relativized $local_gnulib_dir in
5824         gnulib-cache.m4, and read it from there if not specified explicitly.
5825
5826 2006-08-28  Bruno Haible  <bruno@clisp.org>
5827
5828         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5829         is the current directory. Respect also $local_gnulib_dir.
5830
5831 2006-08-28  Bruno Haible  <bruno@clisp.org>
5832             Simon Josefsson  <jas@extundo.com>
5833
5834         BeOS portability.
5835         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5836
5837 2006-08-27  Jim Meyering  <jim@meyering.net>
5838
5839         * doc/visibility.texi: Remove duplicate word: "pointer".
5840
5841 2006-08-26  Bruno Haible  <bruno@clisp.org>
5842
5843         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5844         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5845         (Makefile.am): Create inttypes.h from inttypes_.h.
5846         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5847
5848         * modules/imaxabs: New file.
5849
5850         * modules/imaxdiv: New file.
5851
5852 2006-08-26  Bruno Haible  <bruno@clisp.org>
5853
5854         * m4/inttypes.m4: New file.
5855         * m4/_inttypes_h.m4: Remove file.
5856         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5857         PRI_MACROS_BROKEN.
5858         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5859
5860         * m4/imaxabs.m4: New file.
5861
5862         * m4/imaxdiv.m4: New file.
5863
5864 2006-08-26  Bruno Haible  <bruno@clisp.org>
5865
5866         * lib/inttypes_.h: New file.
5867         * lib/inttypes.h: Remove file.
5868         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5869
5870         * lib/imaxabs.c: New file.
5871
5872         * lib/imaxdiv.c: New file.
5873
5874 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5875
5876         New config-h module, so that "make" output needn't be cluttered
5877         by -DHAVE_CONFIG_H.
5878         * MODULES.html.sh (Support for building libraries and executables):
5879         Add config-h.
5880         * modules/config-h: New file.
5881         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5882         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5883         the config-h module is used.
5884
5885         New configmake module, so that "make" output needn't be cluttered
5886         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5887         * MODULES.html.sh (Support for building libraries and executables):
5888         Add configmake.
5889         * modules/configmake: New file.
5890
5891 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * m4/config-h.m4: New file.
5894
5895 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         * config/srclist.txt: Add elisp-comp.
5898
5899 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5900
5901         * MODULES.html.sh (Support for building libraries and executables):
5902         Add elisp-comp.
5903         * build-aux/elisp-comp: New file.
5904         * modules/elisp-comp: New file.
5905
5906 2006-08-24  Bruno Haible  <bruno@clisp.org>
5907
5908         * gnulib-tool (func_create_testdir): Use non-default values of
5909         sourcebase and m4base.
5910
5911 2006-08-24  Bruno Haible  <bruno@clisp.org>
5912
5913         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5914         HTML structure.
5915
5916 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5917
5918         * modules/openat (Depends-on): Add lchown.
5919
5920 2006-08-23  Bruno Haible  <bruno@clisp.org>
5921
5922         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5923         of gl_LOCK_EARLY instead of gl_LOCK.
5924
5925 2006-08-23  Bruno Haible  <bruno@clisp.org>
5926
5927         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5928         on OSF/1 to no.
5929         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5930
5931 2006-08-23  Bruno Haible  <bruno@clisp.org>
5932
5933         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5934         as unusable.
5935
5936         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5937         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5938         (gl_LOCK): New macro.
5939
5940 2006-08-22  Simon Josefsson  <jas@extundo.com>
5941
5942         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5943         to md5 module.
5944
5945 2006-08-22  Simon Josefsson  <jas@extundo.com>
5946
5947         * MODULES.html.sh: Add "Support for maintaining and release
5948         projects".
5949
5950         * build-aux/gnupload: New file, from coreutils.
5951
5952 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5953
5954         Avoid the need for AC_LIBSOURCES in m4 macros.
5955         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5956         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5957         * modules/check-version (EXTRA_DIST): Add check-version.h.
5958         * modules/crc (EXTRA_DIST): Add crc.h.
5959         * modules/des (EXTRA_DIST): Add des.h.
5960         * modules/gc (EXTRA_DIST): Add gc.h.
5961         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5962         * modules/getline (EXTRA_DIST): Add getline.h.
5963         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5964         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5965         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5966         * modules/md2 (EXTRA_DIST): Add md2.h.
5967         * modules/md4 (EXTRA_DIST): Add md4.h.
5968         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5969         * modules/read-file (EXTRA_DIST): Add read-file.h.
5970         * modules/readline (EXTRA_DIST): Add readline.h.
5971         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5972         rijndael-api-fst.h.
5973
5974 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5975
5976         * m4/rijndael.m4 (gl_ARCFOUR):
5977         * m4/arctwo.m4 (gl_ARCTWO):
5978         * m4/check-version.m4 (gl_CHECK_VERSION):
5979         * m4/crc.m4 (gl_CRC):
5980         * m4/des.m4 (gl_DES):
5981         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5982         * m4/gc.m4 (gl_GC):
5983         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5984         * m4/getline.m4 (gl_FUNC_GETLINE):
5985         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5986         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5987         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5988         * m4/md2.m4 (gl_MD2):
5989         * m4/md4.m4 (gl_MD4):
5990         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5991         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5992         * m4/readline.m4 (gl_FUNC_READLINE):
5993         * m4/rijndael.m4 (gl_RIJNDAEL):
5994         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5995         to get the necessary .h files and whatnot.
5996
5997 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5998
5999         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6000         gnulib rather than the other way around.
6001         * config/srclistvars.sh (COREUTILS): Remove.
6002
6003 2006-08-22  Jim Meyering  <jim@meyering.net>
6004
6005         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6006
6007         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6008
6009 2006-08-22  Eric Blake  <ebb9@byu.net>
6010
6011         * modules/regexprops-generic: New file.
6012         * MODULES.html.sh (Support for building documentation): List it.
6013
6014 2006-08-22  Eric Blake  <ebb9@byu.net>
6015
6016         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6017         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6018         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6019         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6020
6021 2006-08-22  Bruno Haible  <bruno@clisp.org>
6022
6023         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6024         and lib_LTLIBRARIES like the other lib_* variables.
6025
6026 2006-08-22  Bruno Haible  <bruno@clisp.org>
6027
6028         * build-aux/x-to-1.in: New file, from GNU gettext.
6029
6030 2006-08-22  Bruno Haible  <bruno@clisp.org>
6031
6032         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6033         <utmpx.h> exists.
6034
6035 2006-08-22  Bruno Haible  <bruno@clisp.org>
6036
6037         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6038         <utmpx.h> exists.
6039
6040 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         BeOS portability.
6043         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6044         exist.
6045         Problem reported by Bruno Haible.
6046
6047 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6048
6049         Avoid the need for AC_LIBSOURCES in m4 macros.
6050         * modules/acl (EXTRA_DIST): Add acl.h.
6051         * modules/argmatch (Files): Add m4/argmatch.m4.
6052         (configure.ac): Add gl_ARGMATCH.
6053         (EXTRA_DIST): Renamed from lib_SOURCES, for
6054         consistency with the other modules.  Remove argmatch.c.
6055         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6056         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6057         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6058         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6059         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6060         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6061         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6062         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6063         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6064         * modules/closeout (EXTRA_DIST): Add closeout.h.
6065         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6066         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6067         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6068         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6069         dirname.h; remove basename.c and stripslash.c.
6070         * modules/exclude (EXTRA_DIST): Add exclude.h.
6071         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6072         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6073         * modules/file-type (EXTRA_DIST): Add file-type.h.
6074         * modules/filemode (EXTRA_DIST): Add filemode.h.
6075         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6076         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6077         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6078         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6079         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6080         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6081         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6082         * modules/getdate (EXTRA_DIST): Add getdate.c.
6083         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6084         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6085         * modules/getpass (EXTRA_DIST): Add getpass.h.
6086         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6087         * modules/group-member (EXTRA_DIST): Add group-member.h.
6088         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6089         * modules/hash (EXTRA_DIST): Add hash.h.
6090         * modules/human (EXTRA_DIST): Add human.h.
6091         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6092         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6093         * modules/lchown (EXTRA_DIST): Add lchown.h.
6094         * modules/long-options (EXTRA_DIST): Add long-options.h.
6095         * modules/lstat (EXTRA_DIST): Add lstat.h.
6096         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6097         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6098         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6099         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6100         * modules/memxor (EXTRA_DIST): Add memxor.h.
6101         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6102         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6103         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6104         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6105         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6106         * modules/physmem (EXTRA_DIST): Add physmem.h.
6107         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6108         * modules/posixver (EXTRA_DIST): Add posixver.h.
6109         * modules/quote (EXTRA_DIST): Add quote.h.
6110         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6111         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6112         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6113         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6114         regex_internal.h regexec.c.
6115         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6116         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6117         * modules/same (EXTRA_DIST): Add same.h.
6118         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6119         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6120         * modules/savedir (EXTRA_DIST): Add savedir.h.
6121         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6122         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6123         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6124         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6125         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6126         * modules/strdup (EXTRA_DIST): Add strdup.h.
6127         * modules/strftime (EXTRA_DIST): Add strftime.h.
6128         * modules/strndup (EXTRA_DIST): Add strndup.h.
6129         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6130         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6131         * modules/time_r (EXTRA_DIST): Add time_r.h.
6132         * modules/timespec (EXTRA_DIST): Add timespec.h.
6133         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6134         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6135         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6136         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6137         * modules/userspec (EXTRA_DIST): Add userspec.h.
6138         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6139         * modules/utimens (EXTRA_DIST): Add utimens.h.
6140         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6141         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6142         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6143         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6144         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6145         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6146         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6147         * modules/yesno (EXTRA_DIST): Add yesno.h.
6148
6149 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6150
6151         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6152
6153         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6154         * m4/dev-ino.m4, same-inode.m4: Remove.
6155
6156         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6157         * m4/acl.m4 (AC_FUNC_ACL):
6158         * m4/backupfile.m4 (gl_BACKUPFILE):
6159         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6160         * m4/canon-host.m4 (gl_CANON_HOST):
6161         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6162         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6163         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6164         * m4/cloexec.m4 (gl_CLOEXEC):
6165         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6166         * m4/closeout.m4 (gl_CLOSEOUT):
6167         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6168         * m4/dirname.m4 (gl_DIRNAME):
6169         * m4/exclude.m4 (gl_EXCLUDE):
6170         * m4/exitfail.m4 (gl_EXITFAIL):
6171         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6172         * m4/file-type.m4 (gl_FILE_TYPE):
6173         * m4/filemode.m4 (gl_FILEMODE):
6174         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6175         * m4/fpending.m4 (gl_FUNC_FPENDING):
6176         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6177         * m4/fts.m4 (gl_FUNC_FTS):
6178         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6179         * m4/getdate.m4 (gl_GETDATE):
6180         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6181         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6182         * m4/getpass.m4 (gl_FUNC_GETPASS):
6183         * m4/gettime.m4 (gl_GETTIME):
6184         * m4/getugroups.m4 (gl_GETUGROUPS):
6185         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6186         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6187         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6188         * m4/hash.m4 (gl_HASH):
6189         * m4/idcache.m4 (gl_IDCACHE):
6190         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6191         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6192         * m4/long-options.m4 (gl_LONG_OPTIONS):
6193         * m4/lstat.m4 (gl_FUNC_LSTAT):
6194         * m4/md5.m4 (gl_MD5):
6195         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6196         * m4/memcoll.m4 (gl_MEMCOLL):
6197         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6198         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6199         * m4/memxor.m4 (gl_MEMXOR):
6200         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6201         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6202         * m4/modechange.m4 (gl_MODECHANGE):
6203         * m4/mountlist.m4 (gl_MOUNTLIST):
6204         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6205         * m4/openat.m4 (gl_FUNC_OPENAT):
6206         * m4/pathmax.m4 (gl_PATHMAX):
6207         * m4/physmem.m4 (gl_PHYSMEM):
6208         * m4/posixtm.m4 (gl_POSIXTM):
6209         * m4/posixver.m4 (gl_POSIXVER):
6210         * m4/quote.m4 (gl_QUOTE):
6211         * m4/quotearg.m4 (gl_QUOTEARG):
6212         * m4/readtokens.m4 (gl_READTOKENS):
6213         * m4/readutmp.m4 (gl_READUTMP):
6214         * m4/regex.m4 (gl_REGEX):
6215         * m4/safe-read.m4 (gl_SAFE_READ):
6216         * m4/safe-write.m4 (gl_SAFE_WRITE):
6217         * m4/same.m4 (gl_SAME):
6218         * m4/save-cwd.m4 (gl_SAVE_CWD):
6219         * m4/savedir.m4 (gl_SAVEDIR):
6220         * m4/settime.m4 (gl_SETTIME):
6221         * m4/sha1.m4 (gl_SHA1):
6222         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6223         * m4/stat-macros.m4 (gl_STAT_MACROS):
6224         * m4/stat-time.m4 (gl_STAT_TIME):
6225         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6226         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6227         * m4/strdup.m4 (gl_FUNC_STRDUP):
6228         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6229         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6230         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6231         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6232         * m4/time_r.m4 (gl_TIME_R):
6233         * m4/timespec.m4 (gl_TIMESPEC):
6234         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6235         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6236         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6237         * m4/userspec.m4 (gl_USERSPEC):
6238         * m4/utimecmp.m4 (gl_UTIMECMP):
6239         * m4/utimens.m4 (gl_UTIMENS):
6240         * m4/xalloc.m4 (gl_XALLOC):
6241         * m4/xgetcwd.m4 (gl_XGETCWD):
6242         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6243         * m4/xreadlink.m4 (gl_XREADLINK):
6244         * m4/xstrtod.m4 (gl_XSTRTOD):
6245         * m4/yesno.m4 (gl_YESNO):
6246         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6247         to get the necessary .h files and whatnot.
6248
6249 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6250             Bruno Haible  <bruno@clisp.org>
6251
6252         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6253         /bin/sh understanding of '!' conditional negation.
6254
6255 2006-08-21  Jim Meyering  <jim@meyering.net>
6256
6257         * modules/openat (Depends-on): Really alphabetize.
6258
6259         * modules/acl (Depends-on): Add error and quote.
6260
6261         * check-module (find_included_lib_files): Add at-func.c to the
6262         ok-to-include-more-than-once white list.
6263
6264         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6265
6266 2006-08-21  Bruno Haible  <bruno@clisp.org>
6267
6268         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6269         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6270         Reported by Martin Lambers <marlam@marlam.de>.
6271
6272 2006-08-21  Bruno Haible  <bruno@clisp.org>
6273
6274         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6275         specify an installation location, don't emit a noinst_LIBRARIES or
6276         noinst_LTLIBRARIES assignment.
6277
6278 2006-08-21  Bruno Haible  <bruno@clisp.org>
6279
6280         BeOS portability.
6281         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6282         BeOS has mbrtowc() but no <wctype.h>.
6283
6284 2006-08-21  Bruno Haible  <bruno@clisp.org>
6285
6286         BeOS portability.
6287         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6288         exist.
6289
6290 2006-08-21  Bruno Haible  <bruno@clisp.org>
6291
6292         BeOS portability.
6293         * lib/mbchar.h: Include <wctype.h> only if it exists.
6294
6295 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         Remove files that are no longer needed by their respective modules.
6298         * m4/obstack.m4: Remove.
6299         * m4/strerror_r.m4: Remove.
6300         * m4/uint32_t.m4: Remove.
6301         * m4/uintptr_t.m4: Remove.
6302         * m4/ullong_max.m4: Remove.
6303         * m4/xstrtoimax.m4: Remove.
6304         * m4/xstrtoumax.m4: Remove.
6305
6306         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6307         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6308         dependencies now capture this.
6309
6310         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6311         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6312         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6313         * m4/human.m4 (gl_HUMAN): Likewise.
6314         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6315         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6316
6317         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6318
6319         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6320         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6321         stdint.
6322         * m4/human.m4 (gl_HUMAN): Likewise.
6323         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6324         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6325         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6326         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6327         * m4/xstrtol (gl_XSTRTOL): Likewise.
6328
6329         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6330         AC_TYPE_LONG_LONG_INT.
6331         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6332         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6333         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6334         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6335
6336         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6337         on stdbool.
6338
6339         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6340         (gl_PREREQ_XSTRTOUL): Remove.
6341
6342         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6343
6344         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6345         mode.
6346
6347 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6348
6349         Add and change modules to make it easier for coreutils to use
6350         gnulib-tool.
6351         * modules/backupfile (Files): Remove m4/d-ino.m4.
6352         (Depends-on): Add d-ino.
6353         * modules/cycle-check (Depends-on): Add stdint.
6354         (lib_SOURCES): Add cycle-check.h.
6355         * modules/d-ino: New module.
6356         * modules/d-type: New module.
6357         * modules/error (Files): Remove m4/strerror_r.m4.
6358         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6359         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6360         m4/inttypes_h.m4, m4/uintmax_t.m4.
6361         (Depends-on): Add stdint.
6362         (lib_SOURCES): Add fsusage.h.
6363         * modules/getcwd (Files): Remove d-ino.m4.
6364         (Depends-on): Add d-ino.
6365         * modules/getndelim2 (Depends-on): Add stdint.
6366         * modules/glob (Files): Remove m4/d-type.m4.
6367         (Depends-on): Add d-type.
6368         * modules/host-os: New module.
6369         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6370         m4/inttypes_h.m4, m4/uintmax_t.m4.
6371         * Depends-on: Add stdint.
6372         (lib_SOURCES): Add human.h.
6373         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6374         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6375         m4/uintmax_t.m4, m4/ulonglong.m4.
6376         (Depends-on): Add stdint.
6377         (EXTRA_DIST): Add inttostr.h.
6378         * modules/lchmod: New module.
6379         * modules/link-follow: New module.
6380         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6381         (Depends-on): Add lchmod.
6382         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6383         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6384         (Depends-on): Add stdint.
6385         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6386         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6387         (Depends-on): Add stdint.
6388         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6389         * modules/perl: New module.
6390         * modules/regex (Depends-on): Add stdint.
6391         * modules/rmdir-errno: New module.
6392         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6393         m4/intmax_t.m4.
6394         (Depends-on): Add stdint.
6395         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6396         m4/uintmax_t.m4.
6397         (Depends-on): Add stdint.
6398         * modules/unlink-busy: New module.
6399         * modules/utimecmp (Depends-on): Add stdint.
6400         * modules/uptime: New module.
6401         * modules/winsz-ioctl: New module.
6402         * modules/winsz-termios: New module.
6403         * modules/xnanosleep (Depends-on): Add nanosleep.
6404         * modules/ullong_max: Remove.
6405         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6406         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6407         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6408         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6409         (Depends-on): Add inttypes.
6410         (lib_SOURCES): Add xstrtol.h.
6411         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6412         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6413         * MODULES.html.sh: Move 'assert' into the assert section.
6414         Move 'dummy' into the linking section.
6415         Remove ullong_max.
6416         Add section for compatibility checks for POSIX:2001 functions,
6417         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6418         winsz-ioctl, and winsz-termios into it.
6419         Add lchmod.
6420         Add top-level Misc section and put host-os, perl, and uptime
6421         into it.
6422
6423 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6424
6425         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6426         now assume the stdint module.  Do not include inttypes.h.
6427         * lib/fsusage.h: Likewise.
6428         * lib/getndelim2.c: Likewise.
6429         * lib/human.h: Likewise.
6430         * lib/inttostr.h: Likewise.
6431         * lib/obstack.c: Likewise.
6432         * lib/regex_internal.h: Likewise.
6433         * lib/tempname.c: Likewise.
6434         * lib/utimecmp.c: Likewise.
6435         * lib/xstrtol.h: Likewise.
6436
6437         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6438
6439         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6440         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6441         * lib/xtime.h: Likewise.
6442
6443 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6444
6445         * modules/openat (Files): Add lib/fchmodat.c.
6446         Fixes problem reported by Jay Youngman.
6447
6448 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6449
6450         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6451         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6452
6453 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6454             Bruno Haible  <bruno@clisp.org>
6455
6456         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6457         and is a script that invokes bison. Tighten the code. Add comments.
6458
6459 2006-08-18  Jim Meyering  <jim@meyering.net>
6460
6461         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6462         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6463         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6464         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6465
6466 2006-08-18  Bruno Haible  <bruno@clisp.org>
6467
6468         * modules/bison-i18n: New file.
6469         * MODULES.html.sh (Internationalization functions): Add it.
6470
6471 2006-08-18  Bruno Haible  <bruno@clisp.org>
6472
6473         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6474         sys/statvfs.h. When getmntinfo was found, check its declaration and
6475         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6476
6477 2006-08-18  Bruno Haible  <bruno@clisp.org>
6478
6479         * m4/bison-i18n.m4: New file, from bison.
6480
6481 2006-08-18  Bruno Haible  <bruno@clisp.org>
6482
6483         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6484         (ME_DUMMY): Treat "kernfs" as a dummy.
6485         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6486
6487 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6488
6489         Update from coreutils.
6490
6491         2006-08-15  Jim Meyering  <jim@meyering.net>
6492
6493         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6494
6495         2006-01-17  Jim Meyering  <jim@meyering.net>
6496
6497         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6498
6499         2006-01-11  Jim Meyering  <jim@meyering.net>
6500
6501         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6502         Check for the lchmod function.
6503
6504 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6505
6506         Update from coreutils.
6507
6508         * lib/__fpending.h: Add copyright notice.
6509         * lib/fprintftime.h: Likewise.
6510         * lib/savedir.c: Use (C) in copyright notice.
6511         * lib/savedir.h: Likewise.
6512
6513         2006-08-15  Jim Meyering  <jim@meyering.net>
6514
6515         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6516         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6517         in support of the EXPECTED_ERRNO macro.
6518         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6519         definitions.  Instead, define the appropriate symbols and include
6520         "at-func.c".
6521         * lib/mkdirat.c (mkdirat): Likewise.
6522         * lib/fchmodat.c (fchmodat): Likewise.
6523         (ENOSYS): Remove definition.
6524         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6525         it.  Don't include "unistd--.h" -- it wasn't ever used.
6526
6527         2006-01-17  Jim Meyering  <jim@meyering.net>
6528
6529         Rewrite fts.c not to change the current working directory,
6530         by using openat, fstatat, fdopendir, etc..
6531
6532         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6533         (HAVE_OPENAT_SUPPORT): Define.
6534         [_LIBC] (fchdir): Don't undef or define; no longer used.
6535         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6536         Now, this `function' always succeeds, and consumes its file descriptor
6537         parameter -- so callers must not close such FDs.  Update callers.
6538         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6539         (diropen): Add parameter, SP.  Adjust all callers.
6540         Implement using diropen_fd, rather than open.
6541         (fts_open): Initialize new member, fts_cwd_fd.
6542         Remove fts_rft-setting code.
6543         (fts_close): Close fts_cwd_fd, if necessary.
6544         (__opendir2): Define in terms of opendir or opendirat,
6545         depending on whether the FST_NOCHDIR flag is set.
6546         (fts_build): Since fts_safe_changedir consumes its FD, and since
6547         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6548         and close the dup'd file descriptor upon failure.
6549         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6550         (fts_safe_changedir): Tweak semantics to reflect that this function
6551         now calls cwd_advance_fd and hence consumes its FD argument.
6552         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6553         [struct FTS] (fts_rft): Remove now-unused member.
6554         [struct FTS] (fts_cycle.state): Improve comment.
6555
6556         * lib/openat.c (openat_needs_fchdir): New function.
6557         * lib/openat.h (openat_needs_fchdir): Declare it.
6558
6559 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6560
6561         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6562         Problem and fix reported by Pádraig Brady in
6563         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6564
6565 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6566
6567         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6568
6569 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6570
6571         * lib/memcoll.c (memcoll): Optimize for the common case where the
6572         arguments are bytewise equal.
6573
6574 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6575
6576         * doc/regexprops-generic.texi: Add a copyright notice.
6577
6578 2006-08-15  Bruno Haible  <bruno@clisp.org>
6579
6580         * modules/tmpdir (License): Change to LGPL.
6581
6582 2006-08-15  Bruno Haible  <bruno@clisp.org>
6583
6584         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6585         module.
6586
6587 2006-08-14  Simon Josefsson  <jas@extundo.com>
6588
6589         * config/srclist.txt: Add gnupload.
6590
6591 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6592
6593         Change copyright notice from LGPL 2 to GPL 2, since that's the
6594         standard form used in the gnulib repository.
6595         * tests/test-lock.c: Likewise.
6596         * tests/test-stdint.c: Likewise.
6597         * tests/test-tls.c: Likewise.
6598
6599         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6600         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6601         Add copyright notice.
6602
6603         * check-module: Add copyright notice.  Output a copyright
6604         notice if "--version" is specified.
6605         * modules/COPYING: New file.
6606         * tests/test-getaddrinfo.c: Add copyright notice.
6607         * tests/test-verify.c: Likewise.
6608
6609 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6610
6611         Change copyright notice from LGPL 2 to GPL 2, since that's the
6612         standard form used in the gnulib repository.
6613         * lib/lock.c: LGPL -> GPL.
6614         * lib/lock.h: Likewise.
6615         * lib/strnlen1.c: Likewise.
6616         * lib/strnlen1.h: Likewise.
6617         * lib/tls.c: Likewise.
6618         * lib/tls.h: Likewise.
6619         * lib/tmpdir.c: Likewise.
6620
6621         * lib/TODO: Remove; this belongs only in coreutils.
6622
6623 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6624
6625         Add copyright notices to long-enough files that lack them, since
6626         otherwise the files aren't clearly free.  Use the same notice that
6627         getdate.texi already uses.
6628         * doc/alloca-opt.texi: Add copyright notice.
6629         * doc/alloca.texi: Likewise.
6630         * doc/ctime.texi: Likewise.
6631         * doc/functions.texi: Likewise.
6632         * doc/gcd.texi: Likewise.
6633         * doc/gnulib-tool.texi: Likewise.
6634         * doc/inet_ntoa.texi: Likewise.
6635         * doc/visibility.texi: Likewise.
6636
6637         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6638         * doc/quote.texi: Add copyright notice.
6639
6640         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6641         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6642         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6643         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6644         is now obsolete, and give a pointer to the Sun list.
6645         Add copyright notice.
6646
6647 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6648
6649         * config/srclistvars.sh: Add copyright notice.
6650
6651 2006-08-14  Eric Blake  <ebb9@byu.net>
6652
6653         Import the following change from libc:
6654
6655         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6656
6657         Upstream bug 2997.
6658         * lib/misc/error.c: Add space between program name and message if file
6659         name is missing.
6660
6661 2006-08-12  Karl Berry  <karl@gnu.org>
6662
6663         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6664         remove, these originate in gnulib now.
6665
6666 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6667
6668         * doc/Makefile (standards.info standards.html standards.dvi):
6669         Also depend on make-stds.texi.
6670
6671 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6672
6673         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6674         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6675
6676         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6677         in wchar_t.  Problem reported by Eric Blake.
6678
6679         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6680         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6681         Also, help the compiler to keep LEN in a register.
6682
6683 2006-08-11  Eric Blake  <ebb9@byu.net>
6684
6685         * users.txt: Sort.  Add tar.
6686
6687 2006-08-11  Bruno Haible  <bruno@clisp.org>
6688
6689         * users.txt: New file.
6690
6691 2006-08-11  Bruno Haible  <bruno@clisp.org>
6692
6693         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6694         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6695
6696 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6697
6698         * modules/snprintf (Depends-on): Remove minmax.
6699         (Maintainer): Add self and Bruno.
6700
6701 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6702
6703         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6704         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6705         (EOVERFLOW): Define if the system does not.
6706         Do not include "minmax.h"; it wasn't used.
6707         (snprintf): Don't assume size_t promotes to an unsigned type.
6708         Fix bug when generated string was too long for the buffer: the
6709         buffer's contents are supposed to be the initial prefix of the
6710         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6711         exceeds INT_MAX; do the check ourselves.
6712
6713         Import the following changes from libc:
6714
6715         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6716
6717         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6718         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6719         set wc to the byte which couldn't be converted.
6720         (re_string_reconstruct): Don't clear valid_raw_len before calling
6721         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6722         tip_context using re_string_context_at.
6723
6724         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6725
6726         * lib/posix/regex.h: g++ still cannot handled [restrict].
6727
6728         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6729
6730         * lib/posix/regex.h: Remove special handling for VMS.
6731
6732 2006-08-10  Jim Meyering  <jim@meyering.net>
6733
6734         * modules/same-inode: New module.
6735         * modules/dev-ino: New module.
6736         * modules/cycle-check: Depend on these modules, rather than simply
6737         including their .h files.
6738         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6739         required via m4/cycle-check.m4.
6740         * modules/same: Depend on new same-inode module, rather than
6741         including same-inode.h.
6742         * modules/chdir-safer: New file.
6743
6744         * modules/chown (Depends-on): Add stat-macros.
6745
6746 2006-08-10  Jim Meyering  <jim@meyering.net>
6747
6748         * m4/cycle-check.m4: New file.
6749         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6750         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6751
6752 2006-08-10  Eric Blake  <ebb9@byu.net>
6753
6754         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6755         in from original proposal.
6756
6757 2006-08-10  Eric Blake  <ebb9@byu.net>
6758         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6759
6760         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6761         namespace.
6762
6763 2006-08-10  Bruno Haible  <bruno@clisp.org>
6764
6765         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6766         as well.
6767
6768 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         Sync from coreutils.
6771
6772         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6773
6774         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6775         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6776
6777 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6778
6779         * modules/restrict: Remove; no longer needed now that we assume
6780         Autoconf 2.59 or later.
6781         * MODULES.html.sh: Remove 'restrict'.
6782         * modules/argp (Depends-on): Remove 'restrict'.
6783         * modules/base64 (Depends-on): Likewise.
6784         * modules/gc (Depends-on): Likewise.
6785         * modules/getaddrinfo (Depends-on): Likewise.
6786         * modules/glob (Depends-on): Likewise.
6787         * modules/inet_ntop (Depends-on): Likewise.
6788         * modules/inet_pton (Depends-on): Likewise.
6789         * modules/memxor (Depends-on): Likewise.
6790         * modules/regex (Depends-on): Likewise.
6791         * modules/strtok_r (Depends-on): Likewise.
6792         * modules/time_r (Depends-on): Likewise.
6793
6794 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6797         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6798         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6799         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6800         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6801         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6802         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6803         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6804
6805         Merge from coreutils.
6806         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6807         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6808         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6809         * m4/time_r.m4 (gl_TIME_R): Likewise.
6810
6811 2006-08-09  Karl Berry  <karl@gnu.org>
6812
6813         * config/srclist.txt: no more gettext-tools, per Bruno.
6814
6815 2006-08-08  Eric Blake  <ebb9@byu.net>
6816
6817         * modules/verror: New module.
6818         * MODULES.html.sh: Document it.
6819
6820 2006-08-08  Eric Blake  <ebb9@byu.net>
6821
6822         * lib/verror.h, lib/verror.c: New files.
6823
6824 2006-08-08  Eric Blake  <ebb9@byu.net>
6825
6826         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6827         verror_at_line output complies with GNU Coding Standards even when
6828         file is NULL.
6829
6830 2006-08-07  Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6833         versions of AIX.
6834         Reported by Ralf Wildenhues.
6835
6836 2006-08-07  Bruno Haible  <bruno@clisp.org>
6837
6838         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6839         in an AC_DEFUN. Needed so that the autoconf snippets can use
6840         AC_REQUIRE.
6841
6842 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6843
6844         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6845         Initialize pkgdata_DATA.
6846         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6847         overriding it.
6848
6849 2006-08-06  Eric Blake  <ebb9@byu.net>
6850
6851         * lib/error.h: Fold in some upstream changes from glibc.
6852         * lib/error.c: Likewise.
6853
6854 2006-08-04  Bruno Haible  <bruno@clisp.org>
6855
6856         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6857         Make the mostlyclean-local rule depend on mostlyclean-generic.
6858         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6859
6860 2006-07-31  Bruno Haible  <bruno@clisp.org>
6861
6862         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6863         <stdlib.h>, <string.h>.
6864
6865 2006-07-30  Bruno Haible  <bruno@clisp.org>
6866
6867         * modules/readlink (License): Change to LGPL.
6868
6869 2006-07-30  Bruno Haible  <bruno@clisp.org>
6870
6871         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6872         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6873         set PKGDATADIR to point to it.
6874
6875 2006-07-30  Bruno Haible  <bruno@clisp.org>
6876
6877         * modules/csharpexec (configure.ac): Comment out macro invocation.
6878         * modules/javaexec (configure.ac): Likewise.
6879         * modules/javacomp-script (configure.ac): Likewise.
6880
6881         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6882
6883 2006-07-30  Bruno Haible  <bruno@clisp.org>
6884
6885         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6886         linked-list.
6887
6888 2006-07-30  Bruno Haible  <bruno@clisp.org>
6889
6890         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6891
6892 2006-07-30  Bruno Haible  <bruno@clisp.org>
6893
6894         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6895         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6896         get removed.
6897
6898 2006-07-29  Bruno Haible  <bruno@clisp.org>
6899
6900         Make it possible for gnulib-tool to work with locally modified or
6901         augmented gnulib repositories.
6902         * gnulib-tool (func_usage): Document --local-dir option.
6903         (local_gnulib_dir): New variable.
6904         Handle --local-dir option.
6905         (func_lookup_file): New function.
6906         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6907         (func_get_description, func_get_filelist, func_get_description,
6908         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6909         func_get_automake_snippet, func_get_include_directive,
6910         func_get_license, func_get_maintainer): Use func_lookup_file.
6911         (func_import, func_create_testdir): Use func_lookup_file.
6912
6913 2006-07-29  Bruno Haible  <bruno@clisp.org>
6914
6915         * modules/setenv (Depends-on): Add unistd.
6916
6917 2006-07-29  Bruno Haible  <bruno@clisp.org>
6918
6919         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6920
6921 2006-07-29  Bruno Haible  <bruno@clisp.org>
6922
6923         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6924
6925 2006-07-29  Bruno Haible  <bruno@clisp.org>
6926
6927         * gnulib-tool (import, update): If there is no Makefile.am, look at
6928         aclocal.m4, instead of bailing out.
6929
6930 2006-07-29  Bruno Haible  <bruno@clisp.org>
6931
6932         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6933         Categorize the options by when they are useful.
6934
6935 2006-07-29  Bruno Haible  <bruno@clisp.org>
6936
6937         * gnulib-tool (func_usage): Document option --no-libtool.
6938         Handle option --no-libtool.
6939         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6940         for changed semantics of $libtool variable.
6941         (func_import): Likewise. If libtool is not used, show this through
6942         an option --no-libtool.
6943         (func_create_testdir): Update.
6944
6945 2006-07-29  Bruno Haible  <bruno@clisp.org>
6946
6947         * gnulib-tool (func_import): Extend error message about missing
6948         --doc-base.
6949
6950 2006-07-29  Bruno Haible  <bruno@clisp.org>
6951
6952         * gnulib-tool (func_import): Don't create the $docbase directory if
6953         there is no file to store there.
6954
6955 2006-07-29  Bruno Haible  <bruno@clisp.org>
6956
6957         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6958         relevant, look for configure.ac there, not in the current directory.
6959         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6960
6961 2006-07-29  Bruno Haible  <bruno@clisp.org>
6962
6963         * gnulib-tool (SORT): New variable.
6964         (func_usage): Undocument --assume-autoconf option.
6965         Remove --assume-autoconf option handling.
6966         (autoconf_minversion): Determine from the contents of configure.ac.
6967         (func_import): Remove autoconf_minversion handling.
6968         Suggested by Eric Blake.
6969
6970 2006-07-29  Bruno Haible  <bruno@clisp.org>
6971
6972         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6973
6974 2006-07-29  Bruno Haible  <bruno@clisp.org>
6975
6976         * config/srclist.txt (*setenv.[ch]): Remove rules.
6977
6978 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6979
6980         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6981
6982 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6983
6984         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6985         arpa/inet.h.
6986
6987 2006-07-28  Simon Josefsson  <jas@extundo.com>
6988
6989         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6990         * modules/inet_pton (Depends-on): Likewise.
6991
6992 2006-07-28  Simon Josefsson  <jas@extundo.com>
6993
6994         * m4/netinet_in_h.m4: New file.
6995
6996 2006-07-28  Simon Josefsson  <jas@extundo.com>
6997
6998         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6999         #include's.
7000
7001 2006-07-28  Simon Josefsson  <jas@extundo.com>
7002
7003         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7004         #include's.
7005
7006 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7007
7008         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7009         setgid on directories only if they set these bits.
7010         * lib/modechange.h: Remove obsolete comment about masks.
7011
7012 2006-07-28  Eric Blake  <ebb9@byu.net>
7013
7014         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7015         macro expansion.
7016
7017 2006-07-28  Bruno Haible  <bruno@clisp.org>
7018
7019         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7020
7021 2006-07-28  Bruno Haible  <bruno@clisp.org>
7022
7023         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7024
7025 2006-07-28  Bruno Haible  <bruno@clisp.org>
7026
7027         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7028         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7029         Define fallbacks.
7030         Avoids link error on FreeBSD 4.x.
7031         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7032
7033         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7034         encoding.
7035         * lib/mbswidth.c (iswcntrl): Likewise.
7036
7037 2006-07-27  Bruno Haible  <bruno@clisp.org>
7038
7039         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7040         test.
7041
7042 2006-07-27  Bruno Haible  <bruno@clisp.org>
7043
7044         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7045         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7046         defined.
7047
7048 2006-07-26  Eric Blake  <ebb9@byu.net>
7049
7050         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7051
7052 2006-07-26  Eric Blake  <ebb9@byu.net>
7053
7054         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7055         like mingw that lack mkstemp.
7056         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7057         avoid compilation warning on mingw.
7058
7059 2006-07-26  Bruno Haible  <bruno@clisp.org>
7060
7061         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7062         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7063         INT_FAST*_MIN, INTPTR_MIN.
7064
7065 2006-07-25  Bruno Haible  <bruno@clisp.org>
7066
7067         * modules/version-etc (Depends-on): Add stdarg.
7068
7069 2006-07-25  Bruno Haible  <bruno@clisp.org>
7070
7071         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7072         complex commands.
7073
7074 2006-07-25  Bruno Haible  <bruno@clisp.org>
7075
7076         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7077         defined in <stdarg.h> or config.h.
7078
7079 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7080
7081         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7082         (gl_STDIO_SAFER): Remove.
7083
7084 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7085
7086         * MODULES.html.sh (File stream based Input/Output):
7087         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7088         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7089         * modules/fopen-safer, modules/tmpfile-safer: New files.
7090         * modules/stdio-safer: Remove.
7091
7092 2006-07-24  Bruno Haible  <bruno@clisp.org>
7093
7094         * modules/tmpdir: New file.
7095         * MODULES.html.sh (File system functions): Add it.
7096
7097 2006-07-24  Bruno Haible  <bruno@clisp.org>
7098
7099         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7100         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7101
7102 2006-07-24  Bruno Haible  <bruno@clisp.org>
7103
7104         * modules/clean-temp: New file.
7105
7106 2006-07-24  Bruno Haible  <bruno@clisp.org>
7107
7108         * m4/tmpdir.m4: New file, from GNU gettext.
7109
7110 2006-07-24  Bruno Haible  <bruno@clisp.org>
7111
7112         * lib/tmpdir.h: New file, from GNU gettext.
7113         * lib/tmpdir.c: New file, from GNU gettext.
7114
7115 2006-07-24  Bruno Haible  <bruno@clisp.org>
7116
7117         * lib/clean-temp.h: New file, from GNU gettext.
7118         * lib/clean-temp.c: New file, from GNU gettext.
7119
7120 2006-07-23  Eric Blake  <ebb9@byu.net>
7121
7122         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7123         (Depends-on): Add binary-io.
7124
7125 2006-07-23  Eric Blake  <ebb9@byu.net>
7126
7127         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7128
7129 2006-07-23  Eric Blake  <ebb9@byu.net>
7130
7131         * lib/tmpfile-safer.c: New file.
7132         * lib/stdio-safer.h (fopen_safer): Add prototype.
7133         * lib/stdio--.h (tmpfile): Make safer.
7134
7135 2006-07-23  Bruno Haible  <bruno@clisp.org>
7136
7137         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7138         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7139         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7140         gl_linked_remove_at): Use it.
7141
7142 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7143         and Simon Josefsson <jas@extundo.com>
7144
7145         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7146
7147         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7148
7149 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7150
7151         * modules/close-stream: New file.
7152         * modules/closeout (Description): Make it clear that it exits
7153         with a diagnostic on error.
7154         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7155         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7156
7157 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7158
7159         * m4/close-stream.m4: New file.
7160
7161 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7162
7163         * lib/close-stream.c, lib/close-stream.h: New files.
7164
7165 2006-07-22  Bruno Haible  <bruno@clisp.org>
7166
7167         Merge from GNU gettext 0.15.
7168
7169         2006-05-01  Bruno Haible  <bruno@clisp.org>
7170
7171                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7172
7173         2006-07-22  Bruno Haible  <bruno@clisp.org>
7174
7175                 * modules/javaversion: New file.
7176                 * MODULES.html.sh (Java): Add javaversion.
7177
7178         2006-03-12  Bruno Haible  <bruno@clisp.org>
7179
7180                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7181
7182         2005-12-04  Bruno Haible  <bruno@clisp.org>
7183
7184                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7185                 (untested).
7186
7187         2006-06-21  Bruno Haible  <bruno@clisp.org>
7188
7189                 Avoid warnings from recent versions of mcs.
7190                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7191                 -o, -L, -r any more. Use options documented since mcs-1.0
7192                 instead. Similarly for -g.
7193
7194         2005-12-04  Bruno Haible  <bruno@clisp.org>
7195
7196                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7197                 .resources, not .resource.
7198
7199         2005-07-09  Bruno Haible  <bruno@clisp.org>
7200
7201                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7202                 add a .dll suffix.
7203                 Reported by Mark Junker <mjscod@gmx.de>.
7204
7205         2006-07-22  Bruno Haible  <bruno@clisp.org>
7206
7207                 * modules/gettext: Upgrade to gettext-0.15.
7208                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7209                 m4/visibility.m4.
7210                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7211
7212 2006-07-22  Bruno Haible  <bruno@clisp.org>
7213
7214         Merge from GNU gettext 0.15.
7215
7216         2006-03-25  Bruno Haible  <bruno@clisp.org>
7217
7218                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7219
7220         2006-07-21  Bruno Haible  <bruno@clisp.org>
7221
7222                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7223                 "1.1".
7224
7225         2006-05-09  Bruno Haible  <bruno@clisp.org>
7226
7227                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7228                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7229                 for the conftestver execution.
7230
7231         2006-05-01  Bruno Haible  <bruno@clisp.org>
7232
7233                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7234                 optional target-version argument. Verify that the compiler
7235                 groks source of the specified source-version, or add -source
7236                 option as necessary. Verify that the compiler produces
7237                 bytecode in the specified target-version, or add -target and
7238                 -source options as necessary. Make the result of the test
7239                 available as variable CONF_JAVAC. Also log error output in
7240                 config.log.
7241
7242         2006-03-11  Bruno Haible  <bruno@clisp.org>
7243
7244                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7245
7246         2006-05-09  Bruno Haible  <bruno@clisp.org>
7247
7248                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7249                 CLASSPATH_SEPARATOR to a semicolon.
7250
7251         2006-03-12  Bruno Haible  <bruno@clisp.org>
7252
7253                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7254                 available as variable CONF_JAVA, for subsequent autoconf
7255                 tests. Also log error output in config.log.
7256
7257         2006-07-19  Bruno Haible  <bruno@clisp.org>
7258
7259                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7260                 that getline works on glibc2 systems. Needed to avoid trouble
7261                 in relocatable.c.
7262                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7263
7264         2005-12-04  Bruno Haible  <bruno@clisp.org>
7265
7266                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7267                 launcher (untested).
7268
7269         2005-12-04  Bruno Haible  <bruno@clisp.org>
7270
7271                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7272
7273         2006-07-22  Bruno Haible  <bruno@clisp.org>
7274
7275                 * gettext.m4: Update from GNU gettext-0.15.
7276                 * nls.m4: Likewise.
7277                 * po.m4: Likewise.
7278                 * inttypes-pri.m4: Likewise.
7279                 * inttypes-h.m4: Renamed from inttypes.m4.
7280                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7281
7282 2006-07-22  Bruno Haible  <bruno@clisp.org>
7283
7284         Merge from GNU gettext 0.15.
7285
7286         2005-07-05  Bruno Haible  <bruno@clisp.org>
7287
7288                 * printf-args.c (printf_fetchargs): Work around broken
7289                 definition of wint_t on mingw.
7290
7291         2005-02-12  Bruno Haible  <bruno@clisp.org>
7292
7293                 * xallocsa.h: Add extern "C" for C++.
7294
7295         2006-05-17  Bruno Haible  <bruno@clisp.org>
7296
7297                 Cygwin portability.
7298                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7299
7300         2006-04-30  Bruno Haible  <bruno@clisp.org>
7301
7302                 * progreloc.c: Include <mach-o/dyld.h> if available.
7303                 (find_executable): Use _NSGetExecutablePath when possible.
7304
7305         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7306
7307                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7308                 function.
7309
7310         2005-12-29  Bruno Haible  <bruno@clisp.org>
7311
7312                 * progreloc.c (set_program_name_and_installdir): Fix
7313                 compilation error.
7314
7315         2005-12-04  Bruno Haible  <bruno@clisp.org>
7316
7317                 Cygwin portability.
7318                 * progreloc.c: Include <windows.h> also on Cygwin.
7319                 (find_executable): Add support for Cygwin.
7320                 (set_program_name_and_installdir): Handle also platforms with
7321                 nonempty EXEEXT.
7322
7323         2006-07-11  Bruno Haible  <bruno@clisp.org>
7324
7325                 * javacomp.c: Fix a comment.
7326                 Reported by Jim Meyering.
7327
7328         2006-04-30  Bruno Haible  <bruno@clisp.org>
7329
7330                 * javacomp.h (compile_java_class): Add source_version,
7331                 target_version arguments.
7332                 * javacomp.c: Rewritten to choose only a compiler that
7333                 respects the specified source_version and target_version.
7334
7335         2006-06-27  Bruno Haible  <bruno@clisp.org>
7336
7337                 Assume correct S_ISDIR macro.
7338                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7339
7340         2006-07-22  Bruno Haible  <bruno@clisp.org>
7341
7342                 * javaversion.h: New file, from GNU gettext.
7343                 * javaversion.c: New file, from GNU gettext.
7344                 * javaversion.java: New file, from GNU gettext.
7345                 * javaversion.class: New file, from GNU gettext.
7346
7347         2006-05-17  Bruno Haible  <bruno@clisp.org>
7348
7349                 Cygwin portability.
7350                 * javaexec.c (execute_java_class): Test for jview program
7351                 also on Cygwin.
7352
7353         2006-04-09  Bruno Haible  <bruno@clisp.org>
7354
7355                 * fatal-signal.c: Don't include string.h.
7356                 (at_fatal_signal): Use a copying loop instead of memcpy.
7357
7358         2005-12-04  Bruno Haible  <bruno@clisp.org>
7359
7360                 * csharpexec.c: Add support for 'clix' launcher (untested).
7361                 (execute_csharp_using_sscli): New function.
7362                 (execute_csharp_program): Call it.
7363
7364         2006-06-21  Bruno Haible  <bruno@clisp.org>
7365
7366                 Avoid warnings from recent versions of mcs.
7367                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7368                 -o, -L, -r any more. Use options documented since mcs-1.0
7369                 instead. Similarly for -g.
7370
7371         2005-07-09  Bruno Haible  <bruno@clisp.org>
7372
7373                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7374                 add a .dll suffix.
7375                 Reported by Mark Junker <mjscod@gmx.de>.
7376
7377         2006-06-17  Bruno Haible  <bruno@clisp.org>
7378
7379                 * config.charset: Update for NetBSD 3.0.
7380
7381         2006-05-17  Bruno Haible  <bruno@clisp.org>
7382
7383                 Cygwin portability.
7384                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7385
7386         2006-05-16  Bruno Haible  <bruno@clisp.org>
7387
7388                 * localcharset.c [CYGWIN]: Include <windows.h>.
7389                 (get_charset_aliases): For Cygwin, return the same CPxxx
7390                 aliases list as under WIN32.
7391                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7392                 the environment variables. Fall back to GetACP().
7393
7394         2006-04-05  Bruno Haible  <bruno@clisp.org>
7395
7396                 * config.charset: Update Juan Manuel Guerrero's address.
7397
7398         2005-02-12  Bruno Haible  <bruno@clisp.org>
7399
7400                 * allocsa.h: Add extern "C" for C++.
7401
7402         2005-02-10  Bruno Haible  <bruno@clisp.org>
7403
7404                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7405                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7406
7407         2006-07-22  Bruno Haible  <bruno@clisp.org>
7408
7409                 * gettext.h: Update to GNU gettext-0.15.
7410
7411 2006-07-22  Bruno Haible  <bruno@clisp.org>
7412
7413         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7414         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7415         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7416
7417 2006-07-21  Eric Blake  <ebb9@byu.net>
7418
7419         * modules/stdlib-safer: New file.
7420         * MODULES.html.sh (File stream based Input/Output): Add
7421         stdlib-safer.
7422
7423 2006-07-21  Eric Blake  <ebb9@byu.net>
7424
7425         * lib/stdlib-safer.h: New file from coreutils, required by
7426         stdlib--.h.
7427
7428 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7429
7430         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7431
7432 2006-07-20  Bruno Haible  <bruno@clisp.org>
7433
7434         * gnulib-tool: Recognize new option --assume-autoconf.
7435         (autoconf_minversion): New variable.
7436         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7437
7438 2006-07-20  Bruno Haible  <bruno@clisp.org>
7439
7440         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7441
7442 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7443
7444         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7445         Reindent and repaginate.
7446
7447 2006-07-19  Derek Price  <derek@ximbiot.com>
7448
7449         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7450         Correct grammar.
7451
7452 2006-07-17  Bruno Haible  <bruno@clisp.org>
7453
7454         * modules/list: New file.
7455         * modules/array-list: New file.
7456         * modules/carray-list, modules/carray-list-tests: New files.
7457         * modules/linked-list, modules/linked-list-tests: New files.
7458         * modules/avltree-list, modules/avltree-list-tests: New files.
7459         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7460         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7461         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7462         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7463         * modules/oset: New file.
7464         * modules/array-oset: New file.
7465         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7466         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7467         * tests/test-carray_list.c: New file.
7468         * tests/test-linked_list.c: New file.
7469         * tests/test-avltree_list.c: New file.
7470         * tests/test-rbtree_list.c: New file.
7471         * tests/test-linkedhash_list.c: New file.
7472         * tests/test-avltreehash_list.c: New file.
7473         * tests/test-rbtreehash_list.c: New file.
7474         * tests/test-avltree_oset.c: New file.
7475         * tests/test-rbtree_oset.c: New file.
7476         * MODULES.html.sh (Container data structures): New section.
7477
7478 2006-07-17  Bruno Haible  <bruno@clisp.org>
7479
7480         * m4/gl_list.m4: New file.
7481
7482 2006-07-17  Bruno Haible  <bruno@clisp.org>
7483
7484         * lib/gl_list.h: New file.
7485         * lib/gl_list.c: New file.
7486         * lib/gl_array_list.h: New file.
7487         * lib/gl_array_list.c: New file.
7488         * lib/gl_carray_list.h: New file.
7489         * lib/gl_carray_list.c: New file.
7490         * lib/gl_linked_list.h: New file.
7491         * lib/gl_linked_list.c: New file.
7492         * lib/gl_anylinked_list1.h: New file.
7493         * lib/gl_anylinked_list2.h: New file.
7494         * lib/gl_avltree_list.h: New file.
7495         * lib/gl_avltree_list.c: New file.
7496         * lib/gl_anyavltree_list1.h: New file.
7497         * lib/gl_anyavltree_list2.h: New file.
7498         * lib/gl_rbtree_list.h: New file.
7499         * lib/gl_rbtree_list.c: New file.
7500         * lib/gl_anyrbtree_list1.h: New file.
7501         * lib/gl_anyrbtree_list2.h: New file.
7502         * lib/gl_anytree_list1.h: New file.
7503         * lib/gl_anytree_list2.h: New file.
7504         * lib/gl_linkedhash_list.h: New file.
7505         * lib/gl_linkedhash_list.c: New file.
7506         * lib/gl_anyhash_list1.h: New file.
7507         * lib/gl_anyhash_list2.h: New file.
7508         * lib/gl_avltreehash_list.h: New file.
7509         * lib/gl_avltreehash_list.c: New file.
7510         * lib/gl_rbtreehash_list.h: New file.
7511         * lib/gl_rbtreehash_list.c: New file.
7512         * lib/gl_anytreehash_list1.h: New file.
7513         * lib/gl_anytreehash_list2.h: New file.
7514
7515         * lib/gl_oset.h: New file.
7516         * lib/gl_oset.c: New file.
7517         * lib/gl_array_oset.h: New file.
7518         * lib/gl_array_oset.c: New file.
7519         * lib/gl_avltree_oset.h: New file.
7520         * lib/gl_avltree_oset.c: New file.
7521         * lib/gl_rbtree_oset.h: New file.
7522         * lib/gl_rbtree_oset.c: New file.
7523         * lib/gl_anytree_oset.h: New file.
7524
7525 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7526
7527         * m4/mkancesdirs.m4: New file.
7528         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7529         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7530         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7531         it.
7532
7533 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7534
7535         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7536         * lib/mkancesdirs.h: New files.
7537         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7538         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7539         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7540         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7541         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7542         callers changed.  Revamp internals significantly, by not
7543         attempting to create directories that are temporarily more
7544         permissive than the final results.  Do not attempt to use
7545         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7546         This removes some race conditions, fixes some bugs, and simplifies
7547         things.  Use new dirchownmod function to do owner and mode changes.
7548         * lib/mkdir-p.h: Likewise.
7549         * lib/modechange.c (octal_to_mode): New function.
7550         (struct mode_change): New member mentioned.
7551         (make_node_op_equals): New arg mentioned.  All callers changed.
7552         (mode_compile): Keep track of which mode bits the user has explicitly
7553         mentioned.
7554         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7555         New arg PMODE_BITS, to keep track of which mode bits the user
7556         mentioned; it treats S_ISUID and S_ISGID speciall.
7557         All callers changed.
7558         * lib/modechange.h: Likewise.
7559
7560 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7561
7562         * MODULES.html.sh: Add mkancestors.
7563         * modules/mkancesdirs: New module.
7564         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7565         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7566         The chdir-safer and afs files are now orphans; I'll remove them
7567         unless someone speaks up.
7568         Add lib/dirchownmod.c, lib/dirchownmod.h.
7569         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7570         Add lchown, mkancesdirs.
7571         (Maintainer): Add self.
7572
7573 2006-07-15  Karl Berry  <karl@gnu.org>
7574
7575         * gnulib-tool: help message wording/arrangement.
7576
7577 2006-07-14  Simon Josefsson  <jas@extundo.com>
7578
7579         * doc/gnulib.texi (Libtool and Windows): New section.
7580
7581 2006-07-12  Simon Josefsson  <jas@extundo.com>
7582
7583         * modules/gendocs (License): Fix license, approved by Karl.
7584
7585 2006-07-12  Eric Blake  <ebb9@byu.net>
7586
7587         * MODULES.html.sh: Add gendocs.
7588
7589 2006-07-11  Eric Blake  <ebb9@byu.net>
7590
7591         * modules/fdl: New module, to install doc/fdl.texi.
7592         * MODULES.html.sh: Add new section for documentation modules.
7593         * gnulib-tool: Avoid space-tab.
7594         (--doc-base): New option, to manage files from doc.
7595
7596 2006-07-11  Eric Blake  <ebb9@byu.net>
7597
7598         * m4/absolute-header.m4: Fix comments to match recent change.
7599
7600 2006-07-11  Eric Blake  <ebb9@byu.net>
7601
7602         * gnulib-tool: List --doc-base before --tests-base.
7603
7604 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7605
7606         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7607
7608 2006-07-11  Bruno Haible  <bruno@clisp.org>
7609
7610         * README: Mention where to put documentation.
7611
7612 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7613
7614         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7615
7616 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7617
7618         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7619         to stdint.m4.
7620
7621 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7622
7623         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7624         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7625         "no/such/file/stdint.h" when there is no such file, so that
7626         the resulting C code can be parsed by dodgy compilers.
7627         Problems reported by Bob Proulx.
7628
7629 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7630
7631         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7632         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7633         macros into the GNU _D_EXACT_NAMLEN.
7634         * lib/savedir.c:  Likewise.
7635         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7636
7637 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7638         and Paul Eggert  <eggert@cs.ucla.edu>
7639
7640         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7641         * m4/savedir.m4:
7642         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7643         macros into the GNU _D_EXACT_NAMLEN.
7644
7645 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7646
7647         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7648         around the absolute name, to work around a problem with the HP-UX
7649         11.23 native C compiler, reported by Bob Proulx.
7650
7651 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7652
7653         * doc/maintain.texi, make-stds.texi: Sync from
7654         <http://savannah.gnu.org/projects/gnustandards>.
7655
7656 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7657
7658         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7659
7660 2006-07-09  Jim Meyering  <jim@meyering.net>
7661
7662         * m4/glob.m4: Remove a doubled word in a comment.
7663
7664 2006-07-09  Jim Meyering  <jim@meyering.net>
7665
7666         * lib/argp-pv.c: Remove a doubled word in a comment.
7667         * lib/check-version.c (check_version): Likewise.
7668         * lib/javacomp.c (compile_java_class): Likewise.
7669
7670 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7673         for the benefit of people using Autoconf 2.60.  If you want to
7674         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7675         (or m4/onceonly.m4, if pre-2.57) manually.
7676
7677 2006-07-08  Jim Meyering  <jim@meyering.net>
7678
7679         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7680         comment.
7681         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7682         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7683         comment.
7684
7685 2006-07-08  Jim Meyering  <jim@meyering.net>
7686
7687         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7688
7689 2006-07-07  Simon Josefsson  <jas@extundo.com>
7690
7691         * tests/test-crc.c: Change expected crc value, the test vector
7692         were probably computed using the old broken crc.c?
7693
7694 2006-07-06  Simon Josefsson  <jas@extundo.com>
7695
7696         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7697         now the canonical place for the M4 file).
7698
7699         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7700         from the sys_socket dependency now.
7701
7702         * modules/inet_pton (Files): Ditto.
7703
7704         * modules/inet_ntop (Files): Ditto.
7705
7706 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7707
7708         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7709         not gl_PREREQ_GETUSERSHELL.
7710
7711 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7712
7713         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7714         with only one argument, for Autoconf 2.60.
7715         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7716         expand to nothing, so add a shell command to avoid syntax error.
7717         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7718
7719 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7720
7721         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7722
7723 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7724
7725         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7726         no longer needed.  Check for isblank decl.
7727         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7728         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7729         of existence.
7730
7731 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7732
7733         * lib/getloadavg.c: Use __VMS, not VMS.
7734         * lib/getopt.c: Likewise.
7735         * lib/getpagesize.h: Likewise.
7736         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7737         and probably does not work.
7738
7739 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7740
7741         * lib/.cppi-disable: Add wcwidth.
7742         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7743         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7744         (ISGRAPH): Remove.  All uses changed to isgraph.
7745         (FOLD) [!defined _LIBC]: Remove special case.
7746         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7747         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7748         HAVE_ISBLANK.
7749         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7750         case.
7751
7752 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7753
7754         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7755         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7756         brackets.  Other minor changes to suppress some compiler
7757         warnings.
7758
7759 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7760         and Paul Eggert  <eggert@cs.ucla.edu>
7761
7762         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7763         of invoking obsolescent AC_HEADER_DIRENT macro.
7764         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7765         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7766         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7767         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7768         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7769         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7770         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7771         * m4/readdir.m4: Remove; no longer needed.
7772
7773 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7774         and Paul Eggert  <eggert@cs.ucla.edu>
7775
7776         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7777         Don't worry about this obsolete case any more.
7778         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7779         directories.
7780         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7781         worry about this obsolete case any more.
7782         * lib/fts.c: Likewise.
7783         * lib/getcwd.c: Likewise.
7784         * lib/glob.h: Likewise.
7785         * lib/savedir.c: Likewise.
7786
7787 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7790         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7791         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7792         needed.
7793         All uses removed.
7794         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7795         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7796         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7797         needed.
7798         * m4/getdate.m4 (gl_GETDATE): Likewise.
7799         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7800         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7801         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7802         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7803         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7804         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7805         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7806         needed.
7807
7808 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7809
7810         * lib/memcasecmp.c: Include <limits.h>.
7811         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7812         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7813         Don't assume isdigit succeeds only on '0' through '9'.
7814
7815 2006-07-05  Eric Blake  <ebb9@byu.net>
7816
7817         * modules/getaddrinfo (Depends-on): Add snprintf.
7818
7819 2006-07-05  Eric Blake  <ebb9@byu.net>
7820
7821         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7822         to avoid 'header present but could not be compiled' on cygwin.
7823
7824 2006-07-05  Eric Blake  <ebb9@byu.net>
7825
7826         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7827         missing from netdb.h.
7828         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7829
7830 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7831
7832         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7833         no longer needed.
7834         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7835         * m4/getdate.m4 (gl_GETDATE): Likewise.
7836         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7837         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7838         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7839         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7840         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7841
7842 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7843
7844         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7845         All uses of is_space replaced by isspace.
7846         * lib/exit.h: Don't talk about STDC_HEADERS.
7847         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7848         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7849         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7850         replaced by isprint etc.
7851         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7852         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7853         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7854         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7855         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7856         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7857
7858 2006-07-05  Bruno Haible  <bruno@clisp.org>
7859
7860         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7861         the function exists, before testing against AIX.
7862         Reported by Martin Lambers <marlam@marlam.de>.
7863
7864 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7865
7866         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7867         From Mark D. Baushke.
7868
7869 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7870
7871         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7872         to the absolute name, not just one, to bypass Sun C 5.8's
7873         "warning: #include of /usr/include/... may be non-portable".
7874
7875 2006-07-04  Eric Blake  <ebb9@byu.net>
7876
7877         * modules/dirname-tests: New test module.
7878         * tests/test-dirname.c: New file, replacing dirname.c
7879         TEST_DIRNAME section that was recently deleted.
7880
7881 2006-07-04  Bruno Haible  <bruno@clisp.org>
7882
7883         Assume ANSI C header files and <ctype.h> functions.
7884         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7885         (mbsnwidth): Use isprint, iscntrl instead.
7886
7887 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         Merge from coreutils.
7890         * MODULES.html.sh: Add xstrtold.
7891         * modules/xstrtold: New file.
7892         * modules/cycle-check (Files): Add lib/same-inode.h.
7893         * modules/dirname (Files): Add m4/double-slash-root.m4.
7894         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7895         * modules/mkdir-p (Files): Add lib/same-inode.h.
7896         * modules/same (Files): Add lib/same-inode.h.
7897
7898 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7901         This is to keep the terminology clean; POSIX talks about
7902         "absolute pathnames", not "full pathnames", but the GNU
7903         Coding Standards say to use "path" for something else;
7904         so use "absolute" to keep both sides happy.
7905         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7906         Set gl_absolute_header, not gl_full_header_path.
7907         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7908         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7909         All uses changed.
7910
7911         Merge from coreutils.
7912
7913         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7914
7915         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7916         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7917         want to require the building of c-strtod.o.
7918         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7919         needs -lm directly.
7920         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7921
7922         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7925         --as-needed option if available.  Problem reported by Albert Chin in
7926         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7927         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7928         cc merely issues a bunch of annoying warnings for --as-needed
7929         (this problem was reported by Bob Proulx).  Also, try linking with
7930         -lm to detect a bug in binutils 2.16 (this problem was reported
7931         by Ralf Wildenhues).
7932
7933         2006-06-18  Jim Meyering  <jim@meyering.net>
7934
7935         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7936         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7937         macro.
7938         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7939         also check for glibc-2.4's abort-inducing bug.
7940
7941         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7942         Low-probability clean-up should be to use rmdir to get rid of
7943         the just-created directory, not unlink.
7944
7945         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7946         configure fail, and request a bug report to inform us about it.
7947         Add a comment that, barring reports to the contrary, in 2007 we'll
7948         assume ftruncate is universally available.
7949
7950         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7951
7952         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7953
7954         2006-03-12  Jim Meyering  <jim@meyering.net>
7955
7956         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7957         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7958         * m4/same.m4 (gl_SAME): Likewise.
7959         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7960
7961         2006-03-11  Eric Blake  <ebb9@byu.net>
7962
7963         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7964         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7965         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7966         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7967
7968 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7969
7970         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7971         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7972         reported by Mark D. Baushke, one in
7973         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7974
7975         Merge from coreutils.
7976
7977         * lib/.cppi-disable: Add stdint_.h.
7978         * lib/.cvsignore: Add stdint.h.
7979
7980         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7981
7982         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7983         both double and long double versions.
7984         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7985         * lib/xstrtold.c: New file.
7986         * lib/xstrtod.h (xstrtold): New decl.
7987
7988         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7989
7990         * lib/filemode.c (setst): Remove.
7991         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7992         (arguably) clearer, and the generated code is a bit smaller on my
7993         Debian GNU/Linux stable x86 host.
7994
7995         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7996
7997         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7998         Assume that filemode.h includes sys/types.h and sys/stat.h.
7999         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8000         (ftypelet): Reorder to put common cases first, for efficiency.
8001         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8002         to do 'M'.
8003         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8004         of 10, for compatibility with FreeBSD.  All callers changed.
8005         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8006         types that can't be deduced solely from st_mode.  First arg is now a
8007         const pointer.
8008         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8009         (strmode): Renamed from mode_string.
8010         (filemodestring): New decl.
8011         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8012         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8013         needed.
8014         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8015
8016         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8017
8018         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8019         fsusage.h now does that.  Include fsusage.h first, to test interface.
8020         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8021         at most one method (the old code could have generated decls that
8022         didn't conform to C89, not that this was ever exercised).
8023         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8024
8025         2006-03-19  Jim Meyering  <jim@meyering.net>
8026
8027         Work even in a chroot where d_ino values for entries in "/"
8028         don't match the stat.st_ino values for the same names.
8029         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8030         number, iterate through all entries again, using lstat instead.
8031         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8032         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8033
8034         * lib/getcwd.c (__getcwd): Clarify a comment.
8035         Use memcpy in place of a call to strcpy.
8036
8037         2006-03-12  Jim Meyering  <jim@meyering.net>
8038
8039         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8040         matches that of the current directory (which we're about to chdir ".."
8041         out of), then save the dev-ino of the parent, instead.
8042
8043         * lib/same-inode.h (SAME_INODE): New file/macro.
8044         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8045         Include "same-inode.h", instead.
8046         * lib/same.c: Likewise.
8047         * lib/cycle-check.h: Include "same-inode.h".
8048         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8049         * lib/cycle-check.c (SAME_INODE): Remove definition.
8050         * lib/root-dev-ino.h: Include "same-inode.h".
8051
8052         2006-03-11  Eric Blake  <ebb9@byu.net>
8053
8054         * lib/same.c (same_name): s/base_name/last_component/
8055         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8056         * lib/filenamecat.c (file_name_concat): Likewise.
8057
8058         2006-03-11  Eric Blake  <ebb9@byu.net>,
8059                     Paul Eggert  <eggert@cs.ucla.edu>
8060
8061         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8062         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8063         drive prefix.
8064         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8065         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8066         (last_component): New method.
8067         * lib/dirname.c (dir_len): Determine when drive letters need a
8068         subsequent slash.  Preserve // when it is special.
8069         (dir_name): Don't append dot when drive letter is absolute.
8070         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8071         * lib/basename.c (base_name): New semantics - malloc the result.
8072         Preserve // when it is special.  Preserve relative files that look
8073         like drive letters.
8074         (base_len): Preserve // when it is special.
8075         (last_component): New method, similar to old base_name semantics.
8076         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8077         base_name.  Strip redundant slashes from ///.
8078
8079 2006-07-03  Jim Meyering  <jim@meyering.net>
8080
8081         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8082         macro is used before the first cycle_check call.
8083
8084 2006-07-03  Eric Blake  <ebb9@byu.net>
8085
8086         * modules/dirname (Depends-on): Add xstrndup.
8087
8088 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8089
8090         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8091         test cases, so that config.log is a bit easier to follow.
8092
8093 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8094
8095         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8096         both are 64 bits, since this seems to be the tradition, and this
8097         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8098         we ever run into a host that prefers long long to long in this
8099         case, we'll need another configure-time test.  Problem reported by
8100         Jim Meyering.
8101
8102 2006-07-02  Eric Blake  <ebb9@byu.net>
8103
8104         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8105
8106 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8107
8108         * modules/inttypes (Depends-on): No longer depends on stdint.
8109         * modules/stdint (Description): Say more about assumptions.
8110         Say that the fast types might differ.  Say macros are used.
8111         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8112         (Makefile.am): Revise list of substituted symbols to match
8113         new stdint.m4.
8114         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8115         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8116         * tests/test-stdint.c (verify_same_types)
8117         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8118         the code conforms to C99/C89.
8119         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8120         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8121
8122 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8123
8124         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8125         but fix a bug, by requiring at least 64 bits.
8126         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8127         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8128         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8129         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8130
8131         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8132         changes.  Make 2.59 a prerequisite.  Check and substitute for
8133         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8134         inttypes.h.  Do not use special include files; just use the
8135         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8136         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8137         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8138         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8139         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8140         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8141         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8142         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8143         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8144         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8145         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8146         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8147         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8148         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8149         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8150         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8151         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8152         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8153         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8154         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8155         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8156         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8157         not check for things that C99 does not require, e.g., int8_t.  If
8158         a test isn't needed unless <stdint.h> isn't working, and is
8159         unlikely to be needed for any other reason, then don't do it
8160         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8161         size_t, since we assume C89 freestanding at least.  Do not check
8162         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8163         the right thing even if the types are not defined.  Instead use:
8164         (gl_STDINT_TYPE_PROPERTIES): New macro.
8165         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8166         testing whether <sys/types.h> clashes, as Autoconf does this for
8167         us now.  All uses removed.
8168         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8169         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8170         (gl_CHECK_TYPE_SAME):
8171         Remove; no longer needed.
8172         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8173         exists, since we'll return 0 anyway in that case.
8174         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8175
8176 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8177
8178         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8179         possible collision with system files.
8180         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8181         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8182         WCHAR_MIN and WCHAR_MAX in this case.
8183         (<stddef.h>): Do not include; no longer needed.
8184         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8185         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8186         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8187         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8188         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8189         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8190         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8191         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8192         !defined(__c99))]: Include in this case too, since it's harmless
8193         now.
8194         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8195         dangerous to do so.
8196         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8197         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8198         (_STDINT_MIN, _STDINT_MAX): New macros.
8199         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8200         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8201         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8202         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8203         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8204         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8205         macros, not typedefs; this simplifies things quite a bit.
8206         Use long int for all types narrower than int64_t.
8207         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8208         Define in terms of long long int or int64_t or long int,
8209         not int64_t or int32_t.  This saves some compile-time testing.
8210         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8211         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8212         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8213         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8214         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8215         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8216         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8217         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8218         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8219         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8220         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8221         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8222         undef any previous version and define our own version, for
8223         simplicity and consistency with the new macros for types.
8224         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8225         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8226         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8227         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8228         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8229         @WINT_T_SUFFIX@ to keep things simple here.
8230         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8231         Simplify by assuming typical 8/16/32/64 host, since we're
8232         already doing that elsewhere anyway.
8233         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8234         and assume long long int is 64 bits if available.  This
8235         speeds up 'configure'.
8236
8237 2006-07-01  Eric Blake  <ebb9@byu.net>
8238
8239         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8240         Reported by Andreas Buening.
8241
8242 2006-07-01  Eric Blake  <ebb9@byu.net>
8243
8244         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8245
8246 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8247
8248         * lib/getaddrinfo.c: fixed typo
8249
8250 2006-06-29  Jim Meyering  <jim@meyering.net>
8251
8252         * modules/strftime (Maintainer): Add my name, since with the
8253         FPRINTFTIME changes strftime.c has forked from glibc.
8254
8255 2006-06-29  Eric Blake  <ebb9@byu.net>
8256
8257         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8258
8259 2006-06-29  Eric Blake  <ebb9@byu.net>
8260
8261         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8262
8263 2006-06-29  Eric Blake  <ebb9@byu.net>
8264
8265         * lib/stat_.h: New file.
8266
8267 2006-06-29  Eric Blake  <ebb9@byu.net>
8268
8269         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8270         unused static function.
8271
8272 2006-06-29  Eric Blake  <ebb9@byu.net>
8273
8274         * doc/functions.texi (Function Portability): Document missing lstat
8275         on mingw.
8276
8277 2006-06-29  Eric Blake  <ebb9@byu.net>
8278
8279         * MODULES.html.sh: Add sys_stat.
8280         * modules/sys_stat: New module.
8281         * modules/mkstemp (Depends-on): Add sys_stat.
8282
8283 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8284
8285         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8286
8287 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8288
8289         * m4/c-bs-a.m4: Removed.
8290
8291 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8292
8293         * lib/strftime.c: Assume strftime() exists.
8294
8295 2006-06-29  Derek Price  <derek@ximbiot.com>
8296
8297         * modules/c-bs-a: Removed - \a is C89.
8298         * MODULES.html.sh: Remove c-bs-a.
8299
8300 2006-06-29  Bruno Haible  <bruno@clisp.org>
8301
8302         * modules/wcwidth (License): Change to LGPL.
8303
8304 2006-06-28  Simon Josefsson  <jas@extundo.com>
8305
8306         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8307         on _WIN32.
8308
8309         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8310         getnameinfo.
8311
8312 2006-06-28  Simon Josefsson  <jas@extundo.com>
8313
8314         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8315
8316 2006-06-28  Simon Josefsson  <jas@extundo.com>
8317
8318         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8319         functions there.  It will succeed on Windows XP, but on Windows
8320         2000 and (presumably) earlier, it will fail, and use the internal
8321         re-implementation.
8322         (use_win32_p): New function.
8323         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8324         Support AI_NUMERICSERV to disable getservbyname.
8325         (getnameinfo): New function, only supports
8326         NI_NUMERICHOST|NI_NUMERICSERV for now.
8327
8328         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8329         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8330         getnameinfo.
8331
8332 2006-06-28  Eric Blake  <ebb9@byu.net>
8333
8334         * modules/wcwidth: New file.
8335         * modules/mbchar (Depends-on): Add wcwidth.
8336         * modules/mbswidth (Depends-on): Add wcwidth.
8337         * MODULES.html.sh: Add wcwidth.
8338
8339 2006-06-28  Eric Blake  <ebb9@byu.net>
8340
8341         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8342         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8343
8344 2006-06-28  Eric Blake  <ebb9@byu.net>
8345
8346         * lib/xvasprintf.h: Fix comments.
8347
8348 2006-06-28  Eric Blake  <ebb9@byu.net>
8349
8350         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8351         * lib/mbswidth.c (wcwidth): Move from here...
8352         * lib/wcwidth.h: ...to this new file.
8353
8354 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8355
8356         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8357
8358         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8359         it's obsolete.
8360         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8361
8362 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8363
8364         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8365         Autoconf 2.60 says this stuff was obsolete.
8366
8367 2006-06-28  Bruno Haible  <bruno@clisp.org>
8368
8369         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8370
8371 2006-06-28  Bruno Haible  <bruno@clisp.org>
8372
8373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8374         gt_TYPE_WCHAR_T.
8375
8376 2006-06-28  Bruno Haible  <bruno@clisp.org>
8377
8378         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8379         declaration for wcwidth.
8380         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8381
8382 2006-06-28  Bruno Haible  <bruno@clisp.org>
8383
8384         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8385         (mkdir): Define using _mkdir.
8386
8387 2006-06-28  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/getaddrinfo.h: Fix POSIX URL.
8390         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8391         _WIN32.
8392         (use_win32_p): Make static.
8393         (getaddrinfo): Reject service name if it is empty or does not consist
8394         solely of decimal digits, or if its value is > 65535.
8395         (getnameinfo): Remove useless casts.
8396
8397 2006-06-27  Simon Josefsson  <jas@extundo.com>
8398
8399         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8400         Eggert and Martin Lambers.
8401
8402 2006-06-27  Simon Josefsson  <jas@extundo.com>
8403
8404         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8405         Eggert and Martin Lambers.
8406
8407 2006-06-27  Bruno Haible  <bruno@clisp.org>
8408
8409         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8410         result to 0, not to empty.
8411         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8412
8413 2006-06-27  Bruno Haible  <bruno@clisp.org>
8414
8415         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8416
8417 2006-06-26  Simon Josefsson  <jas@extundo.com>
8418
8419         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8420         present.
8421
8422 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8425         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8426         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8427
8428 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8429
8430         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8431
8432 2006-06-26  Bruno Haible  <bruno@clisp.org>
8433
8434         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8435
8436 2006-06-26  Bruno Haible  <bruno@clisp.org>
8437
8438         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8439
8440 2006-06-26  Bruno Haible  <bruno@clisp.org>
8441
8442         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8443         SGI C compiler in pre-C99 mode.
8444         Suggested by Mark D. Baushke and Larry Jones.
8445
8446 2006-06-26  Bruno Haible  <bruno@clisp.org>
8447
8448         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8449         WCHAR_MAX.
8450         Reported by Mark D. Baushke and Larry Jones.
8451
8452 2006-06-26  Bruno Haible  <bruno@clisp.org>
8453
8454         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8455         in pre-C99 mode.
8456         Suggested by Mark D. Baushke and Larry Jones.
8457
8458 2006-06-23  Simon Josefsson  <jas@extundo.com>
8459             Bruno Haible  <bruno@clisp.org>
8460
8461         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8462         Emit mostlyclean-local rule.
8463         (func_emit_tests_Makefile_am): Likewise.
8464         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8465
8466 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8467
8468         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8469
8470 2006-06-23  Bruno Haible  <bruno@clisp.org>
8471
8472         * tests/test-stdint.c: Update to match ISO C 99 Technical
8473         Corrigendum 1.
8474
8475 2006-06-23  Bruno Haible  <bruno@clisp.org>
8476
8477         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8478
8479 2006-06-23  Bruno Haible  <bruno@clisp.org>
8480
8481         * lib/stdint_.h: Treat IRIX like OpenBSD.
8482
8483 2006-06-23  Bruno Haible  <bruno@clisp.org>
8484
8485         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8486         ISO C 99 Technical Corrigendum 1.
8487
8488 2006-06-22  Simon Josefsson  <jas@extundo.com>
8489
8490         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8491         MinGW.
8492
8493 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8494
8495         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8496         needed.  Some compiler complained about some of them.  Problem reported
8497         by Larry Jones in
8498         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8499
8500 2006-06-21  Simon Josefsson  <jas@extundo.com>
8501
8502         * tests/test-getaddrinfo.c: New file.
8503
8504         * modules/getaddrinfo-tests: New file.
8505
8506         * MODULES.html.sh: Add inet_pton.
8507
8508         * modules/inet_pton: New file.
8509
8510 2006-06-21  Simon Josefsson  <jas@extundo.com>
8511
8512         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8513         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8514         of using the (limited) gnulib implementation on Windows XP.
8515
8516         * m4/inet_pton.m4: New file.
8517
8518 2006-06-21  Simon Josefsson  <jas@extundo.com>
8519
8520         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8521         variable.
8522
8523         * lib/socket_.h: Don't define WINVER.
8524
8525         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8526         slightly modified to work in gnulib.
8527
8528 2006-06-21  Simon Josefsson  <jas@extundo.com>
8529
8530         * doc/gnulib.texi (Windows sockets): Add.
8531
8532 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8533
8534         * lib/read-file.c (fread_file): Start with buffer allocation of
8535         0 bytes rather than 1 byte; this simplifies the code.
8536         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8537         code to free buffer and save/restore errno.
8538         (internal_read_file): Remove unused local.
8539
8540 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8543         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8544         Problem reported by Denis Excoffier in
8545         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8546
8547 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8548
8549         * modules/sys_socket, modules/socklen: Include sys/types since
8550         FreeBSD 4.x's sys/socket.h needs it.
8551
8552 2006-06-19  Simon Josefsson  <jas@extundo.com>
8553
8554         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8555
8556 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8557
8558         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8559
8560 2006-06-19  Bruno Haible  <bruno@clisp.org>
8561
8562         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8563         and FULL_PATH_INTTYPES_H in angle brackets.
8564         Reported by Mark D. Baushke <mdb@gnu.org>.
8565
8566 2006-06-17  Eric Blake  <ebb9@byu.net>
8567
8568         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8569         errno.
8570
8571 2006-06-17  Bruno Haible  <bruno@clisp.org>
8572
8573         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8574         <sys/inttypes.h>.
8575
8576 2006-06-17  Bruno Haible  <bruno@clisp.org>
8577
8578         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8579         whether errno is declared. Assume <errno.h> declares errno.
8580
8581 2006-06-17  Bruno Haible  <bruno@clisp.org>
8582
8583         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8584
8585 2006-06-17  Bruno Haible  <bruno@clisp.org>
8586
8587         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8588         problem on Solaris 2.5.1.
8589
8590 2006-06-16  Eric Blake  <ebb9@byu.net>
8591
8592         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8593         * lib/unicodeio.c [!defined errno]: Likewise.
8594         * lib/strtol.c [!defined errno]: Likewise.
8595         * lib/strtod.c [!defined errno]: Likewise.
8596
8597 2006-06-15  Eric Blake  <ebb9@byu.net>
8598
8599         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8600
8601 2006-06-15  Eric Blake  <ebb9@byu.net>
8602
8603         * config/srclist.txt (ssize_t.m4): Lose sync.
8604
8605 2006-06-15  Bruno Haible  <bruno@clisp.org>
8606
8607         * modules/stdint (Files): Include m4/full-header-path.m4,
8608         m4/size_max.m4, m4/wchar_t.m4.
8609         (Makefile.am): Many more substitutions.
8610         * modules/stdint-tests: New file.
8611         * tests/test-stdint.c: New file.
8612
8613 2006-06-15  Bruno Haible  <bruno@clisp.org>
8614
8615         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8616         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8617         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8618         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8619         gl_CHECK_TYPE_SAME): New macros.
8620
8621 2006-06-15  Bruno Haible  <bruno@clisp.org>
8622
8623         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8624
8625 2006-06-15  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/stdint_.h: Rewritten to be fully auto-configured.
8628         Fixes bug on HP-UX/IA64.
8629
8630 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         * lib/getdate.y (__attribute__): Don't define if already defined.
8633         Problem reported by Larry Jones.
8634         * lib/utimens.c (__attribute__): Likewise.
8635
8636 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8637
8638         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8639         reported by Andreas Schwab.
8640
8641 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8642             Bruno Haible  <bruno@clisp.org>
8643
8644         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8645         check for the declaration of strnlen and a run test that exposes the
8646         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8647         rpl_strndup.
8648
8649 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8650             Bruno Haible  <bruno@clisp.org>
8651
8652         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8653
8654 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8655
8656         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8657         compile test, for Tru64 4.0D.
8658
8659 2006-05-28  Karl Berry  <karl@gnu.org>
8660
8661         * config/srclist.txt (printf-args.c): lose sync.
8662
8663 2006-05-26  Martin Lambers  <marlam@marlam.de>
8664
8665         * lib/getpass.c: Updates the test for the native W32 API, and adds
8666         missing includes, thus fixing compilation warnings.
8667
8668 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8669
8670         * lib/exclude.c (exclude_fnmatch): New function.
8671         (excluded_file_name): Call exclude_fnmatch.
8672         * lib/exclude.h (excluded_file_name): New prototype
8673
8674 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8675
8676         * lib/tempname.c (small_open, large_open): New macros.
8677         (__open, __open64) [!_LIBC]: Remove.
8678         (__gen_tempname): Use small_open and large_open instead of __open
8679         and __open64.  This fixes a portability bug on HP-UX 11.11i
8680         reported by Simon Wing-Tang in
8681         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8682
8683 2006-05-24  Bruno Haible  <bruno@clisp.org>
8684
8685         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8686         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8687         Reported by Thorsten Maerz <torte@netztorte.de> via
8688         Aaron Stone <aaron@serendipity.cx>.
8689
8690 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8691
8692         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8693         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8694         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8695         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8696         not really conditional on the cache.
8697         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8698
8699 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8700
8701         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8702         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8703         (my_usleep): Don't mishandle maximum value.
8704
8705 2006-05-19  Jim Meyering  <jim@meyering.net>
8706
8707         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8708
8709 2006-05-17  Bruno Haible  <bruno@clisp.org>
8710
8711         Cygwin portability.
8712         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8713
8714 2006-05-17  Bruno Haible  <bruno@clisp.org>
8715
8716         * lib/stdint_.h: Fix recognition of Cygwin.
8717
8718 2006-05-15  Bruno Haible  <bruno@clisp.org>
8719
8720         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8721         on libtool patch by Ralf Wildenhues.
8722
8723 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8724
8725         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8726         test for C99 conformance; (bool) 0.5 is an integer constant
8727         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8728         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8729
8730 2006-05-11  Simon Josefsson  <jas@extundo.com>
8731
8732         * m4/xvasprintf.m4: Fix obvious typo.
8733
8734 2006-05-11  Jim Meyering  <jim@meyering.net>
8735
8736         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8737         James Lemley.
8738
8739 2006-05-10  Simon Josefsson  <jas@extundo.com>
8740
8741         * lib/md4.c: Typo fix, update copyright years.
8742         (K1, K2): Don't use L because it turn computations into 64-bit on
8743         64-bit platforms.
8744
8745 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8746
8747         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8748         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8749         unwanted sign propagation, e.g., on hosts with 64-bit int.
8750         There still are some problems with reeelly weird theoretical hosts
8751         (e.g., 33-bit int) but it's not worth worrying about now.
8752         * lib/sha1.c (rol): Likewise.
8753         (K1, K2, K3, K4): Remove unnecessary L suffix.
8754
8755 2006-05-10  Bruno Haible  <bruno@clisp.org>
8756
8757         * lib/des.c: Cast to avoid warnings.
8758
8759 2006-05-09  Bruno Haible  <bruno@clisp.org>
8760
8761         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8762         (Depends-on): Depend also on xsize, stdarg.
8763         (configure.ac): Add gl_XVASPRINTF.
8764
8765 2006-05-09  Bruno Haible  <bruno@clisp.org>
8766
8767         * m4/xvasprintf.m4: New file.
8768
8769 2006-05-09  Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8772         (EOVERFLOW): Define fallback value.
8773         (xstrcat): New function.
8774         (xvasprintf): Recognize the special case of a string concatenation.
8775
8776 2006-05-08  Eric Blake  <ebb9@byu.net>
8777
8778         * gnulib-tool (func_version): Base copyright year on CVS date.
8779         (func_emit_copyright_notice): New function.
8780         (func_emit_lib_Makefile_am): Use it.
8781         (func_emit_tests_Makefile_am): Likewise.
8782         (func_import): Likewise.
8783
8784 2006-05-08  Bruno Haible  <bruno@clisp.org>
8785
8786         * modules/stdarg: New file.
8787         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8788
8789 2006-05-08  Bruno Haible  <bruno@clisp.org>
8790
8791         * m4/stdarg.m4: New file, from GNU gettext.
8792
8793 2006-05-08  Bruno Haible  <bruno@clisp.org>
8794
8795         * config/srclist.txt (build-aux/config.rpath): different from latest
8796         release.
8797
8798 2006-05-08  Bruno Haible  <bruno@clisp.org>
8799
8800         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8801
8802 2006-05-05  Jim Meyering  <jim@meyering.net>
8803
8804         * m4/warning.m4: New file, derived from bison's file by the same name.
8805
8806 2006-05-03  Bruno Haible  <bruno@clisp.org>
8807
8808         * lib/stdint_.h: Shorter URL.
8809         * lib/inttypes.h: Likewise.
8810
8811 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8812
8813         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8814
8815 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         * lib/verify.h: Document the internals better.  Most of this change
8818         was written by Bruno Haible.
8819
8820 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8821
8822         * doc/verify.texi: New file, partly based on a proposal by
8823         Bruno Haible.
8824
8825 2006-05-02  Bruno Haible  <bruno@clisp.org>
8826
8827         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8828         test from here...
8829         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8830
8831 2006-04-29  Bruno Haible  <bruno@clisp.org>
8832
8833         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8834         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8835
8836 2006-04-29  Bruno Haible  <bruno@clisp.org>
8837
8838         * gnulib-tool: Make --update option actually work.
8839
8840 2006-04-29  Bruno Haible  <bruno@clisp.org>
8841
8842         * doc/gcd.texi: New file.
8843         * doc/gnulib.texi: Include it.
8844
8845 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8846
8847         * lib/getdate.y (get_date): When adding relative date, start with the
8848         initial time, not with the result of the first mktime call.
8849
8850 2006-04-25  Bruno Haible  <bruno@clisp.org>
8851
8852         * gnulib-tool (func_import): Output the include directives in three
8853         blocks, sorted separately.
8854         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8855
8856 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8857
8858         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8859         to define main with arguments, for C++.  Reported by Eric Blake.
8860         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8861         Prefer 'int main ()' to 'int main (void)', for C++.
8862         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8863         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8864         for 'main', for C99 and C++.
8865
8866 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8867
8868         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8869         Don't assume that exit status -1 is valid.
8870         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8871         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8872         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8873         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8874         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8875         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8876         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8877         functions can be used without declaring them, or that you can
8878         exit with status -1.
8879         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8880
8881 2006-04-24  Karl Berry  <karl@gnu.org>
8882
8883         * config/srclist.txt (longdouble.m4): sync lost.
8884
8885 2006-04-24  Eric Blake  <ebb9@byu.net>
8886
8887         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8888
8889 2006-04-24  Bruno Haible  <bruno@clisp.org>
8890
8891         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8892         poll() implementation in AIX.
8893         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8894
8895 2006-04-24  Bruno Haible  <bruno@clisp.org>
8896
8897         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8898         assigned exactly once.
8899
8900 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8901             Bruno Haible  <bruno@clisp.org>
8902
8903         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8904         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8905         for AM_CPPFLAGS.
8906
8907 2006-04-23  Bruno Haible  <bruno@clisp.org>
8908
8909         * modules/copy-file: Depend on unistd.
8910         * modules/execute: Likewise.
8911         * modules/fatal-signal: Likewise.
8912         * modules/findprog: Likewise.
8913         * modules/mkdtemp : Likewise.
8914         * modules/pipe: Likewise.
8915         * modules/wait-process: Likewise.
8916
8917 2006-04-23  Bruno Haible  <bruno@clisp.org>
8918
8919         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8920         condition was already detected.
8921         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8922
8923 2006-04-23  Bruno Haible  <bruno@clisp.org>
8924
8925         * lib/copy-file.c: Include <unistd.h> unconditionally.
8926         * lib/execute.c: Likewise.
8927         * lib/fatal-signal.c: Likewise.
8928         * lib/findprog.c: Likewise.
8929         * lib/mkdtemp.c: Likewise.
8930         * lib/pipe.h: Likewise.
8931         * lib/pipe.c: Likewise.
8932         * lib/wait-process.h: Likewise.
8933
8934 2006-04-23  Bruno Haible  <bruno@clisp.org>
8935
8936         * gnulib-tool (func_usage): Fix --import description. Document
8937         --update.
8938         (func_import): Create temporary file in a temporary directory, if
8939         --dry-run is specified. Silence errors from 'grep' when there are no
8940         m4 files in $m4dir.
8941         (func_create_testdir): Silence errors from 'grep' when there are no
8942         m4 files in $m4dir.
8943         Reported by Karl Berry <karl@freefriends.org>.
8944
8945 2006-04-20  Bruno Haible  <bruno@clisp.org>
8946
8947         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8948         one argument, so that the code will be portable to Autoconf 2.60.
8949         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8950         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8951         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8952
8953 2006-04-19  Derek Price  <derek@ximbiot.com>
8954             Eric Blake  <ebb9@byu.net>
8955
8956         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8957         rather than "/full/path.h".  Update comment to match.  Shorten &
8958         generalize m4_translit call via AS_TR_CPP.
8959
8960 2006-04-19  Derek Price  <derek@ximbiot.com>
8961             Eric Blake  <ebb9@byu.net>
8962
8963         * lib/inttypes.h: Correct grammar in comment.
8964
8965 2006-04-18  Derek Price  <derek@ximbiot.com>
8966             Paul Eggert  <eggert@cs.ucla.edu>
8967
8968         * modules/inttypes: New file.
8969         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8970
8971 2006-04-18  Derek Price  <derek@ximbiot.com>
8972             Paul Eggert  <eggert@cs.ucla.edu>
8973
8974         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8975         New files.
8976
8977 2006-04-18  Derek Price  <derek@ximbiot.com>
8978             Paul Eggert  <eggert@cs.ucla.edu>
8979
8980         * lib/inttypes.h: New file.
8981         * lib/strtoimax.c: Assume <inttypes.h>.
8982
8983 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8984
8985         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8986         isn't mounted.  Problem reported by Kir Kolyshkin.
8987
8988 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8989
8990         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8991         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8992         Derek R. Price.
8993         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8994         implementation.
8995
8996 2006-04-12  Eric Blake  <ebb9@byu.net>
8997
8998         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8999         is now done automatically by the corresponding Autoconf macro.
9000
9001 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9002
9003         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9004         time_r.h.
9005
9006 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9007
9008         Merge regex changes from libc, removing some of our
9009         POSIX-conformance changes that were rejected and redoing them in a
9010         less-intrusive way.
9011
9012         * lib/regcomp.c (re_compile_internal, init_dfa):
9013         Length arg is now size_t, not Idx.  All uses changed.
9014         (peek_token): Forward decl now says internal_function.
9015         (__re_error_msgid, __re_error_msgid_idx):
9016         Now static rather than extern with attribute_hidden.
9017         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9018         For some reason libc prefers K&R style defns for external functions.
9019         (regerror) [!defined _LIBC]: Likewise.
9020         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9021         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9022         (build_range_exp, build_collating_symbol):
9023         Use K&R-style defn.
9024         (re_compile_fastmap): Use '\0' to memset, not 0.
9025         (utf8_sb_map): Make the calculations more obvious.
9026         (init_dfa, parse_bracket_exp, build_charclass_op):
9027         Call calloc and cast result, as glibc does.
9028         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9029         (build_range_exp, build_collating_symbol):
9030         Now internal functions.
9031
9032         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9033
9034         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9035         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9036         Don't depend on VMS; depend on __VMS instead, for POSIX
9037         namespace cleanness.
9038         (regoff_t): Define to ssize_t, not long int.
9039
9040         Remove the REG_ macros named below.  Instead, make the old names
9041         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9042         __USE_GNU_REGEX.
9043         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9044         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9045         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9046         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9047         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9048         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9049         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9050         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9051         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9052         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9053         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9054         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9055         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9056         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9057         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9058         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9059         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9060         (REG_NREGS):
9061         Remove.  All uses replaced by the old RE_* names.
9062         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9063         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9064         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9065         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9066         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9067         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9068         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9069         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9070         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9071         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9072         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9073         Don't bother having these macros be independent of each others'
9074         values, since they no longer exist in the POSIX name space.
9075
9076         Rename the following member names back to their old names,
9077         unless !__USE_GNU_REGEX.  All uses changed back.
9078         (buffer): Renamed from re_buffer.
9079         (allocated): Renamed from re_allocated.
9080         (used): Renamed from re_used.
9081         (syntax): Renamed from re_syntax.
9082         (fastmap): Renamed from re_fastmap.
9083         (translate): Renamed from re_translate.
9084         (can_be_null): Renamed from re_can_be_null.
9085         (regs_allocated): Renamed from re_regs_allocated.
9086         (fastmap_accurate): Renamed from re_fastmap_accurate.
9087         (no_sub): Renamed from re_no_sub.
9088         (not_bol): Renamed from re_not_bol.
9089         (not_eol): Renamed from re_not_eol.
9090         (newline_anchor): Renamed from re_newline_anchor.
9091         (num_regs): Renamed from rm_num_regs.
9092         (start): Renamed from rm_start.
9093         (end): Renamed from rm_end.
9094
9095         (free_state): Move up a bit.
9096
9097         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9098         #define to be empty.
9099         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9100         when that is what is intended.
9101         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9102         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9103         (MAX): New macro.
9104         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9105         All uses changed back to re_malloc, etc.  It's now the caller's
9106         responsibility to check for overflow; all callers changed.
9107         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9108         (re_x2nrealloc): Remove.
9109         (free_state): Remove decl.
9110
9111         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9112         (re_set_registers, re_exec):
9113         Use K&R-style defn.
9114
9115         2006-01-31  Roland McGrath  <roland@redhat.com>
9116
9117         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9118         Reported by Mike Frysinger <vapier@gentoo.org>.
9119
9120         2006-01-15  Andreas Jaeger  <aj@suse.de>
9121
9122         [BZ #1950]
9123         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9124         build_wcs_upper_buffer change.
9125         (build_wcs_upper_buffer): Change return type.
9126
9127         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9128
9129         * lib/regex_internal.h: Include <stdint.h> if available.
9130
9131         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9132
9133         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9134
9135         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9136
9137         * lib/regcomp.c: Adjust for changed secondary hash function.
9138
9139         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9140
9141         * lib/regex.h: Pretty printing.
9142         Clean up namespace a bit.
9143
9144         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9145
9146         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9147         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9148
9149         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9150                     Ulrich Drepper  <drepper@redhat.com>
9151
9152         [BZ #1302]
9153         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9154         changed.
9155         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9156
9157         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9158
9159         [BZ #281]
9160         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9161         * lib/regcomp.c: Remove unnecessary uses of
9162         unsigned RE_TRANSLATE_TYPE.
9163         * lib/regex_internal.h: Likewise.
9164         * lib/regex_internal.c: Likewise.
9165         * lib/regexec.c: Likewise.
9166         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9167
9168         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9169
9170         * lib/regexec.c (find_recover_state): Remove unnecessary
9171         initialization.
9172         (transit_state_bkref): Make DFA a const pointer.
9173         (get_subexp): Likewise.
9174         (check_arrival): Likewise.
9175         (update_cur_sifted_state): Likewise.
9176         (re_search_internal): Likewise.
9177         (prune_impossible_nodes): Likewise.
9178         (acquire_init_state_context): Likewise.
9179         (proceed_next_node): Likewise.
9180         (set_regs): Likewise.
9181         (free_fail_stack_return): Likewise.
9182         (check_arrival_expand_ecl): Mark DFA parameter as const.
9183         (check_arrival_expand_ecl_sub): Likewise.
9184         (check_subexp_limits): Likewise.
9185         (sub_epsilon_src_nodes):  Likewise.
9186         (add_epsilon_src_nodes):  Likewise.
9187         (merge_state_array): Likewise.
9188         (update_regs): Likewise.
9189         (build_trtable): Likewise.
9190         (sift_states_backward): Mark MCTX parameter as const.
9191         (build_sifted_states): Likewise.
9192         (update_cur_sifted_state): Likewise.
9193         (sift_states_mkref): Likewise.
9194         (check_arrival_expand_ecl): Mark eclosure as const.
9195         (check_dst_limits_calc_pos_1): Likewise.
9196         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9197         pointer.
9198
9199         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9200
9201         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9202         (transit_state_sb): Likewise.
9203         (transit_state_mb): Likewise.
9204         (sift_states_iter_mb): Likewise.
9205         (check_arrival_add_next_nodes): Likewise.
9206         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9207         [_LIBC] (re_search_2_stub): Use mempcpy.
9208
9209         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9210         mbrtowc for very simple UTF-8 case.
9211
9212         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9213         a pointer-to-const.
9214         (re_acquire_state_context): Likewise.
9215         * lib/regex_internal.h: Adjust prototypes.
9216
9217         * lib/regex.c: Prevent using C++ compilers.
9218
9219         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9220         (re_acquire_state_context): Likewise.
9221
9222 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9223
9224         * modules/regex (Depends-on): Add ssize_t.
9225
9226 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9227
9228         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9229         translation table.
9230
9231 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9234
9235 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9236             Bruno Haible  <bruno@clisp.org>
9237
9238         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9239         <sys/types.h> and <inttypes.h>.
9240
9241 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9242
9243         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9244         `__error_t_defined', so argp.h will not typedef the former.
9245
9246 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9247
9248         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9249         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9250         glibc names.  Even if glibc is changed to conform to POSIX, the
9251         traditional names will be available anyway, since regex depends on
9252         the extensions module.  Also, fix a longstanding typo in the
9253         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9254         reported by Emanuele Giaquinta.  Also, change sense of cached
9255         variable, so that the message makes sense.
9256
9257 2006-03-24  Simon Josefsson  <jas@extundo.com>
9258
9259         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9260         including some doc fixes.
9261         (base64_encode_alloc): Fix +1 bug on allocation failures.
9262
9263 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9264
9265         * lib/base64.c (base64_encode): Do not read past end of array with
9266         unsanitized input on systems with CHAR_BIT > 8.
9267
9268 2006-03-24  Eric Blake  <ebb9@byu.net>
9269
9270         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9271
9272 2006-03-22  Karl Berry  <karl@gnu.org>
9273
9274         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9275         * config/srclistvars.sh (COREUTILS): new var.
9276
9277 2006-03-17  Jim Meyering  <jim@meyering.net>
9278
9279         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9280         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9281
9282 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9283
9284         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9285         no longer needs it.  Instead, check that regoff_t is as least
9286         as wide as ptrdiff_t.
9287
9288         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9289         so that our regex.h stays compatible with the installed regex.
9290         This is helpful for installers who configure --without-included-regex.
9291         Problem reported by Emanuele Giaquinta.
9292
9293 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9294
9295         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9296         Typedef to long int, not to off_, as POSIX will likely change
9297         in that direction.
9298
9299 2006-03-15  Eric Blake  <ebb9@byu.net>
9300
9301         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9302
9303 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9304
9305         * lib/argp-help.c (validate_uparams): Fix typo
9306         * lib/argp-parse.c (argp_default_options): Consistently begin help
9307         messages with a lowercase letter.
9308
9309 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9310
9311         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9312         overrun buffers and shouldn't be used (much as gets shouldn't be
9313         used).
9314         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9315
9316 2006-03-08  Simon Josefsson  <jas@extundo.com>
9317
9318         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9319         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9320
9321 2006-03-08  Simon Josefsson  <jas@extundo.com>
9322
9323         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9324         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9325
9326 2006-03-08  Simon Josefsson  <jas@extundo.com>
9327
9328         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9329         signal that configure disabled the device.
9330
9331 2006-03-08  Simon Josefsson  <jas@extundo.com>
9332
9333         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9334         languages.
9335
9336 2006-03-07  Simon Josefsson  <jas@extundo.com>
9337
9338         * modules/getopt (Depends-on): Add unistd.
9339
9340         * modules/unistd: New file.
9341
9342 2006-03-07  Simon Josefsson  <jas@extundo.com>
9343
9344         * modules/gc-random: New file.
9345
9346 2006-03-07  Simon Josefsson  <jas@extundo.com>
9347
9348         * m4/unistd_h.m4: New file.
9349
9350 2006-03-07  Simon Josefsson  <jas@extundo.com>
9351
9352         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9353         test to be side-effect free by storing the result in the cache
9354         variable gl_cv_lib_readline, and moving the assignment of
9355         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9356         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9357
9358 2006-03-07  Simon Josefsson  <jas@extundo.com>
9359
9360         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9361         error on missing devices (the functions will return an error).
9362
9363         * m4/gc.m4: Move random stuff to gc-random.m4
9364
9365 2006-03-07  Simon Josefsson  <jas@extundo.com>
9366
9367         * lib/unistd_.h: New file.
9368
9369 2006-03-07  Simon Josefsson  <jas@extundo.com>
9370
9371         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9372
9373 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9376         Problem reported by Juan Manuel Guerrero.
9377
9378 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9379
9380         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9381         the unistd module.
9382         * lib/getlogin_r.c: Likewise.
9383         * lib/getlogin_r.h: Likewise.
9384         * lib/glob.c: Likewise.
9385         * lib/pagealign_alloc.c: Likewise.
9386         * lib/unistd_.h: Remove; no longer needed.
9387
9388 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9389
9390         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9391         Add unistd.
9392         * modules/c-stack (Depends-on): Add unistd.
9393         * modules/getlogin_r: Likewise.
9394         * modules/glob: Likewise.
9395         * modules/pagealign_alloc: Likewise.
9396         * modules/unistd (Files): Remove lib/unistd_.h.
9397         (EXTRA_DIST): Remove.
9398         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9399         need unistd_.h.
9400         (MOSTLYCLEANFILES): Remove unistd.h-t.
9401
9402 2006-03-03  Simon Josefsson  <jas@extundo.com>
9403
9404         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9405
9406 2006-03-03  Simon Josefsson  <jas@extundo.com>
9407
9408         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9409         libidn and bison.
9410
9411 2006-03-03  Simon Josefsson  <jas@extundo.com>
9412
9413         * build-aux/maint.mk: Add indent target.
9414
9415 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9416
9417         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9418         our replacement poll.h in any case, to avoid a differing
9419         declaration from a system header.  Seen on AIX.
9420
9421 2006-03-01  Simon Josefsson  <jas@extundo.com>
9422
9423         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9424         <kasal@ucw.cz>.
9425
9426 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9427
9428         * modules/gettime (Depends-on): Add extensions module.
9429         * modules/nanosleep (Depends-on): Likewise.
9430         * modules/settime (Depends-on): Likewise.
9431
9432 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9433
9434         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9435         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9436         pedantically.
9437         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9438         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9439
9440         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9441         not "==".  Reported by Ralf Wildenhues.
9442
9443 2006-03-01  Karl Berry  <karl@gnu.org>
9444
9445         * doc/Copyright/request-*: new files, synced from gnuorg.
9446
9447 2006-03-01  Karl Berry  <karl@gnu.org>
9448
9449         * config/srclist.txt (Copyright/*): new entries.
9450
9451 2006-02-28  Simon Josefsson  <jas@extundo.com>
9452
9453         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9454
9455 2006-02-27  Simon Josefsson  <jas@extundo.com>
9456
9457         * lib/base64.h: Indent #define's.  From Jim Meyering
9458         <jim@meyering.net>.
9459
9460 2006-02-27  Jim Meyering  <jim@meyering.net>
9461
9462         Revert the change of 2006-02-24, so these files can continue
9463         to be sync'd from gettext.
9464         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9465         of `config.h'.
9466
9467 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9468
9469         * modules/intprops: New file.
9470         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9471         Add intprops.
9472         * modules/getloadavg (Files): Remove lib/intprops.h.
9473         (Depends-on): Add intprops.
9474         * modules/human: Likewise.
9475         * modules/inttostr: Likewise.
9476         * modules/openat: Likewise.
9477         * modules/sig2str: Likewise.
9478         * modules/userspec: Likewise.
9479         * modules/utimecmp: Likewise.
9480         * modules/xnanosleep: Likewise.
9481         * modules/xstrtol: Likewise.
9482
9483 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9484
9485         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9486         * modules/lock-tests (TESTS): Use $(EXEEXT).
9487         * modules/tls-tests: Likewise.
9488         * modules/argp-tests: Likewise.
9489         (check_PROGRAMS): New var, replacing...
9490         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9491
9492 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9493
9494         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9495         `config.h'.
9496
9497 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9500
9501 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9502
9503         Sync from coreutils.
9504         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9505         gl_CHDIR_SAFER.
9506
9507 2006-02-22  Jim Meyering  <jim@meyering.net>
9508
9509         Sync from coreutils.
9510         * m4/chdir-safer.m4: New file.
9511
9512 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9513
9514         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9515         AT_FDCWD exceeds INT_MAX.
9516         * lib/openat.h (AT_FDCWD): Likewise.
9517
9518 2006-02-17  Eric Blake  <address@hidden>
9519
9520         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9521
9522 2006-02-16  Simon Josefsson  <jas@extundo.com>
9523
9524         * modules/getaddrinfo (Depends-on): Add sys_socket.
9525
9526 2006-02-15  Simon Josefsson  <jas@extundo.com>
9527
9528         * build-aux/maint.mk: Add dsyntax-check rule.
9529
9530 2006-02-15  Eric Blake  <ebb9@byu.net>
9531
9532         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9533         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9534         'present but cannot compile' warnings on cygwin.
9535         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9536         use ws2tcpip.h if sys/socket.h works.
9537         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9538         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9539
9540 2006-02-14  Simon Josefsson  <jas@extundo.com>
9541
9542         * modules/maintainer-makefile (Files): Rename.
9543
9544         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9545         and (the local) Makefile.cfg to maint-cfg.mk.
9546
9547         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9548         to the latter.
9549
9550         * modules/maintainer-makefile: New module.
9551
9552         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9553         severaly stripped to make it possible to build it up from scratch
9554         with reliable tests.
9555
9556         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9557         fixes to permit overriding the default actions when configure and
9558         makefile are not available.
9559
9560 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9561
9562         Sync from coreutils.
9563         * modules/lstat (Depends-on): Don't depend on xalloc.
9564         (License): Change from GPL to LGPL, since this is now simply a
9565         replacement for a libc function.
9566
9567 2006-02-14  Jim Meyering  <jim@meyering.net>
9568
9569         Sync from coreutils.
9570
9571         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9572         failure on deficient systems, and simplify gnulib lgpl dependencies.
9573         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9574         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9575
9576         * lib/xalloc-die.c: Remove unused definition of N_.
9577
9578 2006-02-14  Jim Meyering  <jim@meyering.net>
9579
9580         Sync from coreutils.
9581         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9582         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9583         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9584         double-quote uses of that variable, to accommodate the rare case in
9585         which getmntent is available in none of the libraries checked.  This
9586         happens at least on FreeBSD 5.0.
9587
9588 2006-02-13  Simon Josefsson  <jas@extundo.com>
9589
9590         * gnulib-tool (Usage): Fix --import, from
9591         karl@freefriends.org (Karl Berry).
9592
9593 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9594
9595         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9596
9597 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9598
9599         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9600         "autoupdate" on 2005-12-12.
9601
9602 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         * modules/closeout (Depends-on): Remove atexit.
9605
9606 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9607
9608         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9609         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9610
9611 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9612
9613         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9614         __EXTENSIONS__ if this causes compilation to fail.  Problem
9615         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9616         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9617
9618 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9619
9620         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9621         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9622         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9623         All uses changed.
9624
9625 2006-01-26  Simon Josefsson  <jas@extundo.com>
9626
9627         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9628         prototype is visible on mingw32.
9629
9630         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9631         for mingw32.
9632
9633         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9634         mingw32).
9635
9636 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9637
9638         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9639         attempt to open for write; this always fails, at least on POSIX
9640         hosts.  This reinstates the 2006-01-09 change, which was
9641         inadvertently removed.
9642
9643 2006-01-26  Bruno Haible  <bruno@clisp.org>
9644
9645         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9646         Reported by Paul Eggert.
9647
9648 2006-01-26  Bruno Haible  <bruno@clisp.org>
9649             Paul Eggert  <eggert@cs.ucla.edu>
9650
9651         * lib/stdbool_.h (_Bool)
9652         [(! (defined __cplusplus || defined __BEOS__)
9653           && !defined __GNUC__
9654           && !(defined __HP_cc || defined __xlc__
9655                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9656                || defined __sgi))]:
9657         #define to signed char in these cases too; this simplifies
9658         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9659         etc., separately) and makes it more conservative.
9660
9661 2006-01-25  Simon Josefsson  <jas@extundo.com>
9662
9663         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9664         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9665         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9666
9667 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9668
9669         * lib/argp-namefrob.h: Bugfix. Remove stray #
9670
9671 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9672
9673         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9674         so that we test the test.
9675         Check for yet another HP-UX cc bug involving *bool |= bool.
9676
9677 2006-01-25  Karl Berry  <karl@gnu.org>
9678
9679         * config/srclist.txt (vasnprintf.c): sync lost.
9680
9681 2006-01-25  Jim Meyering  <jim@meyering.net>
9682
9683         Sync from the stable (b5) branch of coreutils:
9684
9685         * lib/fts.c (fts_children): Don't let close() clobber errno from
9686         failed fchdir().
9687
9688         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9689         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9690         a dangling symlink.  That can also happen at least for ELOOP.
9691         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9692         FYI, this bug predates the inclusion of fts.c in coreutils.
9693
9694         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9695         in their own block, so pre-c99 compilers don't object.
9696
9697         Avoid the double-free (first in fts_read, second in fts_close) that
9698         would occur when an `active' directory is made inaccessible (e.g.,
9699         via chmod a-x) during a traversal.
9700         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9701         before returning.  Reproduce this failure by
9702         mkdir -p a/b; cd a; chmod a-x . b
9703         Reported by Stavros Passas.
9704
9705 2006-01-25  Jim Meyering  <jim@meyering.net>
9706
9707         * lib/fileblocks.c: Remove more useless parentheses.
9708         * lib/readutmp.h: Likewise.
9709
9710 2006-01-25  Bruno Haible  <bruno@clisp.org>
9711
9712         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9713         warnings.
9714         Reported by Paul Eggert.
9715
9716 2006-01-25  Bruno Haible  <bruno@clisp.org>
9717
9718         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9719         rid of a trap command. For Solaris sh.
9720         Reported by Mark D. Baushke <mdb@gnu.org>.
9721
9722 2006-01-24  Simon Josefsson  <jas@extundo.com>
9723
9724         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9725         Bruno.
9726
9727 2006-01-24  Karl Berry  <karl@gnu.org>
9728
9729         * config/srclist.txt (argp-namefrob.h): sync lost.
9730
9731 2006-01-24  Jim Meyering  <jim@meyering.net>
9732
9733         * modules/openat (Files): Add lib/intprops.h.
9734         From Mark D. Baushke.
9735
9736 2006-01-24  Jim Meyering  <jim@meyering.net>
9737
9738         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9739         Reported by Mark D. Baushke.
9740
9741 2006-01-24  Jim Meyering  <jim@meyering.net>
9742
9743         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9744
9745 2006-01-24  Bruno Haible  <bruno@clisp.org>
9746
9747         * modules/strnlen (Maintainer): Change from glibc to all.
9748
9749 2006-01-24  Bruno Haible  <bruno@clisp.org>
9750
9751         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9752         Patch by Paul Eggert.
9753
9754 2006-01-24  Bruno Haible  <bruno@clisp.org>
9755
9756         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9757         already has it.
9758         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9759         2005-11-26.
9760
9761         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9762         'signed char' to avoid problems with the built-in _Bool type.
9763         Reported by Paul Eggert on 2005-11-26.
9764
9765 2006-01-24  Bruno Haible  <bruno@clisp.org>
9766
9767         * gnulib-tool (func_import): Avoid constructing complicated sed
9768         expressions inside backquote.
9769         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9770
9771 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9772
9773         These changes imported from libc.
9774         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9775         test and two separate function calls.
9776         * lib/strndup.c (__strndup): Add libc_hidden_def.
9777
9778 2006-01-23  Simon Josefsson  <jas@extundo.com>
9779
9780         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9781         Remove the test_*_SOURCES variable: automake infers it by default.
9782         * modules/tls-tests: Likewise.
9783
9784 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9785
9786         Work around porting bugs reported by Dieter in
9787         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9788         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9789         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9790         Include "getopt.h" first, to check interface.
9791         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9792         !HAVE_DECL_GETENV.
9793         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9794         (__strndup): Revert to K&R-style function dfns, the glibc style.
9795         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9796         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9797         Include strnlen.h first, to get prototype properly.
9798         (strnlen): Renamed from __strnlen.
9799         Remove weak alias.
9800
9801 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9804
9805 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9806
9807         * config/srclist.txt: Adjust to reflect glibc reorganization.
9808         This affects only comments.
9809
9810 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9811
9812          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9813          Reported by Bruce Korb <bkorb@gnu.org>.
9814
9815 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9816
9817         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9818         to pacify gcc -Wswitch-default.
9819
9820 2006-01-22  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9823         temporary buffer for sprintf, take into account the precision also
9824         for 'd', 'i', 'u', 'o', 'x', 'X'.
9825
9826 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9827
9828         * modules/argp-tests: New module
9829         * tests/test-argp.c: New file
9830         * tests/test-argp-2.sh: New file
9831
9832 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9833
9834         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9835         (__argp_base_name): Removed
9836         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9837         typo.
9838         (__argp_base_name): Provide macro definition or extern declaration
9839         depending on the configuration
9840
9841 2006-01-20  Simon Josefsson  <jas@extundo.com>
9842
9843         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9844
9845 2006-01-20  Simon Josefsson  <jas@extundo.com>
9846
9847         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9848
9849 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9850
9851         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9852         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9853         Suggested by Bruno Haible.
9854
9855 2006-01-20  Karl Berry  <karl@gnu.org>
9856
9857         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9858         until changes propagate, I guess.
9859
9860 2006-01-19  Simon Josefsson  <jas@extundo.com>
9861
9862         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9863
9864 2006-01-19  Simon Josefsson  <jas@extundo.com>
9865
9866         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9867
9868 2006-01-19  Simon Josefsson  <jas@extundo.com>
9869
9870         * gnulib-tool: Set check_PROGRAMS.
9871
9872         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9873         modules/des-tests, modules/gc-arcfour-tests,
9874         modules/gc-arctwo-tests, modules/gc-des-tests,
9875         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9876         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9877         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9878         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9879         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9880         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9881         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9882         test_*_SOURCES.
9883
9884 2006-01-18  Simon Josefsson  <jas@extundo.com>
9885
9886         * modules/socklen (Depends-on): Depend on sys_socket.
9887
9888 2006-01-18  Simon Josefsson  <jas@extundo.com>
9889
9890         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9891         modules/des-tests, modules/gc-arcfour-tests,
9892         modules/gc-arctwo-tests, modules/gc-des-tests,
9893         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9894         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9895         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9896         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9897         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9898         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9899         $(EXEEXT) to automake TESTS variable, for mingw32.
9900
9901 2006-01-17  Simon Josefsson  <jas@extundo.com>
9902
9903         * modules/socklen (Include): Need sys/socket.h.
9904
9905 2006-01-17  Bruno Haible  <bruno@clisp.org>
9906
9907         * modules/ssize_t (Include): Add <sys/types.h>.
9908
9909 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9910
9911         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9912         it's not portable and it doesn't work with cross-compiles.
9913         Problem reported by Bruno Haible.  Fix missing-$ typo in
9914         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9915         -zignore from being used with Sun's C compiler.
9916
9917 2006-01-12  Simon Josefsson  <jas@extundo.com>
9918
9919         * lib/base64.c: Fix warning, reported by Bruno Haible
9920         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9921
9922 2006-01-12  Bruno Haible  <bruno@clisp.org>
9923
9924         * modules/ldd: New file.
9925         * build-aux/ldd.sh.in: New file.
9926         * MODULES.html.sh (Support for building libraries and executables): Add
9927         ldd.
9928
9929 2006-01-12  Bruno Haible  <bruno@clisp.org>
9930
9931         * m4/ldd.m4: New file.
9932
9933 2006-01-12  Bruno Haible  <bruno@clisp.org>
9934
9935         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9936         endless loop while replacing $auxdir with build-aux.
9937
9938 2006-01-11  Simon Josefsson  <jas@extundo.com>
9939
9940         * lib/stdint_.h (SIZE_MAX): Add missing (.
9941
9942 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9943
9944         Sync from coreutils.
9945         * lib/md5.c: Fix commentary typos.
9946         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9947         * lib/md5.h (__attribute__): Remove; unused.
9948         * lib/sha1.c: Fix commentary to match md5 better.
9949         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9950         so that we don't need to worry about alignment.  All uses changed.
9951         This merges the 2005-10-28 md5 change into sha1.
9952
9953 2006-01-11  Jim Meyering  <jim@meyering.net>
9954
9955         Sync from coreutils.
9956         * lib/md5.c (OP): Fix spacing.
9957
9958 2006-01-11  Bruno Haible  <bruno@clisp.org>
9959
9960         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9961         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9962         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9963
9964 2006-01-11  Bruno Haible  <bruno@clisp.org>
9965
9966         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9967         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9968         the "early" section as well.
9969
9970 2006-01-11  Bruno Haible  <bruno@clisp.org>
9971
9972         Avoid "ar: no archive members specified" error on MacOS X.
9973         * gnulib-tool (func_modules_add_dummy): New function.
9974         (func_import, func_create_testdir): Invoke it.
9975
9976 2006-01-11  Bruno Haible  <bruno@clisp.org>
9977
9978         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9979         with $auxdir in AC_CONFIG_FILES statements.
9980
9981 2006-01-11  Bruno Haible  <bruno@clisp.org>
9982
9983         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9984         Initialize also noinst_HEADERS to empty.
9985
9986 2006-01-11  Bruno Haible  <bruno@clisp.org>
9987
9988         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9989         variables.
9990         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9991         autoreconf.
9992
9993 2006-01-11  Bruno Haible  <bruno@clisp.org>
9994
9995         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9996         overridable by the user.
9997         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9998
9999 2006-01-10  Simon Josefsson  <jas@extundo.com>
10000
10001         * modules/sys_socket: New file.
10002
10003 2006-01-10  Simon Josefsson  <jas@extundo.com>
10004
10005         * m4/sys_socket_h.m4: New file.
10006
10007 2006-01-10  Simon Josefsson  <jas@extundo.com>
10008
10009         * lib/socket_.h: New file.
10010
10011 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * modules/readutmp (Maintainer): Add myself.
10014
10015 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10016
10017         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10018         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10019         People who are still concerned with buggy memcmp implementations
10020         can invoke gl_FUNC_MEMCMP themselves.
10021
10022 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10023
10024         * lib/regex_internal.h (BITSET_WORD_BITS):
10025         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10026         preprocessor mishandles large unsigned values as if they were signed.
10027         Problem reported by Claudio Fontana in
10028         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10029
10030 2006-01-10  Jim Meyering  <jim@meyering.net>
10031
10032         Avoid the double-free (first in fts_read, second in fts_close) that
10033         would occur when an `active' directory is made inaccessible (e.g.,
10034         via chmod a-x) during a traversal.
10035         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10036         before returning.  Reproduce this failure by
10037         mkdir -p a/b; cd a; chmod a-x . b
10038         Reported by Stavros Passas.
10039
10040         Sync from coreutils.
10041         * lib/sha1.c: Tweak grammar in a comment.
10042
10043 2006-01-10  Jim Meyering  <jim@meyering.net>
10044
10045         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10046         Patch by Joerg Sonnenberger.
10047
10048 2006-01-10  Bruno Haible  <bruno@clisp.org>
10049
10050         * modules/readutmp: Depend on module free.
10051         * modules/strtok_r: Depend on module restrict.
10052
10053 2006-01-10  Bruno Haible  <bruno@clisp.org>
10054
10055         * modules/gettext (configure.ac): Add an invocation of
10056         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10057
10058 2006-01-10  Bruno Haible  <bruno@clisp.org>
10059
10060         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10061         Reported by Werner Lemberg <wl@gnu.org>.
10062
10063 2006-01-10  Bruno Haible  <bruno@clisp.org>
10064
10065         * lib/localcharset.c: Update from GNU gettext.
10066
10067 2006-01-10  Bruno Haible  <bruno@clisp.org>
10068
10069         * lib/argp.h (__const): Remove macro. Use const instead.
10070         * lib/argp-fmtstream.h (__const): Likewise.
10071         * lib/glob_.h (__const): Remove macro.
10072         * lib/glob-libc.h: Use const instead of __const.
10073
10074 2006-01-10  Bruno Haible  <bruno@clisp.org>
10075
10076         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10077         variable.
10078         Needed to avoid an automake error regarding the 'gettext' module.
10079
10080 2006-01-09  Simon Josefsson  <jas@extundo.com>
10081
10082         * modules/inet_ntop (Depends-on): Add restrict.
10083
10084 2006-01-09  Simon Josefsson  <jas@extundo.com>
10085
10086         * modules/gc-rijndael-tests (License): Put under LGPL.
10087
10088         * modules/gc-des-tests (License): Likewise.
10089
10090         * modules/gc-arcfour-tests (License): Likewise.
10091
10092         * modules/gc-arctwo-tests (License): Likewise.
10093
10094         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10095
10096         * modules/gc-hmac-sha1-tests (Files): Likewise.
10097
10098         * modules/gc-hmac-md5-tests (License): Likewise.
10099
10100         * modules/gc-sha1-tests (License): Likewise.
10101
10102         * modules/gc-md5-tests (License): Likewise.
10103
10104         * modules/gc-md4-tests (License): Likewise.
10105
10106         * modules/gc-md2-tests (License): Likewise.
10107
10108         * modules/gc-tests (License): Likewise.
10109
10110         * modules/des-tests (License): Likewise.
10111
10112         * modules/md4-tests (License): Likewise.
10113
10114         * modules/md2-tests (License): Likewise.
10115
10116 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10117
10118         Sync from coreutils:
10119
10120         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10121         * modules/lib-ignore: New file.
10122         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10123         chdir-safer.m4, lchmod.m4.
10124         * modules/openat: Add mkdirat.c, openat-priv.h.
10125
10126 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10127
10128         Sync from coreutils.
10129         * m4/lib-ignore.m4: New file.
10130         * m4/lchmod.m4: New file.
10131
10132 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         Sync from coreutils.
10135         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10136         for write access: POSIX says that must fail.
10137         * lib/fts.c (diropen): Likewise.
10138         * lib/save-cwd.c (save_cwd): Likewise.
10139         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10140         well, for minor improvements on hosts that lack O_DIRECTORY.
10141         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10142         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10143         Fall back on chown if open failed with EACCES.
10144
10145         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10146         Report an error at compile-time if only a 1-second nominal clock
10147         resolution is found.
10148
10149         * lib/lchmod.h: New file.
10150         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10151         (make_dir_parents): Use lchown rather than chown, and
10152         lchmod rather than chmod.
10153
10154         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10155         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10156         "proc" reported by n0dalus.
10157
10158         * lib/mountlist.c: Include <limits.h>.
10159         (dev_from_mount_options)
10160         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10161         New function.  It no longer assumes "dev=" has the System V meaning
10162         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10163         (read_file_system_list)
10164         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10165         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10166         dev= in that case.
10167
10168         * lib/posixtm.h (PDS_PRE_2000): New macro.
10169         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10170         allow_century.  All usages changed.  Reject dates outside the range
10171         1969-1999 if PDS_PRE_2000 is used.
10172
10173 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         Sync from coreutils.
10176         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10177         (Time of day items): Mention the possibility of leap seconds.
10178         Problem reported by Dr. David Alan Gilbert.
10179
10180 2006-01-09  Jim Meyering  <jim@meyering.net>
10181
10182         Sync from coreutils.
10183
10184         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10185
10186         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10187
10188         * lib/modechange.c (mode_compile): Reject an invalid mode string
10189         that starts with an octal digit.  From Andreas Gruenbacher.
10190
10191         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10192         and dup to open_safer and dup_safer, respectively.
10193         (openat_permissive): Fix typo in comment.
10194
10195         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10196         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10197         (_): Remove; no longer needed.
10198         (openat): Renamed from rpl_openat; no need for rpl_openat
10199         since openat.h renames openat for us.
10200         Replace most of the body with a call to openat_permissive,
10201         to avoid duplicate code.
10202         Port to (probably hypothetical) environments were mode_t is
10203         wider than int.
10204         (openat_permissive): Require mode arg, so that we can check
10205         types better.  Put it just after flags.  Change cwd failure
10206         indicator from pointer-to-bool to pointer-to-errno-value.
10207         All callers changed.
10208         Invoke openat_save_fail and/or openat_restore_fail if
10209         cwd_errno is null, so that openat can call us.
10210         (openat_permissive, fdopendir, fstatat, unlinkat):
10211         Simplify errno handling to avoid some duplicate code,
10212         as it's OK to set errno on success.
10213         * lib/openat.h: Revamp code so that function macros depend on
10214         __OPENAT_PREFIX only, not also on AT_FDCWD.
10215         (openat_ro): Remove.  Caller changed to use openat_permissive.
10216         (openat_permissive): Now a macro, if not a function.
10217         (openat_restore_fail, openat_save_fail): Now always functions,
10218         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10219
10220         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10221         and openat.c.
10222         * lib/mkdirat.c: Include openat-priv.h.
10223         Remove definitions of macros defined therein.
10224         * lib/openat.c: Likewise.
10225
10226         * lib/mkdirat.c (mkdirat): New file and function.
10227         * lib/openat.h (mkdirat): Declare.
10228
10229         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10230
10231         * lib/openat.h (openat_permissive): Declare.
10232         (openat_ro): Define.
10233
10234         * lib/openat.c (EXPECTED_ERRNO): New macro.
10235         (openat_permissive): New function -- used in remove.c rewrite.
10236         (all functions): Set errno just before returning, only if there
10237         was an actual failure.
10238         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10239
10240         Emulate openat-family functions using Linux's procfs, if possible.
10241         Idea and some code based on Ulrich Drepper's glibc changes.
10242
10243         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10244         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10245         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10246         before falling back on save_cwd and restore_cwd.
10247         (fdopendir, fstatat, unlinkat): Likewise.
10248
10249         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10250         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10251
10252         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10253         as second argument to va_arg.  Otherwise, some versions of gcc
10254         warn that `if this code is reached, the program will abort'.
10255
10256 2006-01-09  Jim Meyering  <jim@meyering.net>
10257
10258         Sync from coreutils.
10259         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10260         Require openat-priv.h.
10261
10262 2006-01-09  Bruno Haible  <bruno@clisp.org>
10263
10264         * modules/strnlen (Include): Use strnlen.h.
10265
10266 2006-01-09  Bruno Haible  <bruno@clisp.org>
10267
10268         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10269
10270 2006-01-09  Bruno Haible  <bruno@clisp.org>
10271
10272         * lib/sysexit_.h (EX_OK): New macro.
10273         Suggested by Martin Lambers <marlam@marlam.de>.
10274
10275 2006-01-09  Bruno Haible  <bruno@clisp.org>
10276
10277         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10278         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10279
10280 2006-01-09  Bruno Haible  <bruno@clisp.org>
10281
10282         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10283         numbers.
10284
10285 2006-01-09  Bruno Haible  <bruno@clisp.org>
10286
10287         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10288         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10289         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10290         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10291
10292 2006-01-09  Bruno Haible  <bruno@clisp.org>
10293
10294         * build-aux/javacomp.sh.in: New file, moved from lib/.
10295         * modules/javacomp-script (Files): Update.
10296         (configure.ac): Add AC_CONFIG_FILES invocation.
10297         (EXTRA_DIST): Remove variable.
10298
10299         * build-aux/javaexec.sh.in: New file, moved from lib/.
10300         * modules/javaexec (Files): Update.
10301         (configure.ac): Add AC_CONFIG_FILES invocation.
10302         (EXTRA_DIST): Remove javaexec.sh.in.
10303
10304         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10305         * modules/csharpcomp-script (Files): Update.
10306         (configure.ac): Add AC_CONFIG_FILES invocation.
10307         (EXTRA_DIST): Remove variable.
10308
10309         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10310         * modules/csharpexec (Files): Update.
10311         (configure.ac): Add AC_CONFIG_FILES invocation.
10312         (EXTRA_DIST): Remove csharpexec.sh.in.
10313
10314 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10315
10316         Sync from coreutils.
10317
10318         Add POSIX ACL support
10319         * lib/acl.h (copy_acl, set_acl): Add declarations.
10320         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10321         systems other than Linux.
10322         (chmod_or_fchmod): New function: use fchmod when possible,
10323         and chmod otherwise.
10324         (file_has_acl): Add a POSIX ACL implementation, with a
10325         Linux-specific subcase.
10326         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10327         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10328         acls are unsupported.
10329         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10330         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10331         are unsupported.
10332
10333 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10334
10335         Sync from coreutils.
10336         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10337
10338 2006-01-07  Bruno Haible  <bruno@clisp.org>
10339
10340         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10341         gl_EARLY.
10342
10343 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10344
10345         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10346         Problem reported for Mingw by Mark Junker.
10347
10348 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10349
10350         * README: Gnulib normally doesn't generate a tarball.
10351
10352 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10353
10354         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10355         long int, not int, for nanosecond counts, so that people who are
10356         used to POSIX struct timespec won't be surprised.  Reported by Jim
10357         Meyering.
10358
10359 2005-12-28  Bruno Haible  <bruno@clisp.org>
10360
10361         * build-aux/config.rpath: Update from GNU gettext.
10362
10363 2005-12-16  Jim Meyering  <jim@meyering.net>
10364
10365         * modules/fprintftime: New module.
10366         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10367
10368 2005-12-16  Jim Meyering  <jim@meyering.net>
10369
10370         * m4/fprintftime.m4: New file.
10371
10372 2005-12-16  Jim Meyering  <jim@meyering.net>
10373
10374         * lib/fprintftime.c, lib/fprintftime.h: New files.
10375
10376 2005-12-15  Simon Josefsson  <jas@extundo.com>
10377
10378         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10379         new m4/socklen.m4.
10380
10381 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10382
10383         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10384         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10385
10386 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10387
10388         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10389         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10390         struct uparams is valid. Fall back to the default values if it is
10391         not.
10392
10393 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10394
10395         * modules/argp (Files): Add argp-pin.c
10396         (Depends-on): dirname
10397         (lib_SOURCES): Add argp-pin.c
10398
10399 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10400
10401         * m4/argp.m4:  Check if program_invocation_name and
10402         program_invocation_short_name are declared and define appropriate
10403         macros if they are not.
10404
10405 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10406
10407         * lib/argp-help.c (__argp_base_name): New function
10408         (__argp_short_program_name): Rewrite using __argp_base_name
10409         * lib/argp-namefrob.h: Define program_invocation_name and
10410         program_invocation_short_name if requested
10411         (__argp_base_name): Add prototype
10412         * lib/argp-parse.c (argp_def): Use gettext wrappers
10413         (argp_default_parser): Use __argp_base_name
10414         * lib/argp-pin.c: New file. Defines program_invocation_name and
10415         program_invocation_short_name on systems that lack them.
10416
10417 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10418
10419         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10420         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10421         porting problem reported by Georg Schwarz in
10422         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10423
10424 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10425
10426         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10427         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10428         porting problem reported by Georg Schwarz in
10429         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10430
10431 2005-12-05  Bruno Haible  <bruno@clisp.org>
10432
10433         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10434         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10435         Reported by Mark Junker <mjscod@gmx.de>.
10436
10437 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10438
10439         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10440         Use implementation from Albert Chin, with some
10441         comments/corrections by Stepan Kasal and myself.
10442
10443 2005-12-02  Bruno Haible  <bruno@clisp.org>
10444
10445         * gnulib-tool (func_import): Accept GPLed build tool modules when
10446         --lgpl is given.
10447         * modules/csharpcomp-script: New file.
10448         * modules/csharpcomp: Depend on it.
10449         * modules/javacomp-script: New file.
10450         * modules/javacomp: Depend on it.
10451         Suggested by Simon Josefsson.
10452
10453 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10456         statement, to work around an HP-UX 10.20 compiler bug reported by
10457         Peter O'Gorman.
10458
10459 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10460
10461         * modules/savedir (Depends-on): Add openat.
10462
10463 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10464
10465         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10466         (uintmax_t) [defined uintmax_t]: Do not declare.
10467         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10468         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10469         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10470         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10471         sake of portability to weird hosts that C allows (though we don't
10472         know of any practical examples).
10473
10474         * lib/savedir.h (fdsavedir): New decl.
10475         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10476         contains most of the former guts of savedir.
10477         (savedir): Use savedirstream.
10478         Include "openat.h".
10479
10480 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10481
10482         * modules/obstack (Files): Add m4/ulonglong.m4.
10483         Problem reported by Davide Angelocola.
10484
10485 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10486
10487         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10488         coreutils no longer futzes with rounding modes.
10489
10490 2005-11-14  Jim Meyering  <jim@meyering.net>
10491
10492         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10493         replacement of mkstemp.
10494
10495 2005-11-10  Simon Josefsson  <jas@extundo.com>
10496
10497         * lib/readline.c: Remove EOL.
10498
10499 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10500
10501         * modules/gethrxtime (Depends-on): Add gettime.
10502
10503 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10506         or gettimeofday; no longer needed.
10507
10508 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10511         time business.
10512         (gethrxtime) [! (HAVE_NANOUPTIME
10513         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10514         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10515         our own approximation.
10516
10517 2005-11-08  Eric Blake  <ebb9@byu.net>
10518
10519         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10520
10521 2005-11-08  Eric Blake  <ebb9@byu.net>
10522
10523         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10524
10525 2005-11-04  Bruno Haible  <bruno@clisp.org>
10526
10527         * gnulib-tool: Implement --update mode.
10528
10529 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10530
10531         Fix porting problem reported by Theodoros V. Kalamatianos.
10532         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10533         Don't assume that futimes failing means we must fail.
10534
10535 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10536
10537         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10538         variables to suggest the intended function of the PATH_MAX check.
10539
10540 2005-10-30  Kean Johnston  <jkj@sco.com>
10541
10542         Trivial changes to support SCO systems.
10543         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10544         as PATH_MAX.
10545         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10546         where __ptr is null when no I/O is pending.
10547
10548 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10549
10550         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10551         leave errno alone.  Problem reported by Dmitry V. Levin.
10552
10553 2005-10-28  Simon Josefsson  <jas@extundo.com>
10554
10555         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10556         Test more.
10557
10558         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10559
10560         * modules/md2, modules/md2-tests: New files.
10561
10562 2005-10-28  Simon Josefsson  <jas@extundo.com>
10563
10564         * m4/inet_ntop.m4: More tests.
10565
10566         * m4/gc-md2.m4, md2.m4: New file.
10567
10568 2005-10-28  Simon Josefsson  <jas@extundo.com>
10569
10570         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10571         "restrict" keywords, as per POSIX.  Protect the function
10572         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10573         Don't use K&R prototypes.  Check the sprintf return values.
10574         Re-define EAFNOSUPPORT if not present.  Indent.
10575
10576         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10577         suggested by Bruno Haible <bruno@clisp.org>.
10578
10579         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10580
10581         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10582
10583         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10584         libgcrypt).
10585
10586         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10587
10588         * lib/md2.h, lib/md2.c: New files.
10589
10590 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10593         errno alone.  Problem reported by Frederic Jolliton.
10594
10595 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10596
10597         * modules/verify (License): Change from GPL to LGPL.  This is a
10598         tiny module and there are apparently near-equivalents that are
10599         under the BSD license.
10600
10601 2005-10-24  Simon Josefsson  <jas@extundo.com>
10602
10603         * modules/sha1: Relicense to LGPL.
10604
10605 2005-10-24  Simon Josefsson  <jas@extundo.com>
10606
10607         * lib/md4.h: Shrink buffer size, now that we changed the type.
10608
10609 2005-10-23  Simon Josefsson  <jas@extundo.com>
10610
10611         * gnulib-tool (func_import): Fix --tests-base.
10612
10613 2005-10-22  Simon Josefsson  <jas@extundo.com>
10614
10615         * modules/arcfour (Depends-on): Need stdint.
10616
10617 2005-10-22  Simon Josefsson  <jas@extundo.com>
10618
10619         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10620         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10621
10622 2005-10-22  Simon Josefsson  <jas@extundo.com>
10623
10624         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10625         suggested by Bruno Haible <bruno@clisp.org>.
10626
10627 2005-10-22  Simon Josefsson  <jas@extundo.com>
10628
10629         * lib/crc.h: Include stddef.h, for size_t.
10630
10631 2005-10-22  Simon Josefsson  <jas@extundo.com>
10632
10633         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10634         arcfour_context struct (simplify test vector testing in GNU
10635         Shishi).
10636
10637 2005-10-21  Simon Josefsson  <jas@extundo.com>
10638
10639         * modules/des, modules/des-tests: New files.
10640
10641         * modules/gc-des, modules/gc-des-tests: New files.
10642
10643         * tests/test-des.c, tests/test-gc-des.c: New file.
10644
10645 2005-10-21  Simon Josefsson  <jas@extundo.com>
10646
10647         * modules/arctwo, modules/arctwo-tests: New files.
10648
10649         * tests/test-arctwo.c: New file.
10650
10651         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10652
10653         * tests/test-gc-arctwo.c: New file.
10654
10655 2005-10-21  Simon Josefsson  <jas@extundo.com>
10656
10657         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10658         Bruno Haible <bruno@clisp.org>.
10659
10660         * m4/gc-des.m4: New file.
10661
10662 2005-10-21  Simon Josefsson  <jas@extundo.com>
10663
10664         * m4/arctwo.m4: New file.
10665
10666         * m4/gc-arctwo.m4: New file.
10667
10668 2005-10-21  Simon Josefsson  <jas@extundo.com>
10669
10670         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10671         block.
10672
10673 2005-10-21  Simon Josefsson  <jas@extundo.com>
10674
10675         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10676         <bruno@clisp.org>.
10677
10678         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10679
10680         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10681         Bruno Haible <bruno@clisp.org>.
10682
10683         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10684         <bruno@clisp.org>.
10685
10686 2005-10-21  Simon Josefsson  <jas@extundo.com>
10687
10688         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10689
10690 2005-10-21  Simon Josefsson  <jas@extundo.com>
10691
10692         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10693
10694 2005-10-21  Simon Josefsson  <jas@extundo.com>
10695
10696         * lib/des.h, lib/des.c: New files.
10697
10698         * lib/gc-gnulib.c: Support DES.c
10699
10700 2005-10-21  Simon Josefsson  <jas@extundo.com>
10701
10702         * lib/arctwo.h, lib/arctwo.c: New files.
10703
10704         * lib/gc-gnulib.c: Support ARCTWO.
10705
10706 2005-10-21  Simon Josefsson  <jas@extundo.com>
10707
10708         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10709         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10710
10711 2005-10-21  Simon Josefsson  <jas@extundo.com>
10712
10713         * gnulib-tool (func_import, func_create_testdir): Define automake
10714         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10715         Makefile.am snippet),
10716         suggested by Bruno Haible <bruno@clisp.org>.
10717
10718         * modules/gc (Makefile.am): Use it.
10719
10720 2005-10-21  Bruno Haible  <bruno@clisp.org>
10721
10722         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10723         patch.
10724
10725 2005-10-19  Simon Josefsson  <jas@extundo.com>
10726
10727         * tests/test-gc-rijndael.c: New file.
10728
10729         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10730
10731 2005-10-19  Simon Josefsson  <jas@extundo.com>
10732
10733         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10734         interface too.
10735
10736 2005-10-19  Simon Josefsson  <jas@extundo.com>
10737
10738         * tests/test-gc-arcfour.c: New file.
10739
10740         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10741
10742 2005-10-19  Simon Josefsson  <jas@extundo.com>
10743
10744         * modules/gc-md4, modules/gc-md4-tests: New file.
10745
10746         * tests/test-gc-md4.c: New file.
10747
10748 2005-10-19  Simon Josefsson  <jas@extundo.com>
10749
10750         * m4/gc-md4.m4: New file.
10751
10752 2005-10-19  Simon Josefsson  <jas@extundo.com>
10753
10754         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10755         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10756         <kasal@ucw.cz>.
10757
10758 2005-10-19  Simon Josefsson  <jas@extundo.com>
10759
10760         * m4/gc-arcfour.m4: New file.
10761
10762         * m4/gc-rijndael.m4: New file.
10763
10764 2005-10-19  Simon Josefsson  <jas@extundo.com>
10765
10766         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10767
10768 2005-10-19  Simon Josefsson  <jas@extundo.com>
10769
10770         * lib/gc-gnulib.c: Support ARCFOUR.
10771
10772 2005-10-19  Simon Josefsson  <jas@extundo.com>
10773
10774         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10775         support.
10776
10777         * lib/gc.h: Add ECB enum type.
10778
10779         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10780
10781 2005-10-18  Simon Josefsson  <jas@extundo.com>
10782
10783         * tests/test-md5.c: New file.
10784
10785         * modules/md5-tests: New file.
10786
10787 2005-10-18  Simon Josefsson  <jas@extundo.com>
10788
10789         * tests/test-md4.c: New file.
10790
10791         * modules/md4, modules/md4-tests: New files.
10792
10793 2005-10-18  Simon Josefsson  <jas@extundo.com>
10794
10795         * m4/md4.m4: New file.
10796
10797 2005-10-18  Simon Josefsson  <jas@extundo.com>
10798
10799         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10800
10801 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10802
10803         * gnulib-tool (func_create_testdir): Omit the second check whether
10804         BUILT_SOURCES in nonempty.
10805
10806 2005-10-17  Simon Josefsson  <jas@extundo.com>
10807
10808         * tests/test-rijndael.c: New file.
10809
10810 2005-10-17  Simon Josefsson  <jas@extundo.com>
10811
10812         * modules/sha1: Depend on stdint instead of md5.
10813
10814         * modules/md5: Depend on stdint, remove uint32_t.
10815
10816 2005-10-17  Simon Josefsson  <jas@extundo.com>
10817
10818         * modules/gc-sha1-tests: New file.
10819
10820         * tests/test-gc-sha1.c: New file.
10821
10822 2005-10-17  Simon Josefsson  <jas@extundo.com>
10823
10824         * m4/md5.m4: Remove call to uint32_t.m4.
10825
10826 2005-10-17  Simon Josefsson  <jas@extundo.com>
10827
10828         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10829
10830         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10831         md5.h.
10832
10833         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10834
10835         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10836
10837 2005-10-17  Simon Josefsson  <jas@extundo.com>
10838
10839         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10840
10841 2005-10-17  Simon Josefsson  <jas@extundo.com>
10842
10843         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10844
10845 2005-10-17  Simon Josefsson  <jas@extundo.com>
10846
10847         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10848
10849         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10850
10851 2005-10-17  Bruno Haible  <bruno@clisp.org>
10852
10853         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10854         that it can also be used in a test.
10855
10856 2005-10-16  Bruno Haible  <bruno@clisp.org>
10857
10858         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10859         TESTS_ENVIRONMENT, so that individual tests can augment it.
10860
10861         * gnulib-tool (func_create_testdir): Use an intermediate target for
10862         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10863         macros, like $(ALLOCA_H), which cannot be passed through the command
10864         line.
10865
10866 2005-10-15  Simon Josefsson  <jas@extundo.com>
10867
10868         * modules/rijndael-tests: New file.
10869
10870         * modules/rijndael: New file.
10871
10872 2005-10-15  Simon Josefsson  <jas@extundo.com>
10873
10874         * m4/rijndael.m4: New file.
10875
10876 2005-10-15  Simon Josefsson  <jas@extundo.com>
10877
10878         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10879
10880         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10881
10882 2005-10-14  Simon Josefsson  <jas@extundo.com>
10883
10884         * tests/test-arcfour.c: New file.
10885
10886         * modules/arcfour, modules/arcfour-tests: New files.
10887
10888 2005-10-14  Simon Josefsson  <jas@extundo.com>
10889
10890         * m4/arcfour.m4: New file.
10891
10892 2005-10-14  Simon Josefsson  <jas@extundo.com>
10893
10894         * lib/arcfour.h, lib/arcfour.c: New files.
10895
10896 2005-10-14  Roland McGrath  <roland@redhat.com>
10897
10898         Import from libc.  [BZ #1331]
10899         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10900         macro argument.
10901         Reported by Matej Vela <vela@debian.org>.
10902
10903 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10904
10905         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10906         include <wchar.h>; no longer needed.
10907
10908 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10911
10912 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10913         and  Ulrich Drepper  <drepper@redhat.com>
10914
10915         Import from libc.
10916         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10917         instead of inline stream orientation test and two separate
10918         function calls.  Pay no attention to USE_IN_LIBIO.
10919
10920 2005-10-13  Simon Josefsson  <jas@extundo.com>
10921
10922         * modules/gc-hmac-md5-tests: New file.
10923
10924         * tests/test-gc-hmac-sha1.c: New file.
10925
10926         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10927
10928         * modules/gc-hmac-md5-tests: New file.
10929
10930         * tests/test-gc-md5.c: New file.
10931
10932         * modules/gc-md5-tests: New file.
10933
10934 2005-10-13  Simon Josefsson  <jas@extundo.com>
10935
10936         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10937         Move memory allocation outside of loop.
10938
10939 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10942         intermediate directory is in a read-only file system.  Problem
10943         reported by Eric Blake.
10944
10945 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10946
10947         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10948
10949 2005-10-12  Simon Josefsson  <jas@extundo.com>
10950
10951         * tests/test-hmac-sha1.c: New file.
10952
10953         * modules/hmac-sha1-tests: New file.
10954
10955         * modules/hmac-sha1: New file.
10956
10957 2005-10-12  Simon Josefsson  <jas@extundo.com>
10958
10959         * modules/gc-sha1: New file.
10960
10961 2005-10-12  Simon Josefsson  <jas@extundo.com>
10962
10963         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10964
10965         * tests/test-gc-pbkdf2-sha1.c: New file.
10966
10967 2005-10-12  Simon Josefsson  <jas@extundo.com>
10968
10969         * modules/gc-md5, modules/gc-hmac-md5: New files.
10970
10971         * modules/gc (Files): Remove md5, memxor and hmac files.
10972
10973 2005-10-12  Simon Josefsson  <jas@extundo.com>
10974
10975         * m4/gc-pbkdf2-sha1.m4: New file.
10976
10977         * m4/gc-hmac-sha1.m4: New file.
10978
10979         * m4/gc-sha1: New file.
10980
10981         * m4/hmac-sha1.m4: New file.
10982
10983 2005-10-12  Simon Josefsson  <jas@extundo.com>
10984
10985         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10986
10987         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10988
10989 2005-10-12  Simon Josefsson  <jas@extundo.com>
10990
10991         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10992         suggested by Bruno Haible <bruno@clisp.org>.
10993
10994 2005-10-12  Simon Josefsson  <jas@extundo.com>
10995
10996         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10997
10998 2005-10-12  Simon Josefsson  <jas@extundo.com>
10999
11000         * lib/gc-pbkdf2-sha1.c: New file.
11001
11002         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11003
11004 2005-10-12  Simon Josefsson  <jas@extundo.com>
11005
11006         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11007
11008         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11009
11010 2005-10-12  Simon Josefsson  <jas@extundo.com>
11011
11012         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11013         GC_USE_HMAC_MD5, respectively.
11014
11015         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11016         (gc_md5): Fix typo.
11017
11018         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11019
11020         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11021
11022         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11023
11024 2005-10-12  Bruno Haible  <bruno@clisp.org>
11025
11026         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11027         Reported by Stepan Kasal <kasal@ucw.cz>.
11028
11029 2005-10-11  Simon Josefsson  <jas@extundo.com>
11030
11031         * tests/test-crc.c: New file.
11032
11033         * modules/crc, modules/crc-tests: New files.
11034
11035 2005-10-11  Simon Josefsson  <jas@extundo.com>
11036
11037         * m4/crc.m4: New file.
11038
11039 2005-10-11  Simon Josefsson  <jas@extundo.com>
11040
11041         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11042
11043         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11044
11045         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11046
11047 2005-10-11  Simon Josefsson  <jas@extundo.com>
11048
11049         * lib/crc.h, lib/crc.c: New files.
11050
11051         * lib/gc.h (gc_hash_buffer): Add doc.
11052
11053 2005-10-11  Bruno Haible  <bruno@clisp.org>
11054
11055         * modules/c-strcasestr: New file.
11056         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11057
11058 2005-10-11  Bruno Haible  <bruno@clisp.org>
11059
11060         * modules/c-strcase: New file.
11061         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11062
11063 2005-10-11  Bruno Haible  <bruno@clisp.org>
11064
11065         * lib/strcasecmp.c: Include limits.h.
11066         (strcasecmp): Avoid integer overflow on exotic platforms.
11067         * lib/strncasecmp.c: Include limits.h.
11068         (strncasecmp): Avoid integer overflow on exotic platforms.
11069         Reported by Paul Eggert.
11070
11071 2005-10-11  Bruno Haible  <bruno@clisp.org>
11072
11073         * lib/c-strcasestr.h: New file, from GNU gettext.
11074         * lib/c-strcasestr.c: New file, from GNU gettext.
11075
11076 2005-10-11  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/c-strcase.h: New file, from GNU gettext.
11079         * lib/c-strcasecmp.c: New file, from GNU gettext.
11080         * lib/c-strncasecmp.c: New file, from GNU gettext.
11081
11082 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11083
11084         * modules/mempcpy (License): GPL -> LGPL.
11085         * modules/strchrnul (License): Likewise.
11086         * modules/sysexits (License): Likewise.
11087
11088 2005-10-08  Simon Josefsson  <jas@extundo.com>
11089
11090         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11091
11092 2005-10-07  Simon Josefsson  <jas@extundo.com>
11093
11094         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11095
11096 2005-10-06  Simon Josefsson  <jas@extundo.com>
11097
11098         * tests/test-hmac-md5.c: New file.
11099
11100         * modules/hmac-md5-tests: New file.
11101
11102         * modules/hmac-md5: New file.
11103
11104 2005-10-06  Simon Josefsson  <jas@extundo.com>
11105
11106         * m4/hmac-md5.m4: New file.
11107
11108         * m4/memxor.m4: Require gl_C_RESTRICT.
11109
11110 2005-10-06  Simon Josefsson  <jas@extundo.com>
11111
11112         * lib/memxor.c (memxor): Avoid casts and warnings.
11113
11114 2005-10-06  Simon Josefsson  <jas@extundo.com>
11115
11116         * lib/hmac-md5.c: New file.
11117
11118         * lib/hmac.h: New file.
11119
11120 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11123         promotes to int, not unsigned int, to catch the AIX 5.3
11124         compiler bug.
11125
11126 2005-10-05  Simon Josefsson  <jas@extundo.com>
11127
11128         * modules/memxor: New file.
11129
11130         * modules/iconv (Files): Move config.rpath to havelib, it is used
11131         there.
11132
11133         * modules/havelib (Files): Add config.rpath.
11134
11135 2005-10-05  Simon Josefsson  <jas@extundo.com>
11136
11137         * m4/memxor.m4: New file.
11138
11139 2005-10-05  Simon Josefsson  <jas@extundo.com>
11140
11141         * lib/memxor.c (memxor): Fix compiler error.
11142
11143         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11144         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11145
11146         * lib/memxor.h, lib/memxor.c: New files.
11147
11148         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11149         we assume all systems have it, suggested by Jim Meyering
11150         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11151         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11152         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11153         same reasons.
11154
11155 2005-10-05  Simon Josefsson  <jas@extundo.com>
11156
11157         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11158
11159 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11160
11161         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11162         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11163         needed, since the source code now assumes these .h files.
11164
11165 2005-10-05  Derek Price  <derek@ximbiot.com>
11166
11167         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11168
11169 2005-10-05  Bruno Haible  <bruno@clisp.org>
11170
11171         * modules/stdint (License): Change to LGPL.
11172
11173 2005-10-04  Simon Josefsson  <jas@extundo.com>
11174
11175         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11176         D. Baushke" <mdb@gnu.org>.
11177
11178 2005-10-04  Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/verify.h (verify_true): Provide alternative definition for C++.
11181
11182 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11183
11184         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11185         (SSIZE_MAX): New macro, if not already defined.
11186         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11187         than 2 GiB.
11188
11189 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11190
11191         Sync from coreutils.
11192         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11193         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11194         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11195         ULLONG_MAX doesn't work with 2.7.2.1.
11196
11197 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11200         From Ben Pfaff.
11201
11202         * modules/exclude (Depends-on): Depend on verify.
11203         * modules/strtoimax (Depends-on): Likewise.
11204         * modules/utimecmp (Depends-on): Likewise.
11205
11206 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11207
11208         * lib/exclude.c: Include verify.h.
11209         (verify): Remove.  All callers changed to use verify.h's version.
11210         * lib/strtoimax.c: Likewise.
11211         * lib/utimecmp.c: Likewis.e
11212
11213         Sync from coreutils.
11214         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11215         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11216         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11217         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11218         bother returning ENOSYS if settimeofday or stime fails; just let
11219         them return whatever errno they want to return.
11220         * lib/utimens.c: Include unistd.h, for dup2.
11221         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11222         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11223
11224 2005-10-02  Jim Meyering  <jim@meyering.net>
11225
11226         Sync from coreutils.
11227         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11228         from glibc-2.2.5 that fails for read-only files.
11229
11230 2005-10-02  Jim Meyering  <jim@meyering.net>
11231
11232         Sync from coreutils.
11233         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11234         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11235         `#if HAVE_CONFIG_H'.
11236         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11237         Remove AT_FDCWD test.
11238         Do not consume the fd unless successful.
11239         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11240         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11241         block, so that we don't even try to compile it if settimeofday is
11242         available.  This works around a compilation failure on OSF1 V5.1,
11243         due to stime requiring a `long int*' while tv_sec is `int'.
11244
11245 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11246
11247         Sync from coreutils.
11248         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11249         against `yes', rather than just testing for nonempty.
11250
11251 2005-10-01  Simon Josefsson  <jas@extundo.com>
11252
11253         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11254         and Darwin.
11255
11256         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11257         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11258         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11259         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11260         Check if struct addrinfo is declared.
11261
11262 2005-10-01  Simon Josefsson  <jas@extundo.com>
11263
11264         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11265         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11266         AI_* and EAI_* definitions.  Protect function declarations.
11267
11268 2005-10-01  Jim Meyering  <jim@meyering.net>
11269
11270         Sync from coreutils.
11271
11272         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11273         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11274         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11276         in the inet and nsl libraries.  Required on Solaris 5.7.
11277
11278 2005-10-01  Jim Meyering  <jim@meyering.net>
11279
11280         Sync from coreutils.
11281         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11282         in the inet and nsl libraries.  Required on Solaris 5.7.
11283
11284 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11285
11286         * lib/getdelim.c (getdelim): Remove unused variables.
11287
11288 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11289
11290         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11291         so that the code works even with ancient cpp.  Portability problem
11292         with GCC 2.7.2.1 reported by Thomas M.Ott.
11293
11294 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11295
11296         * modules/regex (Depends-on): Add strcase.
11297
11298         * modules/gethostname (Licence): Change from GPL to LGPL, since
11299         gethostname.c is a trivial implementation of a standard library
11300         function.
11301         * modules/poll (License): Change from GPL to LGPL, since it's
11302         derived from LGPL code.
11303
11304 2005-09-27  Jim Meyering  <jim@meyering.net>
11305
11306         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11307         HAVE_CONFIG_H.
11308
11309         * lib/intprops.h (signed_type_or_expr__): Define.
11310         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11311         for unsigned types.
11312
11313 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11314
11315         * lib/verify.h (verify_expr): Remove, replacing with:
11316         (verify_true): New macro that returns true instead of void.
11317         (verify_type__): Remove.
11318         (verify): Use verify_true rather than verify_type__.
11319
11320 2005-09-26  Bruno Haible  <bruno@clisp.org>
11321
11322         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11323         is necessary.
11324         (lib_SOURCES): Remove mbchar.c.
11325         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11326         (Files): Add m4/mbrtowc.m4.
11327         * modules/mbiter: Likewise.
11328         * modules/mbuiter: Likewise.
11329
11330 2005-09-26  Bruno Haible  <bruno@clisp.org>
11331
11332         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11333         compile mbchar.c if they are not both present.
11334         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11335         * m4/mbiter.m4 (gl_MBITER): Likewise.
11336         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11337         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11338         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11339
11340 2005-09-25  Jim Meyering  <jim@meyering.net>
11341
11342         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11343         also uses socklen_t.
11344
11345 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         * lib/utimens.c (ENOSYS): Define if not already defined.
11348         (futimens): Support having a null PATH if the file descriptor
11349         is nonnegative.
11350
11351         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11352         Remove.
11353         (__attribute): Define to empty unless GCC 3.1 or later.
11354         This works around a core dump on OpenBSD 3.4, which has GCC
11355         2.95.3, which dumps core when given __attribute__(()).  It also
11356         simplifies other tests, since we really don't want to bother with
11357         worrying about which ancient version of GCC supported what.
11358         Original problem reported by Yoann Vandoorselaere, with part of
11359         the fix suggested by Derek Price.
11360
11361 2005-09-24  Jim Meyering  <jim@meyering.net>
11362
11363         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11364         so we can once again use a positive bitfield width of 1 -- now we
11365         don't have to explain why we were using a bitfield width of 2.
11366
11367 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11368
11369         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11370         and similarly for the other external symbols.  Problem reported
11371         by James Gallager.
11372
11373         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11374         bug reported by Jim Meyering.
11375
11376         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11377         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11378         not needed, since socklen is a prerequisite module.
11379
11380 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11383         Problem reported by Eric Blake.
11384         (getaddrinfo): Initialize se so that it's not garbage.
11385         Redo internal storage allocation so that it doesn't make unportable
11386         assumptions about alignment.
11387         Fix a memory leak.
11388
11389         * lib/utimens.c (futimens): Use futimesat if available.
11390         Prefer it to futimes since it doesn't have the futimes bug.
11391
11392         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11393         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11394         Instead, declare a function that returns a pointer to an array,
11395         and use verify_type__ to declare the size of the array.
11396         Problem and germ of a solution reported by Bruno Haible.
11397         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11398         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11399
11400 2005-09-23  Jim Meyering  <jim@meyering.net>
11401
11402         Sync from coreutils.
11403         Correct build failure (socklen_t not defined) on at least
11404         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11405         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11406
11407 2005-09-23  Jim Meyering  <jim@meyering.net>
11408
11409         * modules/getaddrinfo (Depends-on): Add socklen.
11410
11411 2005-09-23  Bruno Haible  <bruno@clisp.org>
11412
11413         * tests/test-verify.c: New file.
11414
11415 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11416
11417         Sync from coreutils.
11418
11419         * modules/argmatch (Depends-on): Add verify.
11420         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11421         unistd-safer.
11422         * modules/save-cwd (Depends-on): Likewise.
11423
11424         * modules/openat (Files): Add lib/openat-die.c.
11425         (Depends-on): Remove error, exitfail.
11426         Add dirname.
11427
11428         * modules/verify: New file.
11429         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11430         with "verify" module.
11431
11432 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11433
11434         Sync from coreutils.
11435
11436         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11437         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11438         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11439         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11440         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11441         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11442         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11443         Don't bother checking for string.h, stdlib.h, unistd.h.
11444         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11445         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11446         module's job.
11447         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11448         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11449
11450         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11451         (gl_GETDATE): Use it.
11452
11453         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11454
11455 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11456
11457         Sync from coreutils.
11458
11459         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11460         stat-time.h.
11461         * lib/argmatch.h: Include verify.h
11462         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11463         (ARGMATCH_ASSERT): Remove; unused.
11464         * lib/canonicalize.c: Assume STDC_HEADERS.
11465         * lib/exclude.c: Include "strcase.h".
11466         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11467         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11468         and stdio-safer.h.
11469         (getusershell): Call fopen, not fopen_safer.
11470         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11471         Do not include unistd-safer.h.
11472         (save_cwd): Don't call fd_safer; no longer needed
11473         now that we include fcntl--.h.
11474
11475         * lib/getdate.y (relative_time): New type.
11476         (RELATIVE_TIME_0): New constant.
11477         (parser_control): Use relative_time instead of doing it ourselves.
11478         (%union): Add new relative_time rel member.
11479         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11480         Now typeless.
11481         (relunit, relunit_snumber): Now of type rel.
11482         (zone, rel, relunit, get_date): Adjust to above changes.
11483
11484         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11485         Do not include unistd-safer.h.
11486         (getloadavg): Don't call fd_safer; no longer needed
11487         now that we include fcntl--.h.
11488
11489         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11490         (make_dir_parents): Treat ENOSYS like EEXIST.
11491
11492         Improve quality of diagnostics on restore_cwd failure.
11493         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11494         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11495         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11496         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11497         each time through the loop.  Do not diagnose restore_cwd failure;
11498         that is the caller's job (and perhaps the caller does not care).
11499
11500         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11501         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11502         If the file already exists but is not a directory, don't bother
11503         to try to make its parents.
11504         Close potential file descriptor leak if we can't chdir("/") (!).
11505         Don't always return true if chdir($PWD) fails; return true only
11506         if the requested action was done successfully (except for the
11507         chdir($PWD)).
11508         Don't log final directory unless we actually made it.
11509         Refactor to avoid duplicate code to fix up permissions.
11510         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11511
11512         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11513         to make it a bit faster and (I hope) clearer.
11514         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11515         Fix bug in formats like %2N.
11516
11517         * lib/verify.h: New file.
11518
11519 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11520
11521         Sync from coreutils.
11522         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11523
11524 2005-09-22  Jim Meyering  <jim@meyering.net>
11525
11526         Sync from coreutils.
11527
11528         * m4/lstat.m4 (gl_FUNC_LSTAT):
11529         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11530         Remove obsolete comment.
11531         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11532         * m4/xstrtod.m4: Likewise.
11533
11534         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11535
11536 2005-09-22  Jim Meyering  <jim@meyering.net>
11537
11538         Sync from coreutils.
11539
11540         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11541
11542         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11543         the .tm_year member, since otherwise gcc-4.0 would now warn about
11544         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11545
11546         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11547         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11548
11549         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11550         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11551         when run in a time zone for which daylight savings time is in effect
11552         for the starting date.
11553
11554         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11555         stop us from restricting permissions of just-created absolute-named
11556         directories.
11557         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11558         to restore initial working directory.
11559         * lib/mkdir-p.c (make_dir_parents): New parameter:
11560         different_working_dir, to tell caller if/when we change the working
11561         directory and are unable to return to the initial one.
11562         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11563         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11564         `return false'.  This fixes a bug introduced on 2004-07-30.
11565
11566         * lib/openat.c (fdopendir): Be sure to close the supplied
11567         file descriptor before returning.  This makes our replacement
11568         implementation a little closer to Solaris's, where fdopendir
11569         ties the file descriptor to the returned DIR* pointer.
11570         * lib/openat.c (unlinkat): New function.
11571         * lib/openat.h (unlinkat): Add prototype.
11572         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11573         (openat_restore_fail): Rename from openat_restore_die.
11574         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11575
11576         Provide an alternative to exiting immediately upon save_cwd or
11577         restore_cwd failure.  Now, an application can arrange e.g.,
11578         to perform a longjump in that case.
11579         * lib/openat.c: Include dirname.h.
11580         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11581         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11582         and openat_restore_die rather than calling error directly.
11583         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11584
11585         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11586         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11587         define.
11588
11589         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11590         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11591                             int utc, int nanoseconds);
11592         Background:
11593         date should not have to allocate a megabyte of virtual memory to
11594         handle a format argument like +%1048575T.  When implemented with
11595         strftime, it must allocate such a buffer, use strftime to fill it
11596         in, print it, then free it.
11597         With fprintftime, it simply prints everything and exits.
11598         With no need for memory allocation, that's one fewer way to fail.
11599         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11600         optional field width, not before, so we accept %9:z, not %:9z.
11601         (my_strftime): Be sure to use L_('x') for literals.
11602
11603         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11604         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11605         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11606         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11607         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11608         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11609         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11610         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11611         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11612         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11613         * lib/xgethostname.c, lib/xreadlink.c:
11614         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11615
11616         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11617         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11618         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11619         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11620         and don't include <sys/file.h>).
11621
11622 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11623
11624         Sync from coreutils.
11625
11626         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11627         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11628         [!LDAV_DONE]: Avoid unused variable warning.
11629
11630 2005-09-21  Bruno Haible  <bruno@clisp.org>
11631
11632         * lib/unicodeio.h (unicode_to_mb): New declaration.
11633
11634 2005-09-20  Derek Price  <derek@ximbiot.com>
11635
11636         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11637         getaddrinfo.h.
11638
11639 2005-09-20  Bruno Haible  <bruno@clisp.org>
11640
11641         * gnulib-tool: Remove trailing slashes from the values specified for
11642         --source-base, --m4-base, --tests-base, --aux-dir.
11643         Suggested by Simon Josefsson <jas@extundo.com>.
11644
11645 2005-09-20  Bruno Haible  <bruno@clisp.org>
11646
11647         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11648         func_modules_to_filelist, func_import, func_create_testdir): Make all
11649         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11650         change when gnulib-tool is invoked in a different locale.
11651
11652 2005-09-19  Simon Josefsson  <jas@extundo.com>
11653
11654         * m4/socklen.m4: Fix typo.
11655
11656 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11657
11658         Use a consistent style for including <config.h>.
11659         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11660         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11661         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11662         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11663         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11664         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11665         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11666         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11667         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11668         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11669         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11670         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11671         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11672         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11673         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11674         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11675         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11676         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11677         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11678         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11679         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11680         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11681         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11682         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11683         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11684         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11685         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11686         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11687         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11688         lib/xstrtoumax.c, lib/yesno.c:
11689         Standardize inclusion of config.h.
11690         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11691         lib/inttostr.h:  Removed inclusion of config.h from header files.
11692         * lib/inttostr.c:  Adjusted in-tree users.
11693         * lib/timespec.h: Remove superfluous warning to include config.h.
11694         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11695         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11696         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11697         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11698         config.h with HAVE_CONFIG_H.
11699
11700 2005-09-19  Jim Meyering  <jim@meyering.net>
11701
11702         * modules/pathmax (License): Change to LGPL.
11703
11704 2005-09-19  Derek Price  <derek@ximbiot.com>
11705
11706         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11707
11708 2005-09-19  Bruno Haible  <bruno@clisp.org>
11709
11710         * gnulib-tool (import): Provide default for --tests-base.
11711
11712 2005-09-19  Bruno Haible  <bruno@clisp.org>
11713
11714         * doc/quote.texi: New file, extracted from gnulib.texi.
11715         * doc/ctime.texi: New file, extracted from gnulib.texi.
11716         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11717         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11718         * doc/gnulib.texi: Include them.
11719
11720 2005-09-18  Bruno Haible  <bruno@clisp.org>
11721
11722         Portability fix.
11723         * gnulib-tool (func_readlink): New function.
11724         (func_ln_if_changed): Use it.
11725
11726 2005-09-18  Bruno Haible  <bruno@clisp.org>
11727
11728         * gnulib-tool: Support --with-tests also with --import.
11729         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11730         (func_import): Use variables $testsbase and $inctests. Emit a
11731         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11732         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11733         SUBDIRS += $testsdir.
11734         (func_create_testdir): Update.
11735
11736 2005-09-18  Bruno Haible  <bruno@clisp.org>
11737
11738         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11739         instead of $dry_run.
11740         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11741         (func_ln_if_changed): Don't handle dry-run here.
11742         (func_import): In dry-run mode, detect more precisely which actions
11743         would be performed, and don't use "...ing" verbs.
11744
11745 2005-09-18  Bruno Haible  <bruno@clisp.org>
11746
11747         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11748         (func_import): Use join on two temporary files instead of three nested
11749         loops, in order to determine which files are new or old.
11750
11751 2005-09-18  Bruno Haible  <bruno@clisp.org>
11752
11753         * gnulib-tool (func_import): Comment out code that spits out the
11754         new files with --dry-run.
11755
11756 2005-09-18  Bruno Haible  <bruno@clisp.org>
11757
11758         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11759
11760 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11761
11762         * lib/stat-time.h: New file.
11763         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11764         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11765         in a different way.
11766         (timespec_cmp): New function.
11767         * lib/utimecmp.c: Include stat-time.h.
11768         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11769         members exist, not on the obsolescent ST_MTIM_NSEC.
11770         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11771
11772 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11773
11774         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11775
11776 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11777
11778         * MODULES.html.sh (File system functions): Add stat-time.
11779         * modules/stat-time: New file.
11780         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11781         is now done in a different way, by the stat-time module.
11782         * modules/utimecmp (Depends-on): Add stat-time.
11783
11784 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * m4/st_mtim.m4: Remove.  Superseded by...
11787         * m4/stat-time.m4: New file.
11788         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11789         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11790
11791 2005-09-15  Derek Price  <derek@ximbiot.com>
11792
11793         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11794
11795 2005-09-15  Derek Price  <derek@ximbiot.com>
11796
11797         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11798         * lib/regex_internal.c: Ditto, using this...
11799         (__GNUC_PREREQ): ...new macro.
11800         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11801         using...
11802         (__GNUC_PREREQ): ...this new macro.
11803
11804         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11805
11806 2005-09-15  Derek Price  <derek@ximbiot.com>
11807             Paul Eggert  <eggert@cs.ucla.edu>
11808
11809         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11810         changes, consolidating in...
11811         * lib/regex_internal.h: ...this file.
11812
11813 2005-09-13  Jim Meyering  <jim@meyering.net>
11814
11815         * lib/canon-host.c: Filter through gnu indent and reword comments
11816         slightly.
11817         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11818
11819 2005-09-13  Derek Price  <derek@ximbiot.com>
11820
11821         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11822         failure.
11823         Reported by Jim Meyering  <jim@meyering.net>.
11824
11825 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11826
11827         * lib/base64.c: Typo.
11828         (base64_encode): Put b64str in initialized data section.
11829
11830 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         Merge glibc and coreutils changes into gnulib, plus a few
11833         extra fixes.
11834         * lib/md5.c: Use #error rather than a string.
11835         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11836         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11837         (__attribute__): Define to empty for non recent-GCC.
11838         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11839         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11840         Renamed from their non-__ counterparts, with new macros replacing
11841         them if not _LIBC.  Add __THROW attribute.
11842         (rol): Remove.
11843         (struct md5_ctx): Align buffer if using GCC.
11844         * lib/sha1.h (struct sha1_ctx): Likewise.
11845         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11846         The old name was backwards.
11847         (NOTSWAP): Remove; not used.
11848         (rol): New macro, moved here from md5.h.
11849         (sha1_process_block): Remove a FIXME that doesn't make sense.
11850
11851 2005-09-12  Derek Price  <derek@ximbiot.com>
11852
11853         Return usable errors from canon-host.
11854         * lib/canon-host.h: New file.
11855         * lib/canon-host.c (canon_host): Wrap...
11856         (canon_host_r): ...this new function, which now relies exclusively on
11857         getaddrinfo.
11858         (ch_strerror): New function.
11859         (last_cherror): New global.
11860         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11861         interface.
11862         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11863         void *.
11864         (freeaddrinfo): Free ai->ai_canonname when set.
11865
11866 2005-09-12  Derek Price  <derek@ximbiot.com>
11867
11868         Make canon-host require getaddrinfo.
11869         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11870         AC_LIBSOURCE canon-host.h.  Call...
11871         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11872         gl_GETADDRINFO.
11873         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11874
11875 2005-09-12  Derek Price  <derek@ximbiot.com>
11876
11877         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11878         LGPL.
11879         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11880
11881 2005-09-12  Derek Price  <derek@ximbiot.com>
11882
11883         * lib/gai_strerror.c: Include config.h when available.  Include
11884         getaddrinfo.h before other headers to test interface.
11885         Reported by Larry Jones <lawrence.jones@ugs.com>.
11886
11887 2005-09-12  Derek Price  <derek@ximbiot.com>
11888             Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * modules/glob (Files): Add glob-libc.h.
11891
11892 2005-09-12  Derek Price  <derek@ximbiot.com>
11893             Paul Eggert  <eggert@cs.ucla.edu>
11894
11895         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11896         glob_.h, glob-libc.h.
11897         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11898
11899 2005-09-12  Derek Price  <derek@ximbiot.com>
11900             Paul Eggert  <eggert@cs.ucla.edu>
11901
11902         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11903         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11904         protecting things that should be done only in gnulib contexts.
11905         * lib/glob_.h: New file, containing only the glob things needed for
11906         gnulib.
11907         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11908         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11909         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11910         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11911         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11912         and to respect the namespace rules better.
11913
11914 2005-09-08  Simon Josefsson  <jas@extundo.com>
11915
11916         * modules/socklen: New file.
11917
11918 2005-09-08  Simon Josefsson  <jas@extundo.com>
11919
11920         * m4/socklen.m4: New file.
11921
11922 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11923
11924         * modules/utimens (Files): Add m4/utimbuf.m4, since
11925         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11926         Reported by Sergey Poznyakoff.
11927
11928 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11929
11930         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11931         definitions, since that's the preferred style in glibc.
11932         Fix a minor spacing issue, and update copyright notice to match
11933         glibc's.
11934
11935 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11936
11937         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11938
11939 2005-09-06  Simon Josefsson  <jas@extundo.com>
11940
11941         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11942         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11943
11944 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11945
11946         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11947         warning.
11948
11949 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         * config/srclist.txt: Add glibc bug 1302.
11952
11953 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11954
11955         Change bitset word type from unsigned int to unsigned long int,
11956         as this has better performance on typical 64-bit hosts.
11957         Port bitset code to hosts with unusual word sizes.
11958         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11959         (build_collating_symbol):
11960         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11961         argument is a bitset.  This is merely a style issue, but it makes
11962         it clearer that an entire array is expected.
11963         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11964         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11965         Port to the case where bitset_word is not the same as unsigned int.
11966         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11967         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11968         Likewise.
11969         * lib/regexec.c (check_dst_limits_calc_pos_1,
11970         check_subexp_matching_top):
11971         (build_trtable, group_nodes_into_DFAstates):
11972         Likewise.
11973         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11974         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11975         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11976         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11977         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11978         * lib/regcomp.c (optimize_subexps, lower_subexp):
11979         Work even if bitset_word has holes in its bitwise representation.
11980         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11981         * lib/regexec.c (check_dst_limits_calc_pos_1,
11982         check_subexp_matching_top):
11983         Likewise.
11984         * lib/regex_internal.c (re_string_reconstruct):
11985         Don't assume UCHAR_MAX == 255.
11986         * lib/regex_internal.h (bitset_set_all): Likewise.
11987         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11988         All uses changed.
11989         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11990         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11991         All uses changed.
11992         (BITSET_WORD_MAX): New macro.
11993         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11994         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11995         (bitset_empty, bitset_copy):
11996         Prefer sizeof (bitset) to multiplying it out ourselves.
11997         (bitset_not_merge): Remove; unused.
11998         (bitset_contain): Return bool, not unsigned int with one bit on.
11999         All callers changed.
12000         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12001         alignment than re_node_set; do this by defining a new internal
12002         type struct dests_alloc and using it to allocate memory.
12003
12004 2005-09-05  Bruno Haible  <bruno@clisp.org>
12005
12006         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12007         links.
12008
12009 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12010
12011         * modules/size_max (Makefile.am): Add size_max.h
12012
12013 2005-09-04  Derek Price  <derek@ximbiot.com>
12014
12015         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12016
12017 2005-09-03  Simon Josefsson  <jas@extundo.com>
12018
12019         * gnulib-tool: Fix typo.
12020
12021 2005-09-03  Simon Josefsson  <jas@extundo.com>
12022
12023         * config/srclist.txt: Add glibc bug 1293.
12024
12025 2005-09-03  Derek Price  <derek@ximbiot.com>
12026
12027         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12028         From Larry Jones <lawrence.jones@ugs.com>.
12029
12030 2005-09-02  Simon Josefsson  <jas@extundo.com>
12031
12032         * modules/socklen: New file.
12033
12034 2005-09-02  Simon Josefsson  <jas@extundo.com>
12035
12036         * modules/havelib: New module.
12037
12038         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12039         Use havelib.
12040
12041 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         Check for arithmetic overflow when calculating sizes, to prevent
12044         some buffer-overflow issues.  These patches are conservative, in the
12045         sense that when I couldn't determine whether an overflow was possible,
12046         I inserted a run-time check.
12047         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12048         macros.
12049         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12050         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12051         (re_xnrealloc, re_x2nrealloc): New inline functions.
12052         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12053         parse_bracket_exp):
12054         (build_equiv_class, build_charclass): Check for arithmetic overflow
12055         in size expression calculations.
12056         * lib/regex_internal.c (re_string_realloc_buffers):
12057         (build_wcs_upper_buffer, re_node_set_add_intersect):
12058         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12059         (re_dfa_add_node, register_state): Likewise.
12060         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12061         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12062         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12063         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12064
12065 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12068         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12069
12070 2005-09-02  Bruno Haible  <bruno@clisp.org>
12071
12072         Support for lib vs. lib64 distinction on biarch platforms.
12073         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12074         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12075         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12076
12077 2005-09-02  Bruno Haible  <bruno@clisp.org>
12078
12079         * gnulib-tool (import): In the other first-use case, provide defaults
12080         as well.
12081
12082 2005-09-02  Bruno Haible  <bruno@clisp.org>
12083
12084         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12085         patches not yet found in the latest gettext release.
12086
12087 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12088
12089         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12090         to avoid a collision with bits/local_lim.h in glibc.
12091         All uses changed.  Problem reported by Dmitry V. Levin in
12092         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12093
12094         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12095         bugs in int versus size_t comparisons.
12096         (re_string_context_at): Fix bug where the code assumed that
12097         Idx is signed.
12098
12099         Use bool where appropriate.
12100         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12101         All callers changed.
12102         (calc_eclosure_iter): Likewise, for ROOT arg.
12103         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12104         (build_charclass_op): Likewise, for NON_MATCH arg.
12105         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12106         (re_string_construct_common): Likewise, for ICASE arg.
12107         * lib/regexec.c (re_search_2_stub, re_search_stub):
12108         Likewise, for RET_LEN arg.
12109         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12110         (set_regs): Likewise, for FL_BACKTRACK arg.
12111         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12112         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12113         (calc_eclosure_iter, parse_bracket_exp):
12114         Use bool for internal variables that are booleans.
12115         * lib/regexec.c (re_search_internal, check_matching,
12116         proceed_next_node):
12117         (set_regs, build_sifted_states, sift_states_bkref):
12118         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12119         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12120         (find_collation_sequence_value):
12121         Likewise.
12122         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12123         (re_node_set_compare):
12124         Return bool, not int. All callers changed.
12125         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12126         (build_trtable, check_node_accept): Likewise.
12127         * lib/regex_internal.h: Include stdbool.h.
12128
12129         Fix bugs uncovered when converting to bool.
12130         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12131         failure instead of charging ahead blindly.
12132         * lib/regex_internal.c (register_state): Likewise.
12133         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12134         for freeing internal storage.
12135         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12136         bitset pieces used as boolean, to avoid undefined behavior
12137         on hosts that do int overflow checking.
12138
12139 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12140
12141         * config/srclist.txt: Add glibc bugs 1285-1287.
12142
12143 2005-09-01  Jim Meyering  <jim@meyering.net>
12144
12145         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12146         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12147         Require gl_STAT_MACROS, too.
12148
12149 2005-09-01  Bruno Haible  <bruno@clisp.org>
12150
12151         * gnulib-tool (import): In the first-use case, provide defaults.
12152
12153 2005-09-01  Bruno Haible  <bruno@clisp.org>
12154
12155         * gnulib-tool (func_import): Remove the .tmp files.
12156
12157 2005-09-01  Bruno Haible  <bruno@clisp.org>
12158
12159         * gnulib-tool (func_import): Fix handling of symbolic links.
12160
12161 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12164         old glibc regex code mishandles strings longer than 2**31 bytes.
12165         This patch fixes this when the regex code is used in gnulib
12166         (i.e., outside glibc).
12167
12168         This patch should not affect the use of the regex code inside
12169         glibc.  No doubt this problem also needs to be handled for glibc
12170         as well, but the result will be an incompatible change to the
12171         glibc ABI, and the old ABI will have to be supported too.  That
12172         can be the the subject for another patch.
12173
12174         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12175         governing whether the rest of this patch is active.  By default,
12176         the macro is disabled and the patch has no effect.
12177         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12178         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12179         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12180         (re_match_2, re_set_registers): Use the new types.
12181         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12182         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12183         New macros.
12184         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12185         (re_string_context_at, bin_tree_t, re_dfastate_t):
12186         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12187         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12188         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12189         (re_string_char_size_at, re_string_wchar_at):
12190         (re_string_elem_size_at):
12191         Use the new types and macros to port to 64-bit hosts.
12192         Use unsigned types for internal values, so that the code
12193         mostly works even for arrays larger than SSIZE_MAX.
12194         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12195         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12196         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12197         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12198         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12199         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12200         (calc_inveclosure, parse_dup_op, build_range_exp):
12201         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12202         (fetch_number, create_token_tree, mark_opt_subexp):
12203         Likewise.
12204         * lib/regex_internal.c (re_string_construct_common,
12205         create_ci_newstate):
12206         (create_cd_newstate, re_string_allocate, re_string_construct):
12207         (re_string_realloc_buffers, build_wcs_upper_buffer):
12208         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12209         (re_string_reconstruct, re_string_peek_byte_case):
12210         (re_string_fetch_byte_case, re_string_context_at):
12211         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12212         (re_node_set_init_copy, re_node_set_add_intersect):
12213         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12214         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12215         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12216         (re_acquire_state, re_acquire_state_context, register_state):
12217         Likewise.
12218         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12219         search_cur_bkref_entry):
12220         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12221         (re_search_internal, re_search_2_stub, re_search_stub)
12222         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12223         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12224         (update_cur_sifted_state, check_dst_limits):
12225         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12226         (check_subexp_limits, sift_states_bkref, merge_state_array):
12227         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12228         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12229         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12230         (expand_bkref_cache, check_node_accept_bytes):
12231         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12232         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12233         (acquire_init_state_context, check_halt_node_context):
12234         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12235         (sift_states_backward, clean_state_log_if_needed):
12236         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12237         (find_recover_state, transit_state_sb, transit_state_mb):
12238         (transit_state_bkref, build_trtable, match_ctx_clean):
12239         Likewise.
12240         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12241         to work around an assumption that REG_MISSING is negative.
12242
12243         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12244         (seek_collating_symbol_entry) [defined _LIBC]:
12245         (lookup_collation_sequence_value) [defined _LIBC]:
12246         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12247         Use prototypes rather than old-style function definitions.
12248         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12249         (transit_state_sb) [0]:
12250         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12251
12252         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12253         rm_eo.
12254
12255         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12256         (optimize_subexps, lower_subexp):
12257         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12258         since the signed shift might overflow.  Use 1u<<31 instead.
12259         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12260         Likewise.
12261         * lib/regexec.c (check_dst_limits_calc_pos_1,
12262         check_subexp_matching_top): Likewise.
12263
12264         * lib/regcomp.c (optimize_subexps, lower_subexp):
12265         Use CHAR_BIT rather than 8, for clarity.
12266         * lib/regexec.c (check_dst_limits_calc_pos_1):
12267         (check_subexp_matching_top): Likewise.
12268         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12269         have to worry about portability issues when shifting it left.
12270         Remove no-longer-needed test for table_size > 0.
12271         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12272         in a word, as the resulting behavior is undefined.
12273         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12274         in one case, a <= should have been an <, and in another case the
12275         whole test was missing.
12276         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12277         the standard name CHAR_BIT.
12278         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12279         this is not true on one's complement and signed-magnitude hosts.
12280
12281         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12282         next_last_offset.
12283         (struct re_dfa_t): Remove unused member states_alloc.
12284         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12285
12286 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12287
12288         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12289         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12290         and large-file glibc and in 32-bit large-file Solaris.
12291
12292 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12295         lengths fit in regoff_t; this isn't true if regoff_t is the same
12296         width as size_t.
12297         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12298         (= START + RANGE) instead of RANGE.  This avoids overflow
12299         problems when regoff_t is the same width as size_t.
12300         All callers changed.
12301         (re_search_2_stub): Check for overflow when adding the
12302         sizes of the two strings.
12303         (re_search_stub): Check for overflow when adding START
12304         to RANGE; if it occurs, substitute the extreme value.
12305
12306 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12309
12310 2005-08-31  Jim Meyering  <jim@meyering.net>
12311
12312         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12313         a pointer-to-const.
12314         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12315         (register_state): Likewise.
12316         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12317         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12318         (group_nodes_into_DFAstates): Likewise.
12319
12320 2005-08-31  Jim Meyering  <jim@meyering.net>
12321
12322         * check-module: Add a FIXME comment.
12323
12324 2005-08-31  Eric Blake  <ebb9@byu.net>
12325
12326         * modules/unistd-safer (Files): Add unistd--.h.
12327         * modules/stdio-safer (Files): Add stdio--.h.
12328
12329 2005-08-31  Derek Price  <derek@ximbiot.com>
12330
12331         * lib/getdelim.c (getdelim): Return EOF on EOF.
12332         Reported by Larry Jones <lawrence.jones@ugs.com>.
12333
12334 2005-08-31  Bruno Haible  <bruno@clisp.org>
12335
12336         Avoid unnecessary diffs in the generated lib/Makefile.am.
12337         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12338         the generated files.
12339         (func_import): Don't set cmd.
12340
12341 2005-08-31  Bruno Haible  <bruno@clisp.org>
12342
12343         * lib/strstr.c: Include <stddef.h>, for NULL.
12344         * lib/strcasestr.c: Likewise.
12345         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12346
12347 2005-08-31  Bruno Haible  <bruno@clisp.org>
12348
12349         * gnulib-tool: New option --macro-prefix.
12350         (func_import): Use macro_prefix.
12351         (import): Handle option --macro-prefix.
12352
12353 2005-08-31  Bruno Haible  <bruno@clisp.org>
12354
12355         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12356         Also use new variables cached_lgpl, cached_libtool.
12357
12358 2005-08-31  Bruno Haible  <bruno@clisp.org>
12359
12360         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12361         always instantiating them.
12362
12363 2005-08-31  Bruno Haible  <bruno@clisp.org>
12364
12365         * gnulib-tool (func_import): Read the previous cached settings
12366         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12367         earlier added by gnulib but are now dropped. Warn when a gnulib file
12368         overwrites a non-gnulib file.
12369
12370 2005-08-31  Bruno Haible  <bruno@clisp.org>
12371
12372         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12373         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12374         projects that don't keep autogenerated files in CVS. Put into
12375         actioncmd only the specified modules, not the transitive closure.
12376
12377 2005-08-31  Bruno Haible  <bruno@clisp.org>
12378
12379         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12380         Create directories that shall be filled.
12381         (import): Don't look for gl_* macros in configure.ac. Recurse across
12382         all directories containing a gnulib-cache.m4 files, if meaningful.
12383
12384 2005-08-31  Bruno Haible  <bruno@clisp.org>
12385
12386         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12387         (import): Set seen_libtool when we see gl_LIBTOOL.
12388
12389 2005-08-31  Bruno Haible  <bruno@clisp.org>
12390
12391         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12392         declaration macro definitions from generated gnulib.m4.
12393
12394 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12395
12396         * lib/iconvme.h: Add prototype for iconv_alloc.
12397
12398 2005-08-29  Simon Josefsson  <jas@extundo.com>
12399
12400         * lib/iconvme.c: Fix errno.
12401
12402 2005-08-29  Bruno Haible  <bruno@clisp.org>
12403
12404         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12405         that it works when the directory contains spaces.
12406
12407 2005-08-29  Bruno Haible  <bruno@clisp.org>
12408
12409         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12410
12411 2005-08-29  Bruno Haible  <bruno@clisp.org>
12412
12413         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12414         Emit more advice.
12415
12416 2005-08-29  Bruno Haible  <bruno@clisp.org>
12417         and Stepan Kasal  <kasal@ucw.cz>
12418
12419         * check-module: If more parameters are given, check each of them
12420         separately; add more exceptions, as noted by Jim Meyering.
12421         (check_module): New procedure.
12422         (%exempt_header): Now contains all exceptions.
12423
12424 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12425
12426         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12427
12428 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12429
12430         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12431
12432 2005-08-28  Bruno Haible  <bruno@clisp.org>
12433
12434         * m4/gnulib-tool.m4: New file.
12435
12436 2005-08-27  Jim Meyering  <jim@meyering.net>
12437
12438         * modules/unistd-safer (Files): Add pipe-safer.c.
12439         * modules/fcntl-safer (Files): Add creat-safer.c.
12440
12441 2005-08-27  Jim Meyering  <jim@meyering.net>
12442
12443         * m4/stdlib-safer.m4: New file.  From coreutils.
12444         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12445         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12446         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12447         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12448         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12449
12450 2005-08-27  Jim Meyering  <jim@meyering.net>
12451
12452         * lib/fopen-safer.c: Merge minor changes from coreutils.
12453         * lib/dup-safer.c: Likewise.
12454         * lib/fd-safer.c: Likewise.
12455
12456         Merge from coreutils.
12457         * lib/stdio--.h: New file.
12458         * lib/stdlib--.h: New file.
12459         * lib/mkstemp-safer.c: New file.
12460
12461         GNU tar needs these.
12462         * lib/pipe-safer.c: New file.
12463         * lib/creat-safer.c: New file.
12464         * lib/fcntl--.h (creat): Define to creat_safer.
12465         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12466         * lib/unistd--.h (pipe): Define to pipe_safer.
12467         * lib/unistd-safer.h: Declare pipe_safer.
12468
12469 2005-08-26  Simon Josefsson  <jas@extundo.com>
12470
12471         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12472         Haible <bruno@clisp.org>.
12473
12474 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12475
12476         * lib/regex_internal.h: Remove all references to
12477         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12478         or better.
12479         (bitset_not, bitset_merge, bitset_not_merge):
12480         (bitset_mask, re_string_allocate, re_string_construct):
12481         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12482         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12483         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12484         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12485         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12486         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12487         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12488         (re_acquire_state_context):
12489         Remove unnecessary forward decls.
12490         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12491         Put __attribute at function definition,
12492         now that the function decl has been removed.
12493         * lib/regex_internal.c (re_string_peek_byte_case):
12494         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12495         Likewise.
12496
12497 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12498
12499         * m4/regex.m4: Add AC_PREREQ(2.50).
12500         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12501
12502 2005-08-25  Simon Josefsson  <jas@extundo.com>
12503
12504         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12505         __fsetlocking.
12506
12507 2005-08-25  Simon Josefsson  <jas@extundo.com>
12508
12509         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12510         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12511         GLIBC specific code.
12512
12513 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         Make regex safe for g++.  This fixes one real bug (an "err"
12516         that should have been "*err").  g++ problem reported by
12517         Sam Steingold.
12518         * lib/regex_internal.h (re_calloc): New macro, consistent with
12519         re_malloc etc.  All callers of calloc changed to use re_calloc.
12520         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12521         not int.  All callers changed.
12522         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12523         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12524         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12525         (find_recover_state): Change "err" to "*err"; this fixes what
12526         appears to be a real bug.
12527         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12528         versus int.
12529
12530 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12531
12532         * modules/regex (Depends-on): Add malloc, since the code
12533         assumes that !malloc(0) means failure.
12534
12535 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12538
12539         alloca modernization/simplification for regex.
12540         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12541         needs to be at the start of the file, and can be moved into
12542         regex_internal.h and simplified.
12543         * lib/regex_internal.h: Include <alloca.h>.
12544         (__libc_use_alloca) [!defined _LIBC]: New macro.
12545         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12546         now works outside glibc.
12547
12548 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12549
12550         * config/srclist.txt: Add glibc bugs 1241, 1245.
12551
12552 2005-08-25  Jim Meyering  <jim@meyering.net>
12553
12554         * lib/open-safer.c: Include <config.h>.
12555         Otherwise, we'd lose LARGEFILE support in any file using
12556         e.g. "fcntl--.h"
12557
12558 2005-08-25  Bruno Haible  <bruno@clisp.org>
12559
12560         * m4/minmax.m4: Require autoconf 2.52.
12561         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12562         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12563         alternatives of translit over the alphabet.
12564         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12565
12566 2005-08-24  Simon Josefsson  <jas@extundo.com>
12567
12568         * tests/test-getpass.c: New file.
12569
12570 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12573         for GNU regex features.
12574
12575 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12576
12577         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12578         * lib/regex.h (regerror): Likewise.
12579
12580         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12581         requires this.  (The code never needed it.)
12582
12583         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12584         All uses of recently-renamed identifiers changed to use the new,
12585         POSIX-compliant names.  The code will build and run just fine
12586         without these changes, but it's better to eat our own dog food
12587         and use the standard-conforming names.
12588
12589         * lib/regex.h: Fix a multitude of POSIX name space violations.
12590         These changes have an effect only for programs that define
12591         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12592         do not change anything for programs compiled in the normal way.
12593         Also, there is no effect on the ABI.
12594
12595         (_REGEX_SOURCE): New macro.
12596         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12597         defined and _GNU_SOURCE is not; this fixes a name space violation.
12598
12599         Rename the following macros to obey POSIX requirements.
12600         The old names are still visible as macros if _REGEX_SOURCE is defined.
12601         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12602         RE_BACKSLASH_ESCAPE_IN_LISTS.
12603         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12604         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12605         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12606         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12607         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12608         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12609         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12610         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12611         (REG_INTERVALS): renamed from RE_INTERVALS.
12612         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12613         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12614         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12615         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12616         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12617         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12618         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12619         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12620         RE_UNMATCHED_RIGHT_PAREN_ORD.
12621         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12622         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12623         (REG_DEBUG): renamed from RE_DEBUG.
12624         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12625         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12626         unusual, since we can't clash with the POSIX REG_ICASE.
12627         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12628         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12629         (REG_NO_SUB): renamed from RE_NO_SUB.
12630         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12631         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12632         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12633         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12634         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12635         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12636         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12637         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12638         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12639         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12640         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12641         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12642         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12643         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12644         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12645         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12646         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12647         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12648         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12649         (REG_FIXED): Renamed from REGS_FIXED.
12650         (REG_NREGS): Renamed from RE_NREGS.
12651
12652         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12653         of other REG_* macros, since POSIX says the user is allowed to
12654         #undef these macros selectively.
12655
12656         (reg_errcode_t): Update comment stating what other tables need
12657         to be consistent.
12658
12659         Rename the following enum values to obey POSIX requirements.
12660         The old names are still visible as macros.
12661         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12662         is not defined, since GNU is supposed to be a superset of POSIX as
12663         much as possible, and since we want reg_errcode_t to be a signed
12664         type for implementation consistency.
12665         (_REG_NOERROR): Renamed from REG_NOERROR.
12666         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12667         (_REG_BADPAT): Renamed from REG_BADPAT.
12668         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12669         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12670         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12671         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12672         (_REG_EBRACK): Renamed from REG_EBRACK.
12673         (_REG_EPAREN): Renamed from REG_EPAREN.
12674         (_REG_EBRACE): Renamed from REG_EBRACE.
12675         (_REG_BADBR): Renamed from REG_BADBR.
12676         (_REG_ERANGE): Renamed from REG_ERANGE.
12677         (_REG_ESPACE): Renamed from REG_ESPACE.
12678         (_REG_BADRPT): Renamed from REG_BADRPT.
12679         (_REG_EEND): Renamed from REG_EEND.
12680         (_REG_ESIZE): Renamed from REG_ESIZE.
12681         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12682         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12683         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12684         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12685         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12686
12687         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12688         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12689         changed.  But support the old name if the new one is not defined
12690         and if _REGEX_SOURCE.
12691
12692         Change the following member names in struct re_pattern_buffer.
12693         The old names are still supported if !_REGEX_SOURCE.
12694         The new names are always supported, regardless of _REGEX_SOURCE.
12695         (re_buffer): Renamed from buffer.
12696         (re_allocated): Renamed from allocated.
12697         (re_used): Renamed from used.
12698         (re_syntax): Renamed from syntax.
12699         (re_fastmap): Renamed from fastmap.
12700         (re_translate): Renamed from translate.
12701         (re_can_be_null): Renamed from can_be_null.
12702         (re_regs_allocated): Renamed from regs_allocated.
12703         (re_fastmap_accurate): Renamed from fastmap_accurate.
12704         (re_no_sub): Renamed from no_sub.
12705         (re_not_bol): Renamed from not_bol.
12706         (re_not_eol): Renamed from not_eol.
12707         (re_newline_anchor): Renamed from newline_anchor.
12708
12709         Change the following member names in struct re_registers.
12710         The old names are still supported if !_REGEX_SOURCE.
12711         The new names are always supported, regardless of _REGEX_SOURCE.
12712         (rm_num_regs): Renamed from num_regs.
12713         (rm_start): Renamed from start.
12714         (rm_end): Renamed from end.
12715
12716         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12717         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12718         Prepend __ to parameter names.
12719
12720         Undo yesterday's changes.
12721
12722 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12725         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12726         lib/regex.c.
12727
12728 2005-08-24  Jim Meyering  <jim@meyering.net>
12729
12730         Sync from coreutils.
12731         * m4/fcntl-safer.m4: New file.
12732
12733         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12734         and object files for this module.
12735
12736 2005-08-24  Jim Meyering  <jim@meyering.net>
12737
12738         Sync from coreutils.
12739         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12740
12741 2005-08-24  Jim Meyering  <jim@meyering.net>
12742
12743         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12744         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12745
12746 2005-08-24  Jim Meyering  <jim@meyering.net>
12747
12748         * modules/fcntl-safer: New module.
12749         * modules/fts (Depends-on): Add fcntl-safer.
12750         * MODULES.html.sh (File descriptor based Input/Output):
12751         Add fcntl-safer.
12752
12753 2005-08-24  Bruno Haible  <bruno@clisp.org>
12754
12755         Support for unit test modules.
12756         * modules/README: Mention tests modules.
12757         * modules/TEMPLATE-TESTS: New file.
12758         * gnulib-tool: New options --extract-tests-module, --with-tests and
12759         --tests-base (unused for the moment).
12760         (testsbase, inctests): New variables.
12761         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12762         (func_verify_module): Exclude TEMPLATE-TESTS.
12763         (func_verify_nontests_module, func_verify_tests_module): New functions.
12764         (func_get_dependencies): Add implicit dependency for tests modules.
12765         (func_get_tests_module): New function.
12766         (func_modules_transitive_closure): When --with-tests was specified,
12767         include the unit tests as well, unless explicitly avoided.
12768         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12769         (func_emit_tests_Makefile_am): New function.
12770         (func_create_testdir): When --with-tests was specified, emit a
12771         tests/ directory.
12772         * MODULES.html.sh (Future developments): Update.
12773
12774 2005-08-24  Bruno Haible  <bruno@clisp.org>
12775
12776         * modules/tls-tests: New file.
12777         * tests/test-tls.c: New file, from GNU gettext.
12778
12779 2005-08-24  Bruno Haible  <bruno@clisp.org>
12780
12781         * modules/lock-tests: New file.
12782         * tests/test-lock.c: New file, from GNU gettext.
12783
12784 2005-08-24  Bruno Haible  <bruno@clisp.org>
12785
12786         * lib/lock.h: Add multiple inclusion guard.
12787         * lib/tls.h: Add multiple inclusion guard.
12788
12789 2005-08-24  Bruno Haible  <bruno@clisp.org>
12790
12791         * gnulib-tool: Add support for the --aux-dir option to
12792         --create-testdir, --create-megatestdir, --test, --megatest.
12793         (func_create_testdir, func_create_megatestdir): Optionally emit a
12794         AC_CONFIG_AUX_DIR directive.
12795         (create-testdir, create-megatestdir, test, megatest): Provide a
12796         default value for $auxdir.
12797
12798 2005-08-24  Bruno Haible  <bruno@clisp.org>
12799
12800         * gnulib-tool (import): Use compound statement instead of subshell
12801         where possible.
12802
12803 2005-08-24  Bruno Haible  <bruno@clisp.org>
12804
12805         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12806
12807 2005-08-24  Bruno Haible  <bruno@clisp.org>
12808
12809         * gnulib-tool (func_version): Update.
12810
12811 2005-08-24  Bruno Haible  <bruno@clisp.org>
12812
12813         * gnulib-tool (func_import, func_create_testdir,
12814         func_create_megatestdir): Quote all autoconf macro arguments.
12815
12816 2005-08-24  Bruno Haible  <bruno@clisp.org>
12817
12818         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12819         option --force, because --force causes the aclocal.m4 of each
12820         subdirectory to be newer than the corresponding config.h.in.
12821
12822 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12823
12824         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12825         All contents moved to gl_REGEX.
12826         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12827         assume that it does.
12828
12829 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12830
12831         * lib/regex.h (REG_NOSYS)
12832         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12833         Define, since POSIX requires it as of 2001.
12834         (_REG_ENOSYS)
12835         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12836         New private symbol, used to keep the enum signed in all cases.
12837         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12838         Youngman in
12839         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12840
12841         * lib/regex_internal.c (re_string_skip_chars, register_state):
12842         (calc_state_hash):
12843         Remove forward decls; no longer needed now that we use prototypes.
12844         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12845         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12846         (clean_state_log_if_needed): Likewise.
12847
12848 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * config/srclist.txt: Add glibc bugs 1231-1233.
12851
12852 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12853
12854         Fix problems reported by Sam Steingold in
12855         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12856         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12857         assumed that reg_errcode_t is a signed type, which is not
12858         necessarily true if _XOPEN_SOURCE is not defined.
12859         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12860         since some compilers warn about it otherwise.
12861
12862 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12863
12864         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12865         (init_word_char, create_initial_state, duplicate_node_closure):
12866         (fetch_token, peek_token_bracket, build_range_exp):
12867         (build_collating_symbol): Remove forward decls; no longer needed
12868         now that we use prototypes.
12869
12870         * lib/regcomp.c:
12871         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12872         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12873         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12874         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12875         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12876         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12877         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12878         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12879         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12880         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12881         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12882         (build_charclass, build_charclass_op, fetch_number, create_tree):
12883         (create_token_tree, mark_opt_subexp, duplicate_tree):
12884         Use prototypes rather than old-style definitions.
12885
12886         * lib/regex_internal.c:
12887         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12888         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12889         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12890         (re_string_reconstruct, re_string_peek_byte_case):
12891         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12892         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12893         (re_node_set_init_copy, re_node_set_add_intersect):
12894         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12895         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12896         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12897         (re_acquire_state, re_acquire_state_context, register_state):
12898         (create_ci_newstate, create_cd_newstate, free_state):
12899         Likewise.
12900         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12901         re_search_2):
12902         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12903         (re_search_internal, prune_impossible_nodes):
12904         (acquire_init_state_context, check_matching, static):
12905         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12906         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12907         (update_regs, sift_states_backward, build_sifted_states):
12908         (clean_state_log_if_needed, merge_state_array):
12909         (update_cur_sifted_state, add_epsilon_src_nodes):
12910         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12911         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12912         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12913         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12914         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12915         (check_arrival, check_arrival_add_next_nodes):
12916         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12917         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12918         (check_node_accept_bytes, check_node_accept, extend_buffers):
12919         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12920         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12921         (sift_ctx_init):
12922         Likewise.
12923
12924         * lib/regex_internal.h:
12925         (re_string_allocate, re_string_construct, re_string_reconstruct):
12926         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12927         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12928         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12929         (re_string_context_at, re_string_peek_byte_case):
12930         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12931         is defined, since we now use prototypes always.
12932
12933         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12934         C89 or better.  All uses removed.
12935
12936 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12937
12938         * config/srclist.txt: Add glibc bugs 1220-1227.
12939
12940 2005-08-20  Jim Meyering  <jim@meyering.net>
12941
12942         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12943         of unused local, dfa.
12944
12945 2005-08-20  Bruno Haible  <bruno@clisp.org>
12946
12947         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12948
12949 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12950
12951         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12952         (re_node_set_insert_last, re_dfa_add_node):
12953         Rename local variables to avoid GCC shadowing warnings.
12954
12955 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12956
12957         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12958         [defined lint]: Suppress bogus uninitialized-variable warnings.
12959
12960         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12961         and let the caller return REG_ESPACE if out of space.  This
12962         removes an uninitialied-variable warning with GCC 4.0.1, and also
12963         avoids taking the address of a local variable.  All callers
12964         changed.
12965
12966 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12967
12968         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12969         $LIBCSRC/posix/regexec.c.
12970         Add glibc bug 1217 for regcomp.c.
12971
12972 2005-08-19  Jim Meyering  <jim@meyering.net>
12973
12974         * lib/regexec.c (proceed_next_node): Redo local variables to
12975         avoid GCC shadowing warnings.
12976
12977 2005-08-18  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/strstr.c (strstr): Fix return value in multibyte case.
12980         * lib/strcasestr.c (strcasestr): Likewise.
12981
12982 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12985
12986 2005-08-17  Jim Meyering  <jim@meyering.net>
12987
12988         Make the %s format (seconds since the epoch) work for a negative
12989         number and when used with a zero-padded field width, e.g. %015s.
12990
12991         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12992         label so that it precedes the code to set `digits'.  Otherwise,
12993         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12994         print `00-22'.  Now, it prints `-0022', as it should.
12995
12996 2005-08-17  Bruno Haible  <bruno@clisp.org>
12997
12998         * modules/strstr (Files): Add m4/mbrtowc.m4.
12999         (Depends-on): Add mbuiter.
13000
13001 2005-08-17  Bruno Haible  <bruno@clisp.org>
13002
13003         * modules/strcasestr: New file.
13004         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13005         strcasestr.
13006
13007 2005-08-17  Bruno Haible  <bruno@clisp.org>
13008
13009         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13010
13011 2005-08-17  Bruno Haible  <bruno@clisp.org>
13012
13013         * modules/mbuiter: New file.
13014         * MODULES.html.sh (Extended multibyte and wide character utilities):
13015         Add mbuiter.
13016
13017 2005-08-17  Bruno Haible  <bruno@clisp.org>
13018
13019         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13020         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13021
13022 2005-08-17  Bruno Haible  <bruno@clisp.org>
13023
13024         * m4/strcasestr.m4: New file.
13025
13026 2005-08-17  Bruno Haible  <bruno@clisp.org>
13027
13028         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13029         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13030
13031 2005-08-17  Bruno Haible  <bruno@clisp.org>
13032
13033         * lib/strcasestr.h: New file.
13034         * lib/strcasestr.c: New file.
13035
13036 2005-08-17  Bruno Haible  <bruno@clisp.org>
13037
13038         * lib/strcasecmp.c: Use mbuiter.h.
13039
13040 2005-08-17  Bruno Haible  <bruno@clisp.org>
13041
13042         * lib/mbuiter.h: New file.
13043
13044 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13047         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13048         and gl_GETOPT are both invoked via different paths (as happens
13049         with GNU tar CVS because it uses both argp and getopt), the former
13050         wins.
13051
13052 2005-08-16  Bruno Haible  <bruno@clisp.org>
13053
13054         * modules/tls: New file.
13055         * MODULES.html.sh (Multithreading): Add tls.
13056
13057 2005-08-16  Bruno Haible  <bruno@clisp.org>
13058
13059         * modules/strnlen1: New file.
13060         * MODULES.html.sh (String handling): Add strnlen1.
13061
13062 2005-08-16  Bruno Haible  <bruno@clisp.org>
13063
13064         * modules/strcase (Files): Add m4/mbrtowc.m4.
13065         (Depends-on): Add strnlen1, mbchar.
13066
13067 2005-08-16  Bruno Haible  <bruno@clisp.org>
13068
13069         * modules/mbiter: New file.
13070         * MODULES.html.sh (Extended multibyte and wide character utilities):
13071         Add mbiter.
13072
13073 2005-08-16  Bruno Haible  <bruno@clisp.org>
13074
13075         * modules/mbfile: New file.
13076         * MODULES.html.sh (Extended multibyte and wide character utilities):
13077         Add mbfile.
13078
13079 2005-08-16  Bruno Haible  <bruno@clisp.org>
13080
13081         * modules/mbchar: New file.
13082         * MODULES.html.sh (Extended multibyte and wide character utilities):
13083         New section.
13084
13085 2005-08-16  Bruno Haible  <bruno@clisp.org>
13086
13087         * m4/tls.m4: New file, from GNU gettext.
13088
13089 2005-08-16  Bruno Haible  <bruno@clisp.org>
13090
13091         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13092         always.
13093         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13094
13095 2005-08-16  Bruno Haible  <bruno@clisp.org>
13096
13097         * m4/mbiter.m4: New file.
13098
13099 2005-08-16  Bruno Haible  <bruno@clisp.org>
13100
13101         * m4/mbfile.m4: New file.
13102
13103 2005-08-16  Bruno Haible  <bruno@clisp.org>
13104
13105         * m4/mbchar.m4: New file.
13106
13107 2005-08-16  Bruno Haible  <bruno@clisp.org>
13108
13109         * lib/tls.h: New file, from GNU gettext.
13110         * lib/tls.c: New file, from GNU gettext.
13111
13112 2005-08-16  Bruno Haible  <bruno@clisp.org>
13113
13114         * lib/strnlen1.h: New file.
13115         * lib/strnlen1.c: New file.
13116
13117 2005-08-16  Bruno Haible  <bruno@clisp.org>
13118
13119         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13120         (mbi_init): Update.
13121         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13122         NUL byte, not after it.
13123
13124 2005-08-16  Bruno Haible  <bruno@clisp.org>
13125
13126         * lib/strcase.h (strcasecmp): Add note in comments.
13127         * lib/strncasecmp.c: Use code from strcasecmp.c.
13128         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13129         (strcasecmp): Work correctly in multibyte locales.
13130
13131 2005-08-16  Bruno Haible  <bruno@clisp.org>
13132
13133         * lib/mbiter.h: New file.
13134
13135 2005-08-16  Bruno Haible  <bruno@clisp.org>
13136
13137         * lib/mbfile.h: New file.
13138
13139 2005-08-16  Bruno Haible  <bruno@clisp.org>
13140
13141         * lib/mbchar.h: New file.
13142         * lib/mbchar.c: New file.
13143
13144 2005-08-16  Bruno Haible  <bruno@clisp.org>
13145
13146         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13147         the valid ones. Makes the comparison operations transitive:
13148         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13149         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13150
13151 2005-08-15  Simon Josefsson  <jas@extundo.com>
13152
13153         * modules/ssize_t (License): Change to 'unlimited'.
13154
13155         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13156
13157 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13158
13159         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13160         Add comments for each pending glibc patch.
13161
13162 2005-08-15  Bruno Haible  <bruno@clisp.org>
13163
13164         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13165         __cplusplus is defined.
13166
13167 2005-08-14  Jim Meyering  <jim@meyering.net>
13168
13169         Sync from coreutils.
13170
13171         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13172         Use the hash-table-based cycle-detection code not just when
13173         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13174         Reported by James Youngman in
13175         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13176         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13177         FTS_TIGHT_CYCLE_CHECK.
13178         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13179         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13180         once again.
13181         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13182         * lib/fts.c (fd_safer): Remove decl.
13183         Include fcntl--.h rather than unistd-safer.h
13184         (fts_safe_changedir): Don't call fd_safer; no longer needed
13185         now that we include fcntl--.h.
13186
13187 2005-08-12  Simon Josefsson  <jas@extundo.com>
13188
13189         * modules/getndelim2: Use ssize_t module.
13190         * modules/getnline: Likewise.
13191         * modules/safe-read: Likewise.
13192         * modules/xreadlink: Likewise.
13193
13194         * modules/ssize_t: New file.
13195
13196 2005-08-12  Simon Josefsson  <jas@extundo.com>
13197
13198         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13199
13200 2005-08-12  Simon Josefsson  <jas@extundo.com>
13201
13202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13203         ssize_t.
13204
13205 2005-08-12  Simon Josefsson  <jas@extundo.com>
13206
13207         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13208         readline, getdelim and check_version.
13209         (Support for systems lacking ISO C 99: Sizes of integer types):
13210         Add size_max.
13211
13212 2005-08-12  Bruno Haible  <bruno@clisp.org>
13213
13214         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13215
13216 2005-08-11  Simon Josefsson  <jas@extundo.com>
13217
13218         * modules/readline: New file.
13219
13220         * modules/strnlen (Files): Add strnlen.h.
13221
13222 2005-08-11  Simon Josefsson  <jas@extundo.com>
13223
13224         * m4/readline.m4: New file.
13225
13226 2005-08-11  Simon Josefsson  <jas@extundo.com>
13227
13228         * lib/readline.h, readline.c: New file.
13229
13230 2005-08-11  Simon Josefsson  <jas@extundo.com>
13231
13232         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13233         gl_AVOID.
13234
13235 2005-08-11  Bruno Haible  <bruno@clisp.org>
13236
13237         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13238
13239 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13240
13241         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13242
13243 2005-08-10  Simon Josefsson  <jas@extundo.com>
13244
13245         * tests/test-iconvme.c: New file.
13246
13247 2005-08-10  Simon Josefsson  <jas@extundo.com>
13248
13249         * m4/strnlen.m4: New file.
13250
13251         * m4/strndup.m4: Don't check for strnlen declaration, done in
13252         strnlen.m4.
13253
13254 2005-08-10  Simon Josefsson  <jas@extundo.com>
13255
13256         * lib/strndup.c: Use strnlen.h.
13257
13258         * lib/strnlen.h: New file.
13259
13260 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13261
13262         * README: Typos.
13263
13264 2005-08-02  Simon Josefsson  <jas@extundo.com>
13265
13266         * modules/readline: New file.
13267
13268 2005-08-02  Simon Josefsson  <jas@extundo.com>
13269
13270         * modules/getdelim: New file.
13271
13272         * modules/getline: Rewrite, don't use getndelim2.
13273
13274 2005-08-02  Simon Josefsson  <jas@extundo.com>
13275
13276         * m4/getline.m4: Separate out getdelim stuff into separate module.
13277
13278         * m4/getdelim.m4: New file.
13279
13280 2005-08-02  Simon Josefsson  <jas@extundo.com>
13281
13282         * lib/getline.h, getline.c: Rewrite.
13283
13284         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13285
13286 2005-07-31  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/lock.h (gl_lock_initializer): New macro.
13289         (gl_lock_define_initialized): Use it.
13290         (gl_rwlock_initializer): New macro.
13291         (gl_rwlock_define_initialized): Use it.
13292         (gl_recursive_lock_initializer): New macro.
13293         (gl_recursive_lock_define_initialized): Use it.
13294
13295 2005-07-30  Karl Berry  <karl@gnu.org>
13296
13297         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13298         Report from Ben Pfaff, regarding getopt.
13299
13300 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13303         normal way.
13304         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13305         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13306         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13307         (gl_GETOPT): Use the new macros.  Most of the implementation
13308         is moved to the new macros.  This is for programs like Emacs
13309         that don't want all the functionality of gl_GETOPT.
13310
13311 2005-07-26  Bruno Haible  <bruno@clisp.org>
13312
13313         * m4/lock.m4: Update from GNU gettext.
13314
13315 2005-07-26  Bruno Haible  <bruno@clisp.org>
13316
13317         * lib/lock.h: Update from GNU gettext.
13318         * lib/lock.c: Update from GNU gettext.
13319
13320 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13323         obsolescent AC_TRY_RUN.  Include the default includes files, for
13324         'exit'.
13325
13326 2005-07-24  Bruno Haible  <bruno@clisp.org>
13327
13328         * modules/visibility: New file.
13329         * MODULES.html.sh (Misc): Add visibility.
13330
13331 2005-07-24  Bruno Haible  <bruno@clisp.org>
13332
13333         * m4/visibility.m4: New file.
13334
13335 2005-07-24  Bruno Haible  <bruno@clisp.org>
13336
13337         * doc/visibility.texi: New file.
13338
13339 2005-07-22  Bruno Haible  <bruno@clisp.org>
13340
13341         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13342         $(ALLOCA_H), redundant through BUILT_SOURCES.
13343         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13344         redundant through BUILT_SOURCES.
13345         * modules/byteswap (Makefile.am): Remove explicit dependency on
13346         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13347         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13348         $(FNMATCH_H), redundant through BUILT_SOURCES.
13349         * modules/getopt (Makefile.am): Remove explicit dependency on
13350         $(GETOPT_H), redundant through BUILT_SOURCES.
13351         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13352         redundant through BUILT_SOURCES.
13353         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13354         redundant through BUILT_SOURCES.
13355         * modules/stdbool (Makefile.am): Remove explicit dependency on
13356         $(STDBOOL_H), redundant through BUILT_SOURCES.
13357         * modules/stdint (Makefile.am): Remove explicit dependency on
13358         $(STDINT_H), redundant through BUILT_SOURCES.
13359         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13360         Remove explicit dependency on $(SYSEXITS_H).
13361         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13362
13363 2005-07-18  Simon Josefsson  <jas@extundo.com>
13364
13365         * lib/check-version.c (check_version): Accept identical versions too.
13366
13367 2005-07-18  Bruno Haible  <bruno@clisp.org>
13368
13369         * modules/lock: New file.
13370         * MODULES.html.sh (Multithreading): New section.
13371
13372 2005-07-18  Bruno Haible  <bruno@clisp.org>
13373
13374         * m4/lock.m4: New file, from GNU gettext.
13375
13376 2005-07-18  Bruno Haible  <bruno@clisp.org>
13377
13378         * lib/lock.h: New file, from GNU gettext.
13379         * lib/lock.c: New file, from GNU gettext.
13380
13381 2005-07-18  Bruno Haible  <bruno@clisp.org>
13382
13383         * lib/lock.h (gl_once_t): New type.
13384         (gl_once_define, gl_once): New macros.
13385         * lib/lock.c (fresh_once): New variable.
13386         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13387         functions.
13388
13389 2005-07-16  Simon Josefsson  <jas@extundo.com>
13390
13391         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13392         workaround, suggested by Bruno.
13393
13394 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13395
13396         * modules/xalloc (Depends-on): Add xalloc-die.
13397         * modules/xvasprintf (Depends-on): Add xalloc-die.
13398
13399 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13400
13401         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13402         with a minor change.
13403
13404 2005-07-15  Bruno Haible  <bruno@clisp.org>
13405
13406         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13407         When using lib/poll.c, define poll as rpl_poll.
13408
13409 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * modules/argp (Depends-on): Remove unlocked-io.
13412
13413 2005-07-14  Derek Price  <derek@ximbiot.com>
13414
13415         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13416         for glob symlink bug.
13417
13418 2005-07-14  Bruno Haible  <bruno@clisp.org>
13419
13420         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13421         Instead, test for *_unlocked function declarations directly.
13422
13423 2005-07-11  Simon Josefsson  <jas@extundo.com>
13424
13425         * modules/size_max: New file.
13426
13427         * modules/xsize: Depend on size_max module for size_max.m4.
13428
13429 2005-07-11  Simon Josefsson  <jas@extundo.com>
13430
13431         * lib/size_max.h: New file.
13432
13433 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13434
13435         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13436         copyright symbol and the year.
13437         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13438         (version_etc_va): Use parameterized copyright notice.
13439         Reword to conform to the current GNU coding standards.
13440
13441 2005-07-11  Karl Berry  <karl@gnu.org>
13442
13443         * doc/gnulib.texi (Quoting): new node.
13444         (Initial import): more info, from Patrice.
13445
13446 2005-07-11  Bruno Haible  <bruno@clisp.org>
13447
13448         * gnulib-tool (func_usage): Document option --avoid.
13449         (Command line options): Handle --avoid.
13450         (func_acceptable): New function.
13451         (func_modules_transitive_closure): Use it.
13452
13453 2005-07-11  Bruno Haible  <bruno@clisp.org>
13454
13455         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13456         Reported by Jim Meyering.
13457
13458 2005-07-10  Bruno Haible  <bruno@clisp.org>
13459
13460         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13461         Needed when size_t is smaller than 'unsigned int'.
13462         Reported by Paul Eggert.
13463
13464 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13465
13466         * modules/argp (Depends-on): Add unlocked-io
13467
13468 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13469
13470         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13471         block of defines.
13472
13473 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13474
13475         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13476         fix now.
13477
13478 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13479         and Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13482         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13483
13484 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         * modules/regex (Files): Add lib/regex_internal.c,
13487         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13488         (Depends-on): Add extensions.
13489         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13490
13491 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13492
13493         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13494         pathconf.
13495         * m4/same.m4 (gl_SAME): Likewise.
13496         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13497
13498         * m4/regex.m4: Adjust to new libc regex implementation.
13499         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13500         all the .c and .h parts of (the new) regex.
13501         Quote the m4 stuff better.
13502         Check for RE_ICASE bug of old gnulib.
13503         Check for REG_STARTEND of recent libc.
13504         Rename local variables from jm_* to gl_*.
13505         Quote operand of "test -f".
13506         Say "recent enough" version of libc, not "version 2".
13507         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13508         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13509         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13510         Remove check for btowc, isascii.
13511         Require AM_LANGINFO_CODESET.
13512
13513 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * lib/regex.c, regex.h: Sync from libc.
13516         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13517         * lib/regexec.c:
13518         New files, synced from libc, except that regex_internal.h
13519         currently has a small porting fix.
13520
13521 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13522
13523         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13524         regex_internal.c, regexec.c.
13525         Add regex_internal.h too, but as a comment, since the libc version
13526         is currently broken in gnulib mode.
13527
13528 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13529
13530         Support programs like Emacs that use gnulib but not gettext.
13531         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13532         * modules/gettext-h: New file.
13533         * modules/gettext (Files): Remove lib/gettext.h.
13534         (Depends-on): Add gettext-h.
13535         (Makefile.am): Remove lib_SOURCES.
13536         * modules/argmatch, modules/c-stack, modules/closeout:
13537         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13538         * modules/execute, modules/file-type, modules/getaddrinfo:
13539         * modules/getopt, modules/human, modules/javacomp:
13540         * modules/javaexec, modules/mkdir-p, modules/obstack:
13541         * modules/openat, modules/pagealign_alloc, modules/pipe:
13542         * modules/quotearg, modules/regex, modules/rpmatch:
13543         * modules/unicodeio, modules/userspec, modules/version-etc:
13544         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13545         * modules/xsetenv:
13546         Depend on gettext-h, not gettext.
13547
13548 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13549
13550         * gnulib-tool (func_import): Add support for 'public domain' license.
13551         * modules/alloca, modules/atexit, modules/memmove:
13552         Now public domain, not GPL.
13553         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13554         * modules/realloc, modules/strerror, modules/strtod:
13555         Now LGPL, not GPL.
13556
13557 2005-07-05  Bruno Haible  <bruno@clisp.org>
13558
13559         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13560         autoconf CVS. Needed for mingw.
13561
13562 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         Remove the dependency of the strftime module on the tzset module.
13565         * modules/strftime (Depends-on): Remove dependency on tzset.
13566
13567 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         Remove the dependency of the strftime module on the tzset module.
13570         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13571         gl_FUNC_TZSET_CLOBBER.
13572
13573 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         Remove the dependency of the strftime module on the tzset module.
13576         * lib/strftime.c (my_strftime)
13577         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13578         Copy the input structure, to work around some of the bug with
13579         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13580         Solaris releases, you should also use the tzset module, but we won't
13581         require it as a dependency any more since we don't want LGPLed code
13582         to depend on GPLed code.
13583
13584 2005-07-02  Jim Meyering  <jim@meyering.net>
13585
13586         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13587         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13588         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13589         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13590
13591 2005-07-02  Jim Meyering  <jim@meyering.net>
13592
13593         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13594
13595 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13598         declares only 'struct timespec;' (!).
13599
13600 2005-07-01  Jim Meyering  <jim@meyering.net>
13601
13602         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13603         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13604         * lib/save-cwd.c, tempname.c:
13605         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13606         and don't include <sys/file.h>).
13607
13608 2005-06-29  Jim Meyering  <jim@meyering.net>
13609
13610         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13611         type name.  Use the variable name instead.
13612         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13613         Likewise.
13614
13615 2005-06-28  Simon Josefsson  <jas@extundo.com>
13616
13617         * modules/check-version (Files): Add check-version.m4.
13618
13619 2005-06-28  Simon Josefsson  <jas@extundo.com>
13620
13621         * m4/check-version.m4: New file, suggested by Jim Meyering
13622         <jim@meyering.net>.
13623
13624 2005-06-28  Simon Josefsson  <jas@extundo.com>
13625
13626         * lib/check-version.h, lib/check-version.c: New files.
13627
13628 2005-06-28  Simon Josefsson  <jas@extundo.com>
13629
13630         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13631         collision with global variable.  Better indentation.  Don't
13632         increment buffer pointer beyond buffer end.  Based on comments
13633         from Paul Eggert <eggert@cs.ucla.edu>.
13634
13635         * lib/base64.h: Indent.
13636
13637 2005-06-28  Simon Josefsson  <jas@extundo.com>
13638
13639         * doc/gnulib.texi (Library version handling): New section.
13640
13641 2005-06-28  Jim Meyering  <jim@meyering.net>
13642
13643         * check-module (find_included_lib_files): Hard-code another
13644         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13645         but modules/fts-lgpl (correctly) does not list those files.
13646
13647         * modules/canonicalize (Files): Add lib/pathmax.h.
13648
13649 2005-06-25  Simon Josefsson  <jas@extundo.com>
13650
13651         * modules/check-version: New file.
13652
13653 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13656         initializer of struct addrinfo, as an indication that we don't
13657         care how many members the structure has.
13658
13659 2005-06-24  Derek Price  <derek@ximbiot.com>
13660         and Bruno Haible  <bruno@clisp.org>
13661
13662         Remove stat module & update lstat.
13663         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13664         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13665         * m4/stat.m4: Remove this file.
13666
13667 2005-06-24  Derek Price  <derek@ximbiot.com>
13668         and Bruno Haible  <bruno@clisp.org>
13669
13670         Remove stat module & update lstat.
13671         * lib/stat.c: Remove this file...
13672         (slash_aware_lstat): ...moving this content and its support...
13673         * lib/lstat.c (rpl_lstat): ...into here.
13674         * lib/lstat.h: New file.
13675
13676 2005-06-24  Derek Price  <derek@ximbiot.com>
13677         and Bruno Haible  <bruno@clisp.org>
13678
13679         Remove stat module & update lstat.
13680         * config/srclist.txt (libc sources): Remove stat.
13681
13682 2005-06-24  Derek Price  <derek@ximbiot.com>
13683         and Bruno Haible  <bruno@clisp.org>
13684
13685         Remove stat module & update lstat.
13686         * MODULES.html.sh (stat): Remove.
13687         * MODULES.html: Regenerated.
13688         * modules/lstat (Description): Correct function name.
13689         (Files): Add "lstat.h".
13690         (Depends-on): Remove stat, add xalloc, stat-macros.
13691         * modules/stat: Remove this file.
13692         (Include): Add "lstat.h", remove <sys/stat.h>.
13693
13694 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13695
13696         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13697         (ranged_convert): Don't save conversion in a temporary struct.
13698         This causes a warning with GCC 4.0.0, and anyway in the typical
13699         case it's not worth the extra 100 bytes or so of code.
13700         (ranged_convert, __mktime_internal): When calling a function via a
13701         pointer P, use P () rather than (*P) (), as we now assume C89 or
13702         better.
13703
13704 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13705
13706         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13707         "who -r" failed to give output.  Problem reported by Tim Waugh.
13708
13709         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13710         (xcalloc): Use it to avoid needless tests.
13711         Problem reported by Jim Meyering.
13712
13713 2005-06-20  Derek Price  <derek@ximbiot.com>
13714
13715         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13716         unnecessary for Autoconfs > 2.59c.
13717
13718 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13719
13720         * lib/argp.h (__option_is_short): Check upper limit of
13721         __key. Isprint() requires its argument to have the value
13722         of an unsigned char or EOF.
13723
13724 2005-06-16  Jim Meyering  <jim@meyering.net>
13725
13726         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13727         when either N or S is zero.
13728
13729 2005-06-16  Derek Price  <derek@ximbiot.com>
13730
13731         * m4/bison.m4: Declare YACC & YFLAGS precious.
13732
13733 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13734
13735         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13736         multibyte string or pattern, fall back on unibyte matching.
13737         Problem reported by James Youngman.
13738
13739 2005-06-08  Bruno Haible  <bruno@clisp.org>
13740
13741         * modules/csharpcomp: New file.
13742         * MODULES.html.sh (C#): Add csharpcomp.
13743
13744 2005-06-08  Bruno Haible  <bruno@clisp.org>
13745
13746         * m4/csharpcomp.m4: New file, from GNU gettext.
13747
13748 2005-06-08  Bruno Haible  <bruno@clisp.org>
13749
13750         * lib/csharpcomp.h: New file, from GNU gettext.
13751         * lib/csharpcomp.c: New file, from GNU gettext.
13752         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13753
13754 2005-06-08  Bruno Haible  <bruno@clisp.org>
13755
13756         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13757         warning on mingw.
13758
13759 2005-06-07  Derek Price  <derek@ximbiot.com>
13760
13761         Sync from CVS.
13762         * lib/glob_.h: Indent nested #ifdef.
13763
13764 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         Sync from coreutils.
13767         Use "file name" when talking about file names, instead of "filename"
13768         or "path", as per the GNU coding standards.
13769         * lib/mkdir-p.c: Renamed from makepath.c.
13770         (make_dir_parents): Renamed from make_path.  All callers changed.
13771         * lib/mkdir-p.h: Likewise.  All includers changed.
13772         * lib/filenamecat.c: Renamed from path-concat.c.
13773         (file_name_concat): Renamed from path_concat.  All callers changed.
13774         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13775         * lib/filenamecat.h: Likewise.  All includers changed.
13776         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13777         in comments or local variable names.
13778         * lib/basename.c: Likewise.
13779         * lib/canonicalize.c, canonicalize.h: Likewise.
13780         * lib/dirname.c, dirname.h: Likewise.
13781         * lib/euidaccess.c: Likewise.
13782         * lib/exclude.c: Likewise
13783         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13784         * lib/fsusage.c, fsuage.h: Likewise.
13785         * lib/fts.c, fts_.h: Likewise.
13786         * lib/getcwd.c: Likewise.
13787         * lib/getloadavg.c: Likewise.
13788         * lib/mkstemp.c: Likewise.
13789         * lib/mountlist.c, mountlist.h: Likewise.
13790         * lib/openat.c, openat.h: Likewise.
13791         * lib/readlink-stub.c: Likewise.
13792         * lib/readutmp.c, readutmp.h: Likewise.
13793         * lib/rename.c: Likewise.
13794         * lib/rmdir.c: Likewise.
13795         * lib/same.c: Likewise.
13796         * lib/savedir.c: Likewise.
13797         * lib/stripslash.c: Likewise.
13798         * lib/tempname.c: Likewise.
13799         * lib/xreadlink.c: Likewise.
13800         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13801         All uses changed.
13802         * lib/exclude.h: Likewise.
13803
13804         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13805         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13806         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13807         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13808         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13809         files have been getting away with it for years (MORE/BSD 4.3
13810         is extinct now).
13811         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13812         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13813
13814         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13815         Define to 256, not 255, as per modern POSIX.
13816
13817 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         Sync from coreutils.
13820         Use "file name" when talking about file names, instead of "filename"
13821         or "path", as per the GNU coding standards.
13822         * MODULES.html.sh: mkdir-p renamed from makepath.
13823         filenamecat renamed from path-concat.
13824         * modules/filenamecat: Renamed from modules/path-concat.
13825         (Files): filenamecat.h and filenamecat.c renamed from
13826         path-concat.h and path-concat.c.
13827         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13828         (Include): filenamecat.h, not path-concat.h.
13829         * modules/mkdir-p: Renamed from modules/makepath.
13830         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13831         makepath.c.
13832         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13833         (Include): mkdir-p.h, not makepath.h.
13834
13835 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         Sync from coreutils.
13838         * m4/mkdir-p.m4: Renamed from makepath.m4.
13839         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13840         Rename files from makepath.c to mkdir-p.c, and from
13841         makepath.h to mkdir-p.h.
13842         * m4/filenamecat.m4: Renamed from path-concat.m4.
13843         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13844         Rename files from path-concat.c to filenamecat.c,
13845         and from path-concat.h to filenamecat.h.
13846         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13847         "file name" in local variables or comments.
13848         * m4/rename.m4: Likewise.
13849
13850 2005-06-01  Bruno Haible  <bruno@clisp.org>
13851
13852         * modules/csharpexec: New file.
13853         * MODULES.html.sh (C#): New section.
13854
13855 2005-06-01  Bruno Haible  <bruno@clisp.org>
13856
13857         * m4/csharp.m4: New file, from GNU gettext.
13858         * m4/csharpexec.m4: New file, from GNU gettext.
13859
13860 2005-06-01  Bruno Haible  <bruno@clisp.org>
13861
13862         * lib/csharpexec.h: New file, from GNU gettext.
13863         * lib/csharpexec.c: New file, from GNU gettext.
13864         * lib/csharpexec.sh.in: New file, from GNU gettext.
13865
13866 2005-05-31  Derek Price  <derek@ximbiot.com>
13867             Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         Sync from cvs.
13870         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13871
13872 2005-05-31  Derek Price  <derek@ximbiot.com>
13873             Paul Eggert  <eggert@cs.ucla.edu>
13874
13875         Sync from cvs.
13876         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13877
13878 2005-05-29  Derek Price  <derek@ximbiot.com>
13879
13880         * config/srclist.txt (glob_.h, glob.c): Add these files.
13881
13882 2005-05-29  Derek Price  <derek@ximbiot.com>
13883
13884         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13885         * modules/glob: New file.
13886         * modules/getlogin_r: Add link to POSIX spec in description.
13887
13888 2005-05-29  Derek Price  <derek@ximbiot.com>
13889             Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * m4/glob.m4: New file.
13892
13893 2005-05-29  Derek Price  <derek@ximbiot.com>
13894             Paul Eggert  <eggert@cs.ucla.edu>
13895
13896         * lib/glob_.h, lib/glob.c: New files.
13897
13898 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13901         * modules/fts-lgpl (Depends-on): Remove gettext.
13902
13903 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13906         and don't require gt_INTTYPES_PRI.
13907
13908 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13911
13912         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13913         the configuration hassle isn't worth it.
13914         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13915         (LONGEST_MODIFIER, PRIuMAX): Remove.
13916
13917 2005-05-27  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13920
13921 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13922
13923         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13924         _POSIX_PTHREAD_SEMANTICS for Solaris.
13925
13926 2005-05-25  Derek Price  <derek@ximbiot.com>
13927
13928         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13929
13930 2005-05-25  Derek Price  <derek@ximbiot.com>
13931             Paul Eggert  <eggert@cs.ucla.edu>
13932
13933         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13934         * lib/getlogin_r.c, getlogin_r.h: New files.
13935
13936 2005-05-25  Bruno Haible  <bruno@clisp.org>
13937             Derek Price  <derek@ximbiot.com>
13938
13939         * lib/getlogin_r.h: Simplify API documentation.
13940
13941 2005-05-23  Derek Price  <derek@ximbiot.com>
13942
13943         * modules/minmax (Files): Add m4/minmax.m4.
13944         (configure.ac): Add gl_MINMAX.
13945
13946 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13947
13948         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13949         so that unistd-safer.h (GPL'ed code) need not be included.
13950
13951 2005-05-22  Bruno Haible  <bruno@clisp.org>
13952
13953         * m4/minmax.m4: New file.
13954         Based on a patch by Derek Price <derek@ximbiot.com>.
13955
13956 2005-05-22  Bruno Haible  <bruno@clisp.org>
13957
13958         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13959         (INT64_MIN): Fix definition.
13960         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13961
13962         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13963         NEED_SIGNED_INT_TYPES.
13964
13965         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13966         HAVE_SYSTEM_INTTYPES.
13967
13968 2005-05-22  Bruno Haible  <bruno@clisp.org>
13969
13970         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13971         Also include <sys/param.h> if it defines MIN, MAX.
13972         Based on a patch by Derek Price <derek@ximbiot.com>.
13973
13974 2005-05-21  Jim Meyering  <jim@meyering.net>
13975
13976         * modules/fts (Files): Add m4/inttypes-pri.m4.
13977         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13978
13979 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         New fts module.
13982         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13983         (setup_dir, free_dir): New functions.
13984         (enter_dir, leave_dir): Define trivial
13985         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13986         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13987         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13988         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13989         Move to fts-cycle.c.
13990         (fts_open): Use setup_dir.
13991         (fts_close): Use free_dir.
13992         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13993         This adds a label and some gotos, but the alternatives were messier.
13994         Check for memory allocation failure when entering a dir.
13995         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13996         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13997         (FTS): New member fts_cycle, that is a union that contains the
13998         old active_dir_ht and cycle_state.  All uses changed to mention
13999         fts_cycle.ht and fts_cycle.state.
14000         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14001         fts.c, with the following changes:
14002         (setup_dir, free_dir): New functions.
14003         (enter_dir): Now returns bool.  Return true if successful, false
14004         if memory exhausted.  All callers changed.
14005         Do not bother partly cleaning up on
14006         memory allocation failure; that is free_dir's job.
14007         However, free ad if hash_insert fails, to avoid memory leak.
14008         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14009         fts->fts_options to see which union member to use.
14010
14011 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14012
14013         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14014         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14015
14016 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14019
14020 2005-05-20  Jim Meyering  <jim@meyering.net>
14021
14022         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14023         Now a macro, to pacify GCC.
14024
14025 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14026
14027         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14028         of -1.
14029
14030 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14031
14032         * lib/chown.c (rpl_chown): Return -1 on failure.
14033
14034 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14035
14036         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14037         Don't check for stddef.h.
14038         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14039         don't use its results.
14040         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14041         since we include them unconditionally.  Don't require
14042         AM_STDBOOL_H, since stdbool is a prerequisite.
14043         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14044         since we assume C89 or better.
14045         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14046         as we don't use their results.
14047         Don't check for fchdir, memmove, memset, strrchr, as we use
14048         them unconditionally.
14049         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14050         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14051
14052 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14055         Include <stddef.h> unconditionally, since we assume C89 now.
14056         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14057         * lib/fts.c: Include fts_.h first, to check interface.
14058         Do not include intprops.h; no longer needed.
14059         Include cycle-check.h and hash.h, since fts_.h no longer does.
14060         Remove unnecessary casts of closedir to void.
14061         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14062         decide whether to decrement nlinks.
14063         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14064         (FTS): Use struct hash_table * instead of Hash_table, so that
14065         we no longer need to include hash.h here.
14066
14067 2005-05-18  Jim Meyering  <jim@meyering.net>
14068
14069         * modules/dirfd (License): Change to LGPL.  Most of the code
14070         is already in the public domain.
14071
14072 2005-05-18  Jim Meyering  <jim@meyering.net>
14073
14074         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14075         Reported by Yoann Vandoorselaere.
14076
14077 2005-05-17  Jim Meyering  <jim@meyering.net>
14078
14079         * m4/fts.m4: New file, from coreutils.
14080
14081 2005-05-17  Jim Meyering  <jim@meyering.net>
14082
14083         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14084
14085 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         Sync from coreutils.
14088         * m4/unlinkdir.m4: New file.
14089
14090 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         Sync from coreutils.
14093         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14094         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14095         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14096         White space changes only.
14097         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14098         special.
14099         * lib/yesno.c: Include getline.h, not ctype.h.
14100         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14101         Use getline to remove arbitrary restriction on response length.
14102
14103 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14104
14105         * config/srclist-update: Spell out "Street" in FSF postal
14106         mail address; this is the style the FSF seems to prefer.
14107
14108         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14109         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14110         this updates FSF postal mail address.
14111
14112         Sync from coreutils.
14113         * modules/unlinkdir: New file.
14114         * modules/yesno (Depends-on): Add getline.
14115         * MODULES.html.sh (File system functions): Add unlinkdir.
14116
14117 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14118
14119         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14120         lib/strsep.h:
14121         Change the initial comment to refer to GPL, not LGPL.
14122         gnulib-tool will change it to LGPL as needed.
14123
14124         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14125         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14126         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14127         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14128         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14129         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14130         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14131         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14132         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14133         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14134         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14135         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14136         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14137         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14138         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14139         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14140         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14141         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14142         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14143         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14144         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14145         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14146         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14147         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14148         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14149         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14150         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14151         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14152         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14153         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14154         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14155         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14156         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14157         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14158         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14159         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14160         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14161         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14162         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14163         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14164         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14165         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14166         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14167         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14168         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14169         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14170         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14171         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14172         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14173         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14174         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14175         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14176         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14177         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14178         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14179         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14180         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14181         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14182         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14183         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14184         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14185         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14186         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14187         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14188         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14189         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14190         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14191         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14192         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14193         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14194         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14195         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14196         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14197         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14198         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14199         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14200         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14201         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14202         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14203         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14204         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14205         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14206         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14207         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14208         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14209         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14210         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14211         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14212         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14213         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14214         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14215         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14216         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14217         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14218         lib/yesno.c, lib/yesno.h:
14219         Update FSF postal mail address.
14220
14221 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14222
14223         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14224         tests/test-memmem.c, tests/test-stpncpy.c:
14225         Update FSF postal mail address.
14226
14227 2005-05-13  Bruno Haible  <bruno@clisp.org>
14228
14229         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14230         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14231         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14232         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14233         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14234         Add support for 64-bit integers in the MSVC compiler.
14235
14236 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14237
14238         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14239
14240 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14241
14242         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14243
14244 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14245
14246         * doc/getdate.texi (General date syntax): Don't say that date
14247         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14248         Problem reported by Nic Ferrier.
14249
14250 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14251
14252         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14253         specified in ai_socktype. Fix invalid ai_protocol
14254         check. ai_protocol is usually set to 0 or depending on
14255         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14256         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14257         ai_socktype / ai_protocol in the returned addrinfo structure.
14258
14259 2005-05-10  Simon Josefsson  <jas@extundo.com>
14260
14261         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14262         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14263
14264 2005-05-10  Karl Berry  <karl@gnu.org>
14265
14266         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14267         (from http://www.gnu.org/licenses).
14268         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14269         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14270         fdl.texi suffices.
14271
14272 2005-05-10  Karl Berry  <karl@gnu.org>
14273
14274         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14275         (COPYING.DOC): remove.
14276
14277         * config/srclist-update: new FSF address.
14278
14279 2005-05-10  Derek Price  <derek@ximbiot.com>
14280
14281         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14282         possible.
14283
14284 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14285             Bruno Haible  <bruno@clisp.org>
14286
14287         * modules/inet_ntop: New file.
14288         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14289         inet_ntop.
14290
14291 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14292             Bruno Haible  <bruno@clisp.org>
14293
14294         * m4/inet_ntop.m4: New file.
14295
14296 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14297             Bruno Haible  <bruno@clisp.org>
14298
14299         * lib/inet_ntop.h: New file.
14300         * lib/inet_ntop.c: New file, from glibc with modifications.
14301
14302 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14303
14304         * modules/time_r (License): Change to LGPL.
14305         * modules/extensions (License): Change to LGPL.  Actually,
14306         the license is more permissive than that, but currently gnulib-tool
14307         doesn't know how to handle more-permissive licenses.
14308
14309         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14310         Problem reported by Dave Love.
14311
14312 2005-05-08  Jim Meyering  <jim@meyering.net>
14313
14314         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14315         blank.
14316
14317 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14318
14319         * modules/argmatch (Depends-on): Add stdbool.
14320         * modules/backupfile (Depends-on): Likewise.
14321         * modules/chdir-long (Depends-on): Likewise.
14322         * modules/closeout (Depends-on): Likewise.
14323         * modules/cycle-check (Depends-on): Likewise.
14324         * modules/dirname (Depends-on): Likewise.
14325         * modules/fnmatch (Depends-on): Likewise.
14326         * modules/fsusage (Depends-on): Likewise.
14327         * modules/fwriteerror (Depends-on): Likewise.
14328         * modules/getcwd (Depends-on): Likewise.
14329         * modules/getloadavg (Depends-on): Likewise.
14330         * modules/hard-locale (Depends-on): Likewise.
14331         * modules/makepath (Depends-on): Likewise.
14332         * modules/mountlist (Depends-on): Likewise.
14333         * modules/nanosleep (Depends-on): Likewise.
14334         * modules/posixtm (Depends-on): Likewise.
14335         * modules/quotearg (Depends-on): Likewise.
14336         * modules/readtokens (Depends-on): Likewise.
14337         * modules/readtokens0 (Depends-on): Likewise.
14338         * modules/readutmp (Depends-on): Likewise.
14339         * modules/save-cwd (Depends-on): Likewise.
14340         * modules/strftime (Depends-on): Likewise.
14341         * modules/userspec (Depends-on): Likewise.
14342         * modules/utimecmp (Depends-on): Likewise.
14343         * modules/xgetcwd (Depends-on): Likewise.
14344         * modules/xnanosleep (Depends-on): Likewise.
14345         * modules/xstrtod (Depends-on): Likewise.
14346         * modules/yesno (Depends-on): Likewise.
14347
14348 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14349
14350         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14351         needless checks.
14352
14353 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         Merge from coreutils.  Among other things,
14356         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14357         * lib/fd-safer.c: New file.
14358         * lib/fcntl-safer.h, open-safer.c: Remove.
14359         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14360         * lib/dup-safer.c: Include unistd-safer.h first.
14361         Don't include errno.h.
14362         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14363         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14364         * lib/file-type.c: Rely on file-type.h change.
14365         * lib/getloadavg.c: Include unistd-safer.h.
14366         (getloadavg): Use safer open.
14367         * lib/getusershell.c: Include "stdio-safer.h".
14368         (getusershell): Use safer fopen.
14369         * lib/long-options.c (long_options): Use NULL rather than 0.
14370         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14371         'free'.
14372         * lib/modechange.c: Likewise.
14373         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14374         (MODE_DONE): New constant.
14375         (struct mode_change): Remove 'next' member.
14376         (make_node_op_equals): New function; like the old one of the
14377         same name, except it allocates an array.
14378         (mode_compile, mode_create_from_ref): Use it.
14379         (mode_compile): Allocate result as an array, not a linked list.
14380         Parse octal string ourself, so that we catch mistakes like "+0".
14381         (mode_adjust): Arg is an array, not a linked list.
14382         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14383         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14384         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14385         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14386         Remove.  This is now stat-macros.h's job.
14387         (talloc): Remove.  All callers replaced by xalloc, so that
14388         our invokers don't have to worry about reporting memory failures.
14389         (make_node_op_equals): Remove.
14390         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14391         New constants.
14392         (struct mode_change): Moved here from modechange.h.
14393         (mode_append_entry): Remove.
14394         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14395         apps to have incorrect behavior.  Use simpler algorithm for head
14396         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14397         Detect more invalid usages rather than having somewhat-random behavior.
14398         Don't insert an "a=" action, as that leads to incorrect behavior.
14399         (mode_compile, mode_create_from_ref): Return NULL on error instead
14400         of an enum, since now there's only one way to have an error.  All
14401         callers changed.
14402         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14403         at the correct time.  Simplify calculation of "+u" and its ilk.
14404         Don't mishandle "+X".
14405         (mode_free): Remove "register" and localize decls.
14406         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14407         (struct mode_change): Move to modechange.c; callers don't
14408         need to see this stuff.
14409         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14410         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14411         (mode_change, mode_adjust): Reflect the new signatures noted above.
14412         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14413         that might redefine system include files.
14414         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14415         (my_usleep): Use NULL rather than (void *) 0.
14416         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14417         Use siginterrupt to specify that system calls should be interrupted.
14418         (rpl_nanosleep): Move initialization of suspended closer to call of
14419         my_usleep.
14420         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14421         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14422         (desirable_utmp_entry): New function.
14423         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14424         using x2nrealloc, to simplify logic.
14425         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14426         size calculation.  Do not assume utmp file is a regular file.
14427         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14428         (READ_UTMP_CHECK_PIDS): New constant.
14429         * lib/save-cwd.c: Include unistd-safer.h.
14430         (save_cwd): Use fd_safer.
14431         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14432         [!_LIBC] Include "stat-macros.h" instead.
14433         * lib/unistd-safer.h (fd_safer): New decl.
14434
14435 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         * modules/getloadavg (Depends-on): Add unistd-safer.
14438         * modules/getusershell (Depends-on): Add stdio-safer.
14439         * modules/lstat (Depends-on): Remove xalloc.
14440         * modules/mkstemp (Depends-on): Add stat-macros.
14441         * modules/modechange (Depends-on): Remove xstrtol.
14442         Add stat-macros, xalloc.
14443         * modules/save-cwd (Depends-on): Add unistd-safer.
14444         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14445         * modules/unistd-safer (Files): Add lib/fd-safer.c
14446         (Makefile.am): Remove lib_SOURCES.
14447
14448         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14449         Remove fcntl-safer; unistd-safer supersedes it.
14450
14451 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14454         AC_HEADER_STAT.
14455         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14456         (gl_PREREQ_CHOWN): Remove.
14457         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14458         it.  Don't require AC_HEADER_STAT.
14459         (gl_PREREQ_LSTAT): Remove.
14460         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14461         Don't require AC_HEADER_STAT.
14462         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14463         (gl_PREREQ_RMDIR): Remove.
14464         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14465         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14466         the stat-macros module a prerequisite.
14467         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14468         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14469         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14470         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14471         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14472         variable names.
14473         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14474         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14475         variable prefixes.
14476         * m4/fcntl-safer.m4: Remove.
14477         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14478         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14479         Invoke gl_PREREQ_FD_SAFER.
14480         (gl_PREREQ_FD_SAFER): New macro.
14481         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14482         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14483         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14484         Remove duplicate call to AC_LIBOBJ(readutmp).
14485         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14486
14487         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14488         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14489
14490 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14491
14492         * MODULES.html.sh (Misc): Add byteswap.
14493
14494 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14495
14496         * modules/getcwd (Depends-on): Add extensions.
14497         * modules/openat (Depends-on): Likewise.
14498
14499 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14500
14501         * modules/byteswap: New file.
14502
14503 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14504
14505         * m4/byteswap.m4: New file.
14506
14507 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14508
14509         * lib/byteswap_.h: New file.
14510
14511 2005-04-25  Karl Berry  <karl@gnu.org>
14512
14513         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14514
14515 2005-04-25  Albert Chin  <china@thewrittenword.com>
14516
14517         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14518         Toolkit C bug.
14519
14520 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14521
14522         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14523         (func_ln_if_changed) Remove forcibly for no error message
14524         in case file does not exist.
14525
14526 2005-04-19  Simon Josefsson  <jas@extundo.com>
14527
14528         * gnulib-tool (Options): Make --symlink mean --symbolic.
14529
14530 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14531
14532         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14533
14534 2005-04-16  Simon Josefsson  <jas@extundo.com>
14535
14536         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14537
14538 2005-04-15  Simon Josefsson  <jas@extundo.com>
14539
14540         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14541
14542 2005-04-15  Simon Josefsson  <jas@extundo.com>
14543
14544         * gnulib-tool: Rename --symlink to --symbolic.
14545
14546 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14547
14548         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14549         symbolic links to files instead of copying/moving.  Add --aux-dir,
14550         specifying directory relative --dir where auxiliary build tools
14551         are placed.
14552
14553 2005-04-14  Bruno Haible  <bruno@clisp.org>
14554
14555         * modules/allocsa (License): Change to LGPL.
14556         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14557
14558 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14559
14560         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14561         that "UTC +1 second" continues to work.  Problem reported
14562         by Dmitry V. Levin.
14563         (relunit_snumber): New rule.
14564         (relunit): Use it.
14565
14566 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         * lib/getdate.y (universal_time_zone_table): New constant.
14569         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14570         universal_time_zone_table.
14571         (lookup_zone): Prefer universal_time_zone_table to
14572         local_time_zone_table, so that "GMT" time stamps are allowed in
14573         London during the summer.  Problem reported by Ian Abbott.
14574
14575 2005-04-12  Jim Meyering  <jim@meyering.net>
14576
14577         * lib/human.c (humblock): Set *options even when returning due to
14578         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14579         warning from gcc-4.
14580
14581 2005-04-09  Jim Meyering  <jim@meyering.net>
14582
14583         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14584         -Wuninitialized: initialize tm0.tm_year.
14585
14586 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14587
14588         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14589         count, since there's no maximum.  All uses changed.
14590         Add member dsts_seen.
14591         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14592         not being INT_MAX.
14593         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14594         Use pc_rels_seen to decide whther a date is absolute.
14595
14596         * lib/getdate.y (number): Don't overwrite year.
14597         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14598         check.
14599
14600 2005-04-02  Simon Josefsson  <jas@extundo.com>
14601
14602         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14603         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14604
14605 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14606
14607         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14608         where no absolute path name can be longer than PATH_MAX.
14609
14610 2005-03-27  Jim Meyering  <jim@meyering.net>
14611
14612         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14613
14614 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14617         "one's complement" -> "ones' complement" in comment, as per Knuth.
14618         "value of type" -> "type or expression" in comment.
14619         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14620
14621 2005-03-26  Jim Meyering  <jim@meyering.net>
14622
14623         Comment nits.
14624         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14625         Correct typos: s/or/of/.
14626
14627 2005-03-26  Jim Meyering  <jim@meyering.net>
14628
14629         * modules/check-include-files: Move to ../ and rename to...
14630         * check-module: ...this.
14631
14632 2005-03-25  Jim Meyering  <jim@meyering.net>
14633
14634         * modules/xvasprintf (Files): Add xalloc.h.
14635
14636 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         * modules/gettext (Files): config/config.rpath ->
14639         build-aux/config.rpath
14640         * modules/iconv (Files): Likewise.
14641         Problem reported by Oskar Liljeblad.
14642
14643 2005-03-23  Jim Meyering  <jim@meyering.net>
14644
14645         * modules/check-include-files: New script to check for
14646         missing dependencies, multiple includes, etc.
14647
14648         * modules/c-strtold (Depends-on): Add xalloc.
14649         * modules/c-strtod (Depends-on): Add xalloc.
14650         * modules/hash (Depends-on): Add xalloc.
14651         (Files): Remove lib/xalloc.h.
14652
14653         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14654         * modules/userspec (Files): Add lib/inttostr.h.
14655
14656 2005-03-23  Jim Meyering  <jim@meyering.net>
14657
14658         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14659
14660 2005-03-22  Jim Meyering  <jim@meyering.net>
14661
14662         * modules/stat-macros: New module.
14663         * modules/canonicalize, modules/euidaccess, modules/file-type,
14664         * modules/filemode, modules/lchown, modules/makepath,
14665         * modules/rmdir, modules/stat: Depend on new stat-macros module
14666         rather than listing lib/stat-macros.h manually.
14667         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14668
14669 2005-03-22  Jim Meyering  <jim@meyering.net>
14670
14671         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14672
14673 2005-03-22  Bruno Haible  <bruno@clisp.org>
14674
14675         * config/srclist.txt: Replace target directory 'config' with
14676         'build-aux'.
14677         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14678         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14679         ../build-aux/.
14680
14681 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * modules/chdir-long (Depends-on): Add mempcpy.
14684
14685         * modules/acl, modules/backupfile, modules/c-strtod,
14686         modules/c-strtold, modules/canon-host, modules/canonicalize,
14687         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14688         modules/exclude, modules/exitfail, modules/file-type,
14689         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14690         modules/getdate, modules/getline, modules/getpagesize,
14691         modules/getpass, modules/getugroups, modules/group-member,
14692         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14693         modules/inttostr, modules/long-options, modules/makepath,
14694         modules/md5, modules/memcasecmp, modules/memcoll,
14695         modules/modechange, modules/mountlist, modules/path-concat,
14696         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14697         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14698         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14699         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14700         modules/strftime, modules/strndup, modules/strverscmp,
14701         modules/timespec, modules/unlocked-io, modules/userspec,
14702         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14703         modules/yesno:
14704         Remove lib_SOURCES line from Makefile.am section, as this is now
14705         done automatically by the corresponding Autoconf macro.
14706
14707 2005-03-21  Jim Meyering  <jim@meyering.net>
14708
14709         Changes imported from coreutils.
14710
14711         * lib/cycle-check.c: Don't include xalloc.h.
14712
14713         * lib/path-concat.c: Don't include assert.h.
14714         (path_concat): Remove assertion that would have triggered
14715         for ABASE starting with more than one slash.
14716         Reported by Andreas Schwab.
14717
14718         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14719         properly when ABASE is an absolute file name.
14720         Correct the description of this function.
14721         Include <assert.h>.
14722         Add an assertion and a test driver.
14723         This fixes a bug introduced on 2004-07-02.
14724         Andreas Schwab reported the resulting failure of cp --parents:
14725         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14726
14727 2005-03-21  Jim Meyering  <jim@meyering.net>
14728
14729         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14730         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14731
14732 2005-03-21  Jim Meyering  <jim@meyering.net>
14733         and  Paul Eggert  <eggert@cs.ucla.edu>
14734
14735         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14736         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14737         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14738         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14739         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14740         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14741         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14742         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14743         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14744         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14745         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14746         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14747         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14748         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14749         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14750         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14751         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14752         for these modules.
14753
14754 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14757         (which shouldn't happen), generate nothing instead of returning 0
14758         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14759
14760 2005-03-16  Bruno Haible  <bruno@clisp.org>
14761
14762         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14763         HAVE_LONGLONG_64BIT.
14764
14765 2005-03-16  Bruno Haible  <bruno@clisp.org>
14766
14767         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14768         HAVE_LONGLONG_64BIT.
14769
14770 2005-03-16  Bruno Haible  <bruno@clisp.org>
14771
14772         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14773         HAVE_LONGLONG_64BIT.
14774
14775 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14778         reliably distinguish strftime failure from empty output on POSIX
14779         hosts.
14780
14781 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14784         (iconv_string): Don't guess a size-zero buffer, as that might cause
14785         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14786         result would be 'too large', where 'too large' is (heuristically)
14787         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14788         overflow concerns.  This will prevent some unwanted malloc failures
14789         when the inputs are very large.
14790
14791 2005-03-15  Karl Berry  <karl@gnu.org>
14792
14793         * config/srclist.txt (config.rpath): from gettext.
14794         * config/config.rpath: update.
14795
14796 2005-03-15  Bruno Haible  <bruno@clisp.org>
14797
14798         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14799         to 'negate'.
14800
14801         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14802         variable.
14803
14804         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14805         results.
14806
14807 2005-03-14  Simon Josefsson  <jas@extundo.com>
14808
14809         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14810         <fx@gnu.org>.
14811
14812 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14815         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14816         intprops.h.
14817         * lib/strtol.c: Likewise.
14818
14819 2005-03-14  Jim Meyering  <jim@meyering.net>
14820
14821         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14822         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14823         to be nonzero so that we (and caller) can detect the difference
14824         between a valid zero-length expansion and an error return, even
14825         when the underlying strftime fails before writing anything into
14826         that location.
14827
14828 2005-03-14  Bruno Haible  <bruno@clisp.org>
14829
14830         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14831         Update from GNU gettext 0.14.3.
14832
14833 2005-03-10  Jim Meyering  <jim@meyering.net>
14834
14835         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14836
14837 2005-03-10  Jim Meyering  <jim@meyering.net>
14838
14839         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14840         so that this module works on systems without fchdir.
14841
14842 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         Factor int-properties macros into a single file, except for
14845         glibc-related files.
14846         * lib/intprops.h: New file.
14847         * lib/getloadavg.c: Include it instead of limits.h.
14848         (INT_STRLEN_BOUND): Remove.
14849         * lib/human.c: Include intprops.h.
14850         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14851         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14852         302/1000.
14853         * lib/inttostr.h: Include intprops.h instead of limits.h.
14854         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14855         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14856         for consistency with intprops.h.
14857         (time_t_is_integer, twos_complement_arithmetic): Use them.
14858         * lib/sig2str.h: Include <signal.h>, intprops.h.
14859         (INT_STRLEN_BOUND): Remove.
14860         * lib/strftime.c (TYPE_SIGNED): Remove.
14861         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14862         * lib/strtol.c: Adjust comments to match intprops.h.
14863         * lib/userspec.c: Include intprops.h.
14864         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14865         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14866         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14867         instead of rolling our own expressions.
14868         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14869
14870         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14871         instead of int.
14872         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14873         the right thing even if adding 1900 would overflow.  Similarly
14874         for tm_mon + 1 and tm_yday + 1.
14875         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14876         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14877         (DO_SIGNED_NUMBER): New macro.
14878         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14879
14880 2005-03-07  Bruno Haible  <bruno@clisp.org>
14881
14882         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14883
14884 2005-03-07  Bruno Haible  <bruno@clisp.org>
14885
14886         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14887
14888 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14889
14890         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14891         (func_import): Only replace files via --import when they have actually
14892         changed.
14893
14894 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14895
14896         * m4/mmap-anon.m4: New file.
14897         * m4/pagealign_alloc.m4: New file.
14898
14899 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14900             Bruno Haible  <bruno@clisp.org>
14901
14902         * modules/pagealign_alloc: New file.
14903         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14904
14905 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14906             Bruno Haible  <bruno@clisp.org>
14907
14908         * lib/pagealign_alloc.h: New file.
14909         * lib/pagealign_alloc.c: New file.
14910
14911 2005-03-03  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14914         Use an all-permissive copyright notice, recommended by RMS.
14915
14916 2005-03-02  Bruno Haible  <bruno@clisp.org>
14917
14918         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14919         of AIX, the replacement has to be done only after <string.h> is
14920         included, therefore not in config.h. stpncpy.h does the replacement,
14921         and stpncpy.c uses it.
14922
14923 2005-03-02  Bruno Haible  <bruno@clisp.org>
14924
14925         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14926         stpncpy.c uses it.
14927
14928 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14929
14930         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14931         The workaround isn't strictly needed for POSIX conformance, and
14932         it's too much of a pain to configure and maintain.  We'll ask
14933         people to fix their kernels instead.
14934         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14935         (NANOSLEEP_BUG_WORKAROUND): Remove.
14936         (xnanosleep): Remove the workaround.
14937
14938 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14939
14940         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14941         Reported by Derek Price.
14942         (Include): Add "timespec.h".
14943
14944         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14945
14946 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14947
14948         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14949         to detect nanosleep bug.
14950
14951 2005-03-01  Bruno Haible  <bruno@clisp.org>
14952
14953         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14954
14955 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * modules/gethrxtime: New file.
14958         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14959         (Depends-on): Add gethrxtime.
14960         (configure.ac): Add gl_XNANOSLEEP.
14961         (Makefile.am): Remove lib_SOURCES line.
14962
14963 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14964
14965         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14966         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14967
14968 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14969
14970         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14971         * lib/timespec.h (gettime): Return void, since it always
14972         succeeds now.  All uses changed.
14973         * lib/gettime.c (gettime) Likewise.
14974         [HAVE_NANOTIME]: Prefer nanotime.
14975         Assume gettimeofday succeeds, as POSIX requires.
14976         Assime time () succeeds, since other code already does.
14977         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14978         (timespec_subtract): Remove.
14979         (NANOSLEEP_BUG_WORKAROUND): New constant.
14980         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14981         things considerably.  Use it only on GNU/Linux hosts, since the
14982         workaround shouldn't be needed elsewhere.
14983
14984 2005-02-24  Bruno Haible  <bruno@clisp.org>
14985
14986         * modules/gettext (Files): Add m4/glibc2.m4.
14987
14988 2005-02-24  Bruno Haible  <bruno@clisp.org>
14989
14990         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14991         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14992         * m4/progtest.m4:
14993         Update from GNU gettext 0.14.2.
14994         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14995
14996 2005-02-24  Bruno Haible  <bruno@clisp.org>
14997
14998         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14999         * lib/config.charset: Update from GNU gettext 0.14.2.
15000
15001 2005-02-24  Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/gettext.h: Update from GNU gettext 0.14.2.
15004
15005 2005-02-23  Simon Josefsson  <jas@extundo.com>
15006
15007         * m4/iconvme.m4: New file.
15008
15009 2005-02-23  Jim Meyering  <jim@meyering.net>
15010
15011         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15012         change.
15013         Thanks to Bruno Haible for catching it.
15014
15015 2005-02-22  Simon Josefsson  <jas@extundo.com>
15016
15017         * modules/iconvme: New file.
15018
15019         * MODULES.html.sh: Add iconvme.
15020
15021 2005-02-22  Simon Josefsson  <jas@extundo.com>
15022
15023         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15024
15025 2005-02-22  Simon Josefsson  <jas@extundo.com>
15026
15027         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15028
15029 2005-02-22  Jim Meyering  <jim@meyering.net>
15030
15031         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15032         s/ifndef/ifdef/.
15033
15034 2005-02-20  Neil Conway  <neilc@samurai.com>
15035
15036         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15037         returned by OSX/Darwin if the specified buffer is not large
15038         enough for the hostname.
15039
15040 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15041
15042         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15043         pass it to _help, otherwise the latter coredumps trying to
15044         dereference state.root_argp.
15045
15046 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * modules/chdir-long (Depends-on): Add memrchr.
15049         * modules/memrchr (Files): Add lib/memrchr.h.
15050         (Include): "memrchr.h".
15051
15052 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15053
15054         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15055
15056 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15057
15058         * lib/memrchr.h: New file.
15059         * lib/chdir-long.c: Include it.
15060         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15061         Don't bother including stddef.h.
15062
15063 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15066         inclusion.
15067         Include <sys/types.h>, for dev_t.
15068         (ME_DUMMY, ME_REMOTE): Move from here....
15069         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15070         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15071         Dmitry V. Levin.
15072         Include mountlist.h first, to test the interface.
15073
15074 2005-01-29  Bruno Haible  <bruno@clisp.org>
15075
15076         * lib/progname.c (program_name): Initialize.
15077         Needed when linking statically on MacOS X.
15078
15079 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15080
15081         Sync from coreutils.
15082         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15083         (Depends-on): Add c-strtod.
15084         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15085
15086 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15087
15088         Sync from coreutils.
15089         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15090
15091         Remove files that are specific to coreutils.
15092         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15093
15094 2005-01-28  Bruno Haible  <bruno@clisp.org>
15095
15096         * modules/javacomp: New file.
15097         * MODULES.html.sh (Java): Add javacomp.
15098
15099 2005-01-28  Bruno Haible  <bruno@clisp.org>
15100
15101         * m4/javacomp.m4: New file, from GNU gettext.
15102
15103 2005-01-28  Bruno Haible  <bruno@clisp.org>
15104
15105         * lib/javacomp.sh.in: New file, from GNU gettext.
15106         * lib/javacomp.h: New file, from GNU gettext.
15107         * lib/javacomp.c: New file, from GNU gettext.
15108
15109 2005-01-26  Simon Josefsson  <jas@extundo.com>
15110
15111         * lib/gai_strerror.c: Use GPL in header.
15112
15113 2005-01-26  Bruno Haible  <bruno@clisp.org>
15114
15115         * modules/javaexec: New file.
15116         * MODULES.html.sh (Java): Add javaexec.
15117
15118 2005-01-26  Bruno Haible  <bruno@clisp.org>
15119
15120         * m4/javaexec.m4: New file, from GNU gettext.
15121
15122 2005-01-26  Bruno Haible  <bruno@clisp.org>
15123
15124         * lib/javaexec.sh.in: New file, from GNU gettext.
15125         * lib/javaexec.h: New file, from GNU gettext.
15126         * lib/javaexec.c: New file, from GNU gettext.
15127
15128 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15129
15130         * modules/lchown (Depends-on): Remove lchown.h
15131
15132 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15133
15134         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15135         must be defined if the header file was not found, in order
15136         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15137
15138 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15139
15140         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15141         initializers for struct pentry_state.
15142         (__argp_error): Check return value of __asprintf
15143         (__argp_failure): Translate error message
15144
15145         * lib/argp-parse.c: Removed braces around the expansion of N_()
15146
15147 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15148
15149         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15150         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15151         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15152         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15153         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15154         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15155         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15156         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15157         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15158         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15159         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15160         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15161         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15162         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15163         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15164         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15165         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15166         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15167         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15168         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15169         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15170         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15171         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15172         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15173         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15174         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15175         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15176         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15177         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15178         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15179         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15180         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15181         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15182         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15183         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15184         Use an all-permissive copyright notice, recommended by RMS.
15185
15186 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15187
15188         * modules/chdir-long (Depends-on): Remove mempcpy.
15189
15190 2005-01-21  Jim Meyering  <jim@meyering.net>
15191
15192         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15193         same value as for Solaris 9.
15194
15195         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15196         component length.  This included changing the parameter to be
15197         of type `char *' rather than `char const *'.
15198         * lib/chdir-long.h (chdir_long): Update prototype.
15199
15200         * lib/openat.c (fdopendir, fstatat): New functions.
15201         * lib/openat.h: Include headers required for use of DIR and struct
15202         stat.
15203         [AT_SYMLINK_NOFOLLOW]: Define.
15204         (fdopendir, fstatat): Add prototypes.
15205
15206 2005-01-21  Bruno Haible  <bruno@clisp.org>
15207
15208         * modules/classpath: New file.
15209         * MODULES.html.sh (Java): Add classpath.
15210
15211 2005-01-21  Bruno Haible  <bruno@clisp.org>
15212
15213         * lib/classpath.h: New file, from GNU gettext.
15214         * lib/classpath.c: New file, from GNU gettext.
15215
15216 2005-01-20  Simon Josefsson  <jas@extundo.com>
15217
15218         * modules/version-etc-fsf: New file.
15219
15220 2005-01-20  Simon Josefsson  <jas@extundo.com>
15221
15222         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15223         * lib/version-etc.c: Remove version_etc_copyright.
15224         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15225         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15226
15227 2005-01-20  Simon Josefsson  <jas@extundo.com>
15228
15229         * lib/base64.h (isbase64): Add.
15230
15231         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15232         using a unsigned prototype, don't inline.
15233         (base64_decode): Use it.
15234
15235 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15238         it.
15239
15240 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15241
15242         * lib/save-cwd.c (save_cwd): Remove code to support the case
15243         where fchdir is missing or flaky.
15244
15245 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15246
15247         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15248
15249 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15252         AC_LIBSOURCES now does this.
15253         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15254         with new ullong_max module.
15255
15256 2005-01-19  Bruno Haible  <bruno@clisp.org>
15257
15258         * modules/sh-quote: New file.
15259         * MODULES.html.sh (Executing programs): Add sh-quote.
15260
15261 2005-01-19  Bruno Haible  <bruno@clisp.org>
15262
15263         * lib/sh-quote.h: New file, from GNU gettext.
15264         * lib/sh-quote.c: New file, from GNU gettext.
15265
15266 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         Merge from coreutils.
15269         * m4/ullong_max.m4: New file.
15270         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15271         (gl_MACROS): Assume localeconv exists.
15272
15273 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15274
15275         Merge changes from coreutils, as described below in several
15276         changelogs dated today.
15277
15278         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15279         (O_DIRECTORY): Remove; not needed here, since "." must be
15280         a directory.  All uses removed.
15281         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15282         universal on Suns, and we also need to test for IRIX.
15283         Revamp code to use 'if' rather than '#if'.
15284         Avoid unnecessary comparison of cwd->desc to 0.
15285
15286         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15287         for known valid error numbers rather than observed invalid ones.
15288
15289 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15290
15291         * modules/ullong_max: New file.
15292
15293         * modules/chdir-long, modules/openat: New files.
15294         * modules/save-cwd (Depends-on): Depend on chdir-long.
15295         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15296
15297 2005-01-18  Jim Meyering  <jim@meyering.net>
15298
15299         Merge from coreutils.
15300         * m4/chdir-long.m4, m4/openat.m4: New files.
15301         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15302         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15303         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15304         is sane and DOES follow symlinks.  Besides, testing 20 different
15305         systems found no broken chown implementations.
15306         Prompted by a change in rsync's copy of this macro.
15307         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15308
15309         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15310
15311         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15312         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15313         NULL-means-set-to-current-time semantics.
15314         Remove temporary file immediately, rather than waiting
15315         for configure's at-exit trap code to do it.
15316
15317 2005-01-18  Jim Meyering  <jim@meyering.net>
15318
15319         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15320
15321         * lib/utimens.c (futimens): Account for the fact that futimes
15322         can also fail with errno == ENOSYS or errno == ENOENT.
15323         Patch from Dmitry V. Levin.
15324
15325         Change the name of the robust chdir function from chdir to chdir_long.
15326         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15327         (restore_cwd): Use chdir_long, not chdir.
15328         * lib/chdir-long.c: Renamed from chdir.c.
15329         * lib/chdir-long.h: Renamed from chdir.h.
15330         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15331         Hurd.
15332
15333 2005-01-18  Bruno Haible  <bruno@clisp.org>
15334
15335         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15336         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15337         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15338         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15339         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15340         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15341         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15342         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15343         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15344         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15345         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15346         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15347         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15348         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15349         Use an all-permissive copyright notice, recommended by RMS.
15350
15351 2005-01-18  Bob Proulx  <bob@proulx.com>
15352
15353         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15354         simplify offsetof() macro construct to avoid compile failure with
15355         native HP-UX 11.0 ANSI C compiler.
15356
15357 2005-01-17  Bruno Haible  <bruno@clisp.org>
15358
15359         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15360         redundant because stpncpy.m4 takes care of it.
15361
15362 2005-01-17  Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15365
15366 2005-01-17  Bruno Haible  <bruno@clisp.org>
15367
15368         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15369         used.
15370
15371 2005-01-17  Bruno Haible  <bruno@clisp.org>
15372
15373         * lib/fwriteerror.h (fwriteerror): Change specification to include
15374         fclose.
15375         * lib/fwriteerror.c: Include <stdbool.h>.
15376         (fwriteerror): At the end, close the file stream. Record whether
15377         stdout was already closed.
15378
15379 2005-01-17  Bruno Haible  <bruno@clisp.org>
15380
15381         * lib/execute.c (environ): Declare if needed.
15382         * lib/pipe.c (environ): Likewise.
15383         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15384
15385 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15386
15387         * modules/argp: Depend on vsnprintf
15388
15389 2005-01-10  Jim Meyering  <jim@meyering.net>
15390
15391         * modules/closeout (Depends-on): Add atexit.
15392
15393 2005-01-06  Bruno Haible  <bruno@clisp.org>
15394
15395         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15396
15397 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15400         definitions to be after all include files, to avoid collisions.
15401         Problem reported by Bob Proulx.
15402
15403 2005-01-04  Jim Meyering  <jim@meyering.net>
15404
15405         Changes imported from coreutils.
15406         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15407         as the mkstemp template, use a temporary directory and an
15408         8.3-friendly template to avoid trouble on systems like DJGPP.
15409         Reported by Juan M. Guerrero via Stepan Kasal.
15410         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15411         close. Remove the temporary directory right away, rather than waiting
15412         for configure's at-exit trap code to do it.
15413         Suggestion from Stepan Kasal.
15414
15415 2005-01-01  Simon Josefsson  <jas@extundo.com>
15416
15417         * gnulib-tool: Print #include directives when --import'ing.
15418
15419 2004-12-28  Simon Josefsson  <jas@extundo.com>
15420
15421         * tests/test-base64.c: Include required header files.  Remove
15422         unused variables.
15423
15424 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         * modules/error (Depends-on): Remove gettext.
15427
15428 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15431         not needed.  This removes a dependency on the gettext module.
15432         [defined _LIBC]: Do not include <libintl.h>; not needed.
15433
15434 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15437         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15438
15439 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15442         HAVE_DECL_STRTOLD.
15443
15444 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15445
15446         * modules/getdate (Depends-on): Remove alloca-opt.
15447
15448 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15451
15452 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15453
15454         * lib/argp-parse.c: Include <stddef.h>.
15455         (alignof, alignto): New macros.
15456         (parser_init): Don't assume that void * is aligned sufficiently
15457         for struct option.
15458
15459         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15460         need to extend the stack.
15461         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15462         large.
15463
15464 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15465
15466         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15467
15468 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15469
15470         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15471         (2004-10-24) change.  Apparently this was a false alarm.
15472
15473         * modules/getdate: Depend on alloca-opt, not alloca.
15474
15475 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15476
15477         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15478         Remove now-obsolete comment about AIX.
15479         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15480         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15481         (YYMAXDEPTH): New macro.
15482
15483 2004-12-18  Simon Josefsson  <jas@extundo.com>
15484
15485         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15486
15487 2004-12-18  Bruno Haible  <bruno@clisp.org>
15488
15489         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15490
15491 2004-12-18  Bruno Haible  <bruno@clisp.org>
15492
15493         * lib/fatal-signal.c (fatal_signals): Make non-const.
15494         (init_fatal_signals): New function.
15495         (uninstall_handlers, install_handlers): Ignore signals that were set to
15496         SIG_IGN.
15497         (at_fatal_signal): Call init_fatal_signals.
15498         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15499         SIG_IGN.
15500         Reported by Paul Eggert.
15501
15502 2004-12-18  Bruno Haible  <bruno@clisp.org>
15503
15504         * doc/alloca.texi: New file.
15505         * doc/alloca-opt.texi: New file.
15506
15507 2004-12-17  Jim Meyering  <jim@meyering.net>
15508
15509         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15510         Otherwise, install-sh could exit with improper exit status when
15511         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15512
15513 2004-12-16  Simon Josefsson  <jas@extundo.com>
15514
15515         * tests/test-base64.c: Add license.
15516
15517 2004-12-15  Stepan Kasal  <address@hidden>
15518
15519         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15520
15521 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15522
15523         * modules/getcwd (Files): Add m4/d-ino.m4.
15524         Suggested by Mark D. Baushke.
15525
15526 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15527
15528         * lib/getdate.y (textint): New member "negative".
15529         (time_zone_hhmm): New function.
15530         Expect 14 shift-reduce conflicts, not 13.
15531         (o_colon_minutes): New rule.
15532         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15533         (yylex): Set the "negative" member of signed numbers.
15534
15535 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15536
15537         * doc/getdate.texi (Time of day items, Time zone items):
15538         Describe new formats +00:00, UTC+00:00.
15539
15540 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15543         spurious "-l"s.  Problem reported by Stepan Kasal.
15544
15545 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15546
15547         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15548         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15549
15550 2004-12-04  Simon Josefsson  <jas@extundo.com>
15551
15552         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15553         Vandoorselaere <yoann@prelude-ids.org>.
15554
15555 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         Changes imported from coreutils.
15558         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15559         exist.
15560         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15561
15562 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         Changes imported from coreutils.
15565         * lib/hard-locale.c: Assume <locale.h> exists.
15566         Include "strdup.h".
15567         (GLIBC_VERSION): New macro.
15568         (hard_locale): Assume setlocale exists.
15569         Rewrite to avoid #ifdef.
15570         Use strdup rather than malloc + strcpy.
15571         * lib/human.c: Assume <locale.h> exists.
15572         (human_readable): Assume localeconv exists.
15573
15574 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * modules/hard-locale (Depends-on): Add strdup.
15577
15578 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15579
15580         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15581         convert T2, not T.  (Imported from libc.)
15582
15583 2004-11-30  Simon Josefsson  <jas@extundo.com>
15584
15585         * modules/restrict (License): Change to LGPL.
15586
15587 2004-11-30  Simon Josefsson  <jas@extundo.com>
15588
15589         * m4/restrict.m4: Add copyright and copying conditions.
15590
15591 2004-11-30  Simon Josefsson  <jas@extundo.com>
15592
15593         * m4/base64.m4: New file.
15594
15595 2004-11-30  Simon Josefsson  <jas@extundo.com>
15596
15597         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15598         base64.
15599
15600         * tests/test-base64.c: New file.
15601
15602         * modules/base64: New file.
15603
15604 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15607         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15608
15609         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15610
15611 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15612
15613         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15614         (__getcwd.c): Don't restore errno; glibc doesn't.
15615         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15616         first, falling back to our code only if its results look suspicious.
15617         Ensure that the resulting buffer is only as large as necessary.
15618
15619         * lib/readutmp.c: Include readutmp.h first.
15620         Include <errno.h>, since readutmp.h no longer does that.
15621         * lib/readutmp.h: Don't include <errno.h>,
15622         <sys/param.h>, <time.h>; not needed to establish interface.
15623         (errno): Remove decl.
15624         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15625         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15626         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15627
15628 2004-11-28  Simon Josefsson  <jas@extundo.com>
15629
15630         * lib/base64.h, base64.c: New file.
15631
15632 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15635
15636 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15639         (Depends-on): Remove pathmax, same.  Add mempcpy.
15640         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15641         (Makefile.am): Append getcwd.h to lib_SOURCES.
15642         (Include): Add getcwd.h.
15643         (Maintainer): Change from Jim Meyering to "all, glibc",
15644         since getdate now uses intended-for-glibc code.
15645         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15646         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15647
15648 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15651         HP's ANSI C compiler.
15652         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15653         Declaring int functions causes warnings on some modern systems and
15654         shouldn't be needed to compile on ancient ones.
15655         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15656         defined.
15657
15658         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15659         with the following changes.
15660         (__set_errno): Parenthesize properly.
15661         Include <stdbool.h>.
15662         (MIN, MAX, MATCHING_INO): New macros.
15663         (__getcwd): Define with prototype, not K&R form.
15664         Use heuristics to allocate default buffer on stack if possible.
15665         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15666         behavior, and to avoid the PATH_MAX limit when computing
15667         ../../../../...
15668         Use MATCHING_INO to compare inode number to file.
15669         Check for arithmetic overflow in size calculations.
15670         Fix bug in reallocation of dot array that caused getcwd to fail
15671         on directories nested deeper than 75.
15672         Be more careful about saving errno on error.
15673         Do not use realloc; use only free+malloc, as this is a bit
15674         more flexible and avoids a needless copy operation.
15675         Do not inspect st_dev and st_ino for symbolic links; POSIX
15676         doesn't specify the latter.
15677         Check for closedir errors.
15678         Avoid needless casts.
15679         Use "#ifdef weak_alias" around weak_alias, to be like other
15680         glibc code.
15681         The following changes to getcwd.c have effect only when used in
15682         gnulib; they have no effect inside glibc proper.
15683         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15684         as alloca isn't used.
15685         (alloca, __alloca): Likewise.
15686         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15687         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15688         unconditionally, as gnulib assumes C89 or better.
15689         Do not include <sys/param.h>.
15690         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15691         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15692         better.
15693         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15694         Include <dirent.h> in a way that is compatible with modern Autoconf.
15695         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15696         New macros, if not already defined.
15697         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15698         Use "_LIBC", not "defined _LIBC", for consistency.
15699         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15700         a mempcpy module.
15701         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15702         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15703         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15704         credit only to Jim Meyering and adjust the copyright dates.
15705         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15706         <stdlib.h>, <unistd.h>, "pathmax.h".
15707         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15708         (INITIAL_BUFFER_SIZE): Remove.
15709         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15710
15711 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15714         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15715         Use the _ONCE methods, for efficiency.
15716         Check for fcntl.h.  In test program, include <errno.h>
15717         and <fcntl.h> if available.  Remove old K&R cruft from
15718         test program.  Check for common errors in GNU/Linux,
15719         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15720         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15721         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15722         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15723         name accordingly.
15724         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15725         accommodate new getcwd.c.
15726         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15727         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15728         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15729         that's all we need now.
15730
15731 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15732
15733         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15734         argp-parse.c depends on getopt internals, that means we should
15735         always use our getopt, to be on the safe side.
15736         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15737         order not to spoil the result of an eventual previous invocation
15738         of gl_GETOPT_SUBSTITUTE.
15739
15740 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15741
15742         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15743         redefinition warnings. To avoid them, include the defines
15744         in `#if !defined __need_getopt ... #endif'. The only place
15745         where __getopt_argv_const is used is in definitions
15746         of getopt_long and getopt_long_only below, which are as well
15747         protected by `#ifndef __need_getopt'.
15748         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15749         __need_getopt after including <stdio.h> and <unistd.h> These
15750         headers might have defined it.
15751
15752 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15755
15756 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15759         (futimens): New function, which uses futimes if available.
15760         (futimens, utimens): Support timespec==NULL, with same semantics
15761         as utime and utimens.
15762         * lib/utimens.h (futimens): New decl.
15763
15764 2004-11-23  Jim Meyering  <jim@meyering.net>
15765
15766         * lib/getopt_.h: Remove trailing blanks.
15767
15768 2004-11-23  Jim Meyering  <jim@meyering.net>
15769
15770         * lib/__fpending.c: Add comment.
15771
15772 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * modules/canonicalize (Depends-on): Add xreadlink.
15775         Problem reported by James Youngman.
15776
15777 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15780         New macros.
15781         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15782         optopt): Use them instead of invoking ## directly; otherwise, the
15783         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15784
15785 2004-11-19  Bruno Haible  <bruno@clisp.org>
15786
15787         * lib/strtok_r.c: Move comments from here...
15788         * lib/strtok_r.h: ... to here.
15789
15790 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15793         implementations that mishandle size_t overflow.
15794
15795 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15798         might fail.  Problem reported by Yoann Vandoorselaere.
15799         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15800         implementations that mishandle size_t overflow.
15801
15802 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * modules/canon-host (Depends-on): Add strdup.
15805
15806 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15807
15808         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15809
15810 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15811
15812         * lib/canon-host.c: Include "strdup.h".
15813         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15814         Use strdup instead of malloc/strcpy to duplicate strings.
15815
15816         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15817         (human_space_before_unit): New constant.
15818         * lib/human.c (human_readable): Support it.
15819
15820         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15821         (xgetcwd): Set errno correctly when failing.
15822         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15823         the failure is actually due to a PATH_MAX problem.
15824
15825         Further getopt changes to make it more likely that glibc will
15826         buy the changes back.
15827         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15828         (getopt): Use it, so to preserve glibc semantic
15829         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15830         when compiling for libc.
15831         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15832         (getopt_long, getopt_long_only): Use it.
15833
15834         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15835         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15836         (getopt): Argv is now char * const *, as per standard.
15837         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15838         not char *__getopt_argv_const *.
15839         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15840         _getopt_long_only_r): Likewise.
15841         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15842         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15843         _getopt_long_r, _getopt_long_only_r): Likewise.
15844         * lib/getopt_.h (__getopt_argv_const): Remove.
15845         (getopt): Argv is now char * const *, as per standard.
15846
15847         * lib/getdate.y (tORDINAL): New token.
15848         (day, relunit): Allow it for relative times.
15849         (relative_time_table): Use tORDINAL for ordinals.
15850
15851 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15854         Document that "second" isn't allowed as an ordinal number.
15855
15856 2004-11-16  Jim Meyering  <jim@meyering.net>
15857
15858         * modules/closeout (Depends-on): Add fpending.
15859
15860 2004-11-15  Jim Meyering  <jim@meyering.net>
15861
15862         * lib/closeout.c: Include "__fpending.h" once again.
15863         Include <stdbool.h>.
15864         (close_stdout): Don't fail just because stdout was closed initially,
15865         since some programs don't write to stdout in the normal course of
15866         operation (other than --version and --help), and we don't want this
15867         function to make e.g. `touch file >&-' fail.
15868         But do fail if it was closed and someone has tried to write to it.
15869         E.g., `printf foo >&-' must fail.
15870
15871 2004-11-13  Jim Meyering  <jim@meyering.net>
15872
15873         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15874
15875 2004-11-12  Simon Josefsson  <jas@extundo.com>
15876
15877         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15878         small doc fix is still pending.
15879
15880 2004-11-11  Simon Josefsson  <jas@extundo.com>
15881
15882         * modules/strtok_r: New file.
15883
15884         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15885         strtok_r.
15886
15887 2004-11-11  Simon Josefsson  <jas@extundo.com>
15888
15889         * m4/strtok_r.m4: New file.
15890
15891         * m4/getopt.m4: Replace opterr.
15892
15893 2004-11-11  Simon Josefsson  <jas@extundo.com>
15894
15895         * lib/strtok_r.h, strtok_r.c: New file.
15896
15897 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15898
15899         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15900         of replacing opterr, getopt, etc.  This should handle the
15901         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15902
15903 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15904
15905         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15906         we can stop lying to compilers about the constness of argv when we
15907         are compiled outside glibc.
15908         (getopt, getopt_long, getopt_long_only): Use it.
15909         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15910         _getopt_internal, getopt): Likewise.
15911         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15912         _getopt_long_only_r): Likewise.
15913         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15914         _getopt_long_r, _getopt_long_only_r): Likewise.
15915
15916         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15917         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15918         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15919         the other external symbols.
15920         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15921         declaration, since the above renaming now works around collisions.
15922
15923 2004-11-11  Jim Meyering  <jim@meyering.net>
15924
15925         * lib/linebreak.c: Remove trailing blanks.
15926         * lib/alloca_.h: Likewise.
15927         * lib/acosl.c: Likewise.
15928         * lib/euidaccess.c: Likewise.
15929         * lib/allocsa.h: Likewise.
15930
15931 2004-11-10  Simon Josefsson  <jas@extundo.com>
15932
15933         * m4/getaddrinfo.m4: New file.
15934
15935 2004-11-10  Simon Josefsson  <jas@extundo.com>
15936
15937         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15938
15939 2004-11-10  Simon Josefsson  <jas@extundo.com>
15940
15941         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15942         getaddrinfo.
15943
15944         * modules/getaddrinfo: New file.
15945
15946 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15949
15950 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15951
15952         * lib/mktime.c (SHR): New macro, which is a portable
15953         substitute for >> that should work even on Crays.
15954         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15955         Problem reported by Mark D. Baushke in
15956         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15957         * lib/getdate.y (SHR): Likewise.
15958         (tm_diff): Use it.
15959         * lib/strftime.c (SHR): Likewise.
15960         (tm_diff): Use it.
15961         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15962         quote_these_too, so that right shifts are well defined.  All uses
15963         changed.
15964
15965 2004-11-10  Jim Meyering  <jim@meyering.net>
15966
15967         Ensure that no close failure goes unreported.
15968         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15969         return early when it seems there's nothing to flush.
15970         Don't include __fpending.h.
15971
15972 2004-11-10  Jim Meyering  <jim@meyering.net>
15973
15974         * modules/closeout (Depends-on): Remove fpending.
15975
15976 2004-11-10  Jim Meyering  <jim@meyering.net>
15977
15978         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15979
15980 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15983         gl_FUNC_STRFTIME.
15984         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15985         and AC_REQUIRE when possible, to avoid duplicate checks.
15986         Check for <wchar.h>.
15987
15988 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15989
15990         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15991
15992 2004-11-09  Bruno Haible  <bruno@clisp.org>
15993
15994         * m4/sockpfaf.m4: New file.
15995
15996 2004-11-05  Bruno Haible  <bruno@clisp.org>
15997
15998         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15999         Reported by Mark D. Baushke <mdb@cvshome.org>.
16000
16001 2004-11-04  Bruno Haible  <bruno@clisp.org>
16002
16003         2004-09-11  Bruno Haible  <bruno@clisp.org>
16004                 * allocsa.valgrind: New file.
16005         2004-02-06  Bruno Haible  <bruno@clisp.org>
16006                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16007                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16008                 Reported by Christopher Seip <chris.seip@hp.com>.
16009
16010 2004-11-04  Bruno Haible  <bruno@clisp.org>
16011
16012         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16013         (Makefile.am): Distribute it.
16014
16015 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16016
16017         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16018         with errno == ERANGE if the buffer is too small.
16019         Problem reported by Mark D. Baushke.
16020
16021 2004-11-03  Albert Chin  <china@thewrittenword.com>
16022             Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16025         equivalent, substitute $ac_type for equivalent type rather than
16026         blindly using uint32_t *always* which won't work if uint32_t is not
16027         available.  Define _UINT32_T to work around typedef of uint32_t if
16028         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16029         2.5.1.
16030
16031 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * m4/jm-macros.m4: Sync from coreutils.
16034         (gl_MACROS): Check for mbrlen, for pathchk.
16035         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16036
16037 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * lib/xreadlink.c (MAXSIZE): New macro.
16040         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16041         size does not exceed MAXSIZE.  Avoid cast.
16042         As suggested by Mark D. Baushke in
16043         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16044         if readlink fails with buffer size just under MAXSIZE, try again
16045         with MAXSIZE.
16046
16047 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16050
16051 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16052         and  Paul Eggert  <eggert@cs.ucla.edu>
16053
16054         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16055         (get_date): Overparenthesize to avoid GCC warning.
16056
16057 2004-11-02  Bruno Haible  <bruno@clisp.org>
16058
16059         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16060         returns void.
16061
16062 2004-11-02  Bruno Haible  <bruno@clisp.org>
16063
16064         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16065         function returns void.
16066
16067 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16068
16069         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16070         fflush_unlocked, flockfile, funlockfile, funlockfile,
16071         fputs_unlocked, putc_unlocked.
16072
16073 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16074
16075         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16076         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16077         already declared.
16078
16079 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16080
16081         * modules/getdate (Files): Add doc/getdate.texi.
16082         (Depends-on): Add setenv, xalloc.
16083
16084 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16085
16086         * lib/getdate.y: Add support for TZ="foo" within a date string.
16087         Fix some bugs near time_t boundaries.  Reject dates with
16088         out-of-range components, e.g., "Sept 31".
16089         Include <stdlib.h>, "setenv.h", "xalloc.h".
16090         (ISDIGIT_LOCALE): Remove; unused.
16091         Note that the TZ and time functions used here are not reentrant.
16092         (mktime_ok, get_tz): New functions.
16093         (TZBUFSIZE): New constant.
16094         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16095         This requires that we sometimes generate our own TZ="XXX..." setting.
16096
16097 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * doc/getdate.texi: New file, from coreutils with modifications for
16100         the new TZ parsing.
16101
16102 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16103
16104         * lib/mktime.c (not_equal_tm): Remove redundant check.
16105
16106 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16107
16108         * modules/regex (lib_SOURCES): Add regex.c.
16109         Reported by James Youngman in
16110         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16111
16112 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16113
16114         * lib/getdate.y: Use Bison 1.875 features, and some minor
16115         code cleanups.  This change does not affect semantics.
16116         Don't include <stdlib.h>; no longer needed.
16117         Don't include unlocked-io.h; only the "#if TEST" code uses
16118         stdio, and performance isn't crucial there.
16119         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16120         Bison 1.875 features as described below.
16121         All uses of "PC." replaced by "pc->".
16122         (YYSTYPE): Add a forward declaration.
16123         (yylex, yyerror): Use full prototypes in forward decls.
16124         Use "%pure-parser" rather than obsolescent "%pure_parser".
16125         Use %parse-param and %lex-param instead of obsolescent
16126         YYPARSE_PARAM and YYLEX_PARAM.
16127         (meridian_table, month_and_day_table, time_units_table,
16128         relative_time_table, time_zone_table, military_table,
16129         lookup_zone, lookup_word, get_date):
16130         Use NULL instead of 0 where appropriate.
16131         (to_hour): Avoid abort (), to avoid a dependency on
16132         stdlib.h.
16133         (yyerror, yylex): Now accepts parser_control * arg.
16134         (main) [TEST]: Use '\0' rather than 0 for char.
16135
16136 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16139
16140 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16143         It's now the caller's responsibility to handle the case where
16144         !HAVE_GETPAGESIZE && !defined getpagesize.
16145
16146         * lib/mktime.c (leapyear): Arg is long int, not int.
16147
16148 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16149
16150         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16151
16152 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16155         missing.  Problem reported by James Youngman.
16156
16157 2004-10-16  Simon Josefsson  <jas@extundo.com>
16158
16159         * gnulib-tool: Fix comments.  Fix parse problem.
16160         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16161
16162 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16163
16164         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16165         implementation of getopt_long.  Problem reported by Alexander Taler in:
16166         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16167
16168 2004-10-15  Bruno Haible  <bruno@clisp.org>
16169
16170         * gnulib-tool: Untabify. Initialize supplied_libname.
16171         (func_usage): More homogenous output.
16172         (func_modules_transitive_closure, func_modules_to_filelist,
16173         func_emit_lib_Makefile_am): New functions.
16174         (func_import): New function, extracted from big case statement. Use
16175         func_get_license, func_modules_transitive_closure,
16176         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16177         opt_lgpl. Don't use test -a, as it's not portable.
16178         (func_create_testdir): Use func_modules_transitive_closure,
16179         func_modules_to_filelist, func_emit_lib_Makefile_am.
16180
16181 2004-10-15  Bruno Haible  <bruno@clisp.org>
16182
16183         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16184
16185 2004-10-15  Bruno Haible  <bruno@clisp.org>
16186
16187         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16188         the portions belonging to each module.
16189         Suggested by Derek Robert Price <derek@ximbiot.com>.
16190
16191 2004-10-12  Simon Josefsson  <jas@extundo.com>
16192
16193         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16194         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16195         to real functions.
16196
16197 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16198
16199         * modules/vsnprintf: New file.
16200
16201 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16202
16203         * m4/vsnprintf.m4: New file.
16204
16205 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16206
16207         * lib/vsnprintf.h: New file.
16208         * lib/vsnprintf.c: New file.
16209
16210 2004-10-11  Bruno Haible  <bruno@clisp.org>
16211
16212         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16213         vsnprintf.
16214
16215 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16218
16219 2004-10-07  Bruno Haible  <bruno@clisp.org>
16220
16221         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16222         fits into the provided buffer.
16223
16224 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16225
16226         * lib/diacrit.c, diacrit.h: Add GPL notice.
16227
16228         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16229         notice.
16230         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16231         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16232         This avoids a potential constant-folding bug.
16233
16234 2004-10-05  Bruno Haible  <bruno@clisp.org>
16235
16236         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16237         for the declaration of strsep.
16238
16239 2004-10-05  Bruno Haible  <bruno@clisp.org>
16240
16241         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16242
16243 2004-10-04  Simon Josefsson  <jas@extundo.com>
16244
16245         * modules/memmem: New file.
16246         * tests/test-memmem.c: New file.
16247         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16248
16249 2004-10-04  Simon Josefsson  <jas@extundo.com>
16250
16251         * m4/memmem.m4: New file.
16252
16253 2004-10-04  Simon Josefsson  <jas@extundo.com>
16254
16255         * lib/memmem.h: New file.
16256         * lib/memmem.c: New file, taken from glibc.
16257
16258 2004-10-04  Simon Josefsson  <jas@extundo.com>
16259
16260         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16261         '#ifdef USE_UNLOCKED_IO'.
16262
16263 2004-10-04  Simon Josefsson  <jas@extundo.com>
16264
16265         * config/srclist.txt: Add memmem from glibc.
16266
16267 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16270
16271         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16272         modules/exclude, modules/getdate, modules/getline,
16273         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16274         modules/getusershell, modules/linebuffer, modules/md5,
16275         modules/mountlist, modules/posixtm, modules/readtokens,
16276         modules/readutmp, modules/regex, modules/sha1,
16277         modules/version-etc, modules/yesno:
16278         Remove dependency on unlocked-io.
16279
16280 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16283
16284         * m4/unlocked-io.m4: Add copyright notice.
16285         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16286
16287 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16288
16289         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16290         * lib/xmalloc.c (xmemdup): Likewise.
16291         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16292         XFREE): Remove these long-obsolescent macros.
16293         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16294         * lib/xstrdup.c: Remove.
16295
16296         * lib/regex.c (re_comp): Cast gettext return value to char *,
16297         Problem reported by Martin Neitzel via Mark D. Baushke.
16298
16299 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16302         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16303         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16304         regex.c, sha1.c, version-etc.c, yesno.c:
16305         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16306         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16307         the includer's responsibility.
16308
16309         Sync from coreutils.
16310
16311         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16312         points to the start of a string, as the C Standard says the
16313         resulting behavior is undefined.
16314
16315         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16316         simple -> simple_backups, numbered_existing ->
16317         numbered_existing_backups, numbered -> numbered_backups
16318         to avoid shadowing problems.  All uses changed.
16319         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16320         * lib/backupfile.c (check_extension, numbered_backup):
16321         Rename locals to avoid shadowing 'basename'.
16322         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16323         once.
16324
16325         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16326         * lib/.cvsignore: Add getopt.h.
16327
16328 2004-10-04  Bruno Haible  <bruno@clisp.org>
16329
16330         * modules/README: New file.
16331         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16332         not a module.
16333
16334 2004-10-02  Jim Meyering  <jim@meyering.net>
16335
16336         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16337
16338 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16339
16340         * modules/strsep: New file.
16341
16342 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16343
16344         * m4/strsep.m4: New file.
16345
16346 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16347
16348         * lib/strsep.h: New file.
16349         * lib/strsep.c: New file.
16350
16351 2004-10-01  Simon Josefsson  <jas@extundo.com>
16352
16353         * lib/snprintf.c (snprintf): Handle size==0.
16354
16355 2004-10-01  Simon Josefsson  <jas@extundo.com>
16356             Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16359         (snprintf): Declare 'args'.
16360
16361 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16362
16363         * lib/snprintf.c: Remove comments as to why each header is needed.
16364
16365 2004-10-01  Bruno Haible  <bruno@clisp.org>
16366
16367         * MODULES.html.sh: Add strsep.
16368
16369 2004-09-30  Simon Josefsson  <jas@extundo.com>
16370
16371         * modules/snprintf: New file.
16372
16373 2004-09-30  Simon Josefsson  <jas@extundo.com>
16374
16375         * m4/snprintf.m4: New file.
16376
16377 2004-09-30  Simon Josefsson  <jas@extundo.com>
16378
16379         * lib/snprintf.h, lib/snprintf.c: New files.
16380
16381 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16382
16383         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16384         (hol_entry_help): Never translate an empty string.
16385         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16386         * lib/argp.h (OPTION_NO_TRANS): New option.
16387
16388 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16389
16390         * modules/argp (Maintainer): Replace Simon Josefsson
16391         by Sergey Poznyakoff.
16392
16393 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16394
16395         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16396         changes merged back into glibc.
16397
16398 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16399
16400         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16401
16402 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16403
16404         * lib/xvasprintf.c: Include xalloc.h.
16405         (xvasprintf): Use xalloc_die, not xmalloc_die.
16406
16407 2004-09-29  Bruno Haible  <bruno@clisp.org>
16408
16409         * modules/alloca-opt: New file, derived from modules/alloca.
16410         * modules/allocsa: Depend on alloca-opt instead of alloca.
16411         * modules/setenv: Likewise.
16412         * modules/vasnprintf: Likewise.
16413         * MODULES.html.sh: Add alloca-opt.
16414
16415 2004-09-28  Simon Josefsson  <jas@extundo.com>
16416
16417         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16418         LGPL, and to replace license template from GPL to LGPL.
16419
16420 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16421
16422         * modules/dummy: Change license to LGPL.
16423
16424 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16427
16428 2004-09-24  Simon Josefsson  <jas@extundo.com>
16429
16430         * modules/minmax (License): Change from GPL to LGPL.
16431
16432 2004-09-23  Simon Josefsson  <jas@extundo.com>
16433
16434         * gnulib-tool (--import): Typo.
16435
16436 2004-09-23  Simon Josefsson  <jas@extundo.com>
16437
16438         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16439
16440 2004-09-22  Bruno Haible  <bruno@clisp.org>
16441
16442         * modules/*: Add 'License' field.
16443         * gnulib-tool: Accept --extract-license option.
16444         (func_get_license): New function.
16445
16446 2004-09-21  Bruno Haible  <bruno@clisp.org>
16447
16448         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16449         Reported by Simon Josefsson.
16450
16451 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16452
16453         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16454         gl_AC_TYPE_LONG_LONG.
16455
16456 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16457
16458         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16459
16460 2004-09-18  Simon Josefsson  <jas@extundo.com>
16461         and  Paul Eggert  <eggert@cs.ucla.edu>
16462
16463         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16464         calls with autoreconf.  Define GL_LIB.
16465
16466 2004-09-14  Karl Berry  <karl@gnu.org>
16467
16468         * config/srclist.txt: unsync setenv.c, sigh.
16469
16470 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16473         Problem reported by Bruno Haible in:
16474         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16475
16476 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16477
16478         * config/srclist.txt: Comment out argp-pvh.c.
16479
16480 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16483         in case some system header has #define'd it.  Problem reported by
16484         Soeren D. Schulze in
16485         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16486
16487 2004-09-09  Karl Berry  <karl@gnu.org>
16488
16489         * regex.[ch]: delete from the root.  These were supposed to be
16490                 synced with emacs cvs, but this has not happened for about
16491                 a year, and anyway nothing else uses emacs regex.[ch].
16492                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16493                 lib/regex[.ch] is untouched.
16494
16495 2004-09-09  Bruno Haible  <bruno@clisp.org>
16496
16497         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16498
16499 2004-09-09  Bruno Haible  <bruno@clisp.org>
16500
16501         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16502         modifications.
16503         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16504
16505 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16506
16507         * modules/xvasprintf: New file.
16508         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16509
16510 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16511
16512         * lib/xvasprintf.h: New file.
16513         * lib/xvasprintf.c: New file.
16514         * lib/xasprintf.c: New file.
16515
16516 2004-09-08  Bruno Haible  <bruno@clisp.org>
16517
16518         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16519
16520 2004-09-08  Bruno Haible  <bruno@clisp.org>
16521
16522         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16523         length is > INT_MAX.
16524         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16525         more.
16526
16527 2004-09-08  Bruno Haible  <bruno@clisp.org>
16528
16529         * lib/stdint_.h: New file, taken from GNU clisp.
16530
16531 2004-09-08  Bruno Haible  <bruno@clisp.org>
16532             Oskar Liljeblad  <oskar@osk.mine.nu>
16533
16534         * modules/stdint: New file.
16535         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16536
16537 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16538
16539         Import from coreutils.
16540         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16541         strings on unbounded length.  alloca's performance benefits aren't
16542         that important here.
16543         (V_STRDUP): Remove.
16544         (parse_with_separator): New function, with most of the internals
16545         of the old parse_user_spec.  Allow user to omit both user and group,
16546         for compatibility with FreeBSD.
16547         Clone only the user name, not the entire spec.
16548         Do not set *uid, *gid unless entirely successful.
16549         Avoid memory leak in some failing cases.
16550         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16551         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16552         (parse_user_spec): Rewrite to use parse_with_separator.
16553
16554 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16555
16556         * modules/userspec: Don't depend on alloca.
16557
16558 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16561
16562 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16565         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16566         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16567
16568 2004-08-16  Simon Josefsson  <jas@extundo.com>
16569
16570         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16571         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16572         Add --dry-run for --import.
16573         Let user provided command line parameters override configure.ac
16574         settings.
16575
16576 2004-08-12  Simon Josefsson  <jas@extundo.com>
16577
16578         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16579         as discussed with Paul Eggert in threads rooted at
16580         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16581         and
16582         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16583         Before, the test was empty, and relied on ELIDE_CODE in source
16584         code.)
16585         (gl_PREREQ_GETOPT): New macro.
16586         (gl_GETOPT): Use them.
16587
16588 2004-08-12  Simon Josefsson  <jas@extundo.com>
16589
16590         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16591         * lib/getopt_.h: Renamed from getopt.h.
16592
16593 2004-08-12  Simon Josefsson  <jas@extundo.com>
16594
16595         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16596         Change default library name from libfoo to libgnu.
16597         Now, if you have a configure.ac that says:
16598                 gl_SOURCE_BASE(gl)
16599                 gl_M4_BASE(gl/m4)
16600                 gl_MODULES(error getopt etcetera)
16601                 gl_INIT
16602         you can import all you need by running:
16603                 ../gnulib/gnulib-tool --import
16604
16605         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16606         (Makefile.am): Rewrite, use logic from argz.
16607         (Include): Use <getopt.h> instead of "getopt.h".
16608
16609 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16610
16611         * modules/argp (Files): Add m4/unlocked-io.m4.
16612         (Depends-on): Add extensions.
16613
16614 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16617         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16618         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16619         Check for program_invocation_name, program_invocation_short_name,
16620         flockfile, funlockfile, features.h, _getopt_long_only_r.
16621
16622 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16625         its complicated substitute.
16626         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16627         and program_invocation_name.
16628         (__argp_basename) [!_LIBC]: Remove; the only use was
16629         replaced by its body.
16630         (__argp_short_program_name): Change condition from
16631         !defined __argp_short_program_name to
16632         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16633         to match argp-namefrob.h.
16634         (__argp_failure): Don't assume strerror_r returns char *.
16635         * lib/argp-parse.c (N_): Define unconditionally.
16636         (argp_default_options): Fill out initializers with 0 to avoid
16637         gcc warnings.
16638
16639 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16640
16641         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16642         getopt1.c.
16643
16644 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         Merge from coreutils.
16647
16648         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16649
16650         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16651         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16652
16653 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         Merge from coreutils.
16656
16657         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16658         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16659         for Reliant Unix 5.43.
16660
16661         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16662         (union fooround): Use uintmax_t, not long int.
16663         The rest is a merge from libc:
16664         [defined _LIBC]: Include <shlib-compat.h>.
16665         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16666
16667         * lib/settime.c (settime): Recode to avoid warning with
16668         Sun Forte C 6U2.
16669
16670         * lib/strverscmp.c: Convert to UTF-8.
16671
16672 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16675         m4/uintmax_t.m4.
16676
16677 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * modules/xalloc-die: New file.
16680         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16681
16682         * modules/md5 (Files): Add m4/uint32_t.m4.
16683         * modules/sha1: Renamed from modules/sha.
16684         (Files):
16685         Rename lib/sha.h to lib/sha1.h.
16686         Rename lib/sha.c to lib/sha1.c.
16687         Rename m4/sha.m4 to m4/sha1.m4.
16688         (lib_SOURCES): Likewise.
16689         (configure.ac): Rename gl_SHA to gl_SHA1.
16690         (Include): sha.h -> sha1.h.
16691
16692 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16693
16694         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16695         * m4/sha1.m4: Renamed from sha.m4.
16696         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16697
16698 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * lib/obstack.h (obstack_empty_p):
16701         Don't assume that chunk->contents is suitably aligned.
16702         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16703         Likewise. Problem reported by Benno in
16704         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16705
16706         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16707         readable.  This could be improved further but it'd take some work.
16708
16709 2004-08-08  Simon Josefsson  <jas@extundo.com>
16710
16711         * modules/xgethostname (Depends-on): Remove exit and error (not
16712         used).
16713
16714         * modules/getpass-gnu: Add getpass.h.
16715         (Depends-on): Add stdbool.
16716         * modules/getpass: Add getpass.h.
16717
16718 2004-08-08  Simon Josefsson  <jas@extundo.com>
16719
16720         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16721         Check getpass declaration.
16722
16723 2004-08-08  Simon Josefsson  <jas@extundo.com>
16724
16725         * lib/xgethostname.c: Don't include error.h (not used).
16726
16727         * lib/getpass.h: Add.
16728         * lib/getpass.c: Include getpass.h first.
16729
16730 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16731
16732         * lib/xalloc-die.c: New file.
16733         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16734         All uses removed.
16735         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16736         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16737         xalloc-die.c.
16738         (_, N_, xalloc_die): Move to xalloc-die.c.
16739         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16740         so that we needn't mess with xalloc_msg_memory_exhausted.
16741
16742         * lib/sha1.h: Renamed from sha.h.
16743         (SHA1_H): Renamed from _SHA_H.
16744         (sha1_ctx): Renamed from sha_ctx.
16745         (sha1_init_ctx): Renamed from sha_init_ctx.
16746         (sha1_process_block): Renamed from sha_process_block.
16747         (sha1_process_bytes): Renamed from sha_process_bytes.
16748         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16749         (sha1_read_ctx): Renamed from sha_read_ctx.
16750         (sha1_stream): Renamed from sha_stream.
16751         (sha1_buffer): Renamed from sha_buffer.
16752         * lib/sha1.c: Likewise; renamed from sha.c.
16753         Do not include <sys/types.h>.
16754         Include <stddef.h> rather than <stdlib.h>.
16755
16756 2004-08-08  Bruno Haible  <bruno@clisp.org>
16757
16758         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16759         FILESYSTEM_PREFIX_LEN.
16760         * lib/progreloc.c: Likewise.
16761         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16762
16763 2004-08-06  Simon Josefsson  <jas@extundo.com>
16764
16765         * modules/progname (Depends-on): Don't depend on stdbool.
16766
16767 2004-08-06  Simon Josefsson  <jas@extundo.com>
16768
16769         * modules/getsubopt: New file.
16770         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16771         getsubopt.
16772
16773 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         More merge from coreutils.
16776
16777         * m4/utimens.m4, m4/utimecmp.m4: New files.
16778         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16779         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16780         prereq.m4, sha.m4: Import changes from coreutils.
16781
16782 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16783
16784         More merge from coreutils.
16785         * modules/raise, modules/readtokens0, modules/utimens:
16786         * modules/utimecmp, module/xnanosleep: New files.
16787         * modules/strftime: Add lib/strftime.h.
16788         Change include from <time.h> to "strftime.h".
16789         * modules/yesno: Add lib/yesno.h.
16790         * modules/backupfile: Remove lib/addext.c.
16791         * modules/euidaccess: Add stat-macros.h.
16792         * modules/canonicalize, modules/euidaccess,
16793         modules/filemode, modules/lchown, modules/makepath,
16794         modules/rmdir, modules/stat: Likewise.
16795
16796 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         Merge from tar.
16799         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16800         SIZE_MAX is a valid preprocessor constant.
16801         (__argp_basename): Change from "#ifndef _LIBC"
16802         to "#ifndef __argp_short_program_name", so that
16803         we don't compile these functions for tar.
16804
16805         More merges from coreutils.
16806         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16807         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16808         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16809         * lib/addext.c: Remove; no longer needed.
16810         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16811         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16812         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16813         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16814         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16815         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16816         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16817         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16818         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16819         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16820         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16821         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16822         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16823         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16824         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16825         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16826         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16827         Import changes from coreutils.
16828
16829 2004-08-05  Simon Josefsson  <jas@extundo.com>
16830
16831         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16832
16833 2004-08-05  Simon Josefsson  <jas@extundo.com>
16834
16835         * m4/getsubopt.m4: New file.
16836
16837 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         Merge from coreutils.
16840
16841         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16842         * m4/getcwd-path-max.m4: New files.
16843
16844         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16845         FILESYSTEM_PREFIX_LEN ->
16846         FILE_SYSTEM_PREFIX_LEN.
16847         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16848         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16849         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16850         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16851
16852         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16853         prerequisite modules now handle the DOS stuff.
16854         Don't check for unistd.h.
16855
16856 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         Merge from coreutils.
16859
16860         * lib/.gdb-history: Remove; this doesn't belong here.
16861
16862         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16863         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16864         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16865         * lib/getcwd.c: New files.
16866
16867         * lib/dirname.h: Include <stdbool.h>.
16868         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16869         for consistency with POSIX terminology.  All uses changed.
16870         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16871         (strip_trailing_slashes): Use bool for booleans.
16872         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16873
16874         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16875         sometimes returns a positive errno value even when it succeeds.
16876         (print_errno_message) [!LIBC]: Fall back on strerror if
16877         __strerror_r fails.
16878
16879         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16880         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16881         (longest_relative_suffix): New function.
16882         (path_concat): Use it.  Assume first argument is not NULL.
16883         Port to DOS.  Omit redundant separators.
16884         Report an error instead of returning NULL.
16885         Use mempcpy instead of memcpy.
16886         (xpath_concat): Remove: not declared or used.
16887
16888         * lib/same.h: Include <stdbool.h>
16889         (same_name): Return bool, not int.
16890         * lib/same.c (same_name): Likewise.
16891         (errno): Don't declare; we assume C89 or better now.
16892
16893         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16894         if not already defined.
16895
16896         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16897         * lib/dup-safer.c (errno): Likewise.
16898
16899 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         Merge from coreutils.
16902         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16903         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16904         * modules/path-concat: Don't depend on strdup.
16905
16906 2004-08-03  Simon Josefsson  <jas@extundo.com>
16907
16908         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16909         * lib/progname.h: Don't include stdbool.h.
16910
16911 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16914         * MODULES.html.sh (func_all_modules): Remove fatal.
16915
16916 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16917
16918         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16919
16920 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16923         working.
16924
16925 2004-08-02  Simon Josefsson  <jas@extundo.com>
16926
16927         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16928         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16929         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16930
16931 2004-08-01  Simon Josefsson  <jas@extundo.com>
16932
16933         * lib/xgetdomainname.c: Include stdlib.h, for free().
16934
16935 2004-07-19  Bruno Haible  <bruno@clisp.org>
16936
16937         * MODULES.html.sh (func_all_modules): Add dummy.
16938
16939 2004-07-16  Simon Josefsson  <jas@extundo.com>
16940
16941         * modules/dummy: New file.
16942
16943 2004-07-16  Simon Josefsson  <jas@extundo.com>
16944
16945         * lib/dummy.c: New file.
16946
16947 2004-07-16  Bruno Haible  <bruno@clisp.org>
16948
16949         * lib/backupfile.h: Add extern "C" for C++.
16950         * lib/closeout.h: Likewise.
16951         * lib/copy-file.h: Likewise.
16952         * lib/findprog.h: Likewise.
16953         * lib/full-write.h: Likewise.
16954         * lib/pathname.h: Likewise.
16955         * lib/progname.h: Likewise.
16956         * lib/stpcpy.h: Likewise.
16957         * lib/stpncpy.h: Likewise.
16958         * lib/strcase.h: Likewise.
16959         * lib/strstr.h: Likewise.
16960         * lib/xalloc.h: Likewise.
16961
16962         * lib/mbswidth.h: Add extern "C" for C++.
16963         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16964
16965 2004-07-13  Robert Millan  <robertmh@gnu.org>
16966
16967         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16968
16969 2004-07-09  Simon Josefsson  <jas@extundo.com>
16970
16971         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16972         failed without this.)
16973
16974 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * modules/chown (Files): Add lib/fchown-stub.c, since
16977         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16978
16979 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16980
16981         * lib/fchown-stub.c: New file.
16982
16983 2004-06-24  Jim Meyering  <jim@meyering.net>
16984
16985         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16986
16987 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * modules/argz: Omit "#include".
16990
16991         * MODULES.html.sh (func_all_modules): Add calloc, to match
16992         2004-06-01 addition of calloc module.
16993
16994 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16995
16996         * m4/argz.m4: New file, which is autoupdated from libtool.
16997
16998 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16999
17000         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17001         libtool.
17002
17003 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17004
17005         * config/srclist-update: Don't insist on "USA." before the
17006         close-comment, as libtool omits the period and puts the */ on a
17007         separate line.
17008         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17009         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17010
17011 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17012
17013         * modules/argz: New file.
17014         * MODULES.html.sh (func_all_modules): Add argz.
17015
17016 2004-06-12  Jim Meyering  <jim@meyering.net>
17017         and  Paul Eggert  <eggert@cs.ucla.edu>
17018
17019         * modules/hash (Files): Add lib/xalloc.h.
17020         * modules/pipe (Depends-on): Add wait-process.
17021         * modules/stat (Depends-on): Add xalloc.
17022         * modules/userspec (Files): Add lib/userspec.h.
17023         * modules/xstrto
17024
17025         Upgrade from gettext-0.13.
17026         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17027         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17028         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17029
17030 2004-06-10  Jim Meyering  <jim@meyering.net>
17031
17032         * lib/calloc.c: New file.
17033
17034 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17035
17036         * lib/getdate.y (yylex): Allow space between sign and number.
17037         Problem reported by Dan Jacobson.
17038
17039 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         Merge from coreutils CVS.
17042
17043         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17044         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17045         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17046         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17047         xstrtol.m4: Fix copyright date and/or serial number.
17048
17049         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17050         See if we need an fchown replacement.
17051         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17052         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17053         and use the replacement function if we detect either defect.
17054
17055         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17056         gl_UTIMECMP.
17057
17058 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17059         and  Jim Meyering  <jim@meyering.net>
17060
17061         Merge from coreutils CVS.
17062
17063         * lib/stat-macros.h: New file, with contents from file-type.h
17064         and coreutils' system.h.
17065         * lib/file-type.c: Include "stat-macros.h".
17066         * lib/file-type.h (file_type): Move all macro definitions to new file,
17067         stat-macros.h.
17068
17069         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17070         Wrap old code with this conditional.
17071         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17072         function that does not dereference symlinks.
17073         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17074
17075         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17076         dependency problems.
17077         (xreadlink): Accept new arg SIZE, for efficiency.
17078         All decls and uses changed.
17079         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17080
17081         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17082         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17083
17084         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17085         sysexits.h.
17086
17087 2004-06-01  Jim Meyering  <jim@meyering.net>
17088
17089         * m4/calloc.m4: New file.
17090
17091 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17094         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17095         Also, fix a typo in a diagnostic.
17096
17097 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17100         or AC_FUNC_REALLOC.
17101
17102 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17105         macros to be defined.
17106         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17107         the allocator returns NULL because the requested size is zero.
17108
17109 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17110
17111         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17112         var.  Add comment explaining why libc still defines it.  This
17113         merges the following patch from glibc:
17114         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17115
17116 2004-05-20  Andreas Schwab  <schwab@suse.de>
17117
17118         * m4/free.m4: Replace free if it not known to work, not the other
17119         way round.
17120
17121 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17122
17123         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17124         present in glibc since revision 1.1 of this file.
17125         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17126         obstack_alignment_mask, obstack_alloc, obstack_base,
17127         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17128         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17129         obstack_grow0, obstack_init, obstack_int_grow,
17130         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17131         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17132         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17133         nonexistent functions.
17134
17135 2004-05-18  Karl Berry  <karl@gnu.org>
17136
17137         * config/srclist.txt: break link for vasnprintf.c.
17138
17139 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         Port obstack to the AS/400, where pointers are 16 bytes wide and
17142         you cannot cast an integer to a valid pointer.  This patch is
17143         currently waiting to be integrated into glibc; see
17144         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17145
17146         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17147         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17148         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17149         (struct obstack): temp member is now a union of a pointer and
17150         an integer, instead of an integer.  All integer uses changed.
17151         This does not affect the physical layout of struct obstack,
17152         except on hosts (like the AS/400) where the size or alignment of
17153         void * is greater than that of ptrdiff_t.
17154         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17155         __STDC__)]: Store temporary in pointer member of union, not
17156         integer member.
17157         * lib/obstack.c: Include <stddef.h>, for offsetof.
17158         (struct fooalign): Remove; it doesn't need a name.
17159         (union fooround): Change double to long double, and add void *.
17160         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17161         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17162         not a macro.  Hence the values are always int; so remove all
17163         casts-to-int in uses.
17164
17165 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17166
17167         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17168         we can get this patch merged into glibc.
17169
17170 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17171             Paul Eggert  <eggert@cs.ucla.edu>
17172
17173         * m4/argp: Depend on alloca.
17174
17175 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17176             Paul Eggert  <eggert@cs.ucla.edu>
17177
17178         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17179         freecoding.
17180
17181 2004-05-17  Bruno Haible  <bruno@clisp.org>
17182
17183         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17184         precision that consists of a '.' followed by an empty digit string.
17185         Patch by Tor Lillqvist <tml@iki.fi>.
17186
17187 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17188
17189         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17190         for backward compatibility with older code.  We need our own
17191         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17192         it under some other name, and our alloca.h will define it.
17193
17194 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17195             Derek Price  <derek@ximbiot.com>
17196
17197         * lib/alloca.c: Include <alloca.h>, to get our interface.
17198         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17199         include <alloca.h> first.  Use C89 prototype for alloca; this
17200         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17201         Use #elif for simplicity, since we can assume C89 now.
17202         Don't try to source the system alloca.h since it will not be found
17203         and to prevent recursively including its replacement.
17204         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17205         * lib/regex.c: Likewise.
17206
17207 2004-05-16  Derek Price  <derek@ximbiot.com>
17208             Paul Eggert  <eggert@cs.ucla.edu>
17209
17210         getline cleanup.  This changes the getndelim2 API: both order of
17211         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17212         no delimiter).
17213
17214         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17215         interface does that.
17216         (getline): Always use getdelim, so that we don't have two
17217         copies of this code.
17218         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17219         if available.
17220         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17221         (GETNDELIM2_MAXIMUM): New macro.
17222         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17223         instead of the old practice of delim2==0.  All callers changed.
17224         Return -1 on overflow, instead of returning junk.
17225         Do not set *linesize unless allocation succeeds.
17226         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17227         that we include sys/types.h.
17228         * lib/getnline.h: Likewise.
17229         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17230         (getndelim2): Reorder arguments.
17231         * lib/getnline.c (getnline, getndelim):
17232         Don't discard the NMAX argument.
17233         (getnline): Invoke getndelim, to avoid code duplication.
17234         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17235         of (size_t) -1 by callers of the getnline family.
17236
17237 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17240         Check for gettimeofday.
17241         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17242         Check for settimeofday, stime.
17243
17244 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17245
17246         * lib/nanosleep.c (suspended): Change its type from int to
17247         sig_atomic_t volatile.
17248         (first_call): Make it private to rpl_nanosleep, and have it
17249         be zero initially as that's a bit faster.
17250         (my_usleep): Round up fractional times instead of truncating them,
17251         as this is the usual meaning for 'sleep'.
17252
17253         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17254         doesn't work.
17255         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17256         (ENOSYS): Define if not defined.
17257         (settime): Fall back on stime if it exists and settimeofday fails.
17258         But don't bother with fallbacks if a method fails with errno == EPERM.
17259
17260 2004-05-11  Jim Meyering  <jim@meyering.net>
17261
17262         Prior to this change, the save_cwd caller required read access to the
17263         current directory on most systems (ones with the fchdir function).
17264
17265         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17266         fails, try write-only, and finally, resort to using xgetcwd.
17267
17268 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         * lib/obstack.c, obstack.h: Import changes from libc.
17271
17272 2004-04-28  Bruno Haible  <bruno@clisp.org>
17273
17274         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17275         also implicitly appends .exe to executables.
17276         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17277         accepts Windows pathnames.
17278         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17279         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17280         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17281         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17282         Reported by Derek Robert Price <derek@ximbiot.com>.
17283
17284 2004-04-21  Karl Berry  <karl@gnu.org>
17285
17286         * config/srclist.txt (localcharset.c): break sync.
17287
17288 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17289
17290         * m4/host-os.m4: Add a copyright notice.
17291
17292 2004-04-20  Jim Meyering  <jim@meyering.net>
17293
17294         Change UTILS_ to gl_ in AC_DEFINE'd names.
17295         Change utils_- and jm_-prefixed variables, too.
17296         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17297         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17298         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17299
17300         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17301         Don't emit trailing blanks.
17302         Also rename jm_-prefixed variables to have gl_ prefix.
17303
17304         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17305         Also rename jm_-prefixed variables to have gl_ prefix.
17306
17307         * m4/jm-macros.m4: Reflect the renamings.
17308         * m4/prereq.m4: Likewise.
17309
17310 2004-04-20  Jim Meyering  <jim@meyering.net>
17311
17312         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17313         memory.
17314
17315 2004-04-20  Jim Meyering  <jim@meyering.net>
17316             Bruno Haible  <bruno@clisp.org>
17317
17318         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17319         memory when realloc fails.
17320
17321 2004-04-19  Jim Meyering  <jim@meyering.net>
17322
17323         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17324         now that readutmp.c may call `free (0)'.
17325
17326 2004-04-19  Bruno Haible  <bruno@clisp.org>
17327
17328         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17329         * m4/inttypes_h.m4: Likewise.
17330         * m4/stdint_h.m4: Likewise.
17331         * m4/intmax_t.m4: Likewise.
17332         * m4/uintmax_t.m4: Likewise.
17333
17334 2004-04-18  Jim Meyering  <jim@meyering.net>
17335
17336         * m4/prereq.m4: Don't forbid jm_ prefix.
17337
17338         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17339         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17340         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17341         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17342         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17343         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17344         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17345         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17346         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17347         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17348         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17349         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17350         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17351         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17352         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17353         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17354         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17355         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17356         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17357
17358 2004-04-18  Jim Meyering  <jim@meyering.net>
17359
17360         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17361         failure, don't leak memory and do call END_UTMP_ENT.
17362
17363 2004-04-16  Jim Meyering  <jim@meyering.net>
17364
17365         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17366         coreutils' stat program.
17367         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17368
17369 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17370
17371         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17372         C89.
17373         (CHAR_BIT): Remove, since we assume C89.
17374         Include <stdint.h> if available, as per current Autoconf CVS advice.
17375
17376 2004-03-31  Jim Meyering  <jim@meyering.net>
17377
17378         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17379         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17380         * m4/xalloc.m4: Likewise.
17381
17382 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17383
17384         Merge from coreutils.
17385
17386         * m4/inttostr.m4: New file.
17387         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17388         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17389         Require gl_CLOCK_TIME.
17390         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17391
17392 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17393
17394         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17395         not bool, to be more consistent with Unix conventions.
17396         Suggested by Bruno Haible.
17397
17398         Merge from coreutils.
17399
17400         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17401         * lib/umaxtostr.c: New files.
17402
17403         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17404         the usual <time.h> dance.
17405         (get_date): Change signature to support fractional time stamps.
17406         All callers changed.
17407         * lib/getdate.y: Include "getdate.h" first, as we can now
17408         assume C89 and don't need to worry about 'const'.
17409         Similarly, include "unlocked-io.h" near start, not in middle.
17410         Include <limits.h>.
17411         (textint.value): Use long int rather than int.
17412         (textint.digits): Use size_t rather than int.
17413         (BILLION, LOG10_BILLION): New constants.
17414         (parser_control): New member rel_ns.  Members day_ordinal,
17415         time_zone, month, day, hour, minutes, rel_year, rel_month,
17416         rel_day, rel_hour, rel_minutes, rel_seconds
17417         are now long int, not int.  Member seconds is now struct timespec,
17418         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17419         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17420         not int.
17421         (%union.intval): Now long int, not int.
17422         New member timespec.
17423         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17424         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17425         (spec): Now is a timespec or an item list.
17426         (timespec, items): New nonterminals.
17427         (time, rel, relunit, number, get_date):
17428         Add support for fractional seconds.
17429         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17430         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17431         (to_hour): First arg is now long int, not int.
17432         (to_year): Returns long int, not int.
17433         Don't treat year -70 like 70.
17434         (tm_diff): Returns long int, not int.
17435         (lookup_word): Use bool instead of int when appropriate.
17436         (yylex): Use size_t for count, not int.
17437         Detect overflow when parsing large integer constants.
17438         Add support for fractions.
17439         (get_date): Make pointers 'const' if possible.
17440         Use more-portable code to detect integer overflow.
17441         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17442         Don't use ctime; it's not reliable if the year has >4 digits.
17443
17444         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17445         This is for compatibility with BSD.
17446
17447         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17448         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17449         From coreutils' system.h.
17450
17451         * lib/userspec.c: Don't include "posixver.h".
17452         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17453         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17454         compatible extension.  Simplify code by removing a boolean int
17455         that was always nonzero if a string was nonnull.
17456
17457 2004-03-30  Jim Meyering  <jim@meyering.net>
17458
17459         Merge from coreutils.
17460
17461         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17462         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17463         on some systems one must include <grp.h> before it.
17464         Reported by Christian Krackowizer.
17465
17466 2004-03-30  Jim Meyering  <jim@meyering.net>
17467
17468         Merge from coreutils.
17469
17470         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17471
17472         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17473         an empty input stream.
17474
17475         * lib/readtokens.c: Include <stdbool.h>.
17476         (readtoken): Use `size_t' rather than int/long.
17477         All callers adjusted.
17478         Use `bool' rather than `int' where appropriate.
17479         Use memset rather than an explicit loop.
17480         Use x2nrealloc rather than xrealloc.
17481         Allow the use of `\0' as a delimiter.
17482         (readtokens): Likewise.
17483         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17484
17485 2004-03-30  Jim Meyering  <jim@meyering.net>
17486
17487         * m4/realloc.m4: Remove file, since now it does no more than
17488         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17489         the `configure.ac' section of module/realloc.
17490         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17491
17492 2004-03-30  Bruno Haible  <bruno@clisp.org>
17493
17494         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17495         nonnull.
17496
17497 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17498
17499         Merge changes to getloadavg.c from coreutils and Emacs.
17500
17501         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17502         Define to an expression, not to the empty string.
17503         Include cloexec.h and xalloc.h.
17504         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17505         Use set_cloexec_flag rather than rolling our own.
17506         * lib/cloexec.c, lib/cloexec.h: New files.
17507
17508 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17509
17510         * m4/cloexec.m4: New file.
17511
17512 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17513
17514         * lib/getopt.h: Sync with libc CVS.
17515
17516 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17517             Bruno Haible  <bruno@clisp.org>
17518
17519         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17520         mbswidth.
17521
17522 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17523             Bruno Haible  <bruno@clisp.org>
17524
17525         * lib/mbswidth.h: Include <wchar.h> only if
17526         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17527         <wchar.h>.
17528         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17529
17530 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17531
17532         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17533         Sync with libc CVS.
17534         * lib/getopt_int.h: New file, also synced from libc.
17535
17536 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17537
17538         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17539         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17540         Bring back getopt.c, getopt.h, getopt1.c.
17541
17542 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17543
17544         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17545         All uses changed.  Check for sa_sigaction member; this fixes
17546         a bug first reported by Jason Andrade in
17547         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17548
17549 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17550
17551         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17552         '#if' expressions.  Unlike the code it replaces, it does not
17553         depend on (defined _SC_PAGESIZE).  However, it does depend on
17554         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17555         first reported by Jason Andrade in
17556         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17557
17558 2004-02-25  Simon Josefsson  <jas@extundo.com>
17559
17560         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17561
17562 2004-02-25  Simon Josefsson  <jas@extundo.com>
17563
17564         * lib/strdup.h: New file.
17565         * lib/strdup.c: Include it.
17566         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17567         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17568
17569 2004-02-23  Karl Berry  <karl@gnu.org>
17570
17571         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17572         (from fencepost.gnu.org:/gd/gnuorg).
17573
17574 2004-02-23  Karl Berry  <karl@gnu.org>
17575
17576         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17577         * config/srclist.txt: add maintain/standards documents.
17578
17579 2004-02-18  Bruno Haible  <bruno@clisp.org>
17580
17581         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17582         Reported by Derek Robert Price <derek@ximbiot.com>.
17583
17584 2004-02-16  Karl Berry  <karl@gnu.org>
17585
17586         * config/mkinstalldirs, install-sh: update from automake.
17587
17588 2004-02-06  Karl Berry  <karl@gnu.org>
17589
17590         * m4/po.m4: update from gettext 0.14.1.
17591
17592 2004-02-06  Karl Berry  <karl@gnu.org>
17593
17594         * lib/config.charset: update from gettext 0.14.1.
17595
17596 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17597
17598         Add comments and code, prompted by suggestions from Bruno Haible
17599         for sh-quote.
17600         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17601         describing the enum quoting_style values.
17602         * lib/quotearg.c (quotearg_alloc): New function.
17603         (quotearg_buffer_restyled): Treat lone { and } as special.
17604         Treat = as special.  Work around bug with older shells
17605         that "see" a '\' that is really the 2nd byte of a multibyte char.
17606         Quote empty string with shell_quoting_style.
17607
17608 2004-02-03  Bruno Haible  <bruno@clisp.org>
17609
17610         * m4/pipe.m4: New file, from GNU gettext.
17611
17612 2004-02-03  Bruno Haible  <bruno@clisp.org>
17613
17614         * lib/pipe.h: New file, from GNU gettext.
17615         * lib/pipe.c: New file, from GNU gettext.
17616
17617 2004-01-27  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/execute.m4: New file, from GNU gettext.
17620
17621 2004-01-27  Bruno Haible  <bruno@clisp.org>
17622
17623         * lib/execute.h: New file, from GNU gettext.
17624         * lib/execute.c: New file, from GNU gettext.
17625         * lib/w32spawn.h: New file, from GNU gettext.
17626
17627 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17628
17629         Merge from diffutils.
17630
17631         * lib/file-type.c (file_type): Add typed memory objects.
17632         * lib/file-type.h (S_TYPEISTMO): New macro.
17633
17634         * lib/c-stack.h (c_stack_action): Remove argv argument.
17635         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17636         (die): Don't calculate message unless segv_action returns.
17637         (get_stack_location, min_address_from_argv, max_address_from_argv,
17638         volatile stack_base, volatile_stack_size): Remove.
17639         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17640         that every segmentation violation is a stack overflow.  (Ouch!)
17641         See Debian bug 136249 (still outstanding) for more info about why
17642         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17643
17644 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17645
17646         Exit-status fix from coreutils.
17647
17648         Use exit_failure consistently in place of EXIT_FAILURE,
17649         so that program exit statuses are consistent on failure.
17650
17651         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17652         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17653         * lib/argmatch.h: Comment fix to match the above.
17654         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17655         Now a macro referring to exit_failure, instead of a separate
17656         variable.  Include "exitfail.h" to get it.
17657         * lib/xstrtol.h: Include "exitfail.h".
17658         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17659
17660         * lib/long-options.c (parse_long_options): Use prototype
17661         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17662         for clarity.
17663
17664 2004-01-21  Jim Meyering  <jim@meyering.net>
17665
17666         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17667         so as not to conflict with a different-sized __mktime_internal
17668         function in GNU libc.
17669         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17670         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17671
17672 2004-01-20  Karl Berry  <karl@gnu.org>
17673
17674         * config/config.guess: update from config.
17675
17676         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17677
17678 2004-01-20  Bruno Haible  <bruno@clisp.org>
17679
17680         Safer stack allocation.
17681         * lib/setenv.c: Include allocsa.h.
17682         (alloca): Remove fallback definition.
17683         (freea): Remove macro.
17684         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17685         instead of freea.
17686
17687 2004-01-20  Bruno Haible  <bruno@clisp.org>
17688
17689         * m4/eealloc.m4: New file, from GNU gettext.
17690
17691 2004-01-20  Bruno Haible  <bruno@clisp.org>
17692
17693         * m4/allocsa.m4: New file, from GNU gettext.
17694
17695 2004-01-20  Bruno Haible  <bruno@clisp.org>
17696
17697         * lib/xallocsa.h: New file, from GNU gettext.
17698         * lib/xallocsa.c: New file, from GNU gettext.
17699
17700 2004-01-20  Bruno Haible  <bruno@clisp.org>
17701
17702         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17703
17704 2004-01-20  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17707         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17708         specially.
17709
17710 2004-01-20  Bruno Haible  <bruno@clisp.org>
17711
17712         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17713         patch.
17714
17715 2004-01-20  Bruno Haible  <bruno@clisp.org>
17716
17717         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17718
17719 2004-01-20  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/eealloc.h: New file.
17722
17723 2004-01-20  Bruno Haible  <bruno@clisp.org>
17724
17725         * lib/binary-io.h: Avoid warnings on Cygwin.
17726
17727 2004-01-20  Bruno Haible  <bruno@clisp.org>
17728
17729         * lib/allocsa.h: New file, from GNU gettext.
17730         * lib/allocsa.c: New file, from GNU gettext.
17731
17732 2004-01-18  Karl Berry  <karl@gnu.org>
17733
17734         * doc/gpl.texi, doc/lgpl.texi: new files.
17735
17736 2004-01-18  Karl Berry  <karl@gnu.org>
17737
17738         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17739         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17740
17741 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17742
17743         Merge from coreutils.
17744
17745         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17746         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17747         (gl_DEFAULT_POSIX2_VERSION): Move
17748         the documentation from 'configure' into 'config.hin',
17749         so that 'configure --help' isn't burdened by it and
17750         we don't have to worry about its formatting there.
17751         Reword the documentation so that it's more succinct
17752         and can be run together into a single paragraph.
17753         * m4/same.m4 (gl_SAME): Check for pathconf.
17754
17755 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17756
17757         Merge from coreutils.
17758
17759         * lib/posixver.c: Include posixver.h.
17760
17761         * lib/same.c: Include <stdbool.h>, <limits.h>.
17762         (_POSIX_NAME_MAX): Define if not defined.
17763         (MIN): New macro.
17764         (same_name): If file names are silently truncated, report
17765         that the file names are the same if they are the same after
17766         the silent truncation.
17767
17768         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17769         conversion function.
17770         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17771         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17772         longer needed.
17773
17774 2004-01-15  Jim Meyering  <jim@meyering.net>
17775
17776         Merge from coreutils.
17777
17778         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17779         if no library is required.
17780         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17781         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17782         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17783         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17784         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17785         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17786         value, $ac_cv_search_crypt, if it's "none required".
17787         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17788         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17789         not gl_FUNC_GETLOADAVG.
17790         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17791         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17792
17793 2004-01-15  Jim Meyering  <jim@meyering.net>
17794
17795         Merge from coreutils.
17796
17797         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17798         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17799         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17800
17801         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17802         optional configure-time default.
17803
17804         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17805
17806         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17807
17808 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17809
17810         Merge from coreutils.
17811
17812         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17813         value, $ac_cv_search_nanosleep, if it's "none required".
17814
17815 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17816
17817         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17818         with like-named macro in fnmatch.c.
17819         (EXT): Use an internal constant instead.
17820
17821         Merge fnmatch patches from glibc.
17822         * lib/fnmatch.c (mbsinit): Remove define.
17823         Add libc_hidden_ver (__fnmatch, fnmatch).
17824         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17825         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17826
17827 2004-01-14  Karl Berry  <karl@gnu.org>
17828
17829         * config/install-sh: update from automake.
17830
17831 2004-01-13  Karl Berry  <karl@gnu.org>
17832
17833         * config/install-sh: update from automake.
17834
17835 2004-01-09  Karl Berry  <karl@gnu.org>
17836
17837         * config/install-sh: update from automake.
17838
17839 2004-01-05  Karl Berry  <karl@gnu.org>
17840
17841         * config/config.{sub,guess}: update from config.
17842
17843 2003-12-31  Karl Berry  <karl@gnu.org>
17844
17845         * config/depcomp: update from automake.
17846
17847 2003-12-14  Karl Berry  <karl@gnu.org>
17848
17849         * lib/config.charset: update from gettext-runtime.
17850
17851 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17852
17853         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17854         Bug reported by Alfred M. Szmidt.
17855
17856 2003-12-03  Bruno Haible  <bruno@clisp.org>
17857
17858         * m4/gettext.m4: Upgrade from gettext-0.13.
17859         * m4/po.m4: Upgrade from gettext-0.13.
17860         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17861         * m4/intmax.m4: New file, from gettext-0.13.
17862         * m4/printf-posix.m4: New file, from gettext-0.13.
17863
17864 2003-11-29  Karl Berry  <karl@gnu.org>
17865
17866         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17867
17868 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17869             Bruno Haible  <bruno@clisp.org>
17870
17871         * lib/printf-parse.h: Don't include sys/types.h.
17872         (ARG_NONE): New macro.
17873         (char_directive): Change type of *arg_index fields to size_t.
17874         * lib/printf-parse.c: Don't include sys/types.h.
17875         (SSIZE_MAX): Remove macro.
17876         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17877         Remove unnecessary overflow check.
17878         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17879         fields.
17880
17881 2003-11-25  Bruno Haible  <bruno@clisp.org>
17882
17883         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17884
17885 2003-11-25  Bruno Haible  <bruno@clisp.org>
17886
17887         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17888         gt_TYPE_SSIZE_T.
17889
17890 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17891
17892         * modules/alloca: Remove dependency on xalloc.
17893
17894 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17895
17896         * lib/alloca.c: Remove dependency on xalloc module.
17897         (xalloc_die): Remove.
17898         (memory_full) [!defined emacs]: New macro.
17899         [!defined emacs]: Don't include xalloc.h.
17900         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17901         address arithmetic overflows.  Change datatypes a bit to avoid
17902         unnecessary casts.
17903
17904 2003-11-22  Jim Meyering  <jim@meyering.net>
17905
17906         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17907         s/size/size_t/.
17908
17909 2003-11-21  Karl Berry  <karl@gnu.org>
17910
17911         * config/config.{sub,guess}: update from config.
17912
17913 2003-11-18  Karl Berry  <karl@gnu.org>
17914
17915         * config/config.{sub,guess}: update from config.
17916
17917         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17918
17919 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17920
17921         * README: Mention that S+T cannot overflow if S is the size of
17922         an existing object and T is sufficiently small.
17923
17924 2003-11-17  Jim Meyering  <jim@meyering.net>
17925
17926         On systems without utime and without a utimes function capable of
17927         dealing with a NULL struct utimbuf* argument, this utime replacement
17928         could -- in unusual circumstances -- leak a file descriptor.
17929         * lib/utime.c: Include <unistd.h> and <errno.h>.
17930         (utime_null): Be sure to close `fd' and to preserve errno.
17931         Reported by Geoff Collyer via Arnold Robbins.
17932
17933 2003-11-17  Bruno Haible  <bruno@clisp.org>
17934
17935         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17936         (Depends-on): Add xsize.
17937
17938 2003-11-17  Bruno Haible  <bruno@clisp.org>
17939
17940         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17941
17942 2003-11-17  Bruno Haible  <bruno@clisp.org>
17943
17944         * lib/vasnprintf.c (alloca): Remove fallback definition.
17945         (freea): Remove definition.
17946         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17947         Reported by Paul Eggert.
17948
17949 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17950             Bruno Haible  <bruno@clisp.org>
17951
17952         Protect against address arithmetic overflow.
17953         * lib/printf-args.h: Include stddef.h.
17954         (arguments): Change type of field 'count' to size_t.
17955         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17956         'unsigned int' where appropriate.
17957         * lib/printf-parse.h: Include sys/types.h.
17958         (char_directive): Change type of *arg_index fields to ssize_t.
17959         (char_directives): Change type of fields 'count', max_*_length to
17960         size_t.
17961         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17962         (SSIZE_MAX): Define fallback value.
17963         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17964         instead of 'int' where appropriate. Check a_allocated, d_allocated
17965         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17966         * lib/vasnprintf.c: Include xsize.h.
17967         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17968         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17969         overflow. Avoid wraparound when converting a width or precision from
17970         decimal to binary.
17971
17972 2003-11-16  Bruno Haible  <bruno@clisp.org>
17973
17974         Update from GNU gettext.
17975         * lib/printf-parse.c: Generalize to it can be compiled for wide
17976         strings.
17977         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17978         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17979         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17980         SNPRINTF): New macros.
17981         Don't include <alloca.h> if the file is used inside libintl.
17982         (local_wcslen): New function, for Solaris 2.5.1.
17983         (VASNPRINTF): Use it instead of wcslen.
17984
17985 2003-11-16  Bruno Haible  <bruno@clisp.org>
17986
17987         * lib/xsize.h (xmax): New function.
17988         (xsum, xsum3, xsum4): Declare as "pure" functions.
17989
17990 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17991
17992         * modules/xalloc (Files): Undo latest change, since xalloc.h
17993         no longer needs SIZE_MAX or PTRDIFF_MAX.
17994
17995 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17996
17997         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17998         gl_PTRDIFF_MAX.
17999
18000 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18001
18002         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18003         "return", to pacify some unknown compiler.  Problem reported
18004         by Joerg Schilling.
18005
18006 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18007
18008         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18009         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18010         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18011         heuristic is just as accurate as far as we know, and it removes a
18012         dependency on size_max.m4 and ptrdiff_max.m4.
18013
18014 2003-11-11  Bruno Haible  <bruno@clisp.org>
18015
18016         * modules/xsize (Files): Add m4/size_max.m4.
18017         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18018
18019 2003-11-11  Bruno Haible  <bruno@clisp.org>
18020
18021         * m4/size_max.m4: New file.
18022         * m4/ptrdiff_max.m4: New file.
18023         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18024         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18025         (gl_XALLOC): Invoke it.
18026
18027 2003-11-11  Bruno Haible  <bruno@clisp.org>
18028
18029         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18030         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18031         defined.
18032
18033 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18034
18035         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18036         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18037         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18038         From Bruno Haible.
18039         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18040         not (size_t) -1, since it's defined here.
18041
18042 2003-11-09  Karl Berry  <karl@gnu.org>
18043
18044         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18045
18046 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18047
18048         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18049         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18050         Reject sizes of exactly SIZE_MAX bytes.
18051         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18052         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18053
18054 2003-11-05  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18057         SIZE_MAX defined in <limits.h> on Solaris.
18058
18059 2003-11-04  Jim Meyering  <jim@meyering.net>
18060
18061         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18062         variable names, rather than @VAR@.
18063         * modules/poll: Likewise.
18064
18065 2003-11-04  Bruno Haible  <bruno@clisp.org>
18066
18067         * modules/xsize: New file.
18068         * modules/linebreak: Depend on xsize.
18069         * MODULES.html.sh (func_all_modules): Add xsize.
18070
18071 2003-11-04  Bruno Haible  <bruno@clisp.org>
18072
18073         * m4/xsize.m4: New file.
18074
18075 2003-11-04  Bruno Haible  <bruno@clisp.org>
18076
18077         * lib/xsize.h: New file.
18078         * lib/linebreak.c: Include xsize.h.
18079         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18080         argument for overflow.
18081         Suggested by Paul Eggert.
18082
18083 2003-11-03  Karl Berry  <karl@gnu.org>
18084
18085         * config/config.{guess,sub}: update from config.
18086
18087 2003-11-03  Jim Meyering  <jim@meyering.net>
18088
18089         * modules/userspec (lib_SOURCES): Add userspec.h.
18090         (Include): Add "userspec.h".
18091         Improve description.
18092
18093 2003-11-03  Jim Meyering  <jim@meyering.net>
18094
18095         * lib/userspec.c: Include "userspec.h".
18096         * lib/userspec.h: New file.
18097
18098 2003-11-03  Bruno Haible  <bruno@clisp.org>
18099
18100         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18101
18102 2003-11-03  Bruno Haible  <bruno@clisp.org>
18103
18104         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18105         available, to avoid (extremely rare) race condition.
18106         Suggested by Paul Eggert.
18107
18108 2003-11-02  Karl Berry  <karl@gnu.org>
18109
18110         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18111
18112 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18113
18114         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18115         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18116         (read_filesystem_list): Set and use me_type_malloced.
18117         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18118         whatever the type happens to be), for brevity and consistency.
18119         Check for size calculation overflow on Alphas running OSF/1.
18120
18121 2003-10-31  Jim Meyering  <jim@meyering.net>
18122
18123         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18124
18125         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18126
18127 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18128             Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18131         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18132
18133 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18134
18135         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18136         netbsd*-gnu*.  Suggested by Robert Millan.
18137
18138 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18139
18140         * modules/group-member: Depend on stdbool.
18141
18142 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18143
18144         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18145
18146 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18147
18148         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18149         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18150         after the 'gnu' in these cases.  This fixes some bugs in the
18151         previous change, and is based on suggestions by Robert Millan.
18152
18153 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18154
18155         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18156         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18157         no longer needed.
18158         * lib/quotearg.c (quotearg_n_options): Use it.
18159         * lib/group-member.c: Include <stdbool.h>.
18160         (free_group_info): Arg is now const *; don't free arg.
18161         (get_group_info): Now returns bool and accepts struct group_info *,
18162         rather than returning a malloc'ed struct group_info *.
18163         All uses changed.  Check for overflow in internal size calculation.
18164
18165         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18166         rather than xmalloc/xrealloc.
18167         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18168         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18169         conformance bug: the old code used a pointer after freeing the
18170         storage that it addressed.
18171         * lib/hash.c (hash_initialize): Simplify the code by using
18172         xalloc_oversized rather than doing it by hand.
18173         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18174         the buffer preserved.  Use free and xmalloc instead.
18175         * lib/quotearg.c (quotearg_n_options): Likewise.
18176         Use a simpler test for size overflow.  Don't use xalloc_oversized
18177         because unsigned int might be wider than size_t (!); this suggests
18178         that we should switch from unsigned int to size_t for slot numbers.
18179
18180 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18181
18182         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18183         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18184         NetBSD kernels.  Requested by Richard Stallman.
18185
18186 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18187
18188         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18189         to allocate the returned structure.  Do not allocate a subarray,
18190         as x2nrealloc will do that.
18191         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18192         instead of xnrealloc.
18193         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18194
18195 2003-10-27  Bruno Haible  <bruno@clisp.org>
18196
18197         * lib/stdbool_.h: Better support for BeOS.
18198
18199 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18200
18201         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18202         now uses inline.
18203
18204 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18205
18206         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18207         callers that want to do their own size-overflow checking.  Include
18208         <stdbool.h>, since xalloc_oversized returns bool.
18209         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18210         to use xalloc_oversized.
18211
18212         Add two functions x2realloc, x2nrealloc, for programs that grow
18213         arrays dynamically by doubling their sizes.
18214         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18215         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18216         New functions.
18217
18218         Port to C99 semantics for 'inline' of external functions.
18219         Bug reported by Bruno Haible.
18220         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18221         with the old contents of xnmalloc.
18222         (xnmalloc, xmalloc): Use it.
18223         (xnrealloc_inline): New static inline function,
18224         with the old contents of xnrealloc.
18225         (xnrealloc, xrealloc): Use it.
18226
18227         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18228         that.
18229
18230 2003-10-26  Karl Berry  <karl@gnu.org>
18231
18232         * config/srclist.txt (COPYING.DOC): no longer available from
18233         /gd/gnuorg; don't know where the ultimate source is.
18234
18235 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18236
18237         Fix several address-calculation bugs in the hash modules,
18238         plus some minor code cleanup.
18239
18240         * lib/hash.h: Include <stdbool.h>, for bool.
18241         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18242         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18243         hash_get_n_entries, hash_get_max_bucket_length,
18244         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18245         hash_rehash): Use size_t rather than unsigned.
18246         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18247         hash_get_n_buckets_used, hash_get_n_entries,
18248         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18249         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18250         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18251         Likewise.
18252         (SIZE_MAX): Define if not defined.
18253         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18254         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18255         hash_print):
18256         Use const * when possible.
18257         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18258         (check_tuning): Fix bug: if tuning parameters were very close to
18259         0 or 1, rounding errors could have caused subscript violations.
18260         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18261         (hash_initialize): Add 'fail:' label
18262         to free table and return NULL, and use it to simplify code.
18263         Use calloc rather than clearing the storage ourself.
18264         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18265         buffer size calculations.
18266         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18267         Include <stddef.h>, for size_t.
18268         * lib/hash-pjw.c (hash_pjw): Likewise.
18269         Switch to method described by Bruno Haible.
18270         Include <limits.h>, for CHAR_BIT.
18271         (SIZE_BITS): New macro.
18272
18273 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18274
18275         * m4/getline.m4 (AM_FUNC_GETLINE):
18276         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18277         hosts.  Problem reported by Derek Robert Price in
18278         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18279         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18280         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18281
18282 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18283
18284         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18285         ceiling the allocation at NMAX bytes rather than silently
18286         discarding input bytes before NMAX is reached.  This makes
18287         a difference only if NMAX exceeds SIZE_MAX / 2.
18288
18289         * lib/obstack.c: Merge from glibc.
18290         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18291         Add libc_hidden_def (_obstack_newchunk).
18292         (_obstack_free) [! defined _LIBC]: Remove.
18293         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18294         a clone of the function body.
18295         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18296         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18297
18298         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18299         glibc.
18300         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18301         arg to memcpy.
18302
18303         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18304         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18305         Don't use lvalue casts, as GCC plans to remove support for them
18306         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18307         was also present in the non-GCC version, indicating that this
18308         code had always been buggy and had never been widely used.
18309         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18310         Use the fast variant of each macro, rather than copying the
18311         definiens of the fast variant; that way, we'll be more likely to
18312         catch future bugs in the fast variants.
18313
18314 2003-10-20  Bruno Haible  <bruno@clisp.org>
18315
18316         * modules/wait-process: New file.
18317         * MODULES.html.sh (func_all_modules): Add wait-process.
18318
18319 2003-10-20  Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/wait-process.m4: New file.
18322
18323 2003-10-20  Bruno Haible  <bruno@clisp.org>
18324
18325         * lib/wait-process.h: New file, from GNU gettext.
18326         * lib/wait-process.c: New file, from GNU gettext.
18327
18328 2003-10-19  Jim Meyering  <jim@meyering.net>
18329
18330         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18331         HPUX 10.20.
18332
18333 2003-10-18  Karl Berry  <karl@gnu.org>
18334
18335         * config/config.guess: update from config.
18336
18337 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18338
18339         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18340         (getgroups): First arg is int, not size_t.
18341         Don't let 'free' mangle errno.
18342
18343 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18344
18345         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18346
18347 2003-10-16  Karl Berry  <karl@gnu.org>
18348
18349         * config/config.{guess,sub}: update from config.
18350
18351 2003-10-16  Jim Meyering  <jim@meyering.net>
18352
18353         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18354         memcpy.
18355
18356 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18357
18358         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18359         (SIZE_MAX): Remove.
18360         (new_exclude, add_exclude_file): Initial size no longer needs to
18361         be a power of 2.
18362         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18363         our own address arithmetic overflow checking.
18364
18365         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18366         (fnmatch): Do not alloca more than 2000 wide characters;
18367         instead, use malloc for large buffers.
18368         Check for address arithmetic overflow, and return -1
18369         with errno set to ENOMEM in that case.
18370         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18371         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18372         instead, return -1.  Check for address arithmetic overflow.
18373
18374 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18375
18376         Handle invalid suffixes and overflow independently, so that
18377         callers can treat them independently as needed.  Fix some bugs in
18378         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18379         suffix for a human-readable blocksize.  The major caller-visible
18380         change is the addition of a new
18381         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18382         that both overflow and suffix chars were found.
18383
18384         * lib/human.c (humblock): Don't check separately for invalid suffix
18385         char; that is xstrtoumax's job (now that its bug is fixed).
18386         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18387         INTMAX_MAX]: New macros.
18388         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18389         TYPE_MAXIMUM): New macros.
18390         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18391         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18392         if overflow occurs, as it's what __strtol does and it's more useful
18393         in practice.
18394         (__xstrtol): If __strtol reports some error other than ERANGE,
18395         reflect it to the caller as LONGINT_INVALID.  If it reports
18396         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18397         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18398         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18399         value.
18400         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18401         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18402         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18403         [defined UINTMAX_MAX]: New macros.
18404
18405 2003-10-14  Bruno Haible  <bruno@clisp.org>
18406
18407         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18408
18409 2003-10-14  Bruno Haible  <bruno@clisp.org>
18410
18411         * m4/sig_atomic_t: New file, from GNU gettext.
18412         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18413
18414 2003-10-14  Bruno Haible  <bruno@clisp.org>
18415
18416         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18417         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18418         Also use volatile where needed.
18419
18420 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18421
18422         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18423         Change maintainer from Bruno Haible to 'all'.
18424
18425 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18426
18427         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18428
18429 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18430
18431         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18432         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18433         and define in terms of the other primitives.
18434         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18435         (SIZE_MAX): Define if not already defined.
18436         (array_size_overflow): New function.
18437         (xalloc_die): Abort instead of exiting if 'error' returns.
18438         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18439         (xmalloc, xrealloc): Use them.
18440         (xcalloc): Check for address arithmetic overflow.
18441         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18442         a bit faster than strcpy.
18443
18444 2003-10-10  Simon Josefsson  <jas@extundo.com>
18445
18446         * modules/argp (Depends-on): Add restrict and strcase.
18447
18448 2003-10-10  Simon Josefsson  <jas@extundo.com>
18449
18450         * m4/argp.m4: Add AC_C_INLINE.
18451
18452 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18453
18454         Merge getpass from libc, plus a few fixes.
18455
18456         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18457         Include <stdbool.h>.
18458         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18459         __fsetlocking to empty.
18460         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18461         do include <bits/libc-lock.h>.
18462         Do not include <fcntl.h>; not needed.
18463         [_LIBC]: Include <wchar.h>.
18464         (NOTCANCEL_MODE): New macro.
18465         (flockfile, funlockfile) [_LIBC]: New macros.
18466         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18467         [!_LIBC]: New macros.
18468         (call_fclose): New function.
18469         (getpass): Use it.  Save tty stream separately; this simplifies the
18470         code and makes it more reliable if stdin happens to equal stdout.
18471         Invoke __fsetlocking on tty.
18472         Handle thread cancellation if needed.
18473         Namespace cleanup (use __tcgetattr, __getline).
18474         Use bool for Booleans.
18475         [USE_IN_LIBIO]: Handle wide streams.
18476         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18477         stream might go where.
18478
18479         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18480         doesn't have to include <stdio.h> before us.
18481         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18482         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18483         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18484         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18485         if not declared, so that we can use getpass.c code from libc without
18486         rewriting it.
18487         (flockfile, ftrylockfile, funlockfile): New macros.
18488
18489 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18490
18491         * modules/getpass: Depend on stdbool.
18492
18493 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18494
18495         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18496
18497 2003-10-07  Karl Berry  <karl@gnu.org>
18498
18499         * config/config.{guess,sub}: update from config.
18500
18501 2003-10-06  Jim Meyering  <jim@meyering.net>
18502             Bruno Haible  <bruno@clisp.org>
18503
18504         This lets translators provide better translations for the
18505         "Written by ..." part of --version output.
18506         * lib/version-etc.h: Include stdarg.h.
18507         (version_etc_copyright): Declare as readonly.
18508         (version_etc): Make this function variadic with a NULL-terminated list
18509         of author name strings.
18510         (version_etc_va): New declaration.
18511         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18512         (version_etc_copyright): Declare as readonly.
18513         (version_etc_va): New function. Provide a different translatable string
18514         for each possible number of authors < 10. Abbreviate when there are 10
18515         authors or more.
18516         (version_etc): Make this function variadic. Call version_etc_va.
18517         Suggestion from Gary V. Vaughan.
18518
18519         * lib/long-options.h (parse_long_options): Change prototype: the
18520         authors string is moved to the end and becomes variadic.
18521         * lib/long-options.c: Include stdarg.h.
18522         (parse_long_options): Make this function variadic, too.
18523         Call version_etc_va, not version_etc.
18524
18525 2003-10-06  Bruno Haible  <bruno@clisp.org>
18526
18527         * modules/version-etc-2: Remove file.
18528         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18529
18530 2003-10-06  Bruno Haible  <bruno@clisp.org>
18531
18532         * modules/fatal-signal: New file.
18533         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18534
18535 2003-10-06  Bruno Haible  <bruno@clisp.org>
18536
18537         * m4/fatal-signal.m4: New file.
18538         * m4/signalblocking.m4: New file, from GNU gettext.
18539
18540 2003-10-06  Bruno Haible  <bruno@clisp.org>
18541
18542         * lib/version-etc-2.h: Remove file.
18543         * lib/version-etc-2.c: Remove file.
18544
18545 2003-10-06  Bruno Haible  <bruno@clisp.org>
18546
18547         * lib/fatal-signal.h: New file, from GNU gettext.
18548         * lib/fatal-signal.c: New file, from GNU gettext.
18549
18550 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18551
18552         * README: Rework advice for preventing empty .o files.
18553         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18554         not <sys/types.h>.
18555
18556 2003-10-04  Karl Berry  <karl@gnu.org>
18557
18558         * lib/argp*: update from libc.
18559
18560 2003-10-04  Karl Berry  <karl@gnu.org>
18561
18562         * config/config.{guess,sub}: update from config.
18563
18564 2003-10-02  Bruno Haible  <bruno@clisp.org>
18565
18566         * modules/lchown (Include): Add lchown.h.
18567         * modules/time_r (Include): Use "..." syntax.
18568         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18569
18570 2003-10-01  Simon Josefsson  <jas@extundo.com>
18571
18572         * MODULES.html.sh (func_all_modules): Move gethostname from section
18573         'based on' to section 'lacking' POSIX:2001.
18574
18575 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18576
18577         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18578         to output mode on the same stream.
18579
18580 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18581
18582         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18583         Fix arg typo in previous patch.
18584
18585 2003-09-28  Jim Meyering  <jim@meyering.net>
18586
18587         * lib/error.c: Correct cpp indentation.
18588
18589 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18590
18591         * modules/free: New file.
18592
18593 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18594
18595         * m4/free.m4: New file.
18596
18597 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18598
18599         * lib/minmax.h (MIN, MAX)
18600         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18601         Omit the special code that used __typeof__, since we worry that
18602         it could be more trouble than it's worth.  See:
18603         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18604         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18605
18606         * lib/free.c: New file.
18607
18608 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18609
18610         Trivial fixes to Makefile.am parts of module listings.
18611         * modules/strstr: Append strstr.h to lib_SOURCES.
18612         * modules/strcase: Likewise, for strcase.h.
18613
18614 2003-09-27  Karl Berry  <karl@gnu.org>
18615
18616         * config/mkinstalldirs: update from automake.
18617
18618 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18619
18620         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18621         (error_tail): Do not loop, reallocating temporary buffer, since
18622         the output cannot contain more wide characters than the input
18623         contains bytes, the size must be big enough already.  This avoids
18624         one potential size overflow calculation.  Check for size overflow
18625         when calculating temporary buffer size.  Free temporary buffer
18626         when done, if it was allocated with malloc; this plugs a memory
18627         leak.  Remove casts from void * to pointers, that are no longer
18628         needed now that we're assuming C89 or better.
18629
18630         Merge error changes from glibc.
18631
18632         * lib/error.c, error.h: Update copyright notice header to match glibc.
18633         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18634         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18635         Disable cancellation while printing error.
18636         * lib/error.h: Prepend __ to parameter names.
18637
18638 2003-09-26  Jim Meyering  <jim@meyering.net>
18639
18640         * lib/error.c (error_tail): Move some declarations
18641         into inner scope where the local variables are used.
18642
18643 2003-09-26  Bruno Haible  <bruno@clisp.org>
18644
18645         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18646         stpncpy().
18647         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18648
18649 2003-09-26  Bruno Haible  <bruno@clisp.org>
18650
18651         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18652         (stpncpy): Define as alias for gnu_stpncpy.
18653         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18654
18655 2003-09-25  Simon Josefsson  <jas@extundo.com>
18656
18657         * lib/xgetdomainname.h: New file.
18658         * lib/xgetdomainname.c: New file.
18659
18660 2003-09-25  Simon Josefsson  <jas@extundo.com>
18661             Bruno Haible  <bruno@clisp.org>
18662
18663         * modules/getdomainname: New file.
18664         * modules/xgetdomainname: New file.
18665         * MODULES.html.sh (func_all_modules): Add getdomainname,
18666         xgetdomainname.
18667
18668 2003-09-25  Simon Josefsson  <jas@extundo.com>
18669             Bruno Haible  <bruno@clisp.org>
18670
18671         * m4/getdomainname.m4: New file.
18672
18673 2003-09-25  Simon Josefsson  <jas@extundo.com>
18674             Bruno Haible  <bruno@clisp.org>
18675
18676         * lib/getdomainname.h: New file.
18677         * lib/getdomainname.c: New file.
18678
18679 2003-09-25  Karl Berry  <karl@gnu.org>
18680
18681         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18682
18683 2003-09-25  Karl Berry  <karl@gnu.org>
18684
18685         * config/install-sh: update from automake.
18686
18687 2003-09-25  Bruno Haible  <bruno@clisp.org>
18688
18689         * modules/version-etc-2: New file, from modules/version-etc with
18690         modifications.
18691         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18692
18693 2003-09-25  Bruno Haible  <bruno@clisp.org>
18694
18695         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18696         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18697
18698 2003-09-24  Simon Josefsson  <jas@extundo.com>
18699
18700         * modules/xgethostname: Add xgethostname.h.
18701
18702 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18703
18704         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18705         the buffer associated with the argument.  Bug reported by
18706         Simon Josefsson.
18707
18708 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18709
18710         * README: Document assumptions that 'int' is at least 32 bits
18711         wide, that integer arithmetic is 2's complement without overflow,
18712         that there are no holes in integer values, that adding sizes of
18713         two nonoverlapping objects can't overflow, and that all-bits-zero
18714         yields scalar zero.  Fix spelling and capitalization typos.
18715
18716 2003-09-19  Karl Berry  <karl@gnu.org>
18717
18718         * lib/argp.h: update from libc.
18719
18720 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18721
18722         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18723         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18724         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18725
18726 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18727
18728         * gnulib-tool: Use "test -h", not "test -L", for portability
18729         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18730         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18731         (sed_extract_prog): Issue s commands one-by-one, rather than
18732         using \| in one s command.
18733
18734 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18735
18736         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18737         input error, instead of returning NULL the next time we are called
18738         (and therefore losing track of errno).
18739
18740 2003-09-16  Bruno Haible  <bruno@clisp.org>
18741
18742         * gnulib-tool (func_create_testdir): Warn about duplicated
18743         dependencies.
18744
18745 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18746
18747         * modules/argmatch, modules/fatal, modules/obstack,
18748         modules/xalloc, modules/xgethostname: Sort dependencies by
18749         importance, not alphabetically.
18750
18751 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18752
18753         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18754         fails, so that the caller gets the proper errno.
18755
18756         * lib/readutmp.c (read_utmp): Likewise.
18757         Check for fstat error.  Close stream and free storage
18758         when failing.
18759
18760 2003-09-14  Karl Berry  <karl@gnu.org>
18761
18762         * config/srclist.txt (strdup.c): disable for c89 changes.
18763
18764 2003-09-14  Jim Meyering  <jim@meyering.net>
18765
18766         * lib/getloadavg.c: Correct cpp indentation.
18767         * lib/strdup.c: Likewise.
18768         * lib/vasnprintf.c: Likewise.
18769
18770 2003-09-14  Bruno Haible  <bruno@clisp.org>
18771
18772         * modules/fwriteerror: New file.
18773         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18774
18775 2003-09-14  Bruno Haible  <bruno@clisp.org>
18776
18777         * lib/fwriteerror.h: New file.
18778         * lib/fwriteerror.c: New file.
18779
18780 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18781
18782         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18783         modules/xgethostname, modules/xalloc: Depend on exit.
18784
18785 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18786
18787         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18788
18789         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18790         and AC_MINIX, too, so that their extensions are available.
18791
18792         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18793         This macro has been superseded by gl_BACKUPFILE.
18794
18795         More patches to assume C89 or better.
18796
18797         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18798
18799         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18800         unconditionally.
18801         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18802         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18803         Include <string.h>, <stdlib.h> unconditionally.
18804         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18805         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18806         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18807         headers or for string.h.
18808         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18809         or strtoul.
18810
18811         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18812         headers.
18813         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18814         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18815         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18816         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18817         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18818         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18819         memcpy, memset.
18820         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18821         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18822         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18823         strtol.
18824         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18825         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18826         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18827         strtoul.
18828
18829 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18830
18831         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18832         * lib/obstack.c [!defined _LIBC]: Likewise.
18833         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18834         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18835         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18836
18837         More changes to assume C89 or better.
18838
18839         * lib/error.c (error_tail): Assume vprintf.
18840
18841         * lib/argmatch.c (getenv): Remove decl.
18842         * lib/progreloc.c (get_full_program_name): Define via prototype.
18843         * lib/setenv.c (clearenv): Likewise.
18844         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18845         needed.
18846         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18847         (malloc, memcpy): Remove decls.
18848         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18849         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18850         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18851         (memcpy): Remove macro.
18852         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18853         (__P): Remove.  All uses removed.
18854         (PTR): Remove.  All uses changed to void *.
18855         (CHAR_BIT, NULL): Remove.
18856         (spaces, zeros, memset_space, memset_zero)
18857         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18858         Remove.
18859         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18860         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18861         Define with prototype.
18862         Remove now-unnecessary prototype decl.
18863         (extra_args_spec): Assume ANSI C.  All uses changed.
18864         (extra_args_spec_iso): Remove.
18865         (my_strftime, emacs_strftimeu): Define via prototype.
18866         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18867         unconditionally.
18868         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18869         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18870         (strtoul, strtol): Remove decls.
18871         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18872         LONG_MAX): Remove.
18873         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18874         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18875         (LOCALE_PARAM_PROTO): New macro.
18876         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18877         (INTERNAL (strtol), strtol): Define with a prototype.
18878         (PARAMS): Remove.  All uses removed.
18879         * lib/tempname.c: Include <string.h> unconditionally.
18880         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18881         * lib/xgethostname.c (main): Define with a prototype.
18882         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18883         Include <stdlib.h> unconditionally.
18884         (calloc, malloc, realloc, free): Remove decls.
18885         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18886         Include <stdlib.h> unconditionally.  Sort include file names.
18887         (strtod): Remove.
18888         (xstrtod): Define with a prototype.
18889         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18890         (strtol, strtoul): Remove decls.
18891
18892 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18893
18894         More patches to assume C89 or better.
18895         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18896         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18897         string.h, memchr, STDC_HEADERS.
18898
18899 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18900
18901         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18902         Include <stdlib.h>, <string.h> unconditionally.
18903         Remove now-unnecessary cast to char *.
18904         * lib/strnlen.c: Include <string.h> unconditionally.
18905         * lib/yesno.c (yesno): Define with a prototype.
18906
18907 2003-09-11  Bruno Haible  <bruno@clisp.org>
18908
18909         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18910
18911 2003-09-10  Jim Meyering  <jim@meyering.net>
18912
18913         * lib/error.c: Correct indentation of cpp directives.
18914
18915 2003-09-10  Bruno Haible  <bruno@clisp.org>
18916
18917         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18918         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18919         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18920         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18921         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18922         <stdlib.h> and <string.h> checks.
18923         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18924         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18925
18926 2003-09-10  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/strcspn.c: Include <string.h> unconditionally.
18929         * lib/strpbrk.c: Include <string.h> unconditionally.
18930         * lib/strstr.c: Include <string.h> unconditionally.
18931         * lib/unicodeio.c: Include <string.h> unconditionally.
18932         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18933         * lib/unsetenv.c: Likewise.
18934         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18935         * lib/yesno.c: Include <stdlib.h> unconditionally.
18936         (rpmatch): Add prototype.
18937
18938 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18939
18940         More patches to assume C89 or better.
18941         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18942         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18943         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18944         or for string.h.
18945         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18946         stdlib.h.
18947         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18948         C headers.
18949         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18950         string.h.
18951         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18952         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18953         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18954         or for string.h.
18955         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18956         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18957         C headers.
18958         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18959         memcpy.
18960         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18961         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18962         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18963         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18964         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18965         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18966         string.h, free.
18967         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18968         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18969         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18970         C headers, or for string.h.
18971         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18972         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18973         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18974         headers, memory.h, stdlib.h, string.h, strings.h.
18975         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18976         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18977         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18978         strchr.
18979         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18980         headers, memory.h, string.h.
18981         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18982         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18983         free.
18984         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18985         headers.
18986         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18987         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18988         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18989         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18990         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18991
18992 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18993
18994         More K&R removal.
18995
18996         * lib/acosl.c (main): Use a prototype.
18997         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18998         tanl.c: Likewise.
18999
19000         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19001
19002         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19003         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19004         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19005         with a prototype.
19006         * lib/getopt.c (const): Remove macro.
19007         Include <string.h> unconditionally.
19008         (my_index): Remove; all uses changed to strchr.
19009         (strlen): Remove decl.
19010         (exchange): Remove forward decl; no longer needed.
19011         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19012         Define with prototype.
19013         * lib/getopt1.c (const): Remove macro.
19014         (getopt_long, getopt_long_only, main): Define with prototype.
19015
19016         * lib/getugroups.c: Include <string.h> unconditionally.
19017
19018         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19019         (getusershell, setusershell, endusershell, readname, main):
19020         Define with prototypes.
19021
19022         * lib/group-member.c: Include group-member.h first.
19023         Include <stdlib.h> unconditionally.
19024
19025         * lib/hard-locale.c: Include hard-locale.h first.
19026         Include <stdlib.h>, <string.h> unconditionally.
19027
19028         * lib/hash.c (free, malloc): Remove decls.
19029         Include <stdlib.h> unconditionally.
19030
19031         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19032         (getenv): Do not declare.
19033
19034         * lib/idcache.c: Include <string.h> unconditionally.
19035
19036         * lib/long-options.c: Include long-options.h first, to test interface.
19037         Include <stdlib.h> unconditionally.
19038
19039         * lib/makepath.c: Include makepath.h first, to test interface.
19040         Include <stdlib.h> and <string.h> unconditionally.
19041
19042         * lib/linebuffer.c: Include <stdlib.h>.
19043         (free): Remove decl.
19044
19045         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19046         stddef.h. rpl_malloc returns void *, not char *.
19047         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19048         prototype.
19049
19050         * lib/md5.h: Include <limits.h> unconditionally.
19051         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19052         (__P): Remove; all uses removed.
19053         * lib/md5.c: Include "md5.h" first.
19054         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19055         md5_buffer, md5_process_bytes, md5_process_block):
19056         Define with prototypes.
19057         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19058         * lib/sha.c: Include "sha.h" first.
19059         Include <stdlib.h>, <string.h> unconditionally.
19060
19061         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19062         * lib/memcmp.c (__ptr_t): Likewise.
19063         * lib/memrchr.c (__ptr_t): Likewise.
19064         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19065         Include <string.h> unconditionally.
19066         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19067         * lib/memchr.c: Include <stdlib.h> unconditionally.
19068         * lib/memchr.c (LONG_MAX): Remove.
19069         * lib/memrchr.c (LONG_MAX): Likewise.
19070         * lib/memchr.c (__memchr): Define via a prototype.
19071         * lib/memrchr.c (__memrchr): Likewise.
19072         * lib/memcmp.c (__P): Remove, and remove all uses.
19073         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19074         Remove forward decls; no longer needed.
19075         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19076         Use types required by C89 in prototype.
19077
19078         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19079         * lib/savedir.c: Likewise.
19080         * lib/mkdir.c (free): Remove decl.
19081         * lib/rmdir.c (rmdir): Define with a prototype.
19082         * lib/savedir.c: Include savedir.h first, to test interface.
19083
19084         * lib/mktime.c (STDC_HEADERS): Remove.
19085         Include <stdlib.h>, <string.h> unconditionally.
19086
19087         * lib/modechange.c: Include <stdlib.h> unconditionally.
19088         (malloc): Remove decl.
19089
19090         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19091         (free): Remove decl.
19092
19093         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19094         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19095         (This type really should be intptr_t, but that's a C99ism.)
19096         (_obstack_memcpy): Remove: all uses changed to memcpy.
19097         Include <string.h> unconditionally.
19098         (struct obstack): Assume __STDC__ for types of members
19099         chunkfun, freefun, extra_arg.
19100         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19101         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19102         obstack_begin, obstack_specify_allocation,
19103         obstack_specify_allocation_with_arg, obstack_chunkfun,
19104         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19105         Remove unprototyped decls and the macros that use them.
19106         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19107         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19108         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19109         (defined __STDC__ && __STDC__)]:
19110         Remove nonprototyped code.
19111         Include <stdlib.h> unconditionally.
19112         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19113         _obstack_allocated_p, _obstack_free, obstack_free,
19114         _obstack_memory_used, print_and_abort):
19115         Define using prototypes.
19116         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19117         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19118         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19119         obstack_next_free, obstack_object_size, obstack_room) [0]:
19120         Remove unused, unprototyped code.
19121
19122         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19123
19124         * lib/physmem.c (physmem_total, physmem_available, main): Define
19125         with prototypes.
19126
19127         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19128         (main): Define with a prototype.
19129
19130         * lib/posixver.c (getenv): Remove decl.
19131
19132         * lib/putenv.c (malloc): Returns void *, not char *.
19133         Include <string.h> unconditionally.
19134         (strchr, memcpy, NULL): Do not define.
19135
19136         * lib/readtokens.c: Include readtokens.h first, to test interface.
19137         Include <stdlib.h>, <string.h> unconditionally.
19138         (init_tokenbuffer): Define with a prototype.
19139
19140         * lib/regex.c (PARAMS): Remove.  All uses removed.
19141         All uses of _RE_ARGS removed, too.
19142         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19143         unconditionally.
19144         (bzero): Assume memset exists.
19145         (memcmp, memcpy, NULL): Remove.
19146         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19147         char, or assignments to local vars of type signed char.
19148         (init_syntax_once, PREFIX(extract_number_and_incr),
19149         PREFIX(print_partial_compiled_pattern),
19150         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19151         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19152         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19153         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19154         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19155         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19156         wcs_compile_range, byte_compile_range, truncate_wchar,
19157         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19158         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19159         count_mbs_length, wcs_re_match_2_internal,
19160         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19161         PREFIX(alt_match_null_string_p),
19162         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19163         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19164         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19165         now-unnecessary declaration, if any.
19166         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19167         regcomp, regexec):
19168         Remove now-unnecessary casts among pointer types.
19169         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19170
19171         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19172         (free): Remove decl.
19173
19174         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19175
19176         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19177         (free): Remove decl.
19178
19179         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19180         * lib/xgetcwd.c: Likewise.
19181
19182         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19183         (free): Remove decl.
19184
19185         * lib/strchrnul.c (strchrnul): Define with a prototype.
19186         Fix bug: c_in was not converted to char before searching.
19187
19188         The following changes are not K&R related:
19189
19190         * lib/group-member.h: Include <sys/types.h>, so that this file is
19191         self-contained.
19192         * lib/makepath.h: Likewise.
19193
19194         * lib/getusershell.c (readname, default_index, line_size, readname):
19195         Use size_t, not int, for sizes.
19196         (readname): If the size overflows, report an error instead of
19197         looping forever.
19198
19199 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19200
19201         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19202         libc.
19203
19204 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19205
19206         * README: New section: portability guidelines.
19207
19208 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19209
19210         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19211         C89 spec.
19212
19213 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19214
19215         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19216
19217 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19218
19219         Assume C89 or better; remove K&R cruft.
19220         A few of these changes were first proposed by Derek Robert Price
19221         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19222
19223         * lib/addext.c: Include <string.h> unconditionally.
19224         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19225         Don't declare getenv or malloc.
19226
19227         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19228         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19229         (NULL): Remove.
19230         (find_stack_direction, alloca): Use prototypes.
19231
19232         * lib/atexit.c (atexit): Define using a prototype.
19233
19234         * lib/basename.c, dirname.c, stripslash.c:
19235         Include <string.h> unconditionally.
19236
19237         * lib/bcopy.c: Include <stddef.h>.
19238         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19239
19240         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19241
19242         * lib/error.h (error, error_at_line, error_print_progname)
19243         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19244         * lib/error.c: Include error.h first, to check interface.
19245         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19246         (VA_START): Remove; all uses changeed to va_start.
19247         (exit, strerror): Remove decls.
19248         (error_print_progname): Prototype uncondionally.
19249         Don't include <errno.h>; no longer needed.
19250         (private_strerror): Remove.
19251         (error_tail): Always define.
19252         (error, error_at_line): Assume C89 or better; always use prototypes.
19253         * lib/fatal.c: Include "fatal.h" first, to test interface.
19254         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19255         (VA_START): Remove; all uses changed to va_start.
19256         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19257         this case.
19258         (exit): Remove decl.
19259         (fatal): Prototype unconditionally.  Assume va_start works.
19260         Abort at end, to pacify gcc.
19261
19262         * lib/euidaccess.c (main): Define with a prototype.
19263
19264         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19265
19266         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19267
19268         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19269         prototypes.
19270         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19271         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19272         (getenv): Remove decl.
19273         (fnmatch): Define using a prototype.
19274         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19275         (FCT): Define using a prototype.
19276
19277         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19278
19279         * lib/gethostname.c: Include <stddef.h>.
19280         (gethostname): Define with prototype.  Length is size_t, not int.
19281
19282 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19283
19284         Assume C89 or better; remove K&R cruft.
19285         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19286         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19287         string.h, getenv, malloc.
19288         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19289         headers.
19290         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19291         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19292         do not check for strerror.
19293         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19294         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19295         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19296         do not check for doprnt or vprintf.
19297         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19298         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19299
19300 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19301
19302         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19303         getversion.c should have been removed then, but was accidentally
19304         preserved.
19305
19306         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19307         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19308
19309 2003-09-08  Karl Berry  <karl@gnu.org>
19310
19311         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19312                 config, forget about prep.
19313
19314         * config/depcomp, missing: update from automake.
19315
19316 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19317
19318         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19319         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19320
19321 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19322
19323         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19324         copy_tm_result.  Bug reported by Simon Josefsson in
19325         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19326
19327 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19328
19329         * m4/time_r.m4: New file.
19330         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19331         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19332         is. Check for timegm declaration.
19333         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19334         Do not check for gmtime_r.
19335         Replace mktime if __mktime_internal does not exist and if mktime
19336         hasn't been replaced already.
19337
19338 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19339
19340         * lib/time_r.c, lib/time_r.h: New files.
19341
19342         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19343         __localtime_r.
19344         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19345         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19346
19347         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19348         __gmtime_r.
19349         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19350         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19351         Include <time_r.h>.
19352
19353         * lib/timegm.c: Switch to glibc implementation, with the following
19354         changes:
19355         [defined HAVE_CONFIG_H]: Include <config.h>.
19356         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19357         (__mktime_internal) [!defined _LIBC]: New decl.
19358         (__gmtime_r) [!defined _LIBC]: New macro and function.
19359         (timegm): Use a prototype, since gnulib assumes C89.
19360         Do not bother declaring tmp to be const, as it's not really usefu.
19361         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19362         (timegm): Declare only if HAVE_DECL_TIMEGM.
19363
19364 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19365
19366         * MODULES.html.sh (func_all_modules): Add time_r.
19367         * modules/time_r: New file.
19368         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19369         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19370
19371 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19372
19373         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19374         Bug reported by Lute Kamstra in
19375         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19376
19377         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19378         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19379         course with correspondingly smaller numbers for tomorrow and
19380         yesterday.  From Tadayoshi Funaba.  Originally installed into
19381         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19382         coreutils merge?).
19383
19384 2003-08-31  Simon Josefsson  <jas@extundo.com>
19385
19386         * modules/timegm: New file.
19387         * MODULES.html.sh (func_all_modules): Add timegm.
19388
19389 2003-08-31  Simon Josefsson  <jas@extundo.com>
19390
19391         * m4/timegm.m4: New file.
19392
19393 2003-08-31  Simon Josefsson  <jas@extundo.com>
19394
19395         * lib/timegm.h: New file.
19396         * lib/timegm.c: New file.  Based on
19397         wget-1.8.2/src/http.c:mktime_from_utc.
19398
19399 2003-08-31  Karl Berry  <karl@gnu.org>
19400
19401         * lib/argp.h: update from libc.
19402
19403 2003-08-28  Bruno Haible  <bruno@clisp.org>
19404
19405         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19406         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19407         followed by '#define fnmatch fnmatch_posix' gives an error.
19408
19409 2003-08-28  Bruno Haible  <bruno@clisp.org>
19410
19411         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19412         warning on QNX, which defines O_BINARY to 000000.
19413
19414 2003-08-27  Jim Meyering  <jim@meyering.net>
19415
19416         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19417         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19418         would fail after 32.  Reported by Danny Levinson.  Details here:
19419         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19420
19421 2003-08-24  Bruno Haible  <bruno@clisp.org>
19422
19423         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19424         MSVC7 <stdio.h> is included later.
19425
19426 2003-08-22  Simon Josefsson  <jas@extundo.com>
19427
19428         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19429
19430 2003-08-20  Karl Berry  <karl@gnu.org>
19431
19432         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19433
19434 2003-08-20  Bruno Haible  <bruno@clisp.org>
19435
19436         * modules/progname: New file.
19437         * MODULES.html.sh (func_all_modules): Add progname.
19438
19439 2003-08-20  Bruno Haible  <bruno@clisp.org>
19440
19441         * lib/progname.h: New file, from GNU gettext.
19442         * lib/progname.c: New file, from GNU gettext.
19443         * lib/progreloc.c: New file, from GNU gettext.
19444
19445 2003-08-19  Jim Meyering  <jim@meyering.net>
19446
19447         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19448         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19449
19450 2003-08-19  Bruno Haible  <bruno@clisp.org>
19451
19452         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19453         more.
19454
19455 2003-08-19  Bruno Haible  <bruno@clisp.org>
19456
19457         * lib/xstrdup.c: Assume <string.h> exists.
19458
19459 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19460
19461         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19462         in makefile rules.
19463
19464 2003-08-18  Jim Meyering  <jim@meyering.net>
19465
19466         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19467         * m4/lib-ld.m4: Likewise.
19468
19469 2003-08-18  Jim Meyering  <jim@meyering.net>
19470
19471         * lib/setenv.h: Indent nested cpp directive.
19472         * lib/vasnprintf.c: Remove trailing blanks.
19473
19474 2003-08-17  Simon Josefsson  <jas@extundo.com>
19475
19476         * modules/xstrndup: New file.
19477         * MODULES.html.sh (func_all_modules): Add xstrndup.
19478
19479 2003-08-17  Simon Josefsson  <jas@extundo.com>
19480
19481         * modules/argp: Fix autoconf macro name. Add more dependencies.
19482
19483 2003-08-17  Simon Josefsson  <jas@extundo.com>
19484
19485         * m4/xstrndup.m4: New file.
19486
19487 2003-08-17  Simon Josefsson  <jas@extundo.com>
19488
19489         * m4/argp.m4: New file.
19490
19491 2003-08-17  Simon Josefsson  <jas@extundo.com>
19492             Bruno Haible  <bruno@clisp.org>
19493
19494         * lib/xstrndup.h: New file.
19495         * lib/xstrndup.c: New file.
19496
19497 2003-08-17  Bruno Haible  <bruno@clisp.org>
19498
19499         * modules/strndup (Files, Include): Add lib/strndup.h.
19500
19501 2003-08-17  Bruno Haible  <bruno@clisp.org>
19502
19503         * modules/euidaccess (Files): Add lib/euidaccess.h.
19504
19505 2003-08-17  Bruno Haible  <bruno@clisp.org>
19506
19507         * lib/strndup.h: New file.
19508
19509 2003-08-17  Bruno Haible  <bruno@clisp.org>
19510
19511         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19512         like AC_GNU_SOURCE.
19513         * modules/extensions (configure.ac): Comment out the invocation of
19514         gl_USE_SYSTEM_EXTENSIONS.
19515
19516 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19517
19518         Merges from coreutils, etc.
19519         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19520         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19521         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19522         fixing a typo.
19523         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19524         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19525
19526 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19527
19528         Document merge from coreutils.
19529         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19530         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19531         * modules/utime: Add m4/utimes-null.m4.
19532
19533 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19534
19535         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19536         space, undoing this 2003-08-12 change:
19537         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19538
19539 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19540
19541         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19542         strtoul.c from libc, undoing this 2003-08-12 change:
19543         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19544
19545 2003-08-16  Jim Meyering  <jim@meyering.net>
19546
19547         Merges from coreutils.
19548         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19549         prefix.  Adjust cache variables similarly.  Create 500 rather than
19550         just 300 files, to exercise bug on Darwin6.5, too.
19551         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19552         $missing_dir.
19553         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19554         AM_SYS_POSIX_TERMIOS.
19555         Reported by mkc@mathdogs.com.
19556         Also change use of $am_cv_sys_posix_termios
19557         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19558         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19559         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19560         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19561         in /proc/mounts until it finds one with matching device number.  This
19562         is unnecessary when the FILE argument *is* a mount point.  No stat call
19563         is necessary in that case.  So, disable the statvfs-testing code on
19564         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19565         as RedHat bug# 84846.
19566         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19567         to 1MB, so as not to render systems with no stack size limit (e.g.,
19568         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19569         Include <unistd.h>.  On some systems,
19570         it is required for the definition of _SC_PAGESIZE.
19571
19572 2003-08-16  Jim Meyering  <jim@meyering.net>
19573
19574         Merge from coreutils.
19575         * lib/xstrtoimax.c: #else #if -> #elif.
19576         * lib/xstrtoumax.c: Likewise.
19577
19578 2003-08-16  Jim Meyering  <jim@meyering.net>
19579
19580         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19581         * m4/utimes.m4: Removed.
19582         * m4/utimes-null.m4: Renamed from utimes.m4.
19583
19584         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19585         to 1MB, so as not to render systems with no stack size limit (e.g.,
19586         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19587         Include <unistd.h>.  On some systems,
19588         it is required for the definition of _SC_PAGESIZE.
19589
19590 2003-08-16  Jim Meyering  <jim@meyering.net>
19591         and Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         Merges from coreutils, etc.
19594
19595         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19596         using the latest version from cvs.  This avoids problems with #line
19597         directives using a vendor (Sun) compiler.
19598         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19599         Don't set GETGROUPS_LIB here; now it's
19600         done via getgroups.m4's wrapper function.
19601         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19602         rather than just in sh-util/configure.in, so that the
19603         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19604         same.
19605         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19606         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19607         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19608         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19609         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19610         Remove code that is now done by the newly-required macros.
19611         Append $(EXEEXT) to DF_PROG.
19612         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19613         Do not invoke or require the following here,
19614         since prereq.m4 or some gnulib .m4 now does this for us:
19615         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19616         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19617         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19618         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19619         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19620         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19621         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19622         AC_FUNC_OBSTACK.
19623         Do not replace the following functions, as this is now the job
19624         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19625         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19626         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19627         atexit getpass, strdup, getpagesize.
19628         Replace 'raise'.
19629         Do not check for the following functions, as this is now the job
19630         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19631         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19632         setregid.
19633         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19634         Check for sys/sysctl.h.
19635         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19636         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19637         of checking for ssize_t ourselves.
19638
19639         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19640         Require every macro that gnulib/modules/* suggests for us.
19641         (jm_PREREQ_ADDEXT): New macro.
19642         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19643         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19644
19645         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19646         (gl_PHYSMEM): Use it.
19647         Also check for `table' function.
19648         Check for new headers and functions.
19649         Add check for sys/sysmp.h.
19650         With suggestions from Kaveh Ghazi.
19651         Ignore headers that are present but cannot be compiled.  This
19652         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19653         C 5.4.
19654
19655 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19656
19657         Document merge from coreutils.
19658         * modules/userspec: Depend on posixver.
19659         * modules/strftime: Depend on tzset.
19660
19661 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19662
19663         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19664         rather than tab, after '#' in shell-script copyright notices.
19665         Suggested by Bruno Haible.
19666
19667 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19668
19669         * config/srclist-update: Use three spaces, rather than tab, after '#'
19670         in shell-script copyright notices.  Suggested by Bruno Haible.
19671         Remove unnecessary parenthesization in regular expression.
19672
19673 2003-08-15  Jim Meyering  <jim@meyering.net>
19674
19675         Merge from coreutils.
19676         * lib/xgethostname.c: Include <stdlib.h>.
19677         (xghostname): Don't exit for anything other than memory-related
19678         failure; just return NULL.
19679         * lib/userspec.c: Include "posixver.h".
19680         (parse_user_spec): Accept `.' as a separator only
19681         in pre-POSIX-200112 mode.
19682         * lib/strtoimax.c: Use #elif rather than #else #if.
19683         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19684         Remove function, now that we can rely on a working tzset function.
19685         [!_LIBC]: Ensure that the required autoconf test has been run.
19686         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19687         Use underlying_strftime for %r.
19688         * lib/sha.c: Merge in some clean-up and optimization changes from
19689         glibc.
19690         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19691         Ensure that it is a multiple of 64.
19692         Rearrange loop exit tests so as to avoid performing an
19693         additional fread after encountering an error or EOF.
19694         * lib/realloc.c: Update copyright date.
19695
19696 2003-08-15  Jim Meyering  <jim@meyering.net>
19697         and Paul Eggert  <eggert@twinsun.com>
19698
19699         Merge from coreutils.
19700         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19701         member but strut utmpx does not.  Needed for AIX 4.3.3.
19702         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19703
19704 2003-08-15  Jim Meyering  <jim@meyering.net>
19705         and Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         Merges from coreutils, etc.
19708         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19709         Require gl_FUNC_TZSET_CLOBBER.
19710         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19711         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19712         members.
19713
19714 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19715
19716         Help the merge from coreutils.
19717         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19718         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19719         * m4/tzset.m4: Use it too.
19720
19721 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19722
19723         * modules/tzset: New file.
19724
19725 2003-08-14  Jim Meyering  <jim@meyering.net>
19726
19727         Merges from coreutils.
19728         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19729         variable names, rather than @FNMATCH_H@.
19730         * modules/alloca: Likewise for $(ALLOCA_H).
19731
19732         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19733         the three copies of the literal target, `fnmatch.h'.
19734         * modules/alloca (alloca.h): Likewise.
19735
19736 2003-08-14  Jim Meyering  <jim@meyering.net>
19737
19738         Merge from coreutils.
19739         * m4/tzset.m4: New file.
19740         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19741         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19742         otherwise, AIX 5.1 systems would end up using the latter.
19743         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19744         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19745         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19746         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19747
19748 2003-08-14  Jim Meyering  <jim@meyering.net>
19749
19750         Merge from coreutils.
19751         * lib/obstack.h: Whitespace changes.
19752         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19753         and xcalloc return values.
19754         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19755         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19756         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19757         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19758         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19759         error from mntctl.
19760         Use mntctl's return value to drive the entry-processing loop, since
19761         we can't rely on the value of the vmt_length member in the last
19762         entry.  On some systems doing so could result in exhausting
19763         virtual memory.  Based in part on a patch from Mike Jetzer.
19764
19765 2003-08-14  Jim Meyering  <jim@meyering.net>
19766         and Paul Eggert  <eggert@twinsun.com>
19767
19768         Merges from coreutils, plus other fixes.
19769         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19770         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19771         for credits and details.  Thanks to Kaveh Ghazi for helping
19772         to keep these files in sync.
19773         (ARRAY_SIZE): Define it.
19774         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19775         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19776         (memcasecmp): Don't assume size_t fits in unsigned int.
19777         Remove casts and duplicate code.
19778         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19779         (memcpy): Remove definition.
19780         Merge in some clean-up and optimization changes from glibc.
19781         [BLOCKSIZE]: Move definition to top of file.
19782         Ensure that it is a multiple of 64.
19783         Rearrange loop exit tests so as to avoid performing an
19784         additional fread after encountering an error or EOF.
19785         * lib/md5.h (md5_uintptr): Define.
19786         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19787         return to the initial working directory.  Preserve errno
19788         for caller.
19789         * lib/idcache.c: Include "xalloc.h".
19790         (xmalloc, xrealloc): Remove decls.
19791         (getuser): Remove casts no longer required in C89.
19792         * lib/human.c: Include stdio.h, for sprintf.
19793         * lib/group-member.c: Include "xalloc.h".
19794         (xmalloc, xrealloc): Remove decls.
19795         (get_group_info): Remove casts no longer required in C89.
19796         * lib/getusershell.c (readname): Remove casts no longer required in
19797         C89.
19798         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19799         * lib/getline.c: Whitespace fix, from coreutils.
19800
19801 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19802
19803         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19804         Check for isascii.
19805
19806         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19807         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19808         Undo previous (whitespace-only) change.
19809
19810 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19811
19812         * lib/exclude.c: Include <ctype.h>
19813         (IN_CTYPE_DOMAIN): New macro.
19814         (is_space): New fn.
19815         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19816         and empty lines.
19817
19818         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19819         Undo previous (whitespace-only) change.
19820
19821 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19822
19823         * config/srclist-update: Change update back to the old behavior,
19824         leaving whitespace alone.  Use one 'sed' command rather than a
19825         pipeline.
19826         (fixlicense): Now a variable, not a function.
19827         (remove_trailing_blanks): Remove.
19828         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19829         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19830         Undo previous (whitespace-only) change.
19831
19832 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19833
19834         Merge from coreutils.
19835         * modules/euidaccess: Add lib_SOURCES, include for new
19836         file euidaccess.h
19837
19838 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19839
19840         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19841         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19842         Normalize leading white space and remove trailing white space.
19843
19844         Merge from coreutils
19845         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19846
19847         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19848         0.12.1.  These files are now being upgraded automatically by
19849         ../config/srclist-update.
19850
19851 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19852
19853         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19854         Normalize leading white space and remove trailing white space.
19855         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19856         notice, as per ../config/srclist-update.
19857
19858         Merge from coreutils.
19859         * lib/euidaccess.h: New file.
19860         * lib/euidaccess.c: Include it.
19861         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19862         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19863         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19864
19865 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19866
19867         * config/srclist-update: Add copyright notice.
19868         (remove_id_lines, remove_trailing_blanks): New constants.
19869         (fixfile): Use them to normalize spacing a bit in copied files.
19870         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19871         Normalize leading white space and remove trailing white space.
19872
19873         * config/texinfo.tex: Sync with texinfo.
19874
19875         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19876         strtoul.c from libc, to merge coreutils whitespace changes.
19877
19878         * config/srclist.txt: Get the following m4 files from gettext:
19879         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19880         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19881         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19882         wint_t.m4.
19883
19884 2003-08-12  Karl Berry  <karl@gnu.org>
19885
19886         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19887         been made.
19888
19889 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19890
19891         * modules/gnu-source, m4/gnu-source.m4:
19892         Remove; we're assuming Autoconf 2.54 or later now.
19893         Suggested by Bruno Haible.
19894         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19895
19896 2003-08-11  Bruno Haible  <bruno@clisp.org>
19897
19898         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19899
19900 2003-08-11  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19903         (vasnprintf): Use it instead of wcslen.
19904
19905 2003-08-11  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19908         value to ensure that _Bool promotes to int. Use #define for _Bool when
19909         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19910
19911 2003-08-10  Karl Berry  <karl@gnu.org>
19912
19913         * lib/regex.h: update from libc (whitespace fix).
19914
19915 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19916
19917         Merge some files from coreutils.  These changes were
19918         originally made by Jim Meyering.
19919         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19920         many older Unixes require this.
19921         * lib/alloca.c (alloca): Remove cast to argument of free;
19922         no longer needed in C89.
19923         * lib/alloca_.h, regex.h: Fix white space to match
19924         what GNU indent does.
19925
19926 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19927
19928         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19929         apparently Emacs's Unicode mode got confused before my 2003-08-05
19930         checkin.
19931
19932 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19933
19934         * m4/extensions.m4: New file.
19935         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19936         Require gl_USE_SYSTEM_EXTENSIONS.
19937         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19938         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19939
19940 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19941
19942         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19943         * modules/extensions, modules/gnu-source: New files.
19944         * modules/timespec, modules/unlocked-io: Depend on extensions.
19945
19946 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19947
19948         * modules/restrict: New file.
19949         * MODULES.html.sh (func_all_modules): Add restrict.
19950         * modules/regex: Depend on restrict.
19951
19952 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19953
19954         * m4/restrict.m4: New file.
19955         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19956
19957 2003-08-07  Bruno Haible  <bruno@clisp.org>
19958
19959         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19960         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19961
19962 2003-08-07  Bruno Haible  <bruno@clisp.org>
19963
19964         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19965         makes the module 'getndelim2' compatible with the module 'getline'.
19966
19967 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19968
19969         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19970         byte with "\201" to avoid glitches when editing that source file
19971         with multi-gnome-terminal.
19972
19973 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19974
19975         * lib/bumpalloc.h: Remove.
19976
19977 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19978
19979         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19980         * modules/bumpalloc: Remove.
19981
19982 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19983
19984         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19985         GNU coding style.
19986
19987         Merge from coreutils.
19988         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19989         1. From glibc.
19990         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19991         from Karl Berry, implemented by Jim Meyering.
19992         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19993         from Dmitry V. Levin.
19994         Remove anachronistic cast of xrealloc.
19995         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19996         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19997         type. Otherwise, it wouldn't compile with at least /bin/cc on
19998         ymp-cray-unicos9.0.2.X.
19999         Combine two mostly-identical uses of alloca into one.
20000         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20001
20002 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20003
20004         [From Emacs.]
20005
20006         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20007         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20008         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20009         obsolete NLIST_NAME_UNION.
20010         [__GNU__]: Undef BSD and FSCALE.
20011         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20012
20013 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20014
20015         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20016         an enum type, so that it's guaranteed to promote to int.  See:
20017         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20018
20019 2003-08-03  Karl Berry  <karl@gnu.org>
20020
20021         * config/depcomp: update from automake.
20022
20023 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20024
20025         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20026         (strerror): Don't assume that a printable int fits in 14 bytes.
20027
20028 2003-07-31  Bruno Haible  <bruno@clisp.org>
20029
20030         * modules/getpass-gnu: New file.
20031         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20032
20033 2003-07-31  Bruno Haible  <bruno@clisp.org>
20034
20035         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20036
20037 2003-07-24  Karl Berry  <karl@gnu.org>
20038
20039         * config/missing: update from automake.
20040
20041 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20042             Bruno Haible  <bruno@clisp.org>
20043
20044         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20045         * lib/getline.c (getline, getdelim): Likewise.
20046         Remove _GNU_SOURCE define; now it's defined in config.h through
20047         m4/getline.m4.
20048
20049 2003-07-23  Karl Berry  <karl@gnu.org>
20050
20051         * config/config.sub: update from prep.
20052
20053 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20054
20055         * modules/xalloc (Depends-on): Add exitfail.
20056         * modules/xmemcoll: Likewise.
20057
20058 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20059
20060         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20061         over-parenthesization in macros.
20062
20063         Sync with coreutils.
20064
20065         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20066         required by C99.
20067
20068         Use `exit_failure' for xalloc and xmemcoll instead of their own
20069         private exit-failure variables.
20070         * lib/xalloc.h (xalloc_exit_failure): Remove.
20071         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20072         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20073         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20074         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20075         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20076
20077 2003-07-20  Jim Meyering  <jim@meyering.net>
20078
20079         * modules/closeout (Depends-on): Add exitfail.
20080         Suggestion from Bruno Haible.
20081
20082 2003-07-19  Karl Berry  <karl@gnu.org>
20083
20084         * config/config.sub: update from prep.
20085
20086 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20087
20088         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20089         Remove.
20090         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20091         to test that it can stand by itself.  Include "exitfail.h".
20092         Clients should set exit_failure instead.
20093         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20094
20095 2003-07-18  Bruno Haible  <bruno@clisp.org>
20096
20097         * modules/getndelim2: New file.
20098         * modules/getline: Share files with module getndelim2.
20099         * modules/getnline: Depend on getndelim2 instead of sharing files with
20100         it. Add getnline.c to lib_SOURCES.
20101         * MODULES.html.sh (func_all_modules): Add getndelim2.
20102
20103 2003-07-18  Bruno Haible  <bruno@clisp.org>
20104
20105         * m4/getndelim2.m4: New file.
20106         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20107         invoke gl_PREREQ_GETNDELIM2.
20108         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20109         gl_PREREQ_GETNDELIM2.
20110         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20111         gl_GETNDELIM2.
20112
20113 2003-07-18  Bruno Haible  <bruno@clisp.org>
20114
20115         * lib/getndelim2.h: New file.
20116         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20117         getndelim2.h.
20118         (getndelim2): Make non-static. Change return type to ssize_t.
20119         * lib/getline.h: Change argument names.
20120         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20121         * lib/getnline.c: Include getndelim2.h.
20122
20123 2003-07-18  Andreas Schwab  <schwab@suse.de>
20124
20125         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20126
20127 2003-07-17  Karl Berry  <karl@gnu.org>
20128
20129         * config/config.sub: update from prep.
20130
20131 2003-07-17  Bruno Haible  <bruno@clisp.org>
20132
20133         * modules/getnline: New file.
20134         * modules/getline: Add lib/getndelim2.c to source file list.
20135         * MODULES.html.sh (func_all_modules): Add getnline.
20136
20137 2003-07-17  Bruno Haible  <bruno@clisp.org>
20138
20139         * m4/getnline.m4: New file.
20140
20141 2003-07-17  Bruno Haible  <bruno@clisp.org>
20142
20143         * m4/Makefile.am.in: Remove file.
20144         * m4/Makefile.am: Remove file.
20145         * m4/Makefile.in: Remove file.
20146
20147 2003-07-17  Bruno Haible  <bruno@clisp.org>
20148
20149         * lib/getnline.h: New file.
20150         * lib/getnline.c: New file.
20151         * lib/getndelim2.c: New file, extracted from getline.c.
20152         (getndelim2): Renamed from getdelim2, with added nmax argument.
20153         * lib/getline.c: Include getndelim2.c.
20154         (getdelim2): Moved out to getndelim2.c.
20155         (getline, getdelim): Update.
20156
20157 2003-07-17  Bruno Haible  <bruno@clisp.org>
20158
20159         * lib/Makefile.am: Remove file.
20160         * lib/Makefile.in: Remove file.
20161
20162 2003-07-17  Bruno Haible  <bruno@clisp.org>
20163
20164         * configure.in: Remove file.
20165         * Makefile.in: Remove file.
20166
20167 2003-07-17  Bruno Haible  <bruno@clisp.org>
20168
20169         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20170
20171 2003-07-16  Karl Berry  <karl@gnu.org>
20172
20173         * config/srclist-update: was running fixlicense twice, which caused
20174                 texinfo.tex to be nullified for some reason.  Simplify,
20175                 $gplsrc is no longer needed as far as I can see?
20176
20177 2003-07-16  Jim Meyering  <jim@meyering.net>
20178
20179         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20180
20181 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20182
20183         * config/srclist.txt: Get the following files from gettext-runtime/intl
20184         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20185         ref-del.sin.  From Bruno Haible.
20186         * config/srclist-update (fixfile): Change grep pattern again, since the
20187         previous fix didn't work (there was another trailing $).  Use
20188         '[$]' to escape the $s.
20189
20190 2003-07-15  Karl Berry  <karl@gnu.org>
20191
20192         * lib/vasnprintf.c: update from gettext.
20193
20194 2003-07-15  Karl Berry  <karl@gnu.org>
20195
20196         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20197         gets expanded when surrounded by '$'.
20198
20199 2003-07-15  Jim Meyering  <jim@meyering.net>
20200
20201         * modules/save-cwd: Don't depend on error.  From Derek Price.
20202
20203 2003-07-15  Jim Meyering  <jim@meyering.net>
20204
20205         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20206
20207 2003-07-14  Simon Josefsson  <jas@extundo.com>
20208
20209         * modules/mempcpy: New file.
20210         * MODULES.html.sh (func_all_modules): Add mempcpy.
20211
20212 2003-07-14  Simon Josefsson  <jas@extundo.com>
20213
20214         * m4/mempcpy.m4: New file.
20215
20216 2003-07-14  Simon Josefsson  <jas@extundo.com>
20217
20218         * lib/mempcpy.h: New file.
20219         * lib/mempcpy.c: New file.
20220
20221 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20222
20223         * modules/getdate, modules/posixtm: Depend on mktime.
20224
20225 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20226
20227         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20228         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20229         unicodeio.c, unicodeio.h, unlocked-io.h:
20230         Switch from LGPL to GPL.
20231
20232 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20233
20234         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20235         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20236         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20237         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20238         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20239         updated automatically by ../config/srclist-update.  This changes
20240         their license from LPGL to GPL.
20241
20242 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20243
20244         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20245         assumed to refer to the root of the most recent stable gettext version.
20246         * config/srclistvars.sh: Add defaults for eggert.
20247         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20248         Match "This program" as well as "The program".  This is needed
20249         for gettext.
20250
20251 2003-07-14  Jim Meyering  <jim@meyering.net>
20252
20253         Don't emit diagnostics.  Let callers do that.
20254         * lib/save-cwd.c: Don't include "error.h".
20255         (save_cwd): Don't call error.  Ensure that errno is valid
20256         when returning nonzero.
20257
20258         * lib/save-cwd.h (restore_cwd): Update prototype.
20259         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20260         Simplify.  Don't call error upon failure.  Let callers do that.
20261         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20262         when auditing is enabled.  But don't bother updating the #if.
20263
20264 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20265
20266         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20267         it breaks C++ compilation.
20268         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20269
20270 2003-07-10  Simon Josefsson  <jas@extundo.com>
20271
20272         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20273
20274 2003-07-10  Jim Meyering  <jim@meyering.net>
20275
20276         * m4/clock_time.m4: Remove trailing blank.
20277         * m4/intmax_t.m4: Likewise.
20278
20279 2003-07-10  Jim Meyering  <jim@meyering.net>
20280
20281         * lib/vasnprintf.c: Remove trailing blanks.
20282         Make cpp indentation consistent.
20283
20284 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20285
20286         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20287         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20288         Switch from LGPL to GPL.
20289
20290 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20291
20292         * config/srclist.txt: Sort sublists.  Add
20293         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20294         that differ from gnulib for one reason or another; we'd like this list
20295         to be smaller but for now let's document what we have.
20296
20297 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20298
20299         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20300         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20301         and sweeter "eval x=$x".
20302         * config/srclist.txt: Get lib/argp* from glibc.
20303
20304 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20305
20306         * lib/mktime.c: Fix some boundary cases and remove need for floating
20307         point.
20308
20309         Issue a compile-time diagnostic if time_t is floating point, or if
20310         two's complement arithmetic is not in effect, or if arithmetic
20311         right shift does not propagate the sign.  These assumptions were
20312         all in the original code but they weren't checked.
20313
20314         (TIME_T_MIDPOINT, verify): New macros.
20315         (__isleap): Remove; it has integer overflow problems.
20316         (leapyear): New function, without those problems.
20317         (ydhms_tm_diff): Remove; splitting into two parts.
20318         (ydhms_diff): New function, containing the arithmetic part of
20319         the old ydhms_tm_diff function.  Issue a compile-time
20320         diagnostic if we are not using C99 integer division.
20321         Avoid casts when possible.
20322         (guess_time_tm): New function, containing the checking part of
20323         the old ydhms_tm_diff function.  Return the new value, rather than
20324         the difference between it and the old.  Accept a new argument T
20325         so that *T specifies the old value.  Check for overflow in the result.
20326
20327         (__mktime_internal): Use a time_t offset, not a long int offset.
20328         This undoes the 2003-06-04 change, which is no longer needed now
20329         that we have better overflow checking.
20330         (localtime_offset): Likewise.
20331
20332         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20333         and long are 64-bit but int is only 32-bit.
20334         (ydhms_diff): Use long int to store year1 and yday1.
20335         Issue a compile-time diagnostic if long int is not wide enough.
20336
20337         (__mktime_internal): Use long int to store adjusted year and yday.
20338         Use plain C rather than preprocessor commands, if that doesn't
20339         affect efficiency.
20340         Check for overflow (and try to repair) after each probe
20341         rather than checking only at the very end.  This avoids some bugs
20342         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20343         does not equal GMT offset at maximum time).
20344         Use integer to check for overflow rather than floating point; this
20345         is more portable to non-IEEE hosts, and is a tad faster.
20346         When we detect that we are oscillating between two values,
20347         don't check whether tm_isdst has the requested value, since
20348         we already know the answer.  When tm_isdst has the wrong value,
20349         use a different heuristic to find the right one, based on the
20350         extreme values actually observed in practice in tz2003a,
20351         rather than the (overly optimistic) "previous 3 calendar quarters".
20352
20353         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20354         "T const" to accommodate glibc style.
20355         (check_result): Use less-confusing report format.  "long" -> "long int.
20356         (main): Likewise.
20357         Don't loop if the iteration overflows time_t.
20358         Allow a negative step in the iteration.
20359
20360 2003-07-06  Karl Berry  <karl@gnu.org>
20361
20362         * config/depcomp: update from automake.
20363         * config/config.sub: update from prep.
20364
20365 2003-07-03  Karl Berry  <karl@gnu.org>
20366
20367         * config/config.guess: update from prep.
20368
20369 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20370
20371         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20372         xreadlink.c now includes it unconditionally.
20373
20374 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20375
20376         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20377         having it depend on HAVE_SYS_TYPES_H.
20378
20379 2003-07-01  Bruno Haible  <bruno@clisp.org>
20380
20381         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20382         <sys/types.h> should be sufficient.
20383         Reported by Paul Eggert.
20384
20385 2003-06-26  Karl Berry  <karl@gnu.org>
20386
20387         * config/depcomp: update from automake.
20388
20389 2003-06-26  Bruno Haible  <bruno@clisp.org>
20390
20391         * modules/human: Depend on module stdbool.
20392
20393 2003-06-25  Bruno Haible  <bruno@clisp.org>
20394
20395         * modules/readlink: New file.
20396         * modules/xreadlink: Depend on it.
20397         * MODULES.html.sh (func_all_modules): Add readlink.
20398
20399 2003-06-25  Bruno Haible  <bruno@clisp.org>
20400
20401         * m4/readlink.m4: New file.
20402
20403 2003-06-25  Bruno Haible  <bruno@clisp.org>
20404
20405         * lib/readlink.c: New file.
20406
20407 2003-06-22  Karl Berry  <karl@gnu.org>
20408
20409         * config/srclist.txt: update mkinstalldirs from automake.
20410         * config/mkinstalldirs: update.
20411
20412 2003-06-22  Bruno Haible  <bruno@clisp.org>
20413
20414         Portability to mingw32.
20415         * m4/ssize_t.m4: New file, from GNU gettext.
20416         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20417         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20418
20419 2003-06-22  Bruno Haible  <bruno@clisp.org>
20420
20421         * modules/safe-read: Add m4/ssize_t.m4.
20422         * modules/xreadlink: Add m4/ssize_t.m4.
20423
20424 2003-06-20  Bruno Haible  <bruno@clisp.org>
20425
20426         Assume C89, so PARAMS isn't needed.
20427         * lib/unicodeio.h (PARAMS): Remove.
20428         * lib/unicodeio.c: Don't use PARAMS.
20429
20430 2003-06-18  Karl Berry  <karl@gnu.org>
20431
20432         * config/config.{guess,sub}: update from prep.
20433
20434 2003-06-18  Jim Meyering  <jim@meyering.net>
20435
20436         Merge changes from coreutils.
20437         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20438         Remove explicit declarations of xmalloc and realloc.
20439         Include xalloc.h.
20440         (read_utmp): Remove anachronistic cast of xmalloc.
20441
20442 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20443
20444         Assume C89, so PARAMS isn't needed.
20445         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20446         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20447         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20448         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20449         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20450         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20451         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20452         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20453         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20454         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20455         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20456         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20457         no longer needed. Anyway, config.h should always be included before any
20458         other file.
20459
20460 2003-06-11  Simon Josefsson  <jas@extundo.com>
20461
20462         * modules/sysexits: New file.
20463         * MODULES.html.sh (func_all_modules): Add sysexits.
20464
20465 2003-06-11  Simon Josefsson  <jas@extundo.com>
20466
20467         * lib/sysexit_.h: New file.
20468
20469 2003-06-11  Derek Price  <derek@ximbiot.com>
20470
20471         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20472         necessary.
20473
20474 2003-06-11  Bruno Haible  <bruno@clisp.org>
20475
20476         * m4/sysexits.m4: New file.
20477
20478 2003-06-10  Simon Josefsson  <jas@extundo.com>
20479
20480         * lib/argp.h: New file, from glibc.
20481         * lib/argp-ba.c: New file, from glibc.
20482         * lib/argp-eexst.c: New file, from glibc.
20483         * lib/argp-fmtstream.c: New file, from glibc.
20484         * lib/argp-fmtstream.h: New file, from glibc.
20485         * lib/argp-fs-xinl.c: New file, from glibc.
20486         * lib/argp-help.c: New file, from glibc.
20487         * lib/argp-namefrob.h: New file, from glibc.
20488         * lib/argp-parse.c: New file, from glibc.
20489         * lib/argp-pv.c: New file, from glibc.
20490         * lib/argp-pvh.c: New file, from glibc.
20491         * lib/argp-xinl.c: New file, from glibc.
20492
20493 2003-06-10  Simon Josefsson  <jas@extundo.com>
20494
20495         * modules/strchrnul: New file.
20496
20497 2003-06-10  Simon Josefsson  <jas@extundo.com>
20498
20499         * modules/argp: New file.
20500
20501 2003-06-10  Simon Josefsson  <jas@extundo.com>
20502
20503         * m4/strchrnul.m4: New file.
20504
20505 2003-06-10  Simon Josefsson  <jas@extundo.com>
20506
20507         * lib/strchrnul.h: New file.
20508         * lib/strchrnul.c: New file.
20509
20510 2003-06-10  Bruno Haible  <bruno@clisp.org>
20511
20512         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20513
20514 2003-06-07  Karl Berry  <karl@gnu.org>
20515
20516         * config/config.{guess,sub}: update from prep.
20517
20518 2003-06-07  Jim Meyering  <jim@meyering.net>
20519
20520         * modules/strtod: Use $(...) notation, not @...@ for
20521         AC_REPLACE'd variables.
20522         * modules/localcharset: Likewise.
20523
20524 2003-06-07  Jim Meyering  <jim@meyering.net>
20525
20526         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20527         in place of my name in the copyright comment.
20528         Remove definition and uses of __P.
20529
20530         From coreutils.
20531         * lib/stat.c: Don't declare xmalloc explicitly.
20532         Instead, include "xalloc.h".
20533         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20534         xrealloc, and xcalloc return values.
20535         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20536         Improve comment.
20537         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20538
20539 2003-06-07  Bruno Haible  <bruno@clisp.org>
20540
20541         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20542         avoid AC_CONFIG_LINKS.
20543         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20544         fnmatch.h, to avoid AC_CONFIG_LINKS.
20545         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20546
20547 2003-06-07  Bruno Haible  <bruno@clisp.org>
20548
20549         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20550         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20551         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20552         directory.
20553         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20554         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20555         directory.
20556
20557 2003-06-06  Jim Meyering  <jim@meyering.net>
20558
20559         Merge from coreutils.
20560         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20561         Consolidate declarations and initializations of *_base* locals.
20562
20563         Merge from coreutils.
20564         This avoids a core dump on systems without GNU putenv,
20565         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20566         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20567         (unsetenv): New static function, from GNU libc.
20568         (rpl_putenv): Use it.
20569
20570         * lib/modechange.c: Remove trailing blanks.
20571
20572         Merge from coreutils.
20573         * lib/fsusage.c: Remove declaration of statfs.
20574         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20575
20576         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20577
20578 2003-06-06  Jim Meyering  <jim@meyering.net>
20579
20580         * lib/stdbool_.h: Renamed from stdbool.h.in.
20581
20582 2003-06-06  Jim Meyering  <jim@meyering.net>
20583             Bruno Haible  <bruno@clisp.org>
20584
20585         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20586         Adjust Makefile.am snippet not to redirect directly to target.
20587         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20588
20589 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20590
20591         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20592         mismatch, look in future quarters as well as past.  This fixes a
20593         bug when processing fall-backwards gaps immediately after a long
20594         period of daylight-saving time.
20595
20596         * lib/mktime.c: Assume freestanding C89 or better.
20597         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20598         (__P): Remove; not used.
20599         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20600         (mktime, not_equal_tm, print_tm, check_result,
20601         main): Use prototypes.  Use const * where appropriate.
20602         (main): Fix typo in testing code that uncovered by above changes.
20603         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20604
20605 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20606
20607         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20608         locale.h, localeconv.  This merges changes from coreutils.
20609
20610         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20611         It can be removed after the next Autoconf is released.
20612         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20613         needed.
20614
20615 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20616
20617         * lib/mktime.c: Fix Debian bug 177940
20618         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20619         (localtime_offset): Now long int, not time_t, because we want it
20620         to be guaranteed to be signed.  All uses changed.
20621         (__mktime_internal): If overflow would occur when adding offset,
20622         don't add it.
20623
20624         Merge 'human' changes from coreutils.  Rewrite to support
20625         locale-specific notations like thousands separators.
20626         * lib/human.c: Simplify authorship notice.
20627         Include human.h immediately after config.h.
20628         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20629         <limits.h>: Do not include, since human.h does.
20630         (SIZE_MAX, UINTMAX_MAX): New macros.
20631         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20632         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20633         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20634         (power_letter): Renamed from suffixes.
20635         (generate_suffix_backwards): Remove.
20636         (adjust_value): Now takes int style (because of human.h changes)
20637         and long double value (for greater precision on some platforms).
20638         (group_number): New function.
20639         (human_readable): Use it.  Use integer options, not enum.
20640         Put the options before the sizes in the arg list.
20641         Support all the new options.
20642         The old human_readable function has been removed;
20643         use inttostr.h instead.
20644         (human_readable, default_block_size, humblock):
20645         Use uintmax_t, not int, for block sizes.
20646         (human_readable_inexact, block_size_types): Remove.
20647         (block_size_opts): New constant.
20648         (human_options): Renamed from human_block_size, with new signature
20649         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20650         * lib/human.h: Add copyright and authorship notice.
20651         Include <limits.h> and <stdbool.h> unconditionally.
20652         (PARAMS): Remove.  All uses removed.
20653         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20654         (enum human_inexact_style): Remove tag; now a nameless enum.
20655         (human_floor, human_ceiling, human_round_to_even): Now have
20656         values 2, 0, 1 rather than -1, 1, 0.
20657         (human_group_digits, human_suppress_point_zero, human_autoscale,
20658         human_base_1024, human_SI, human_B): New constants.
20659         (human_readable_inexact, human_block_size): Remove.
20660         (human_readable): Size args are now uintmax_t, not int.
20661         (human_options): New decl.
20662
20663         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20664         unnecessary now that we assume C89 or better.  This change
20665         imported from coreutils.
20666
20667         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20668         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20669         in the 2003-05-30 sync from glibc.
20670
20671         .h files should stand alone, but we shouldn't include <sys/types.h>
20672         if we can get away with just <stddef.h>.
20673
20674         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20675         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20676         rather than <sys/types.h>, as we merely need size_t.
20677         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20678         to get size_t.
20679         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20680         Include <stdio.h>, to get FILE.
20681         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20682         memcasecmp.h has included <stddef.h> and all we need is size_t.
20683         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20684         our interface, instead of including <sys/types.h>
20685
20686 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20687
20688         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20689         now, as glibc mktime is buggy on non-glibc systems.
20690
20691 2003-06-03  Karl Berry  <karl@gnu.org>
20692
20693         * config/config.sub: update from prep.
20694
20695 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20696
20697         [from coreutils]
20698         Fix some minor time-related bugs with POSIX time arguments.
20699         Some valid time stamps were being rejected (notably -1, and
20700         time stamps before 1900 on 64-bit hosts).  And some invalid
20701         time stamps were being accepted, e.g. September 31.
20702
20703         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20704         that we can return (time_t) -1 successfully.
20705         * lib/posixtm.c: Likewise.
20706         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20707         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20708         (t): Remove static var.
20709         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20710         of static var.  All uses changed.
20711         (year): Do not reject years before 1900; they can occur with
20712         64-bit time_t.
20713         (posix_time_parse): Do not check for out-of-range components;
20714         that is now the caller's responsibility, since our checks were
20715         only approximations.
20716         (posixtime): Use mktime to check for out-of-range components,
20717         since it knows them exactly.
20718         If mktime returns (time_t) -1, check whether an error actually occurred
20719         by invoking localtime on -1.
20720         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20721         posixtime failures better.
20722         Improve the test data (in comments only).
20723
20724 2003-06-02  Karl Berry  <karl@gnu.org>
20725
20726         * config/mkinstalldirs (version): new variable.
20727         (--version): new option.
20728         (usage): improve message.
20729
20730 2003-05-30  Karl Berry  <karl@gnu.org>
20731
20732         * lib/mktime.c: update from libc.
20733
20734 2003-05-30  Bruno Haible  <bruno@clisp.org>
20735
20736         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20737         * config/config.rpath: Upgrade to gettext-0.12.1.
20738
20739 2003-05-30  Bruno Haible  <bruno@clisp.org>
20740
20741         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20742         * m4/nls.m4: New file, from gettext-0.12.1.
20743         * m4/po.m4: New file, from gettext-0.12.1.
20744         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20745
20746 2003-05-30  Bruno Haible  <bruno@clisp.org>
20747
20748         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20749         * lib/localcharset.h: Likewise.
20750         * lib/localcharset.c: Likewise.
20751
20752 2003-05-29  Karl Berry  <karl@gnu.org>
20753
20754         * config/config.rpath: update from gettext.
20755
20756 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20757
20758         Assume the headers required for C89 freestanding compilers.
20759         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20760         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20761         * m4/human.m4 (gl_HUMAN): Likewise.
20762         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20763         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20764         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20765         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20766         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20767         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20768
20769 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20770
20771         Assume the headers required for C89 freestanding compilers.
20772         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20773         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20774         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20775         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20776         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20777         define, since <limits.h> is guaranteed to do that.
20778         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20779         * lib/exclude.c: Include <stdbool.h> unconditionally.
20780         * lib/tempname.c: Include <stddef.h> unconditionally.
20781         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20782         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20783         <stddef.h> does that.
20784         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20785         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20786         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20787         needed.
20788         * lib/xstrtol.c: Likewise.
20789         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20790         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20791
20792         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20793         warnings on some platforms.
20794
20795         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20796         arbitrarily.
20797
20798 2003-05-26  Jim Meyering  <jim@meyering.net>
20799
20800         Merge in a change from coreutils:
20801         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20802         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20803         that condition, rather than `-1' which is slightly misleading.
20804         Change the name of the cache variable to have the gl_ prefix.
20805         Prompted by a patch from Richard Dawe for DJGPP.
20806
20807 2003-05-24  Karl Berry  <karl@gnu.org>
20808
20809         * config/config.guess: update from prep.
20810
20811 2003-05-22  Karl Berry  <karl@gnu.org>
20812
20813         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20814
20815 2003-05-20  Karl Berry  <karl@gnu.org>
20816
20817         * config/config.guess: update from prep.
20818
20819 2003-05-18  Karl Berry  <karl@gnu.org>
20820
20821         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20822         might actually be set by the user.
20823
20824         * config/depcomp, install-sh, mdate-sh: update from automake.
20825
20826 2003-05-17  Bruno Haible  <bruno@clisp.org>
20827
20828         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20829         invalid expansion for AC_EGREP_CPP.
20830         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20831         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20832         Suggested by Akim Demaille <akim@epita.fr> in
20833         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20834
20835 2003-05-12  Jim Meyering  <jim@meyering.net>
20836
20837         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20838         the space-padded-by-default conversion specifiers, %e, %k, %l.
20839
20840 2003-05-12  Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20843         the string is longer than 4 KB.
20844
20845 2003-05-11  Karl Berry  <karl@gnu.org>
20846
20847         * config/config.{guess,sub}: update from prep.
20848
20849 2003-05-09  Bruno Haible  <bruno@clisp.org>
20850
20851         * modules/error: Add m4/strerror_r.m4 to file list.
20852
20853 2003-05-03  Bruno Haible  <bruno@clisp.org>
20854
20855         Upgrade to Unicode-4.0.
20856         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20857         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20858         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20859         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20860         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20861         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20862         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20863         Change width of U+E0100..U+E01EF from 1 to 0.
20864
20865 2003-04-25  Jim Meyering  <jim@meyering.net>
20866
20867         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20868         of type size_t, not int.
20869
20870 2003-04-25  Bruno Haible  <bruno@clisp.org>
20871
20872         * lib/copy-file.c: Include <stddef.h>, for size_t.
20873
20874 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20875
20876         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20877         code which expansion is under static control.  Patch imported from
20878         Akim Demaille's patch to Bison; see
20879         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20880
20881 2003-04-14  Bruno Haible  <bruno@clisp.org>
20882
20883         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20884
20885 2003-04-11  Jim Meyering  <jim@meyering.net>
20886
20887         Merge changes from Coreutils.
20888
20889         2003-03-22  Jim Meyering  <jim@meyering.net>
20890
20891         * lib/strftime.c (widen): Cast alloca return value to proper type.
20892
20893         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20894
20895         From GNU libc.
20896         * lib/strftime.c (my_strftime): Handle very large width
20897         specifications for numeric values correctly.  Improve checks for
20898         overflow.
20899
20900         2003-01-19  Jim Meyering  <jim@meyering.net>
20901
20902         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20903         definitions.
20904         (nl_get_alt_digit) [! defined my_strftime]: Define.
20905         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20906         _nl_get_alt_digit and _nl_get_walt_digit.
20907
20908         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20909         libc. These changes have no effect outside of _LIBC.
20910
20911 2003-04-10  Bruno Haible  <bruno@clisp.org>
20912
20913         * modules/findprog: New file.
20914         * MODULES.html.sh (func_all_modules): Add it.
20915
20916 2003-04-10  Bruno Haible  <bruno@clisp.org>
20917
20918         * m4/findprog.m4: New file.
20919         * m4/eaccess.m4: New file.
20920
20921 2003-04-10  Bruno Haible  <bruno@clisp.org>
20922
20923         * lib/findprog.h: New file, from GNU gettext.
20924         * lib/findprog.c: New file, from GNU gettext.
20925
20926 2003-04-05  Jim Meyering  <jim@meyering.net>
20927
20928         Merge changes from Coreutils.
20929
20930         * lib/exclude.h (PARAMS): Remove definition and uses.
20931         * lib/exclude.c: Remove uses of `PARAMS'.
20932
20933         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20934         Add test-cases for DOS filenames. Declare program_name.
20935         (main): Set up program_name.  Patch by Rich Dawe.
20936
20937         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20938         error from mntctl.
20939         Use mntctl's return value to drive the entry-processing loop, since
20940         we can't rely on the value of the vmt_length member in the last
20941         entry.  On some systems doing so could result in exhausting
20942         virtual memory.  Based in part on a patch from Mike Jetzer.
20943
20944 2003-04-04  Bruno Haible  <bruno@clisp.org>
20945
20946         * modules/linebreak: New file.
20947         * MODULES.html.sh (func_all_modules): Add it.
20948
20949 2003-04-04  Bruno Haible  <bruno@clisp.org>
20950
20951         * m4/linebreak.m4: New file.
20952
20953 2003-04-04  Bruno Haible  <bruno@clisp.org>
20954
20955         * lib/linebreak.h: New file, from GNU gettext.
20956         * lib/linebreak.c: New file, from GNU gettext with slight
20957         modifications.
20958         * lib/lbrkprop.h: New file, from GNU gettext.
20959
20960 2003-04-03  Bruno Haible  <bruno@clisp.org>
20961
20962         * modules/utf8-ucs4: New file.
20963         * modules/utf16-ucs4: New file.
20964         * modules/ucs4-utf8: New file.
20965         * modules/ucs4-utf16: New file.
20966         * MODULES.html.sh (func_all_modules): Add them.
20967
20968 2003-04-03  Bruno Haible  <bruno@clisp.org>
20969
20970         * m4/utf-ucs4.m4: New file.
20971         * m4/ucs4-utf.m4: New file.
20972
20973 2003-04-03  Bruno Haible  <bruno@clisp.org>
20974
20975         * lib/utf8-ucs4.h: New file, from GNU gettext.
20976         * lib/utf16-ucs4.h: New file, from GNU gettext.
20977         * lib/ucs4-utf8.h: New file, from GNU gettext.
20978         * lib/ucs4-utf16.h: New file, from GNU gettext.
20979
20980 2003-04-02  Bruno Haible  <bruno@clisp.org>
20981
20982         * modules/binary-io: New file.
20983         * MODULES.html.sh (func_all_modules): Add it.
20984
20985 2003-04-02  Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/binary-io.h: New file, from GNU gettext.
20988
20989 2003-04-01  Bruno Haible  <bruno@clisp.org>
20990
20991         * modules/pathname: New file.
20992         * MODULES.html.sh (func_all_modules): Add it.
20993
20994 2003-04-01  Bruno Haible  <bruno@clisp.org>
20995
20996         * lib/pathname.h: New file, from GNU gettext.
20997         * lib/concatpath.c: New file, from GNU gettext.
20998
20999 2003-03-30  Bruno Haible  <bruno@clisp.org>
21000
21001         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21002
21003 2003-03-30  Bruno Haible  <bruno@clisp.org>
21004
21005         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21006         function chown() doesn't exist.
21007
21008 2003-03-28  Bruno Haible  <bruno@clisp.org>
21009
21010         * modules/copy-file: New file.
21011         * MODULES.html.sh (func_all_modules): Add it.
21012
21013 2003-03-28  Bruno Haible  <bruno@clisp.org>
21014
21015         * m4/copy-file.m4: New file.
21016
21017 2003-03-28  Bruno Haible  <bruno@clisp.org>
21018
21019         * lib/copy-file.h: New file, from GNU gettext.
21020         * lib/copy-file.c: New file, from GNU gettext.
21021
21022 2003-03-18  Jim Meyering  <jim@meyering.net>
21023
21024         * lib/quote.c (quote_n): Fix typo in comment.
21025
21026 2003-03-18  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21029         checking.
21030         * m4/onceonly_2_57.m4: Likewise.
21031
21032 2003-03-17  Bruno Haible  <bruno@clisp.org>
21033
21034         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21035         (m4_quote): Remove macro.
21036         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21037
21038 2003-03-14  Jim Meyering  <jim@meyering.net>
21039
21040         Merge changes from Coreutils.
21041         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21042         to be const, in order to avoid warnings.
21043         (obstack_room): Likewise.
21044         (obstack_empty_p): Likewise.
21045
21046 2003-03-14  Bruno Haible  <bruno@clisp.org>
21047
21048         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21049         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21050
21051 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21052
21053         Merge changes from Bison.
21054         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21055         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21056         when compiling Bison 1.875's `bitset bset = obstack_alloc
21057         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21058         * lib/hash.c: Include <stdbool.h> unconditionally.
21059
21060 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21061
21062         * m4/onceonly.m4 (m4_quote): New macro.
21063         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21064         Quote AC_FOREACH variable-expansions properly.
21065
21066 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21067
21068         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21069
21070 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21071
21072         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21073         Reported by Bruce Becker; see:
21074         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21075
21076 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21077             Bruno Haible  <bruno@clisp.org>
21078
21079         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21080         Reported by John Hughes, see
21081         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21082
21083 2003-02-20  Bruno Haible  <bruno@clisp.org>
21084
21085         * MODULES.html.sh (func_all_modules): Add poll.
21086
21087 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21088
21089         * modules/poll: New file.
21090
21091 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21092
21093         * lib/poll_.h: New file.
21094         * lib/poll.c: New file.
21095
21096 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21097
21098         * m4/poll.m4: New file.
21099
21100 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21101
21102         * modules/mathl: New file.
21103
21104 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21105
21106         * lib/mathl.h: New file.
21107         * lib/acosl.c: New file.
21108         * lib/asinl.c: New file.
21109         * lib/atanl.c: New file.
21110         * lib/ceill.c: New file.
21111         * lib/cosl.c: New file.
21112         * lib/expl.c: New file.
21113         * lib/floorl.c: New file.
21114         * lib/frexpl.c: New file.
21115         * lib/ldexpl.c: New file.
21116         * lib/logl.c: New file.
21117         * lib/sincosl.c: New file.
21118         * lib/sinl.c: New file.
21119         * lib/sqrtl.c: New file.
21120         * lib/tanl.c: New file.
21121         * lib/trigl.c: New file.
21122         * lib/trigl.h: New file.
21123
21124 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21125
21126         * m4/mathl.m4: New file.
21127
21128 2003-02-18  Bruno Haible  <bruno@clisp.org>
21129
21130         * MODULES.html.sh (func_all_modules): Add mathl.
21131
21132 2003-02-17  Bruno Haible  <bruno@clisp.org>
21133
21134         * modules/mkdtemp: New module.
21135         * MODULES.html.sh (func_all_modules): Add it.
21136
21137 2003-02-17  Bruno Haible  <bruno@clisp.org>
21138
21139         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21140
21141 2003-02-17  Bruno Haible  <bruno@clisp.org>
21142
21143         * lib/mkdtemp.h: New file, from GNU gettext.
21144         * lib/mkdtemp.c: New file, from GNU gettext.
21145
21146 2003-02-02  Jim Meyering  <jim@meyering.net>
21147
21148         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21149         e.g. glibc-2.2.93.
21150
21151 2003-01-31  Bruno Haible  <bruno@clisp.org>
21152
21153         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21154         'rpl_rename'.
21155         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21156         'rpl_strnlen'.
21157         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21158         'rpl_strtod'.
21159         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21160         'rpl_utime'.
21161
21162 2003-01-31  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/rename.c: #undef rename before defining rpl_rename.
21165         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21166
21167 2003-01-30  Bruno Haible  <bruno@clisp.org>
21168
21169         * modules/vasnprintf, modules/vasprintf: New modules.
21170         * MODULES.html.sh (func_all_modules): Add them.
21171
21172 2003-01-30  Bruno Haible  <bruno@clisp.org>
21173
21174         * m4/signed.m4: New file, from GNU gettext.
21175         * m4/longdouble.m4: New file, from GNU gettext.
21176         * m4/wchar_t.m4: New file, from GNU gettext.
21177         * m4/wint_t.m4: New file, from GNU gettext.
21178         * m4/vasnprintf.m4: New file.
21179         * m4/vasprintf.m4: New file.
21180
21181 2003-01-30  Bruno Haible  <bruno@clisp.org>
21182
21183         * lib/printf-args.h: New file, from GNU gettext.
21184         * lib/printf-args.c: New file, from GNU gettext.
21185         * lib/printf-parse.h: New file, from GNU gettext.
21186         * lib/printf-parse.c: New file, from GNU gettext.
21187         * lib/vasnprintf.h: New file, from GNU gettext.
21188         * lib/vasnprintf.c: New file, from GNU gettext.
21189         * lib/asnprintf.c: New file, from GNU gettext.
21190         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21191         * lib/vasprintf.c: New file, from GNU gettext.
21192         * lib/asprintf.c: New file, from GNU gettext.
21193
21194 2003-01-29  Bruno Haible  <bruno@clisp.org>
21195
21196         * modules/stpncpy: New module.
21197         * MODULES.html.sh (func_all_modules): Add it.
21198
21199 2003-01-29  Bruno Haible  <bruno@clisp.org>
21200
21201         * m4/stpncpy.m4: New file.
21202
21203 2003-01-29  Bruno Haible  <bruno@clisp.org>
21204
21205         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21206         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21207
21208 2003-01-28  Bruno Haible  <bruno@clisp.org>
21209
21210         * modules/c-ctype: New module.
21211         * MODULES.html.sh (func_all_modules): Add it.
21212
21213 2003-01-28  Bruno Haible  <bruno@clisp.org>
21214
21215         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21216         Paul Eggert.
21217         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21218         Paul Eggert.
21219
21220 2003-01-27  Bruno Haible  <bruno@clisp.org>
21221
21222         * modules/xsetenv: New module.
21223         * MODULES.html.sh (func_all_modules): Add it.
21224
21225 2003-01-27  Bruno Haible  <bruno@clisp.org>
21226
21227         * lib/xsetenv.h: New file, from GNU gettext.
21228         * lib/xsetenv.c: New file, from GNU gettext.
21229
21230 2003-01-23  Jim Meyering  <jim@meyering.net>
21231
21232         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21233         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21234
21235 2003-01-23  Bruno Haible  <bruno@clisp.org>
21236
21237         * modules/minmax: New module.
21238         * MODULES.html.sh (func_all_modules): Add it.
21239
21240 2003-01-23  Bruno Haible  <bruno@clisp.org>
21241
21242         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21243         Eggert.
21244
21245 2003-01-22  Bruno Haible  <bruno@clisp.org>
21246
21247         * modules/exit: New module.
21248         * MODULES.html.sh (func_all_modules): Add it.
21249
21250 2003-01-22  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/exit.h: New file, from GNU gettext.
21253
21254 2003-01-19  Bruno Haible  <bruno@clisp.org>
21255
21256         * gnulib-tool: Recognize option --extract-maintainer.
21257         (func_get_maintainer): New function.
21258         * modules/*: Add Maintainer entry.
21259
21260 2003-01-16  Jim Meyering  <jim@meyering.net>
21261
21262         * m4/regex.m4: The `regex' struct is both input and output.
21263         Initialize it before each use.  Patch by Tim Waugh.
21264
21265 2003-01-16  Bruno Haible  <bruno@clisp.org>
21266
21267         * MODULES.html.sh: Add a table of contents. Add the module name as
21268         leftmost column. Add hyperlinks.
21269
21270 2003-01-15  Bruno Haible  <bruno@clisp.org>
21271
21272         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21273
21274 2003-01-15  Bruno Haible  <bruno@clisp.org>
21275
21276         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21277         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21278         suffix.
21279
21280 2003-01-15  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21283
21284 2003-01-15  Bruno Haible  <bruno@clisp.org>
21285
21286         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21287         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21288
21289 2003-01-14  Jim Meyering  <jim@meyering.net>
21290
21291         * lib/same.c (same_name): Tweak a comment.
21292
21293 2003-01-14  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21296         when a string comparison is sufficient.
21297
21298 2003-01-14  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21301         'unsigned int'.
21302
21303 2003-01-14  Bruno Haible  <bruno@clisp.org>
21304
21305         * lib/hash-pjw.c: Add comment about low quality of this function.
21306
21307 2003-01-13  Bruno Haible  <bruno@clisp.org>
21308
21309         * modules/stpcpy: Distribute lib/stpcpy.h.
21310         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21311
21312 2003-01-13  Bruno Haible  <bruno@clisp.org>
21313
21314         * modules/*: Add a description.
21315         * modules/strpbrk: Fix Makefile.am snippet.
21316         * modules/strtoimax: Fix dependencies.
21317         * modules/strtoumax: Likewise.
21318
21319 2003-01-13  Bruno Haible  <bruno@clisp.org>
21320
21321         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21322         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21323         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21324
21325 2003-01-13  Bruno Haible  <bruno@clisp.org>
21326
21327         * gnulib-tool (func_create_testdir): Store config/* files in the main
21328         directory.
21329         * config.rpath: Move to ...
21330         * config/config.rpath: ... here.
21331         * modules/gettext: Contains config/config.rpath, not config.rpath.
21332         * modules/iconv: Likewise.
21333
21334 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21335
21336         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21337         to avoid collisions with libcurses and libreadline.
21338
21339         * m4/getstr.m4: Remove.
21340         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21341
21342 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21343
21344         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21345         to avoid collisions with libcurses and libreadline.
21346
21347         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21348         * lib/getstr.h, getstr.c: Remove.
21349         * lib/getline.c: Include "getline.h", to check interface.
21350         Move body of old getstr.c here: this defines MIN_CHUNK and
21351         declares getdelim2, which is renamed from getstr.
21352         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21353
21354         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21355         All uses changed.
21356         * lib/linebuffer.h: Likewise.
21357         (readline): Remove backward-compatibility macro.
21358
21359 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21360
21361         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21362         to avoid collisions with libcurses and libreadline.
21363         * getstr: Remove.
21364         * MODULES.html.sh: Remove getstr.
21365         * modules/getline: Depend on unlocked-io, not getstr.
21366
21367 2003-01-12  Jim Meyering  <jim@meyering.net>
21368
21369         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21370
21371 2003-01-10  Bruno Haible  <bruno@clisp.org>
21372
21373         * modules/alloca: Change Makefile.am requirements. Simplify Include
21374         requirements. Add lib/alloca_.h to file list.
21375
21376 2003-01-10  Bruno Haible  <bruno@clisp.org>
21377
21378         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21379
21380 2003-01-10  Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/alloca_.h: New file.
21383         * lib/getdate.y: Unconditionally include alloca.h.
21384         * lib/makepath.c: Likewise.
21385         * lib/setenv.c: Likewise.
21386         * lib/userspec.c: Likewise.
21387
21388 2003-01-09  Karl Berry  <karl@gnu.org>
21389
21390         * MODULES.html.sh: include `dirname $0` in PATH, to find
21391         gnulib-tool.
21392
21393 2003-01-09  Bruno Haible  <bruno@clisp.org>
21394
21395         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21396         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21397
21398 2003-01-09  Bruno Haible  <bruno@clisp.org>
21399
21400         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21401
21402 2003-01-09  Bruno Haible  <bruno@clisp.org>
21403
21404         * lib/stdbool.h.in: New file.
21405
21406 2003-01-09  Bruno Haible  <bruno@clisp.org>
21407
21408         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21409         * MODULES.html.sh: Likewise.
21410
21411 2003-01-08  Jim Meyering  <jim@meyering.net>
21412
21413         * lib/full-write.c: Undefine and define-away `const' after inclusion
21414         of errno.h, not before.  Suggestion from Bruno Haible.
21415
21416 2003-01-08  Bruno Haible  <bruno@clisp.org>
21417
21418         * modules/full-read: Depend on full-write.
21419
21420 2003-01-08  Bruno Haible  <bruno@clisp.org>
21421
21422         * lib/safe-read.c: Include specification header first, to ensure its
21423         selfcontainedness.
21424         * lib/full-write.c: Likewise.
21425
21426 2003-01-07  Jim Meyering  <jim@meyering.net>
21427
21428         * lib/full-write.c: Rework so that it may serve to define full_read,
21429         too.
21430         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21431
21432 2003-01-07  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21435         <inttypes.h>.
21436         * lib/xstrtol.h: Likewise.
21437         * lib/xstrtoimax.c: Likewise.
21438         * lib/xstrtoumax.c: Likewise.
21439         * lib/human.h: Likewise.
21440
21441         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21442         on systems that have <inttypes.h> but not <stdint.h>.
21443
21444 2003-01-07  Bruno Haible  <bruno@clisp.org>
21445
21446         * MODULES.html.sh: Add copyright notice.
21447         (missed_files): Omit CVS directory entries.
21448         (func_module): Make it work with sed-3.02.
21449         * MODULES.txt: Remove file.
21450
21451 2003-01-06  Jim Meyering  <jim@meyering.net>
21452
21453         * lib/version-etc.c: Update year in translatable copyright string.
21454
21455 2003-01-03  Karl Berry  <karl@gnu.org>
21456
21457         * config/config.{guess,sub}: update from prep.
21458
21459 2003-01-02  Karl Berry  <karl@gnu.org>
21460
21461         * doc/COPYING.DOC: belatedly updated to 1.2.
21462
21463 2003-01-01  Karl Berry  <karl@gnu.org>
21464
21465         * gnulib-tool (func_verify_module): report module name $module in
21466         error message, not $1.
21467         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21468         be created, only if it doesn't exist.
21469         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21470
21471 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21472
21473         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21474
21475 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21476
21477         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21478         memcmp if strcoll doesn't work.
21479
21480 2002-12-31  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21483         nonempty.
21484
21485 2002-12-31  Bruno Haible  <bruno@clisp.org>
21486
21487         * lib/memcoll.c (STRCOLL): New macro.
21488         (memcoll): Use it.
21489
21490 2002-12-31  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/localcharset.h: New file.
21493         * lib/localcharset.c: Include it.
21494         * lib/unicodeio.c: Likewise.
21495
21496 2002-12-31  Bruno Haible  <bruno@clisp.org>
21497
21498         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21499         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21500
21501 2002-12-31  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/getline.h: Include <stddef.h>, for size_t.
21504
21505         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21506         * lib/unicodeio.c: Don't include <stddef.h>.
21507
21508 2002-12-31  Bruno Haible  <bruno@clisp.org>
21509
21510         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21511         HAVE_TM_ZONE.
21512
21513 2002-12-24  Karl Berry  <karl@gnu.org>
21514
21515         * config/config.guess: update from prep.
21516
21517 2002-12-24  Bruno Haible  <bruno@clisp.org>
21518
21519         General infrasructure.
21520         * m4/README: Rewritten.
21521         * m4/onceonly.m4: New file.
21522         * m4/onceonly_2_57.m4: New file.
21523
21524         Module atexit.
21525         * m4/atexit.m4: New file.
21526
21527         Module strtod.
21528         * m4/strtod.m4: New file.
21529
21530         Module strtol.
21531         * m4/strtol.m4: New file.
21532
21533         Module strtoul.
21534         * m4/strtoul.m4: New file.
21535
21536         Module memchr.
21537         * m4/memchr.m4: New file.
21538
21539         Module memcmp.
21540         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21541         (jm_FUNC_MEMCMP): Invoke it.
21542
21543         Module memcpy.
21544         * m4/memcpy.m4: New file.
21545
21546         Module memmove.
21547         * m4/memmove.m4: New file.
21548
21549         Module memset.
21550         * m4/memset.m4: New file.
21551
21552         Module strcspn.
21553         * m4/strcspn.m4: New file.
21554
21555         Module strpbrk.
21556         * m4/strpbrk.m4: New file.
21557
21558         Module strstr.
21559         * m4/strstr.m4: New file.
21560
21561         Module strerror.
21562         * m4/strerror.m4: New file.
21563
21564         Module mktime.
21565         * m4/mktime.m4: Renamed from jm-mktime.m4.
21566         (gl_PREREQ_MKTIME): New macro.
21567         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21568
21569         Module malloc.
21570         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21571         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21572         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21573
21574         Module realloc.
21575         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21576         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21577         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21578
21579         Module strftime.
21580         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21581         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21582         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21583         gl_TM_GMTOFF.
21584         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21585
21586         Module xalloc.
21587         * m4/xalloc.m4: New file.
21588
21589         Module alloca.
21590         * m4/alloca.m4: New file.
21591
21592         Module putenv.
21593         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21594         (jm_FUNC_PUTENV): Invoke it.
21595
21596         Module setenv.
21597         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21598         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21599         when invoked twice.
21600         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21601         gt_FUNC_SETENV.
21602
21603         Module memrchr.
21604         * m4/memrchr.m4: New file.
21605
21606         Module stpcpy.
21607         * m4/stpcpy.m4: New file.
21608
21609         Module strcase.
21610         * m4/strcase.m4: New file.
21611
21612         Module strdup.
21613         * m4/strdup.m4: New file.
21614
21615         Module strnlen.
21616         * m4/strnlen.m4: New file.
21617
21618         Module strndup.
21619         * m4/strndup.m4: New file.
21620
21621         Module xstrtod.
21622         * m4/xstrtod.m4: New file.
21623
21624         Module xstrtol.
21625         * m4/xstrtol.m4: New file.
21626
21627         Module getdate.
21628         * m4/getdate.m4: New file.
21629
21630         Module unlocked-io.
21631         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21632         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21633         * m4/jm-glibc-io.m4n: Remove file.
21634
21635         Module long-options.
21636         * m4/long-options.m4: New file.
21637
21638         Module md5.
21639         * m4/md5.m4: New file.
21640
21641         Module sha.
21642         * m4/sha.m4: New file.
21643
21644         Module getstr.
21645         * m4/getstr.m4: New file.
21646
21647         Module getline.
21648         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21649         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21650         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21651         simply getline. Infoke gl_PREREQ_GETLINE.
21652
21653         Module obstack.
21654         * m4/obstack.m4: New file.
21655
21656         Module hash.
21657         * m4/hash.m4: New file.
21658
21659         Module readtokens.
21660         * m4/readtokens.m4: New file.
21661
21662         Module strverscmp.
21663         * m4/strverscmp.m4: New file.
21664
21665         Module stdbool.
21666         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21667         OSF/1.
21668
21669         Module strtoll.
21670         * m4/strtoll.m4: New file.
21671
21672         Module strtoull.
21673         * m4/strtoull.m4: New file.
21674
21675         Module strtoimax.
21676         * m4/strtoimax.m4: New file.
21677
21678         Module strtoumax.
21679         * m4/strtoumax.m4: New file.
21680
21681         Module xstrtoimax.
21682         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21683         jm_AC_PREREQ_XSTRTOIMAX.
21684         Moved the strtol prerequisites to strtol.m4.
21685         Moved the strtoll prerequisites to strtoll.m4.
21686         Moved the strtoimax prerequisites to strtoimax.m4.
21687
21688         Module xstrtoumax.
21689         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21690         jm_AC_PREREQ_XSTRTOUMAX.
21691         Moved the strtoul prerequisites to strtoul.m4.
21692         Moved the strtoull prerequisites to strtoull.m4.
21693         Moved the strtoumax prerequisites to strtoumax.m4.
21694
21695         Module chown.
21696         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21697         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21698
21699         Module dup2.
21700         * m4/dup2.m4: New file.
21701
21702         Module ftruncate.
21703         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21704         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21705
21706         Module getgroups.
21707         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21708         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21709
21710         Module gettimeofday.
21711         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21712         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21713         gl_PREREQ_GETTIMEOFDAY.
21714
21715         Module mkdir.
21716         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21717         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21718
21719         Module mkstemp.
21720         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21721         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21722         jm_AC_TYPE_UINTMAX_T.
21723         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21724
21725         Module stat.
21726         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21727         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21728
21729         Module lstat.
21730         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21731         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21732
21733         Module timespec.
21734         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21735         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21736         * m4/st_mtim.m4: Indentation.
21737
21738         Module nanosleep.
21739         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21740         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21741         gl_PREREQ_NANOSLEEP.
21742
21743         Module regex.
21744         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21745         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21746         (gl_REGEX): New macro.
21747
21748         Module rename.
21749         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21750         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21751
21752         Module rmdir.
21753         * m4/rmdir.m4: New file.
21754
21755         Module utime.
21756         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21757         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21758         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21759
21760         Module dirname.
21761         * m4/dirname.m4: New file.
21762
21763         Module getopt.
21764         * m4/getopt.m4: New file.
21765
21766         Module unistd-safer.
21767         * m4/unistd-safer.m4: New file.
21768
21769         Module fnmatch.
21770         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21771         declaration.
21772         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21773         (gl_FUNC_FNMATCH_POSIX): New macro.
21774         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21775         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21776         simply fnmatch.
21777
21778         Module exclude.
21779         * m4/exclude.m4: New file.
21780
21781         Module human.
21782         * m4/human.m4: New file.
21783
21784         Module acl.
21785         * m4/acl.m4: Nop.
21786
21787         Module backupfile.
21788         * m4/backupfile.m4: New file.
21789         * m4/d-ino.m4: Indentation.
21790
21791         Module fsusage.
21792         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21793         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21794         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21795
21796         Module dirfd.
21797         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21798         requirements.
21799
21800         Module euidaccess.
21801         * m4/euidaccess.m4: New file.
21802
21803         Module file-type.
21804         * m4/file-type.m4: New file.
21805
21806         Module fileblocks.
21807         * m4/fileblocks.m4: New file.
21808
21809         Module filemode.
21810         * m4/filemode.m4: New file.
21811
21812         Module isdir.
21813         * m4/isdir.m4: New file.
21814
21815         Module lchown.
21816         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21817         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21818
21819         Module makepath.
21820         * m4/makepath.m4: New file.
21821
21822         Module modechange.
21823         * m4/modechange.m4: New file.
21824
21825         Module mountlist.
21826         * m4/mountlist.m4: New file.
21827         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21828         Indentation.
21829
21830         Module path-concat.
21831         * m4/path-concat.m4: New file.
21832
21833         Module pathmax.
21834         * m4/pathmax.m4: New file.
21835
21836         Module same.
21837         * m4/same.m4: New file.
21838
21839         Module save-cwd.
21840         * m4/save-cwd.m4: New file.
21841
21842         Module savedir.
21843         * m4/savedir.m4: New file.
21844
21845         Module xgetcwd.
21846         * m4/xgetcwd.m4: New file.
21847         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21848
21849         Module xreadlink.
21850         * m4/xreadlink.m4: New file.
21851
21852         Module safe-read.
21853         * m4/safe-read.m4: New file.
21854
21855         Module safe-write.
21856         * m4/safe-write.m4: New file.
21857
21858         Module closeout.
21859         * m4/closeout.m4: New file.
21860
21861         Module stdio-safer.
21862         * m4/stdio-safer.m4: New file.
21863
21864         Module getpass.
21865         * m4/getpass.m4: New file.
21866
21867         Module getugroups.
21868         * m4/getugroups.m4: New file.
21869
21870         Module group-member.
21871         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21872         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21873
21874         Module idcache.
21875         * m4/idcache.m4: New file.
21876
21877         Module userspec.
21878         * m4/userspec.m4: New file.
21879
21880         Module gettime.
21881         * m4/clock_time.m4: New file.
21882         * m4/gettime.m4: New file.
21883
21884         Module settime.
21885         * m4/settime.m4: New file.
21886
21887         Module posixtm.
21888         * m4/posixtm.m4: New file.
21889
21890         Module gethostname.
21891         * m4/gethostname.m4: New file.
21892
21893         Module canon-host.
21894         * m4/canon-host.m4: New file.
21895
21896         Module gettext.
21897         * m4/codeset.m4: New file, from gettext-0.11.5.
21898         * m4/gettext.m4: New file, from gettext-0.11.5.
21899         * m4/glibc21.m4: New file, from gettext-0.11.5.
21900         * m4/iconv.m4: New file, from gettext-0.11.5.
21901         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21902         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21903         * m4/inttypes.m4: New file, from gettext-0.11.5.
21904         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21905         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21906         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21907         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21908         * m4/lib-link.m4: New file, from gettext-0.11.5.
21909         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21910         * m4/progtest.m4: New file, from gettext-0.11.5.
21911         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21912         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21913         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21914
21915         Module localcharset.
21916         * m4/localcharset.m4: New file.
21917
21918         Module hard-locale.
21919         * m4/hard-locale.m4: New file.
21920
21921         Module mbswidth.
21922         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21923         onceonly macros.
21924         * m4/mbrtowc.m4: Add comment.
21925
21926         Module memcasecmp.
21927         * m4/memcasecmp.m4: New file.
21928
21929         Module memcoll.
21930         * m4/memcoll.m4: New file.
21931
21932         Module unicodeio.
21933         * m4/unicodeio.m4: New file.
21934
21935         Module rpmatch.
21936         * m4/rpmatch.m4: New file.
21937
21938         Module yesno.
21939         * m4/yesno.m4: New file.
21940
21941         Module exitfail.
21942         * m4/exitfail.m4: New file.
21943
21944         Module c-stack.
21945         * m4/c-stack.m4 (gl_C_STACK): New macro.
21946         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21947
21948         Module error.
21949         * m4/error.m4 (gl_ERROR): New macro.
21950         (jm_PREREQ_ERROR): Use onceonly macros.
21951
21952         Module fatal.
21953         * m4/fatal.m4: New file.
21954
21955         Module getloadavg.
21956         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21957         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21958
21959         Module getpagesize.
21960         * m4/getpagesize.m4: New file.
21961
21962         Module getusershell.
21963         * m4/getusershell.m4: New file.
21964
21965         Module physmem.
21966         * m4/physmem.m4: New file.
21967
21968         Module posixver.
21969         * m4/posixver.m4: New file.
21970
21971         Module quotearg.
21972         * m4/quotearg.m4: New file.
21973
21974         Module quote.
21975         * m4/quote.m4: New file.
21976
21977         Module readutmp.
21978         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21979
21980         Module sig2str.
21981         * m4/sig2str.m4: New file.
21982
21983         Other.
21984         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21985         ulonglong.m4.
21986         * m4/intmax_t.m4: New file.
21987         * m4/d-type.m4: Indentation.
21988         * m4/jm-macros.m4: Update.
21989         * m4/prereq.m4 (jm_PREREQ): Update.
21990         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21991         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21992         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21993         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21994         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21995         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21996         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21997         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21998         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21999         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22000         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22001         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22002         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22003         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22004         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22005         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22006         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22007         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22008         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22009
22010 2002-12-24  Bruno Haible  <bruno@clisp.org>
22011
22012         * MODULES.txt: Update according to m4/ changes.
22013
22014         Module gettext.
22015         * config.rpath: New file, from gettext-0.11.5.
22016
22017         * modules/*: New module descriptions.
22018         * gnulib-tool: New file.
22019         * MODULES.html.sh: New file.
22020
22021 2002-12-21  Karl Berry  <karl@gnu.org>
22022
22023         * doc/fdl.texi: update to version 1.2.
22024
22025 2002-12-19  Karl Berry  <karl@gnu.org>
22026
22027         * config/config.guess: update from prep.
22028
22029 2002-12-18  Bruno Haible  <bruno@clisp.org>
22030
22031         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22032         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22033
22034 2002-12-17  Bruno Haible  <bruno@clisp.org>
22035
22036         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22037         stdlib.h, string.h.
22038
22039 2002-12-17  Bruno Haible  <bruno@clisp.org>
22040
22041         * lib/canon-host.c (strdup): Remove unused declaration.
22042
22043         * lib/fsusage.c: Include full_read.h.
22044         (get_fs_usage): Use full_read instead of safe_read.
22045
22046         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22047
22048 2002-12-12  Karl Berry  <karl@gnu.org>
22049
22050         * config/config.guess: update from prep.
22051
22052 2002-12-11  Bruno Haible  <bruno@clisp.org>
22053
22054         * m4/setenv.m4: New file, from gettext-0.11.5.
22055
22056 2002-12-11  Bruno Haible  <bruno@clisp.org>
22057
22058         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22059         not unsetenv().
22060         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22061         modifications:
22062
22063         2002-12-11  Bruno Haible  <bruno@clisp.org>
22064
22065                 * setenv.c (alloca): Fall back to malloc.
22066                 (freea): New macro.
22067                 (setenv): Use freea() to free memory allocated with alloca().
22068
22069         2002-11-13  Bruno Haible  <bruno@clisp.org>
22070
22071                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22072                 function declarations.
22073                 * unsetenv.c (unsetenv): Likewise.
22074
22075         2002-03-04  Bruno Haible  <bruno@clisp.org>
22076
22077                 Portability to AIX 4.3.3.
22078                 * unsetenv.c: New file, extracted from setenv.c.
22079                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22080
22081         2001-12-20  Bruno Haible  <bruno@clisp.org>
22082
22083                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22084                 use malloc instead. For SunOS 4.
22085
22086         2001-12-11  Bruno Haible  <bruno@clisp.org>
22087
22088                 * setenv.c: Declare alloca.
22089                 (compar_fn_t): New typedef.
22090                 (KNOWN_VALUE, STORE_VALUE): Use it.
22091
22092         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22093         setenv.h.
22094
22095 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22096
22097         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22098         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22099         Choose values that are less likely to collide with system fnmatch
22100         options.
22101         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22102         defined (e.g., a pure POSIX system).
22103         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22104         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22105
22106 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22107
22108         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22109         a pain in practice to deal with generated m4 files.  This change
22110         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22111
22112         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22113         and jm-glibc-io.m4, as they are no longer a special case.
22114         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22115         kludge and the auto-generation stuff.  Check only whether the
22116         functions are declared, not whether they exist, since older hosts
22117         that don't declare the functions can't use the optimization anyway.
22118
22119 2002-12-06  Jim Meyering  <jim@meyering.net>
22120
22121         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22122
22123         Merge in changes from libc's misc/error.c, in preparation
22124         for the merge of gnulib's changes back into libc.
22125
22126         * lib/error.c (_): Define only if not already defined.
22127         Move definition to follow all #include directives.
22128         Include unlocked-io.h only if !_LIBC.
22129         [_LIBC]: Include <libio/libioP.h>.
22130         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22131         (fflush): Tweak definition to use INTUSE.
22132         (putc): Define.
22133
22134 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22135
22136         * lib/alloca.c [defined emacs]: Include "lisp.h".
22137         (xalloc_die) [defined emacs]: New macro.
22138         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22139         [! defined emacs]: Include <xalloc.h>.
22140         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22141         (pointer): Typedef to POINTER_TYPE *.
22142         (malloc): Remove decl; we now always use xmalloc.
22143         (alloca): Use old-style definition, since Emacs needs this.
22144         Check for arithmetic overflow when computing combined size.
22145
22146 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22147
22148         Do not generate unlocked-io.h automatically, since it's easier to
22149         maintain it by hand.
22150
22151         * lib/unlocked-io.h: New file, from GNU diffutils,
22152         but with proper copyright notice and attribution.
22153         * lib/gen-uio: Remove.
22154         * lib/Makefile.am: Add copyright notice.
22155         (libfetish_a_SOURCES): Add unlocked-io.h.
22156         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22157         (DISTCLEANFILES, io_functions): Remove macros.
22158         (EXTRA_DIST): Remove gen_uio.
22159         (unlocked-io.h): Remove rule.
22160
22161 2002-12-04  Jim Meyering  <jim@meyering.net>
22162
22163         Reflect the fact that stat.c and lstat.c are no longer generated.
22164         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22165         (DISTCLEANFILES): Likewise.
22166         (EXTRA_DIST): Likewise.
22167         (all_local): Don't depend on stat.c or lstat.c.
22168         (stat.c, lstat.c): Remove rules.
22169         (EXTRA_DIST): Remove xstat.in.
22170
22171         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22172         * lib/stat.c: New file.  Contents mostly from xstat.in.
22173         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22174         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22175
22176         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22177         too.
22178         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22179
22180 2002-12-03  Jim Meyering  <jim@meyering.net>
22181
22182         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22183         but not semantics, to minimize the differences between these two files.
22184         (safe_read): Change comment to mention SAFE_READ_ERROR.
22185
22186         * lib/safe-read.c (IS_EINTR): Define.
22187         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22188
22189 2002-12-02  Jim Meyering  <jim@meyering.net>
22190
22191         * lib/safe-read.c (EINTR): Define.
22192         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22193         (INT_MAX): Provide fallback.
22194         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22195
22196         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22197
22198 2002-12-02  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22201         Define, taken from safe-read.c.
22202         (INT_MAX): Provide fallback.
22203         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22204         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22205
22206         * lib/safe-read.c (EINTR): Remove definition.
22207         (safe_read): Don't use EINTR if it is absent.
22208
22209 2002-12-01  Jim Meyering  <jim@meyering.net>
22210
22211         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22212         zero.
22213         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22214
22215 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22216
22217         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22218         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22219         with `if (! (value < limit)) abort ();', for readability.
22220
22221 2002-11-26  Karl Berry  <karl@gnu.org>
22222
22223         * lib/strdup.c: copy from libc again, with jim's ok.
22224         * lib/.cppi-disable: re-add strdup.c
22225
22226 2002-11-25  Karl Berry  <karl@gnu.org>
22227
22228         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22229         instead of "strtol.c".
22230
22231 2002-11-25  Karl Berry  <karl@gnu.org>
22232
22233         * config/install-sh: update from automake for variable quoting, $0 in
22234         error msgs, etc.
22235
22236         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22237         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22238         entry.
22239
22240 2002-11-25  Jim Meyering  <jim@meyering.net>
22241
22242         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22243
22244 2002-11-24  Karl Berry  <karl@gnu.org>
22245
22246         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22247         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22248
22249 2002-11-24  Jim Meyering  <jim@meyering.net>
22250
22251         Update from coreutils:
22252
22253         * lib/mktime.c: Merge in changes from libc.
22254
22255         Avoid a link-time failure on some Linux systems.
22256         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22257         (otherwise).
22258         (__mon_yday): Declare with the STATIC attribute.
22259         (__mktime_internal): Likewise.
22260         Based on a report from Greg Schafer.
22261
22262 2002-11-23  Jim Meyering  <jim@meyering.net>
22263
22264         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22265         Use `unsigned', not `int', as type of index.
22266
22267         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22268
22269         * lib/fsusage.c: Remove unneeded parentheses around operands of
22270         `defined'.
22271
22272 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22273
22274         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22275         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22276         so that we can be included first.
22277         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22278         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22279         No need to include stddef.h or sys/types.h any more.
22280         Surround local include files with "", not "<>".
22281         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22282         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22283         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22284         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22285         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22286         (ISPRINT): Remove; no longer needed now that we assume C89.
22287
22288         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22289         Preserve errno.
22290
22291         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22292         quotearg_char): Use SIZE_MAX rather than
22293         (size_t) -1 when we are talking about "infinity".
22294
22295         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22296
22297 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22298
22299         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22300         hint that one should use `if (! x) abort ();' rather than `assert
22301         (x);', and anyway it's one less thing to worry about configuring.
22302         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22303         hash_rehash, hash_insert): Use abort rather than assert.
22304
22305 2002-11-22  Bruno Haible  <bruno@clisp.org>
22306
22307         * lib/safe-read.h: Assume C89. Add comments.
22308         (safe_read): Change return type to size_t.
22309         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22310         byte counts > SSIZE_MAX correctly.
22311         * lib/safe-write.h: New file.
22312         * lib/safe-write.c: New file.
22313         * lib/full-read.h: New file.
22314         * lib/full-read.c: New file.
22315         * lib/full-write.h: Assume C89. Add comments.
22316         * lib/full-write.c: Include safe-write.h.
22317         (full_write): Rewritten to use safe_write.
22318         Suggested by Jim Meyering and Paul Eggert.
22319
22320 2002-11-21  Jim Meyering  <jim@meyering.net>
22321
22322         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22323
22324         Merge in changes from the coreutils.
22325
22326         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22327         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22328         <stdint.h>.
22329         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22330         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22331         int.  Work more efficiently if X is the same width as uintmax_t.
22332         Do not compare X to -1, to avoid bogus compiler warning.
22333         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22334         Don't assume that f_frsize and f_bsize are the same type.
22335
22336         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22337         warning on FreeBSD.
22338
22339         * lib/makepath.c (make_path): Restore umask *before* creating the final
22340         component.
22341         (make_path): Minor reformatting.
22342
22343         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22344         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22345         HAVE_MALLOC/HAVE_REALLOC.
22346
22347         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22348         dummy ones.  At least on GNU/Linux systems, `auto' means something
22349         else.
22350         From Michael Stone.
22351
22352 2002-11-21  Bruno Haible  <bruno@clisp.org>
22353
22354         Remove case insensitive option matching.
22355         * lib/argmatch.h (argcasematch): Remove declaration.
22356         (ARGCASEMATCH): Remove macro.
22357         (__xargmatch_internal): Remove case_sensitive argument.
22358         (XARGMATCH): Update.
22359         (XARGCASEMATCH): Remove macro.
22360         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22361         case_sensitive argument.
22362         (argcasematch): Remove function.
22363         (__xargmatch_internal): Remove case_sensitive argument.
22364         (main): Use XARGMATCH instead of XARGCASEMATCH.
22365
22366         * lib/xmalloc.c: Change compile-time error message. Add comment about
22367         required autoconf version.
22368
22369 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22370
22371         Merge argmatch cleanups from Bison.  Assume C89.
22372
22373         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22374         Include stdlib.h, for EXIT_FAILURE.
22375         Always include <string.h>, since we assume C89.
22376         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22377         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22378         Include <stddef.h> instead, since it's all we need for size_t.
22379         (PARAMS): Remove.  All uses removed.
22380         (ARRAY_CARDINALITY): Do not bother to #undef.
22381         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22382         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22383         Remove unnecessary parentheses.
22384         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22385         Insert necessary parentheses.
22386         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22387         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22388
22389 2002-11-19  Bruno Haible  <bruno@clisp.org>
22390
22391         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22392         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22393
22394         * lib/mbswidth.h (PARAMS): Remove macro.
22395         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22396         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22397
22398         * lib/gcd.h (PARAMS): Remove macro.
22399         (gcd): Use ANSI C function declarations.
22400         * lib/gcd.c (gcd): Likewise.
22401
22402 2002-11-15  Bruno Haible  <bruno@clisp.org>
22403
22404         * lib/strcspn.c: Include <stddef.h>.
22405         (strcspn): Use ANSI C function declaration. Change return type to
22406         size_t. Use NULL.
22407         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22408         (strpbrk): Use NULL.
22409         * lib/strpbrk.h (PARAMS): Remove macro.
22410         (strpbrk): Use ANSI C function declaration.
22411         * lib/strstr.c: Don't include <sys/types.h>.
22412         * lib/strstr.h (PARAMS): Remove macro.
22413         (strstr): Use ANSI C function declarations.
22414
22415 2002-11-14  Karl Berry  <karl@gnu.org>
22416
22417         * config/mkinstalldirs: `do' on separate line, instead of
22418         `for var; do'.
22419
22420 2002-11-06  Bruno Haible  <bruno@clisp.org>
22421
22422         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22423         * lib/gcd.c (gcd): Likewise.
22424
22425 2002-11-05  Bruno Haible  <bruno@clisp.org>
22426
22427         * lib/gcd.h: New file, from gettext-0.11.5.
22428         * lib/gcd.c: New file, from gettext-0.11.5.
22429
22430 2002-11-05  Bruno Haible  <bruno@clisp.org>
22431
22432         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22433         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22434         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22435         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22436
22437         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22438         <libintl.h>.
22439         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22440         <libintl.h>.
22441
22442         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22443         * lib/human.c: Include gettext.h instead of <libintl.h>.
22444         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22445         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22446         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22447         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22448         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22449         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22450         (textdomain): Remove definition.
22451         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22452
22453         * lib/long-options.c: Remove include of <libintl.h> and definition of
22454         _.
22455         * lib/same.c: Remove include of <libintl.h> and definition of _.
22456
22457 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22458
22459         * lib/config.charset: A few additions for Solaris.
22460
22461 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22462
22463         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22464         * lib/localcharset.c (locale_charset): Declare as extern "C".
22465
22466 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22467
22468         * lib/config.charset: msdos in uk_UA uses CP1125.
22469
22470 2002-11-04  Bruno Haible  <bruno@clisp.org>
22471
22472         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22473         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22474         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22475         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22476         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22477
22478 2002-11-04  Bruno Haible  <bruno@clisp.org>
22479
22480         * lib/localcharset.c (locale_charset): Don't return an empty string.
22481
22482 2002-11-04  Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22485         aliases.
22486
22487 2002-11-04  Bruno Haible  <bruno@clisp.org>
22488
22489         * lib/config.charset: Update for newest glibc. Add canonical names
22490         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22491
22492 2002-11-04  Bruno Haible  <bruno@clisp.org>
22493
22494         * lib/config.charset: Add support for NetBSD.
22495
22496 2002-11-04  Bruno Haible  <bruno@clisp.org>
22497
22498         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22499
22500 2002-11-01  Bruno Haible  <bruno@clisp.org>
22501
22502         * configure.in: Add AC_CONFIG_AUX_DIR call.
22503         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22504         test/Makefile.
22505         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22506
22507 2002-09-28  Karl Berry  <karl@gnu.org>
22508
22509         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22510         installed automake until the next release, since changes have been
22511         made.
22512
22513 2002-09-25  Karl Berry  <karl@gnu.org>
22514
22515         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22516         * lib/getopt*: copy from libc/posix.
22517         * lib/gettext.h: copy from gettext.
22518         * lib/.cppi-disable: add strdup.c, gettext.h.
22519
22520 2002-09-25  Karl Berry  <karl@gnu.org>
22521
22522         * config/srclist.txt: enable gettext.h check.
22523         * config/config.{guess,sub}: update from prep.
22524         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22525                 from automake 1.6.3.
22526         See srclist*.
22527
22528 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22529
22530         * regex.c (PATFETCH): Remove the translating fetch.
22531         (PATFETCH_RAW): Rename to PATFETCH.
22532         (set_image_of_range): New fun.
22533         (SET_RANGE_TABLE_WORK_AREA): Use it.
22534         (regex_compile): Don't translate the pattern chars so eagerly.
22535         Only do it when inserting an `exactn' bytecode or when handling
22536         a char-range.
22537         (mutually_exclusive_p): Avoid empty statement.
22538
22539 2002-07-06  Jim Meyering  <meyering@lucent.com>
22540
22541         * m4/README: Don't mention Makefile.am.in.
22542         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22543
22544 2002-07-01  Jim Meyering  <meyering@lucent.com>
22545
22546         * lib/c-stack.c: Include sys/time.h.
22547         From Volker Borchert.
22548
22549 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22550
22551         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22552
22553 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22554
22555         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22556         New macro.  Use it uniformly instead of
22557         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22558         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22559         reported by Vin Shelton.
22560
22561 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22562
22563         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22564         Do not assume SA_SIGINFO behavior.
22565         Bug reported by Jim Meyering on NetBSD 1.5.2.
22566
22567 2002-06-22  Jim Meyering  <meyering@lucent.com>
22568
22569         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22570         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22571
22572         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22573         now that configure.ac uses AC_GNU_SOURCE.
22574         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22575         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22576
22577         Update to latest tools.  Suggestions from Paul Eggert.
22578         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22579         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22580         * m4/fnmatch.m4: Likewise.
22581         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22582         to AC_HEADER_STDBOOL
22583
22584 2002-06-22  Jim Meyering  <meyering@lucent.com>
22585
22586         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22587         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22588
22589 2002-06-22  Jim Meyering  <meyering@lucent.com>
22590
22591         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22592
22593         * lib/exitfail.c, exitfail.h: Likewise.
22594         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22595
22596         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22597         of fnmatch.h.
22598         (EXTRA_DIST): Add fnmatch_loop.c.
22599         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22600
22601         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22602         * lib/fnmatch.c: Update from diffutils-2.8.2.
22603         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22604         * lib/fnmatch.h: Remove file.
22605
22606 2002-06-21  Jim Meyering  <meyering@lucent.com>
22607
22608         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22609         * m4/mbrtowc.m4: Likewise.
22610
22611         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22612         * m4/mbswidth.m4: Reflect name change:
22613         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22614         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22615
22616         * m4/lib-link.m4: Update from gettext-0.11.2.
22617         * m4/gettext.m4: Likewise.
22618
22619         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22620         From Alfred M. Szmidt.
22621
22622 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22623
22624         * lib/file-type.h: Report an error if neither S_ISREG nor
22625         S_IFREG is defined, instead of using a test specific to glibc
22626         2.2.  This should be safe, since POSIX requires S_ISREG and
22627         Unix Version 7 had S_IFREG.  We don't need to check for
22628         <sys/types.h> since we don't use any symbols that it defines.
22629
22630 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22631
22632         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22633         $@-t, so that each temporary file name is unique and valid in the first
22634         8 characters, for operation under DOS.
22635
22636 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22637
22638         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22639
22640 2002-06-15  Jim Meyering  <meyering@lucent.com>
22641
22642         Work even with DJGPP 2.03, which lacks support for symlinks.
22643         From Richard Dawe.
22644         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22645         is defined.
22646         * lib/lchown.c (S_ISLNK): Likewise.
22647
22648 2002-06-15  Jim Meyering  <meyering@lucent.com>
22649
22650         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22651         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22652         have been included before this file.
22653
22654 2002-06-14  Jim Meyering  <meyering@lucent.com>
22655
22656         * lib/file-type.h: Use the version from diffutils-2.8.2.
22657         * lib/file-type.c: Likewise.
22658
22659 2002-06-07  Jim Meyering  <meyering@lucent.com>
22660
22661         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22662         They're needed at least for NetBSD 1.5.2.
22663         ($statxfs_includes): Include those same headers.
22664         ($statxfs_includes): Include sys/vfs.h if available.
22665         ($statxfs_includes): Likewise for sys/statvfs.h.
22666         Check for the following members in both structs statfs and statvfs:
22667         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22668
22669 2002-06-01  Jim Meyering  <meyering@lucent.com>
22670
22671         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22672         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22673
22674 2002-05-28  Jim Meyering  <meyering@lucent.com>
22675
22676         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22677         Reported by Volker Borchert.
22678
22679 2002-05-27  Jim Meyering  <meyering@lucent.com>
22680
22681         Fix a problem seen only on nonconforming systems whereby ls.c's
22682         use of localtime, and then of gettimeofday would cause trouble:
22683         the localtime call used to initialize rpl_gettimeofday's save
22684         mechanism would clobber ls's current local time information so
22685         that in any long listing the first file would always be listed
22686         with date 1970-01-01.  Analysis by Volker Borchert.
22687
22688         * lib/gettimeofday.c (localtime): Undefine.
22689         (rpl_localtime): New function.
22690
22691 2002-05-27  Jim Meyering  <meyering@lucent.com>
22692
22693         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22694         localtime.
22695
22696         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22697         use the replacement function; it wouldn't resolve at link time.
22698         Reported by Volker Borchert.
22699
22700 2002-05-22  Jim Meyering  <meyering@lucent.com>
22701
22702         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22703         file-type.h.
22704         * lib/file-type.h: New file.
22705         * lib/file-type.c (file_type): New file/function.  Extracted from
22706         diffutils.
22707
22708 2002-04-30  Jim Meyering  <meyering@lucent.com>
22709
22710         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22711
22712 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22713
22714         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22715
22716 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22717
22718         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22719         Do not check for alloca.h (no longer used) or stdbool.h (was never
22720         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22721
22722 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22723
22724         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22725
22726 2002-04-29  Jim Meyering  <meyering@lucent.com>
22727
22728         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22729         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22730         Use AC_FUNC_STRNLEN here instead.
22731
22732         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22733         With autoconf-2.53a, it's part of AC_PROG_CC.
22734
22735 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22736
22737         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22738         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22739
22740 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22741
22742         * lib/sig2str.h, lib/sig2str.c: New files.
22743         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22744
22745 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22746
22747         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22748         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22749         of 127, since 64 is the largest conceivable number for ancient
22750         nonstandard hosts.
22751         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22752
22753 2002-04-28  Jim Meyering  <meyering@lucent.com>
22754
22755         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22756
22757 2002-04-24  Jim Meyering  <meyering@lucent.com>
22758
22759         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22760         (jm_PREREQ): Use it.
22761
22762         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22763         mach/mach.h fcntl.h.
22764         Check for this function: setlocale.
22765
22766 2002-04-24  Jim Meyering  <meyering@lucent.com>
22767
22768         * lib/gettext.h: New file, from Gettext.
22769         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22770         (libfetish_a_SOURCES): Add gettext.h.
22771
22772 2002-04-16  Jim Meyering  <meyering@lucent.com>
22773
22774         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22775         ut_pid, ut_id, ut_exit.
22776
22777 2002-04-16  Jim Meyering  <meyering@lucent.com>
22778
22779         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22780         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22781         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22782
22783 2002-04-12  Jim Meyering  <meyering@lucent.com>
22784
22785         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22786         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22787         existence of the getmntinfo function.  Needed for Darwin 5.3.
22788
22789         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22790         This is necessary at least on Darwin 5.3.
22791
22792         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22793         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22794         strnlen.o in the library, and that makes some versions of ranlib
22795         object.
22796
22797 2002-04-12  Jim Meyering  <meyering@lucent.com>
22798
22799         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22800
22801 2002-04-09  Jim Meyering  <meyering@lucent.com>
22802
22803         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22804         to be more precise.  Rather than saying we're checking whether the
22805         function `works', say what we're testing.
22806         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22807         Reported by Bruno Haible.
22808
22809 2002-03-10  Jim Meyering  <meyering@lucent.com>
22810
22811         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22812         Suggestion from Santiago Vila.
22813
22814 2002-03-08  Jim Meyering  <meyering@lucent.com>
22815
22816         * lib/rename.c: Mention that this wrapper is needed also on
22817         mips-dec-ultrix4.4 systems.
22818
22819 2002-03-02  Jim Meyering  <meyering@lucent.com>
22820
22821         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22822         not HAVE_CLOCK_SETTIME.
22823
22824 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22825
22826         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22827         Check for clock_settime.
22828
22829 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22830
22831         * lib/nanosleep.h: Rename to....
22832         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22833
22834         * lib/gettime.c: New file.
22835         * lib/settime.c: New file.
22836         * lib/stime.c: Remove.
22837
22838         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22839         timespec.h.  Remove nanosleep.h.
22840
22841 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22842
22843         * m4/acl.m4: New file.
22844         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22845         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22846
22847 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22848
22849         * lib/acl.c, lib/acl.h: New files.
22850         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22851
22852 2002-02-24  Jim Meyering  <meyering@lucent.com>
22853
22854         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22855         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22856         cause trouble.  Reported by Nelson Beebe.
22857
22858 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22859
22860         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22861         compilers that don't know that xalloc_die never returns.
22862
22863 2002-02-20  Jim Meyering  <meyering@lucent.com>
22864
22865         * lib/getdate.c: Regenerate using bison-1.33.
22866
22867 2002-02-17  Jim Meyering  <meyering@lucent.com>
22868
22869         * config/config.guess (main): Don't use `head -1'; it's no longer
22870         portable. Use `sed 1q' instead.
22871
22872 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22873
22874         * m4/codeset.m4: Upgrade to gettext-0.11.
22875         * m4/gettext.m4: Upgrade to gettext-0.11.
22876         * m4/glibc21.m4: Upgrade to gettext-0.11.
22877         * m4/iconv.m4: Upgrade to gettext-0.11.
22878         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22879         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22880         * m4/lib-ld.m4: New file, from gettext-0.11.
22881         * m4/lib-link.m4: New file, from gettext-0.11.
22882         * m4/lib-prefix.m4: New file, from gettext-0.11.
22883         * m4/progtest.m4: Upgrade to gettext-0.11.
22884
22885 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22886
22887         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22888         (jm_PREREQ): Use it.
22889
22890 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22891
22892         * lib/posixver.c, lib/posixver.h: New files.
22893         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22894
22895 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22896             Bruno Haible  <bruno@clisp.org>
22897
22898         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22899         (fwrite_success_callback): New declaration.
22900         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22901         print_unicode_char. Call failure callback instead of error.
22902         (fwrite_success_callback): New function.
22903         (exit_failure_callback): New function.
22904         (fallback_failure_callback): New function.
22905         (print_unicode_char): Call unicode_to_mb.
22906
22907 2002-01-26  Jim Meyering  <meyering@lucent.com>
22908
22909         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22910         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22911
22912 2002-01-26  Jim Meyering  <meyering@lucent.com>
22913
22914         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22915
22916 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22917
22918         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22919
22920 2002-01-22  Jim Meyering  <meyering@lucent.com>
22921
22922         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22923         Otherwise, some versions of automake would omit the rule that makes
22924         Makefile from Makefile.in.
22925
22926 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22927
22928         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22929         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22930         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22931         (memcoll): Set errno to zero if there is no error.
22932
22933         * lib/quotearg.c (quotearg_buffer_restyled):
22934         Fix bug with quoting buffers containing NUL when backslashing escapes.
22935         This bug was exposed by the other changes in this patch.
22936         (quotearg_n_options): New arg ARGSIZE.
22937         All callers changed.
22938         (quoting_options_from_style): New function.
22939         (quotearg_n_style): Use it.
22940         (quotearg_n_style_mem): New function.
22941
22942         * lib/quotearg.h (quotearg_n_style_mem): New function.
22943
22944 2002-01-19  Jim Meyering  <meyering@lucent.com>
22945
22946         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22947         Remove useless quotes: DF_PROG="df".
22948         * m4/strnlen.m4: New file.
22949
22950 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22951
22952         * lib/backupfile.c (ISDIGIT): Comment fix.
22953         * lib/getdate.y (ISDIGIT): Likewise.
22954         * lib/posixtm.c (ISDIGIT, year): Likewise.
22955         * lib/strverscmp.c (ISDIGIT): Likewise.
22956         * lib/userspec.c (ISDIGIT): Likewise.
22957
22958 2002-01-16  Jim Meyering  <meyering@lucent.com>
22959
22960         * lib/getdate.y: Add three semicolons, each just before a closing
22961         brace. Bison (as of version 1.31) no longer papers over that mistake.
22962
22963 2002-01-05  Jim Meyering  <meyering@lucent.com>
22964
22965         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22966
22967 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22968
22969         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22970         not silently exit merely because the output buffer happens to
22971         have nothing pending.
22972
22973 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22974
22975         See the big note in ../ChangeLog.
22976         * lib/human.c (suffixes): Prefer K to k for 1024.
22977         (generate_suffix_backwards): New function.
22978         (human_readable_inexact): Use it.
22979         * lib/xstrtol.c (__xstrtol): If there is no number but there
22980         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22981         Accept 'K' as well as 'k'.
22982
22983 2001-12-15  Jim Meyering  <meyering@lucent.com>
22984
22985         * lib/regex.h (__restrict_arr): Update from libc.
22986
22987         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22988         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22989         (STREQ): Define.
22990
22991 2001-12-14  Jim Meyering  <meyering@lucent.com>
22992
22993         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22994         Suggestion from Bruno Haible.
22995
22996 2001-12-10  Jim Meyering  <meyering@lucent.com>
22997
22998         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22999         xrealloc, Instead, include "xalloc.h".
23000         (initbuffer): Don't cast xmalloc return value to char*.
23001         (readline): Reword comment.
23002         Don't cast xrealloc return value to char*
23003         Return NULL, not 0.
23004
23005 2001-12-09  Jim Meyering  <meyering@lucent.com>
23006
23007         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23008         about `signed and unsigned type in conditional expression'.
23009         * lib/posixtm.c (posix_time_parse): Likewise.
23010
23011         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23012
23013         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23014         to avoid a pedantic warning.
23015
23016         * lib/getstr.c: Don't include assert.h.
23017         (getstr): Remove warning-evoking assertions.
23018         Return -1 if offset parameter is out of bounds.
23019         Change the type of a local from int to size_t.
23020
23021         * lib/strftime.c (my_strftime_localtime_r): Include this function
23022         definition in the `#if ! HAVE_TM_GMTOFF' block.
23023
23024         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23025         Include xalloc.h instead.
23026
23027 2001-12-02  Jim Meyering  <meyering@lucent.com>
23028
23029         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23030         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23031         included.
23032
23033         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23034         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23035
23036 2001-11-30  Akim Demaille  <akim@epita.fr>
23037
23038         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23039         before being defined.
23040
23041 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23042
23043         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23044         First arg is int, not unsigned.
23045         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23046         (SIZE_MAX, UINT_MAX): New macros.
23047         (quotearg_n_options): Abort if N is negative.
23048         Avoid overflow check on hosts where size_t is 64 bits and int
23049         is 32 bits, as overflow is impossible there.
23050         Fix off-by-one typo that caused unnecessary reallocation.
23051
23052 2001-11-27  Jim Meyering  <meyering@lucent.com>
23053
23054         * lib/tempname.c: Merge with version from libc.
23055         * lib/regex.c: Likewise.
23056
23057         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23058         systems for which STDC_HEADERS is 0, it was not included, resulting in
23059         a warning about an integer-to-pointer conversion problem with getenv.
23060         Reported by Volker Borchert.
23061
23062 2001-11-26  Jim Meyering  <meyering@lucent.com>
23063
23064         * lib/gtod.h: Remove file.
23065         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23066         * lib/gettimeofday.c: Don't include gtod.h.
23067         (GTOD_init): Remove function.
23068         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23069         Suggestion from Volker Borchert.
23070
23071 2001-11-23  Jim Meyering  <meyering@lucent.com>
23072
23073         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23074         it.
23075         * lib/hash.c (struct hash_table): Define it here instead.
23076
23077 2001-11-22  Jim Meyering  <meyering@lucent.com>
23078
23079         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23080
23081 2001-11-20  Jim Meyering  <meyering@lucent.com>
23082
23083         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23084         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23085
23086 2001-11-19  Jim Meyering  <meyering@lucent.com>
23087
23088         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23089         directory.  Use "conftestXXXXXX" as the template.
23090         Suggestion from Paul Eggert.
23091
23092         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23093         immediately, so the test doesn't mistakenly hit the max-open-files
23094         limit.
23095
23096 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23097
23098         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23099         (TEMPORARIES): New macro.
23100         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23101         removes an artificial limitation (e.g. HP-UX 10.20, where
23102         TMP_MAX is 17576).
23103
23104 2001-11-18  Jim Meyering  <meyering@lucent.com>
23105
23106         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23107
23108 2001-11-18  Jim Meyering  <meyering@lucent.com>
23109
23110         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23111         on SunOS 4.
23112
23113         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23114         files will be created before anything else.
23115
23116 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23117
23118         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23119         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23120
23121 2001-11-17  Jim Meyering  <meyering@lucent.com>
23122
23123         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23124         Prompted by a report from Bob Proulx.
23125
23126         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23127         Instead, require UTILS_FUNC_MKSTEMP.
23128
23129 2001-11-17  Jim Meyering  <meyering@lucent.com>
23130
23131         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23132         Now, that's done as part of AC_FUNC_STRTOD.
23133
23134 2001-11-17  Jim Meyering  <meyering@lucent.com>
23135
23136         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23137         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23138         rather than group writable.  Patch by Juan F. Codagnone.
23139
23140         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23141         xrealloc, Instead, include "xalloc.h".
23142
23143         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23144         Remove explicit declarations of xmalloc, xrealloc,
23145         and xstrdup.  Instead, include "xalloc.h".
23146
23147         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23148         unlocked-io.h.
23149         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23150         Likewise.
23151         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23152
23153         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23154         Reported by Padraig Brady.
23155
23156         * lib/mkstemp.c: #undef mkstemp.
23157         Include config.h.
23158         (rpl_mkstemp): Rename from mkstemp.
23159         Protoize.
23160
23161 2001-11-16  Jim Meyering  <meyering@lucent.com>
23162
23163         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23164         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23165         determine the amount of total physical memory, use pstat_getstatic.
23166         HPUX-11 doesn't define _SC_PHYS_PAGES.
23167         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23168         If sysconf couldn't be used to determine the amount of available
23169         physical memory, use both pstat_getstatic and pstat_getdynamic.
23170         Based on a patch from Bob Proulx.
23171
23172 2001-11-10  Jim Meyering  <meyering@lucent.com>
23173
23174         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23175         (jm_PREREQ): Use it.
23176
23177 2001-11-09  Jim Meyering  <meyering@lucent.com>
23178
23179         * m4/jm-macros.m4: Require autoconf-2.52f.
23180         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23181         Use these AC_-prefixed names, not the AM_-prefixed ones.
23182
23183         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23184
23185 2001-11-05  Jim Meyering  <meyering@lucent.com>
23186
23187         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23188
23189 2001-11-04  Jim Meyering  <meyering@lucent.com>
23190
23191         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23192         $DEFS.
23193
23194 2001-11-03  Jim Meyering  <meyering@lucent.com>
23195
23196         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23197         of AC_DEFUN.
23198
23199         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23200         know the name of the variable in the macro definition.
23201
23202 2001-11-03  Jim Meyering  <meyering@lucent.com>
23203
23204         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23205         in argmatch_to_argument call.
23206
23207         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23208         argument.
23209
23210         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23211         e.g., a fault due to an attempt to free a NULL pointer.
23212
23213 2001-11-01  Jim Meyering  <meyering@lucent.com>
23214
23215         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23216         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23217
23218 2001-11-01  Jim Meyering  <meyering@lucent.com>
23219
23220         * lib/dirfd.c, lib/dirfd.h: New files.
23221         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23222
23223         * lib/hash.c (hash_print) [TESTING]: Clean up.
23224
23225 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23226
23227         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23228         to avoid a warning if -Wall.
23229
23230 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23231
23232         * README: New file
23233         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23234         (per RMS's instructions, this is now the canonical source)
23235         * lgpl/, gpl/: New directories.
23236
23237 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23238
23239         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23240
23241 2001-10-21  Jim Meyering  <meyering@lucent.com>
23242
23243         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23244         this code would end up calling gettext even in packages built
23245         with --disable-nls.
23246         * lib/getopt.c (_): Likewise.
23247         * lib/regex.c (_): Likewise.
23248
23249 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23250
23251         * m4/error.m4 (jm_PREREQ_ERROR):
23252         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23253         AC_FUNC_STRERROR_R does that.
23254         Check for strerror declaration.
23255
23256         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23257         are supposed to have them these days.
23258         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23259         Merge changes from latest Autoconf CVS.
23260         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23261         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23262         POSIX decided to standardize on the int flavor of strerror_r.
23263
23264 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23265
23266         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23267         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23268         Use strerror_r that is only a macro, even if it is not a function.
23269         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23270         (private_strerror): Use prototypes, not old-style function definition.
23271         (print_errno_message): New function.
23272         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23273         char*-flavored one.
23274         (error_tail, error, error_at_line): Use it.
23275
23276 2001-10-11  Jim Meyering  <meyering@lucent.com>
23277
23278         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23279         and quote_n (1, ... to avoid clobbering a buffer.
23280
23281 2001-10-05  Jim Meyering  <meyering@lucent.com>
23282
23283         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23284         hash-pjw.h.
23285         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23286         * lib/hash-pjw.h: New file.
23287
23288 2001-09-30  Jim Meyering  <meyering@lucent.com>
23289
23290         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23291         `struct fsstat' has the `f_fstypename' member.
23292         Use that to define FS_TYPE, which is now used to make
23293         the getfsstat link test tighter.
23294
23295 2001-09-30  Jim Meyering  <meyering@lucent.com>
23296
23297         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23298         Include <sys/ucred.h>, for Apple Darwin.
23299         Include sys/mount.h and sys/fs_types.h only if available.
23300         (FS_TYPE): Define.
23301         (read_filesystem_list): Use FS_TYPE.
23302
23303 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23304
23305         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23306         a boolean context.
23307
23308 2001-09-29  Jim Meyering  <meyering@lucent.com>
23309
23310         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23311         [one-argument getmntent function]): Include stdio.h before mntent.h.
23312         SunOS 4.1.x needs it for the declaration of `FILE'.
23313         Patch by Volker Borchert.
23314
23315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23316         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23317         sys/fs_types.h, and make the link-test for getfsstat guard #include
23318         directives with appropriate #if HAVE_*_H tests so that we can
23319         detect getfsstat on Apple Darwin1.3.7 systems.
23320         Reported by Nelson Beebe.
23321         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23322
23323 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23324
23325         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23326         #defines strtoimax.  Also treat the other strto* functions
23327         like strtoimax.
23328
23329         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23330         Check for strtoul and strtoumax,
23331         as those declarations are made even in the signed case.
23332         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23333         Likewise, for strtol and strtoimax.
23334
23335 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23336
23337         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23338         #defines strtoimax.  Also treat the other strto* functions
23339         like strtoimax.
23340
23341         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23342         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23343         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23344
23345 2001-09-26  Jim Meyering  <meyering@lucent.com>
23346
23347         Most macros in unlocked-io.h had the wrong number of arguments.
23348         * lib/gen-uio: New script.
23349         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23350         * lib/unlocked-io.hin: Remove file.
23351         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23352         rather than trying to embed it here.
23353         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23354         Reported by Padraig Brady.
23355
23356 2001-09-25  Volker Borchert  <bt@teknon.de>
23357
23358         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23359         `result'.
23360
23361 2001-09-24  Jim Meyering  <meyering@lucent.com>
23362
23363         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23364
23365 2001-09-23  Jim Meyering  <meyering@lucent.com>
23366
23367         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23368         instead of the mere test for existence of mntent.h.  The latter
23369         would get a false-positive on AIX 3.4 systems.
23370         In the outer getmntent if-block, don't die if neither of the getmntent
23371         tests succeeds.  Instead, just fall through and continue with the
23372         remaining tests.
23373
23374 2001-09-23  Jim Meyering  <meyering@lucent.com>
23375
23376         * lib/mountlist.c: Remove useless parentheses in #if directives.
23377         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23378         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23379
23380 2001-09-22  Jim Meyering  <meyering@lucent.com>
23381
23382         * m4/gettext.m4: New file.  From gettext.
23383         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23384         * m4/progtest.m4: Likewise
23385         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23386         * m4/glibc21.m4: Likewise.
23387
23388         * m4/libintl.m4: Remove.  No longer used.
23389
23390 2001-09-22  Jim Meyering  <meyering@lucent.com>
23391
23392         * lib/localcharset.c: Update from latest gettext.
23393         * lib/config.charset: Likewise.
23394
23395 2001-09-20  Jim Meyering  <meyering@lucent.com>
23396
23397         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23398         strtoimax.
23399         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23400         strtoumax.
23401
23402 2001-09-20  Jim Meyering  <meyering@lucent.com>
23403
23404         * lib/xstrtol.c (strtoimax): Guard declaration with
23405         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23406         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23407         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23408         (strtoumax): Likewise, for completeness (it wasn't necessary).
23409
23410 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23411
23412         * lib/strtoimax.c (HAVE_LONG_LONG):
23413         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23414         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23415         to work around bug in IBM C compiler.
23416
23417 2001-09-17  Jim Meyering  <meyering@lucent.com>
23418
23419         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23420         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23421         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23422         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23423         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23424         whenever the right hand side need not be expanded by the shell.
23425
23426 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23427
23428         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23429         library.  It's not correct, as some older glibcs are buggy.
23430         fnmatch wasn't fixed until glibc 2.2.
23431
23432         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23433         special shell magic here.
23434
23435 2001-09-16  Jim Meyering  <meyering@lucent.com>
23436
23437         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23438         * m4/jm-macros.m4: Require it.
23439
23440 2001-09-16  Jim Meyering  <meyering@lucent.com>
23441
23442         * lib/mkdir.c: New file.
23443
23444 2001-09-15  Jim Meyering  <meyering@lucent.com>
23445
23446         * m4/jm-macros.m4: Check for help2man.
23447
23448 2001-09-11  Jim Meyering  <meyering@lucent.com>
23449
23450         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23451         The body, by Paul Eggert, was moved here from configure.in.
23452         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23453
23454 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23455
23456         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23457         (jm_PREREQ): Use it.
23458
23459 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23460
23461         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23462         Use ssize_t, not int, to store result of readlink.
23463         Check for ssize_t overflow as well as size_t overflow,
23464         as POSIX says the result of readlink is implementation-defined
23465         when ssize_t overflows.
23466         Remove unnecessary cast to char*.
23467         Use free+malloc instead of realloc, as the storage doesn't need
23468         to be preserved and it's clearer and can be more efficient that way.
23469         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23470         * lib/xreadlink.h (xreadlink): Update prototype.
23471
23472 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23473
23474         * lib/xgetcwd.c: Revert some of the previous change; intead,
23475         fix the HAVE_GETCWD_NULL code to behave more like the
23476         !HAVE_GETCWD_NULL code used to.
23477
23478         Include "xalloc.h".
23479         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23480         invoke xalloc_die.
23481
23482 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23483
23484         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23485         sys/param.h, as pathmax.h includes them.
23486
23487 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23488
23489         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23490         (jm_PREREQ_XGETCWD): New macro.
23491
23492         * m4/getcwd.m4: New file.
23493
23494 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23495
23496         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23497         like the HAVE_GETCWD_NULL code.
23498         Include pathmax.h if not HAVE_GETCWD.
23499         Do not include xalloc.h.
23500         (INITIAL_BUFFER_SIZE): New symbol.
23501         Do not use xmalloc / xrealloc, since the caller is responsible for
23502         handling errors.  Preserve errno around `free' during failure.
23503         Do not overrun buffer when using getwd.
23504
23505 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23506
23507         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23508         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23509         getcwd (NULL, 0).
23510
23511 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23514         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23515         spotted by Jim Meyering.
23516
23517 2001-09-03  Jim Meyering  <meyering@lucent.com>
23518
23519         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23520         failure.
23521
23522 2001-09-02  Jim Meyering  <meyering@lucent.com>
23523
23524         * lib/error.c: Update from GNU libc.
23525
23526 2001-09-01  Jim Meyering  <meyering@lucent.com>
23527
23528         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23529         Used by df.
23530
23531 2001-09-01  Jim Meyering  <meyering@lucent.com>
23532
23533         * lib/xreadlink.c: New file.
23534         * lib/xreadlink.h: New file.
23535         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23536         xreadlink.h.
23537
23538         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23539         doesn't conflict with sparc Solaris 7's definition in
23540         /usr/include/sys/int_types.h.
23541
23542         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23543         files.
23544         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23545         and strncasecmp as r-values.  Unixware didn't have declarations.
23546
23547 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23548
23549         * lib/xstrtol.h: Add copyright notice.
23550         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23551         LONGINT_INVALID_SUFFIX_CHAR.
23552
23553 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23554
23555         * lib/xstrtol.c (strtoimax): New decl.
23556
23557 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23558
23559         * lib/xgetcwd.c: Don't include pathmax.h.
23560         Include stdlib.h and unistd.h if available.
23561         Include xalloc.h.
23562         (xmalloc, xstrdup, free): Remove decls.
23563         (xgetcwd): Don't assume sizes fit in unsigned.
23564         Check for overflow when computing sizes.
23565         Simplify reallocation code.
23566
23567 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23568
23569         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23570         a directory's st_size can have an arbitrary value, so the old
23571         usage could waste an arbitrary amount of memory.  All uses
23572         changed.
23573         * lib/savedir.h: Update prototype.
23574
23575 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23576
23577         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23578
23579         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23580         old strtoimax.c.
23581
23582         Also, make the following further changes to make this file's
23583         configuration more similar to that of strtol.c:
23584         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23585         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23586         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23587         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23588         changed to signed values.
23589
23590         And make the following changes as well:
23591         Fix copyright notice, as 1999 was missing.
23592         (verify): New macro.
23593         (strtoimax): Check sizes at compile-time, not run-time.
23594         Prefer strtol to strtoll if both work.
23595         (main): Remove; it was not that useful and was a pain to maintain.
23596
23597         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23598
23599 2001-08-31  Jim Meyering  <meyering@lucent.com>
23600
23601         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23602         Use an initial, malloc'd, buffer of length 128 rather than
23603         a statically allocated one of length 1024.
23604
23605 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23606
23607         Simplify code, partly by assuming autoconf 2.52 semantics.
23608
23609         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23610
23611         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23612         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23613         All uses removed.
23614         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23615         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23616         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23617         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23618         jm_AC_HEADER_INTTYPES_H.
23619         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23620
23621         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23622
23623         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23624         Quote first arg of AC_DEFUN.
23625         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23626         since they are needed to parse the include file even if we need
23627         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23628         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23629         but with opposite signedness.
23630
23631 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23632
23633         Merge 'exclude' changes from tar 1.13.22.
23634         This fixes one or two unlikely storage allocation overflow bugs,
23635         but doesn't change user-visible behavior otherwise.
23636
23637 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23638
23639         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23640         (jm_PREREQ_EXCLUDE): New macro.
23641
23642 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23643
23644         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23645         tm to be declared.
23646
23647 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23648
23649         * lib/hash.c: Remove '2001' from copyright notice.
23650
23651 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23652
23653         * lib/full-write.h: New file.
23654         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23655         * lib/full-write.c: Correct credits, as cccp.c no longer
23656         exists and anyway it was so heavily changed from the old cccp
23657         code as to be unrecognizable.  Include full-write.h.
23658         (full_write) Return size_t, with short writes meaning failure.
23659         All callers changed.  This fixes a bug with large buffers
23660         on 64-bit hosts.
23661         * lib/utime.c: Include full-write.h.
23662
23663 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23666         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23667         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23668         Include if available.
23669         (<xalloc.h>): Include
23670         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23671         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23672         collide with FNM macros.
23673         (struct patopts): New struct.
23674         (struct exclude): Use it, as exclude patterns now come with options.
23675         (new_exclude): Support above changes.
23676         (new_exclude, add_exclude_file):
23677         Initial size must now be a power of two to simplify overflow checking.
23678         (free_exclude, fnmatch_no_wildcards): New function.
23679         (excluded_filename): No longer requires options arg, as the options
23680         are determined by add_exclude.  Now returns bool, not int.
23681         (excluded_filename, add_exclude):
23682         Add support for the fancy new exclusion options.
23683         (add_exclude, add_exclude_file): Now takes int options arg.
23684         Check for arithmetic overflow when computing sizes.
23685         (add_exclude_file): xrealloc might modify errno, so don't
23686         realloc until after errno might be used.
23687
23688         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23689         New macros.
23690         (free_exclude): New decl.
23691         (add_exclude, add_exclude_file): Now takes int options arg.
23692         (excluded_filename): No longer requires options arg, as the options
23693         are determined by add_exclude.  Now returns bool, not int.
23694
23695 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23696
23697         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23698
23699 2001-08-27  Jim Meyering  <meyering@lucent.com>
23700
23701         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23702
23703         * lib/version-etc.c (N_): Remove definition.
23704         Revert most of last change.
23705         Instead, simply don't mark the `Copyright...' string for translation.
23706         Based on advice from Paul Eggert.
23707
23708         * lib/strtoxmax.c: Tweak comment.
23709
23710 2001-08-26  Jim Meyering  <meyering@lucent.com>
23711
23712         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23713
23714         * m4/xstrtoimax.m4: New file.
23715         * m4/xstrtoumax.m4: Add comments explaining why we
23716         AC_REPLACE_FUNCS(strtol).
23717
23718 2001-08-26  Jim Meyering  <meyering@lucent.com>
23719
23720         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23721         of copyright with `%s' so translators don't get an untranslated
23722         message in 2002.
23723         (COPYRIGHT_YEAR): Define.
23724         (version_etc): Use fprintf rather than fputs.
23725         Suggestion from Ulrich Drepper.
23726
23727         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23728
23729         * lib/strtoll.c: New file, from GNU libc.
23730         * lib/xstrtoimax.c: New file.
23731
23732         * lib/xstrtol.h: Add xstrtoimax.
23733         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23734         * lib/strtoimax.c: New file.  Likewise, but first define
23735         STRTOUXMAX_SIGNED.
23736
23737         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23738         ...
23739         * lib/strtoxmax.c: ... then renamed to this.
23740
23741 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23742
23743         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23744         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23745         (jm_AC_TYPE_INTMAX_T): New macro.
23746         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23747
23748         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23749
23750         * m4/longlong.m4: Renamed from ulonglong.m4.
23751         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23752         * m4/uintmax_t.m4: Removed.
23753
23754 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23755
23756         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23757         Port to Solaris 8, where 'sed' requires a space after the 'r'
23758         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23759         Redirect output to $tmp just once.
23760
23761 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23762
23763         * lib/addext.c (<errno.h>): Include.
23764         (errno): Declare if not defined.
23765         (addext): Work correctly when pathconf returns -1 and leaves
23766         errno alone because there is no limit.  Also, work even if
23767         pathconf returns a value greater than SIZE_MAX.
23768
23769 2001-08-12  Jim Meyering  <meyering@lucent.com>
23770
23771         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23772         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23773         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23774         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23775         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23776         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23777         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23778         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23779         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23780         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23781         utime.m4, utimes.m4, xstrtoumax.m4:
23782         Quote the first argument in each use of AC_DEFUN.
23783
23784 2001-08-12  Jim Meyering  <meyering@lucent.com>
23785
23786         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23787         Simply `return getcwd (NULL, 0);'.
23788         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23789         Use 1300 as initial value for length, not PATH_MAX.
23790
23791         * lib/pathmax.h: Clean up cpp syntax.
23792
23793 2001-08-12  Jim Meyering  <meyering@lucent.com>
23794
23795         * lib/gettimeofday.c: New file.
23796         * lib/gtod.h: New file.
23797         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23798
23799 2001-08-05  Jim Meyering  <meyering@lucent.com>
23800
23801         * m4/jm-macros.m4: Require autoconf-2.52.
23802
23803 2001-08-04  Jim Meyering  <meyering@lucent.com>
23804
23805         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23806         stmt, to get in sync with glibc.
23807
23808 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23809
23810         The following changes are from gettext 0.10.39 as maintained by
23811         Bruno Haible.
23812
23813         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23814         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23815         with inverted sense.  All uses changed.
23816
23817         * lib/mbswidth.c: Don't include <limits.h>.
23818         Include <stdlib.h> and <string.h> unconditionally.
23819         (iswcntrl, mbsinit, ISCNTRL): New macros.
23820         (mbsnwidth): Use K&R style function declarations.
23821         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23822         can optimize it when MB_CUR_MAX == 1.
23823         The width of control characters is zero, not 1.
23824
23825 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23826
23827         The following changes are from gettext 0.10.39 as maintained by
23828         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23829
23830         * m4/codeset.m4: Upgrade to serial AM1.
23831         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23832         all uses changed.  Quote first arg of AC_DEFUN.
23833         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23834
23835         * m4/iconv.m4: Upgrade to serial AM2.
23836         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23837         Add --with-libconv-prefix.
23838         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23839         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23840         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23841         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23842         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23843
23844         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23845         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23846         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23847         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23848         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23849         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23850         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23851         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23852         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23853
23854         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23855         string.h any more.
23856
23857         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23858         not the default value.
23859
23860         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23861         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23862         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23863         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23864         Also check for iswcntrl, used for wcwidth fallback.
23865         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23866         to Autoconf 2.13.
23867
23868 2001-08-03  Jim Meyering  <meyering@lucent.com>
23869
23870         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23871         as it was in the original.  Reported by Paul Eggert.
23872
23873 2001-07-16  Jim Meyering  <meyering@lucent.com>
23874
23875         * m4/gettimeofday.m4: New file.
23876         Prompted by a report from Bernhard Baehr.
23877
23878 2001-07-15  Jim Meyering  <meyering@lucent.com>
23879
23880         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23881         stuff. Now it's in ../Makefile.cfg.
23882
23883 2001-07-15  Jim Meyering  <meyering@lucent.com>
23884
23885         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23886         (BUILT_SOURCES): Add unlocked-io.h.
23887         (io_functions): Define.
23888         (unlocked-io.h): New rule.
23889         (DISTCLEANFILES): Add unlocked-io.h.
23890         (all-local): Depend on unlocked-io.h, to ensure it is created.
23891
23892         * lib/unlocked-io.hin: New file
23893
23894         * lib/regex.c: Update from glibc.
23895
23896 2001-07-05  Jim Meyering  <meyering@lucent.com>
23897
23898         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23899         recommendation.
23900         (libfetish_a_SOURCES): Put all .h files here instead.
23901         Remove a thus-exposed (better checks in automake) duplicate and
23902         two unnecessary .h files.
23903
23904 2001-07-04  Jim Meyering  <meyering@lucent.com>
23905
23906         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23907         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23908         distcheck failure.
23909
23910 2001-07-02  Jim Meyering  <meyering@lucent.com>
23911
23912         The following changes were prompted by suggestions from Bruno Haible.
23913
23914         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23915         is now generated.
23916         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23917         definition of EXTRA_DIST.
23918         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23919         ensure that the generated file is created/updated whenever the list
23920         of $(unlocked_functions) is changed.
23921         (jm-glibc-io.m4): New rule.
23922         (unlocked-io.h): New rule -- currently unused.
23923
23924 2001-06-24  Jim Meyering  <meyering@lucent.com>
23925
23926         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23927         unmatched right bracket, rather than kludging it with an extra,
23928         falsely-matching quote in a comment.  Patch by Akim Demaille.
23929
23930 2001-06-11  Jim Meyering  <meyering@lucent.com>
23931
23932         * lib/regex.c: Update from GNU libc.
23933
23934 2001-05-27  Jim Meyering  <meyering@lucent.com>
23935
23936         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23937         Check for ut_type in struct utmp.
23938
23939 2001-05-27  Jim Meyering  <meyering@lucent.com>
23940
23941         * lib/readutmp.h (UT_TYPE): Define.
23942
23943 2001-05-24  Jim Meyering  <meyering@lucent.com>
23944
23945         * lib/argmatch.c: Include "quote.h".
23946         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23947         quote function.  Reported by Göran Uddeborg.
23948
23949 2001-05-22  Jim Meyering  <meyering@lucent.com>
23950
23951         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23952         now that we use the package-supplied version unconditionally.
23953         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23954
23955 2001-05-21  Jim Meyering  <meyering@lucent.com>
23956
23957         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23958         shell syntax errors.
23959
23960 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23961
23962         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23963
23964 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23965
23966         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23967         Don't bother to check library strftime, since
23968         we'll be using our own my_strftime function anyway.
23969         Define my_strftime instead of strftime.
23970
23971 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23972
23973         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23974         which is not yet declared.
23975
23976 2001-05-15  Jim Meyering  <meyering@lucent.com>
23977
23978         * m4/regex.m4: Use proper quoting so brackets appear in the test
23979         program.
23980         Reported by, and with help from, Bruno Haible.
23981
23982 2001-05-13  Jim Meyering  <meyering@lucent.com>
23983
23984         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23985         undefined.
23986
23987 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23988
23989         dirname code cleanup.  base_name now behaves more compatibly
23990         with POSIX basename when given file names that have trailing
23991         slashes, and similarly for dir_name.  Add new primitives
23992         base_len and dir_len.  Put the directory-name-related decls
23993         into dirname.h.
23994
23995         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23996         * lib/backupfile.c (base_name): Likewise.
23997         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23998         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23999         * lib/makepath.c (strip_trailing_slashes): Likewise.
24000         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24001         ISSLASH): Likewise.
24002         * lib/rename.c (strip_trailing_slashes): Likewise.
24003         * lib/same.c (base_name): Likewise.
24004         * lib/stripslash.c (ISSLASH): Likewise.
24005
24006         * lib/addext.c: Include <dirname.h> after size_t is defined.
24007         * lib/backupfile.c: Likewise.
24008
24009         * lib/addext.c (addext): Use base_len to trim redundant
24010         trailing slashes instead of doing it ourselves.
24011         But do not trim the last slash if it is not redundant.
24012
24013         * lib/backupfile.c (find_backup_file_name,
24014         max_backup_version): Use base_len instead of rolling it ourselves.
24015         Handle the case of "" and (on DOS) "C:" correctly.
24016
24017         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24018         needed. Include <string.h>, <dirname.h>.
24019         (base_name): Allow file names ending in slashes, other than names
24020         that are all slashes.  In this case, return the basename followed
24021         by the slashes.  This is more general, and can be used in places
24022         where the original base_name purposely had an assertion failure.
24023         (base_len): New function.
24024
24025         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24026         Do not include <assert.h>; no longer needed.
24027         Include xalloc.h.
24028         (memrchr): Remove decl.
24029         (dir_name_r): Remove.
24030         (dir_len): Renamed from dirlen.  All callers changed.
24031         Rewrite in terms of base_name, for simplicity and consistency.
24032         (dir_name): Never return NULL.  All callers changed.
24033         Do not include <stdlib.h> in test program; no longer needed.
24034         return 0; is fine for test program.
24035
24036         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24037         New macros.
24038         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24039
24040         * lib/path-concat.c (path_concat): Use base_len to compute
24041         base length, not strlen; this means we cannot rely on memcpy
24042         to null-terminate.
24043
24044         * lib/same.c (STREQ): Remove.
24045         (same_name): Handle the case where the basename ends in trailing '/'.
24046
24047         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24048         a slash was stripped.  Do not strip the last slash after a
24049         file system prefix.
24050
24051 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24052
24053         * lib/Makefile.am (libfetish_a_SOURCES):
24054         Add strftime.c, since we now compile it on all hosts.
24055
24056         * lib/strftime.c (my_strftime):
24057         Define to nstrftime if emacs, but only if my_strftime is not defined.
24058         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24059         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24060         Add one more extra argument: a nanoseconds value.
24061         All uses changed.
24062         (ns): New macro.
24063         (my_strftime function): Add %N format.
24064         (emacs_strftimeu): Renamed from emacs_strftime,
24065         with extra ut argument.
24066
24067 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24068
24069         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24070
24071 2001-04-21  Jim Meyering  <meyering@lucent.com>
24072
24073         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24074         doesn't interfere.
24075
24076 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24077
24078         * m4/ftruncate.m4: Check for chsize.
24079         Link with ftruncate.o unconditionally if ftruncate is missing.
24080         This was required when cross-compiling to i586-mingw32msvc.
24081
24082 2001-04-08  Jim Meyering  <meyering@lucent.com>
24083
24084         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24085         recomputed; that's necessary when the offset spans a DST transition.
24086         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24087
24088 2001-04-02  Jim Meyering  <meyering@lucent.com>
24089
24090         * lib/regex.h, regex.c: Update from GNU libc.
24091
24092 2001-03-24  Jim Meyering  <meyering@lucent.com>
24093
24094         * m4/jm-macros.m4: Require autoconf-2.49d.
24095
24096 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24097
24098         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24099
24100 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24101
24102         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24103
24104 2001-03-17  Jim Meyering  <meyering@lucent.com>
24105
24106         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24107         now that the version in autoconf is equivalent.
24108         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24109
24110         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24111         Suggestion from Akim Demaille.
24112
24113         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24114         (jm_PREREQ_TEMPNAME): New function.
24115
24116 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24117
24118         * lib/tempname.c (uint64_t): Define to uintmax_t if
24119         not defined, and if UINT64_MAX is not defined.
24120         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24121         Reported by John David Anglin.
24122
24123 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24124
24125         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24126         resolve alias if codeset is empty.
24127         * lib/config.charset (BeOS): Use wildcard syntax.
24128
24129 2001-03-13  Jim Meyering  <meyering@lucent.com>
24130
24131         * lib/path-concat.c (path_concat)
24132         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24133         concatenating e.g., `C:' and `foo'.
24134         From Bruno Haible.
24135
24136 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24137
24138         * lib/localcharset.c (locale_charset): Don't use
24139         setlocale(LC_CTYPE,NULL). Don't return NULL.
24140         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24141
24142 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24143
24144         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24145         support for DOS/DJGPP.
24146
24147 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24148
24149         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24150         lacks mkstemp.  Compile our own tempname.c if we compile our own
24151         mkstemp.c, as mkstemp relies on tempname.
24152
24153 2001-03-01  Jim Meyering  <meyering@lucent.com>
24154
24155         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24156         AH_VERBATIM really does output its argument verbatim.
24157
24158 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24159
24160         * lib/Makefile.am (libfetish_a_SOURCES):
24161         Add dup-safer.c, fopen-safer.c.
24162         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24163
24164         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24165         * lib/unistd-safer.h: New files.
24166
24167 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24168
24169         The mkstemp replacement is taken from glibc 2.2.2, with some
24170         portability fixes for use outside glibc, as follows:
24171
24172         * lib/tempname.c (struct_stat64): New macro.
24173         (direxists, __gen_tempname): Use it.
24174         This avoids a portability problem with Solaris 8.
24175
24176         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24177         (<stddef.h>, <stdint.h>, <string.h>):
24178         Include only if STDC_HEADERS || _LIBC.
24179         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24180         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24181         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24182         (__set_errno): Define this macro if <errno.h> doesn't.
24183         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24184         Define these macros if <stdio.h> doesn't.
24185         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24186         Define these macros if <sys/stat.h>
24187         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24188         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24189         __xstat64): Define if not _LIBC.
24190         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24191         (__gen_tempname): Invoke gettimeofday only if
24192         HAVE_GETTIMEOFDAY || _LIBC;
24193         otherwise, fall back on plain "time".
24194         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24195
24196         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24197
24198         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24199
24200 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24201
24202         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24203
24204 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24205
24206         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24207         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24208         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24209         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24210
24211 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24212
24213         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24214         Remove workaround macros for hosts that have mbrtowc but not
24215         mbstate_t, as we now insist on proper declarations for both
24216         before using mbrtowc.
24217
24218 2001-02-17  Jim Meyering  <meyering@lucent.com>
24219
24220         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24221         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24222         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24223         UnixWare 7.1.1.
24224
24225         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24226         rather than AC_CACHE_VAL.
24227
24228 2001-02-17  Jim Meyering  <meyering@lucent.com>
24229
24230         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24231         around included file name.
24232
24233         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24234
24235         * lib/strftime.c: Update from GNU libc (the only changes were to
24236         comments).
24237
24238 2001-02-17  Jim Meyering  <meyering@lucent.com>
24239
24240         * lib/regex.c: Update from libc.
24241
24242 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24243
24244         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24245         clash.
24246
24247 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24248
24249         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24250         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24251         Reported by Mark Hounschell via Paul Eggert.
24252
24253 2001-02-07  Jim Meyering  <meyering@lucent.com>
24254
24255         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24256
24257 2001-02-05  Jim Meyering  <meyering@lucent.com>
24258
24259         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24260         it includes the patch required for `large file' support with at least
24261         HP-UX's 10.20 /bin/cc.
24262
24263 2001-02-03  Jim Meyering  <meyering@lucent.com>
24264
24265         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24266         AS_IF, now that it works once again (mysteriously).
24267         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24268
24269 2001-01-30  Jim Meyering  <meyering@lucent.com>
24270
24271         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24272         * m4/chown.m4: Rename conftestchown to conftest.chown.
24273         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24274         s/conftestdir2/conftest.d2/.
24275         * m4/utimes.m4: s/conftestdata/conftest.data/
24276         Inspired by Pavel Roskin's change in autoconf.
24277
24278 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24279
24280         * lib/config.charset: Update for FreeBSD 4.2.
24281
24282 2001-01-27  Jim Meyering  <meyering@lucent.com>
24283
24284         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24285         a use of AS_IF.
24286         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24287
24288 2001-01-26  Jim Meyering  <meyering@lucent.com>
24289
24290         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24291         quotearg.c includes it.
24292
24293 2001-01-26  Jim Meyering  <meyering@lucent.com>
24294
24295         * lib/quotearg.c: Include stddef.h.
24296         * lib/quote.c: Include stddef.h.
24297         Reported by Axel Kittenberger.
24298
24299         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24300         line in double quotes so that it evokes a better diagnostic.
24301         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24302         Reported by Axel Kittenberger.
24303
24304 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24305
24306         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24307         as if it was a `charset'.
24308
24309 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24310
24311         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24312         has const.
24313
24314 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24315
24316         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24317         to avoid a warning.  Add back 'const' to inptr.
24318
24319 2001-01-20  Jim Meyering  <meyering@lucent.com>
24320
24321         Be sure that headers are checked before used in code compiled
24322         for the type checks.
24323         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24324         In place of that, invoke jm_CHECK_ALL_TYPES.
24325         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24326         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24327         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24328         The check for ssize_t was mistakenly run before the test for unistd.h.
24329
24330         The configure-time check for stdbool.h was missing.
24331         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24332         (jm_PREREQ_HASH): New function.
24333
24334 2001-01-17  Jim Meyering  <meyering@lucent.com>
24335
24336         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24337         for autoconf-2.49c.
24338         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24339
24340 2001-01-16  Jim Meyering  <meyering@lucent.com>
24341
24342         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24343         From Bruno Haible.
24344
24345 2001-01-14  Jim Meyering  <meyering@lucent.com>
24346
24347         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24348         foo and bar.  Create conftestdir/ in the script, not in the C code.
24349         Remove directories in the script, not in the C code.
24350         Remove conftestdir{,2} before trying to create the directory.
24351         Make the entire configure script fail if the mkdir fails.
24352
24353 2001-01-14  Jim Meyering  <meyering@lucent.com>
24354
24355         * lib/rename.c: New file.  From Volker Borchert.
24356         Include stdlib.h, string.h or strings.h, and xalloc.h.
24357         Use strip_trailing_slashes rather than open-coding it.
24358
24359 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24360
24361         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24362
24363 2001-01-03  Jim Meyering  <meyering@lucent.com>
24364
24365         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24366         of local `inptr' to avoid warning with some system declarations of
24367         iconv.
24368
24369 2001-01-02  Volker Borchert  <bt@teknon.de>
24370
24371         * m4/rename.m4: New file.
24372         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24373
24374 2001-01-01  Jim Meyering  <meyering@lucent.com>
24375
24376         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24377         even on systems with utmpx.h.  It's necessary for the declaration of
24378         utmp's ut_user member.  Reported by Andreas Jaeger.
24379
24380         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24381         available. They are required for the declarations of getgrgid and
24382         getpwuid resp.
24383         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24384         Reported by Andreas Jaeger.
24385
24386 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24387
24388         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24389         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24390         so `make install' also works in VPATH builds.
24391
24392 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24393
24394         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24395         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24396         can be used in subdirectories.
24397
24398 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24399
24400         * lib/modechange.c: Do not assume that mode_t uses the
24401         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24402         the other-execute bit of FOO even if S_IXOTH != 1.
24403
24404         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24405         WOTH, XOTH, ALLM): New macros.
24406         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24407          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24408         Use them.
24409         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24410         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24411         (mode_compile):
24412         No need to use uintmax_t; unsigned long is long enough.
24413         Don't bother to get suffix since we don't use it.
24414
24415 2000-12-26  Jim Meyering  <meyering@lucent.com>
24416
24417         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24418         better with autoheader.
24419
24420 2000-12-24  Jim Meyering  <meyering@lucent.com>
24421
24422         * lib/hash.c (is_prime): Return explicit boolean values.
24423         (hash_get_first): Return NULL to appease Irix5.6's 89.
24424         Reported by Nelson Beebe.
24425
24426 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24427
24428         * lib/localcharset.c (locale_charset): Add support for Win32.
24429
24430 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24431
24432         * lib/physmem.h, lib/physmem.c: New files.
24433
24434         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24435         (noinst_HEADERS): Add physmem.h.
24436
24437         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24438         't' for compatibility with Solaris 8 sort.
24439
24440 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24441
24442         * lib/config.charset: Add support for BeOS.
24443
24444 2000-12-17  Jim Meyering  <meyering@lucent.com>
24445
24446         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24447         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24448
24449 2000-12-16  Jim Meyering  <meyering@lucent.com>
24450
24451         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24452         N and M) would have treated it like `chown N:N FILE'.
24453
24454         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24455
24456 2000-12-16  Jim Meyering  <meyering@lucent.com>
24457
24458         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24459         SHELLS_FILE to a file name that's useful on djgpp systems.
24460         Include stdlib.h.
24461         (ADDITIONAL_DEFAULT_SHELLS): Define.
24462         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24463         Based mostly on a patch from Prashant TR.
24464
24465 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24466
24467         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24468         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24469         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24470
24471 2000-12-08  Andreas Schwab  <schwab@suse.de>
24472
24473         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24474         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24475
24476 2000-12-07  Jim Meyering  <meyering@lucent.com>
24477
24478         * lib/stripslash.c (ISSLASH): Define.
24479         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24480         `/'.
24481         From Prashant TR.
24482
24483         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24484         (dir_name_r): Declare this function as static.
24485         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24486         manifest itself on a name containing a mix of slashes and
24487         backslashes.
24488         Make this function work with names starting with a DOS-style
24489         drive letter and colon prefix.
24490         (dir_name): Append `.' if necessary.
24491         Based mostly on patches from Prashant TR and Eli Zaretskii.
24492
24493         * lib/dirname.h (dir_name_r): Remove prototype.
24494
24495 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24496
24497         * m4/off_t-format.m4: Remove this file.
24498         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24499
24500 2000-12-06  Jim Meyering  <meyering@lucent.com>
24501
24502         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24503         replacement strtoull, we may well need the replacement strtoul, too.
24504         Check for declarations of strtoul and strtoull.
24505         Check for strtol.  Mainly as a cue to cause automake to include
24506         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24507         Check for limits.h -- strtol.c needs it.
24508
24509 2000-12-05  Jim Meyering  <meyering@lucent.com>
24510
24511         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24512
24513 2000-12-04  Jim Meyering  <meyering@lucent.com>
24514
24515         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24516         Also include memory.h, stdlib.h, unistd.h if appropriate.
24517         Reported by Andreas Jaeger (conflicting declaration of malloc).
24518
24519 2000-12-02  Jim Meyering  <meyering@lucent.com>
24520
24521         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24522         * m4/jm-macros.m4 (jm_MACROS): require it.
24523
24524 2000-12-02  Jim Meyering  <meyering@lucent.com>
24525
24526         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24527
24528 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24529
24530         * lib/memrchr.c: Include <config.h> before any system include file.
24531
24532 2000-11-30  Jim Meyering  <meyering@lucent.com>
24533
24534         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24535
24536 2000-11-30  Jim Meyering  <meyering@lucent.com>
24537
24538         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24539
24540 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24541
24542         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24543
24544 2000-11-26  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24547
24548 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24549
24550         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24551         size of (size_t) -1; it's not portable.
24552
24553 2000-11-17  Jim Meyering  <meyering@lucent.com>
24554
24555         * lib/strstr.c: Update from GNU libc.
24556
24557 2000-11-17  Akim Demaille  <akim@epita.fr>
24558
24559         * lib/obstack.h: Formatting changes.
24560         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24561         prevent type checking.
24562         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24563         cast the value to (void *): assigning a `foo *' to a `void *'
24564         variable is valid.
24565         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24566
24567 2000-11-16  Jim Meyering  <meyering@lucent.com>
24568
24569         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24570
24571 2000-11-11  Jim Meyering  <meyering@lucent.com>
24572
24573         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24574
24575 2000-11-10  Jim Meyering  <meyering@lucent.com>
24576
24577         * lib/obstack.h: Update from GNU libc.
24578         * lib/obstack.c: Likewise.
24579
24580 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24581
24582         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24583
24584 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24585
24586         * lib/getusershell.c (setusershell): Use rewind rather than
24587         fseek/fseeko, to avoid configuration hassles with fseeko.
24588         Don't bother opening SHELLS_FILE if shellstream is NULL;
24589         it's not necessary.
24590
24591 2000-11-05  Jim Meyering  <meyering@lucent.com>
24592
24593         * lib/makepath.h (make_dir): Declare.
24594         * lib/makepath.c (make_dir): Remove `static' attribute.
24595         Tweak a comment.
24596
24597 2000-11-04  Jim Meyering  <meyering@lucent.com>
24598
24599         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24600
24601 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24602
24603         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24604         last one in a bucket, advance to the next bucket.
24605
24606 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24607
24608         * lib/fnmatch.c: Do not comment out all the code if we are using
24609         the GNU C library, because in some cases we are replacing buggy
24610         code in the GNU C library itself.
24611
24612 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24613
24614         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24615         (regex_compile): Catch bogus \(\1\).
24616
24617 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24618
24619         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24620         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24621         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24622
24623 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24624
24625         * lib/error.h, getline.h, modechange.h:
24626         Remove "2000" from Copyright line, as the file hasn't been
24627         changed this year other than in the copyright notice.
24628
24629         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24630         was changed this year.
24631
24632 2000-10-29  Jim Meyering  <meyering@lucent.com>
24633
24634         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24635         renaming.
24636         * m4/ls-mntd-fs.m4: Likewise
24637
24638 2000-10-29  Jim Meyering  <meyering@lucent.com>
24639
24640         * lib/xstat.in: Fix grammar in comment.
24641
24642 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24643
24644         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24645         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24646         doesn't define __restrict_arr.
24647
24648 2000-10-28  Jim Meyering  <meyering@lucent.com>
24649
24650         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24651         (jm_PREREQ_MEMCHR): New function.
24652
24653 2000-10-28  Jim Meyering  <meyering@lucent.com>
24654
24655         * lib/memchr.c: Update from libc.
24656         Adjust for portability:
24657         [HAVE_STDLIB_H]: Include stdlib.h.
24658         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24659         Undef __memchr, too.
24660         [!weak_alias]: Define __memchr to memchr.
24661
24662         * lib/regex.c: Update from libc.
24663         * lib/regex.h: Likewise.
24664         * lib/getopt1.c: Likewise.
24665         * lib/memcmp.c: Likewise.
24666
24667         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24668         Avoid using fseek, when possible -- it's broken by design.
24669         Patch by Ulrich Drepper.
24670
24671 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24672
24673         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24674         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24675         Giving in to popular pressure to shut up the compiler with casts.
24676
24677 2000-10-26  Jim Meyering  <meyering@lucent.com>
24678
24679         * lib/strftime.c: Update from libc.
24680
24681 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24682
24683         * regex.c: More `unsigned char' -> `re_char' changes.
24684         Also change several `int' into `re_wchar_t'.
24685         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24686         (PUSH_FAILURE_POINTER): Don't cast any more.
24687         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24688         We want GCC to complain, since this piece of code makes
24689         re_match non-reentrant, which *should* be fixed.
24690         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24691         (EXTEND_BUFFER): Use RETALLOC.
24692         (SET_LIST_BIT): Don't cast.
24693         (re_wchar_t): New type.
24694         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24695         that those two functions will always properly return.
24696         (IMMEDIATE_QUIT_CHECK): Cast to void.
24697         (analyse_first): Use recursion rather than an explicit stack.
24698         (re_compile_fastmap): Can't fail anymore.
24699         (re_search_2): Don't check re_compile_fastmap for failure.
24700         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24701         Now also sets the new value (passed in a new argument).
24702         (re_match_2_internal): Use it.
24703         Also, use a new var `reg' of type size_t when looping through regs
24704         rather than reuse the inappropriate `mcnt'.
24705
24706 2000-10-25  Jim Meyering  <meyering@lucent.com>
24707
24708         * lib/obstack.c: Update from libc.
24709
24710 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24711
24712         * regex.c (regex_compile): Change the way of handling a range from
24713         a char less than 256 to a char not less than 256.
24714
24715 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24716
24717         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24718         NT-Emacs only.
24719         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24720         so that re_search functions only quit when callers expect them to.
24721
24722 2000-10-23  Jim Meyering  <meyering@lucent.com>
24723
24724         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24725         wrong.  That set_locale call must not have any side effects.
24726         From Paul Eggert.
24727
24728 2000-10-22  Jim Meyering  <meyering@lucent.com>
24729
24730         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24731         [CYCLIC]: Remove now-unused definition.
24732
24733         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24734         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24735         Suggestion from Ulrich Drepper.
24736
24737 2000-10-21  Jim Meyering  <meyering@lucent.com>
24738
24739         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24740         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24741         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24742
24743 2000-10-21  Jim Meyering  <meyering@lucent.com>
24744
24745         * lib/dirname.c (memrchr): Declare if necessary.
24746         (dir_name): Remove the restriction that there be no
24747         trailing slashes.  Now, this code skips past them, effectively
24748         ignoring them.
24749         [TEST_DIRNAME] (main): New unit tests.
24750
24751         * lib/memrchr.c: New file from GNU libc.
24752         Undef __memrchr, too.
24753         [!weak_alias]: Define __memrchr to memrchr.
24754         Guard weak_alias use with `#ifdef weak_alias'.
24755
24756 2000-10-21  Jim Meyering  <meyering@lucent.com>
24757
24758         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24759         (dir_name): Use dir_name_r.
24760         * lib/dirname.h (dir_name_r): Declare it.
24761
24762 2000-10-17  Jim Meyering  <meyering@lucent.com>
24763
24764         * lib/quote.h (PARAMS): Define and use.
24765         Reported by Akim Demaille.
24766
24767         * lib/getopt.c: Update from libc.
24768
24769 2000-10-16  Jim Meyering  <meyering@lucent.com>
24770
24771         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24772         setlocale.
24773         From Jan Fedak.
24774
24775 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24776
24777         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24778
24779 2000-09-25  Jim Meyering  <meyering@lucent.com>
24780
24781         * lib/md5.h (rol): Define (from GnuPG).
24782
24783         * lib/sha.c: Give credit (GnuPG) where due.
24784         (M): Use rol rather than open-coding it.
24785         Add a FIXME comment.
24786
24787 2000-09-21  Jim Meyering  <meyering@lucent.com>
24788
24789         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24790         Reported by Michael Stone.
24791
24792 2000-09-20  Jim Meyering  <meyering@lucent.com>
24793
24794         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24795         (noinst_HEADERS): Add sha.h.
24796         Based on code from Scott G. Miller and from GnuPG.
24797
24798 2000-09-18  Jim Meyering  <meyering@lucent.com>
24799
24800         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24801         LIBS. Otherwise, everyone ends up linking with -lelf for some
24802         configurations.
24803         Reported by Mike Stone.
24804
24805 2000-09-15  Jim Meyering  <meyering@lucent.com>
24806
24807         * lib/regex.c: Update from libc.
24808
24809 2000-09-10  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/getopt.c (_getopt_internal): Update from glibc.
24812
24813 2000-09-09  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24816         think it should be used as a general replacement for isascii.
24817         * lib/fnmatch.c: Likewise.
24818         * lib/mbswidth.c: Likewise
24819         * lib/regex.c: Likewise.
24820
24821         Don't use atoi.
24822         * lib/userspec.c: Include sys/param.h and limits.h.
24823         Include xstrtol.h.
24824         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24825         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24826         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24827         UID, GID.  Check range.
24828
24829 2000-09-06  Jim Meyering  <meyering@lucent.com>
24830
24831         * lib/getopt.c (_getopt_internal): Update from glibc.
24832
24833 2000-08-30  Jim Meyering  <meyering@lucent.com>
24834
24835         * lib/strftime.c: Merge in changes from GNU libc.
24836
24837 2000-08-26  Jim Meyering  <meyering@lucent.com>
24838
24839         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24840         * m4/fpending.m4: New file.
24841
24842 2000-08-26  Jim Meyering  <meyering@lucent.com>
24843
24844         * lib/closeout.c: Include "__fpending.h".
24845         (close_stdout_status): Return right away if there's nothing to flush.
24846
24847         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24848         * lib/__fpending.c: New file.
24849         * lib/__fpending.h: New file.
24850
24851 2000-08-20  Jim Meyering  <meyering@lucent.com>
24852
24853         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24854         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24855         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24856
24857 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24858
24859         Improve fileutils installation on systems where running
24860         programs (like install) can't be unlinked.
24861         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24862         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24863
24864 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24865
24866         Standardize on "memory exhausted" instead of "Memory exhausted"
24867         or "virtual memory exhausted".
24868         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24869         "virtual memory exhausted".
24870         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24871         our own message.
24872         * lib/userspec.c (parse_user_spec): Likewise.
24873         * lib/bumpalloc.h: comment fix
24874         * lib/same.c, userspec.c: Include xalloc.h.
24875
24876         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24877         not char *const and pointing to a constant array.
24878         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24879         (xrealloc): Comment fix.
24880
24881         * lib/userspec.c (parse_user_spec):
24882         Don't translate a message until just before returning,
24883         to avoid unnecessary translation.
24884
24885 2000-08-07  Jim Meyering  <meyering@lucent.com>
24886
24887         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24888         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24889         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24890         getgroups.c, gethostname.c, getopt.h, group-member.c,
24891         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24892         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24893         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24894         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24895         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24896         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24897         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24898         yesno.c: Back out Copyright date changes for each file with no change
24899         this year.  This eases coordination with other programs using the same
24900         source code modules.  From Paul Eggert.
24901
24902 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24903
24904         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24905         not char, for compatibility with glibc 2.1.3 strftime.c.
24906
24907 2000-08-03  Greg McGary  <greg@mcgary.org>
24908
24909         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24910         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24911         (EXTEND_BUFFER): Use them.
24912
24913 2000-08-01  Jim Meyering  <meyering@lucent.com>
24914
24915         * lib/dirname.c (ISSLASH): Define.
24916         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24917         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24918         both `\' and `/' may be use as path separators.
24919         Based on a patch from Prashant TR.
24920
24921 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24922
24923         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24924         slot vector a constant, since it might get modified.
24925
24926 2000-07-31  Jim Meyering  <meyering@lucent.com>
24927
24928         * lib/xmalloc.c: Use `virtual memory exhausted', not
24929         `Memory exhausted'.
24930         * lib/obstack.c (print_and_abort): Likewise.
24931
24932 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24933
24934         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24935         buffer, so that the caller can always quote one small
24936         component of a "memory exhausted" message in slot 0.
24937         From a suggestion by Jim Meyering.
24938
24939 2000-07-30  Jim Meyering  <meyering@lucent.com>
24940
24941         * lib/makepath.c (make_path): Quote the other instance, too.
24942
24943         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24944         (STATIC_BUF_SIZE): Define.
24945         (quotearg_n_options): Use only statically allocated storage when
24946         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24947         than STATIC_BUF_SIZE.
24948
24949 2000-07-29  Jim Meyering  <meyering@lucent.com>
24950
24951         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24952         * lib/dirname.c (dir_name): Likewise.
24953
24954         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24955         `/'.
24956
24957         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24958         (dir_name): Assert that there are no trailing slashes.
24959
24960 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24961
24962         * lib/mbswidth.h (mbswidth): Add a flags argument.
24963         (mbswidth): New declaration.
24964         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24965         * lib/mbswidth.c (mbswidth): Add a flags argument.
24966         (mbsnwidth): New function.
24967
24968 2000-07-24  Jim Meyering  <meyering@lucent.com>
24969
24970         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24971
24972 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24973
24974         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24975
24976 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24977
24978         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24979         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24980         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24981         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24982         invoke multibyte primitives.
24983
24984 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24985
24986         * lib/quotearg.c:
24987         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24988         so that mbstate_t is always defined.
24989
24990         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24991         be 1 in at least one GCC installation, and this configuration
24992         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24993         performance on hosts that have mbrtowc but have only unibyte
24994         locales, but I assume these hosts are rare.
24995
24996 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24997
24998         * lib/mbswidth.c (_XOPEN_SOURCE):
24999         Don't define; this causes problems on Solaris 7.
25000         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25001
25002 2000-07-23  Jim Meyering  <meyering@lucent.com>
25003
25004         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25005         too: getgrgid, getpwuid, getuid.
25006
25007 2000-07-23  Jim Meyering  <meyering@lucent.com>
25008
25009         * lib/basename.c (base_name): Add an assertion.
25010
25011 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25012
25013         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25014         shadow its mbsinit function.
25015
25016 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25017
25018         * lib/mbswidth.h: New file.
25019         * lib/mbswidth.c: New file.
25020         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25021         (noinst_HEADERS): Add mbswidth.h.
25022
25023 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25024
25025         * lib/config.charset: Add support for FreeBSD. Improve support for
25026         HP-UX and IRIX 6.
25027
25028 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25029
25030         * m4/mbswidth.m4: New file.
25031         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25032
25033 2000-07-15  Jim Meyering  <meyering@lucent.com>
25034
25035         * lib/makepath.c: Include quote.h.
25036         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25037         corresponding argument in a `quote (...)' call.
25038         Give better diagnostics.
25039
25040         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25041         (noinst_HEADERS): Add quote.h.
25042
25043         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25044         from tar's src/misc.c.
25045         * lib/quote.h: New file.  Prototypes for same.
25046
25047 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25048
25049         From a suggestion by Bruno Haible.
25050         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25051         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25052         to decide whether to define the BeOS workaround macro;
25053         this adjusts to the change to AC_MBSTATE_T.
25054
25055 2000-07-14  Jim Meyering  <meyering@lucent.com>
25056
25057         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25058         jm_AC_TYPE_UINTMAX_T.
25059
25060 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25061
25062         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25063
25064         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25065         quotearg_buffer_restyled): Add support for
25066         clocale_quoting_style.  Undo previous change to
25067         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25068         and "{RIGHT QUOTATION MARK}" msgids.
25069
25070 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25071
25072         From a suggestion by Bruno Haible.
25073         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25074         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25075         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25076         and mbstate_t, to a single-part test that simply defines mbstate_t.
25077         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25078         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25079
25080 2000-07-10  Jim Meyering  <meyering@lucent.com>
25081
25082         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25083
25084         * m4/gnu-source.m4: Output to confdefs.h directly.
25085         Suggestion from Akim Demaille.
25086
25087 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25088
25089         The old behavior of quoting `like this' doesn't look good with
25090         newer, ISO-style fonts.  See:
25091         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25092
25093         Instead, quote "like this" by default.  Let the translator
25094         tailor the locale-specific quoting behavior by providing
25095         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25096
25097         * lib/quotearg.c (N_): New macro.
25098         (gettext_default): New function.
25099         (quotearg_buffer_restyled): Use
25100         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25101         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25102
25103 2000-07-09  Jim Meyering  <meyering@lucent.com>
25104
25105         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25106         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25107
25108         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25109         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25110
25111 2000-07-09  Jim Meyering  <meyering@lucent.com>
25112
25113         * lib/Most files: Update copyright dates to include 2000.
25114
25115 2000-07-08  Jim Meyering  <meyering@lucent.com>
25116
25117         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25118         if not defined.
25119         (xgethostname): Remove now-unnecessary #ifdef.
25120         Move declaration of `err' into loop where it's used.
25121
25122 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25123         and Bruno Haible  <haible@clisp.cons.org>
25124
25125         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25126         only if the test for an object-type mbstate_t fails.  This
25127         prevents us from mistakenly reporting that mbstate_t is a
25128         system object type after we "#define mbstate_t int" to work
25129         around its lack.
25130
25131 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25132         and Bruno Haible  <haible@clisp.cons.org>
25133
25134         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25135
25136 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25137
25138         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25139         to strerror_r.
25140         Include <ctype.h> for use of isalpha.
25141
25142 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25143
25144         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25145         by allocating a larger buffer. Test the gethostname return value for
25146         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25147         returns an error and ENAMETOOLONG isn't defined.
25148
25149 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25150
25151         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25152         dimension.
25153
25154 2000-07-04  Jim Meyering  <meyering@lucent.com>
25155
25156         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25157         of the deprecated AC_CHECKING.
25158
25159 2000-07-04  Jim Meyering  <meyering@lucent.com>
25160
25161         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25162         Reported by Bruno Haible.
25163
25164 2000-07-04  Jim Meyering  <meyering@lucent.com>
25165
25166         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25167         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25168         lacks mbrtowc.
25169
25170 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25171
25172         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25173         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25174
25175 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25176         and Bruno Haible  <haible@clisp.cons.org>
25177
25178         * lib/quotearg.c (mbrtowc):
25179         Assign to *pwc, and return 1 only if result is nonzero.
25180         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25181
25182 2000-07-03  Jim Meyering  <meyering@lucent.com>
25183
25184         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25185
25186 2000-07-03  Jim Meyering  <meyering@lucent.com>
25187
25188         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25189         This is necessary to get a definition of e.g., UTMP_FILE on
25190         HP-UX 10.20.
25191         From Bob Proulx.
25192
25193 2000-07-02  Jim Meyering  <meyering@lucent.com>
25194
25195         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25196
25197         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25198         AC_LIBOBJ(function_name).
25199         * m4/chown.m4: Likewise.
25200         * m4/fnmatch.m4: Likewise.
25201         * m4/ftruncate.m4: Likewise.
25202         * m4/getgroups.m4: Likewise.
25203         * m4/getline.m4: Likewise.
25204         * m4/group-member.m4: Likewise.
25205         * m4/jm-macros.m4: Likewise.
25206         * m4/lstat.m4: Likewise.
25207         * m4/malloc.m4: Likewise.
25208         * m4/memcmp.m4: Likewise.
25209         * m4/nanosleep.m4: Likewise.
25210         * m4/putenv.m4: Likewise.
25211         * m4/realloc.m4: Likewise.
25212         * m4/regex.m4: Likewise.
25213         * m4/stat.m4: Likewise.
25214         * m4/strftime.m4: Likewise.
25215
25216 2000-07-02  Jim Meyering  <meyering@lucent.com>
25217
25218         * lib/quotearg.c (mbstate_t): Don't define here.
25219
25220 2000-07-02  Jim Meyering  <meyering@lucent.com>
25221
25222         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25223
25224 2000-07-01  Jim Meyering  <meyering@lucent.com>
25225
25226         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25227
25228 2000-07-01  Jim Meyering  <meyering@lucent.com>
25229
25230         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25231         problem.
25232
25233 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25234
25235         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25236         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25237
25238 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25239
25240         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25241         per change in ../m4/ls-mntd-fs.m4.
25242         (read_filesystem_list): Ignore symbolic links.
25243
25244 2000-06-29  Jim Meyering  <meyering@lucent.com>
25245
25246         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25247         for declaration of strcmp.
25248
25249         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25250
25251         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25252         Avoid warning by casting result to `char *' to remove `const'.
25253
25254 2000-06-28  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25257         included by quotearg.c, for which we perform this test.  From
25258         Bruno Haible.
25259
25260 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25261
25262         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25263         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25264         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25265
25266 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25267
25268         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25269
25270 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25271
25272         savedir now sets errno on failure and invokes xmalloc to get memory.
25273         Fix a couple of other minor bugs while we're at it.
25274
25275         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25276         (NAMLEN): Remove macro.
25277         (malloc, realloc): Remove decls.
25278         (stpcpy): Likewise.
25279         ("xalloc.h"): Include.
25280         (NAME_SIZE_DEFAULT): New macro.
25281         (savedir): Use xmalloc / xrealloc to allocate memory.
25282         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25283         Skip "" directory entries.
25284         Use strlen to calculate directory entry length, since the old method
25285         is rarely used these days and isn't worth supporting.
25286         Don't use a pointer after freeing it.
25287         Check for integer overflow when calculating allocation size.
25288         Use memcpy to copy entries, instead of stpcpy.
25289         Set errno properly when returning NULL.
25290         Check for readdir error.
25291
25292 2000-06-26  Jim Meyering  <meyering@lucent.com>
25293
25294         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25295
25296 2000-06-25  Jim Meyering  <meyering@lucent.com>
25297
25298         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25299         Linux header bug when _XOPEN_SOURCE is defined to 500.
25300
25301 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25302
25303         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25304         deficiency.
25305
25306 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25307
25308         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25309         Include xalloc.h.
25310         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25311
25312 2000-06-24  Jim Meyering  <meyering@lucent.com>
25313
25314         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25315         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25316         for which strerror does return char*, but which lacks a conveniently
25317         accessible declaration of the function.  If the compile-test says
25318         strerror_r doesn't work, then resort to a `run'-test that works on
25319         BeOS and segfaults on DEC Unix.
25320
25321 2000-06-24  Jim Meyering  <meyering@lucent.com>
25322
25323         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25324
25325 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25326
25327         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25328         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25329
25330 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25331
25332         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25333         (mbrtowc, mbstate_t): Define substitutes if
25334         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25335         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25336         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25337
25338 2000-06-23  Jim Meyering  <meyering@lucent.com>
25339
25340         * m4/afs.m4: Add missing AC_MSG_RESULT.
25341         Reported by Bruno Haible.
25342
25343         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25344         Suggestion from Bruno Haible.
25345
25346 2000-06-23  Jim Meyering  <meyering@lucent.com>
25347
25348         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25349
25350 2000-06-21  Jim Meyering  <meyering@lucent.com>
25351
25352         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25353
25354 2000-06-21  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25357         (noinst_HEADERS): Add getstr.h.
25358
25359         * lib/getline.c (getstr): Move into a separate file.
25360         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25361         the following changes: new parameter, delim2; both delim[12]
25362         parameters have type `int', not `char'.  The latter would lose
25363         with 8-bit delimiters.
25364         * lib/getstr.h: New file.
25365
25366 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25367
25368         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25369         than 1024, return a memory chunk of least possible size, instead
25370         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25371         Use free/xmalloc instead of xrealloc to avoid copying for very long
25372         paths.
25373
25374 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25375
25376         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25377         the empty string.
25378
25379 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25380
25381         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25382         address, not strdup.  Include <stdlib.h> and don't declare free().
25383
25384 2000-06-19  Jim Meyering  <meyering@lucent.com>
25385
25386         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25387
25388 2000-06-18  Jim Meyering  <meyering@lucent.com>
25389
25390         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25391
25392         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25393         `checking whether...' message to be consistent with that of the
25394         lstat test.
25395
25396 2000-06-18  Jim Meyering  <meyering@lucent.com>
25397
25398         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25399         Besides, these days every porting target provides a mkdir function.
25400
25401         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25402         needed. (this snippet comes from src/system.h).
25403
25404 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25405
25406         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25407
25408 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25409
25410         * lib/human.c (adjust_value): New function.
25411         (human_readable_inexact): Apply rounding style even when
25412         printing approximate values.
25413
25414 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25415
25416         * lib/human.c (human_readable_inexact): Allow an input block
25417         size that is not a multiple of the output block size, and vice versa.
25418         Reported by Piergiorgio Sartor.
25419
25420 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25421
25422         * lib/getdate.y (get_date): Apply relative times after time
25423         zone indicator, not before.  Reported by Todd A. Jacobs.
25424
25425 2000-06-13  Jim Meyering  <meyering@lucent.com>
25426
25427         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25428
25429         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25430
25431 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25432
25433         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25434
25435 2000-06-12  Jim Meyering  <meyering@lucent.com>
25436
25437         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25438         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25439         optional argument.
25440         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25441         the optional argument, `lib'.
25442
25443 2000-06-08  Jim Meyering  <meyering@lucent.com>
25444
25445         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25446
25447 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25448
25449         Rewrite largefile configuration so that we don't need to run
25450         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25451         AC_CANONICAL_HOST in configure.in -- jmm]
25452
25453         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25454         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25455         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25456         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25457         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25458         All uses changed.
25459         Instead of inspecting the output of getconf, try to compile the
25460         test program without and with the macro definition.
25461         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25462         for getconf.  Instead, check for the needed flags by compiling
25463         test programs.
25464
25465 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25466
25467         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25468
25469 2000-06-04  Jim Meyering  <meyering@lucent.com>
25470
25471         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25472         SunOS 4.1.4 for which gid_t is an unsigned type.
25473
25474 2000-06-03  Jim Meyering  <meyering@lucent.com>
25475
25476         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25477         now that autoconf requires that.
25478
25479         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25480         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25481         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25482
25483 2000-06-03  Jim Meyering  <meyering@lucent.com>
25484
25485         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25486
25487 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25488
25489         * m4/glibc21.m4: New file.
25490         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25491
25492 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25493
25494         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25495         newer, don't install charset.alias.
25496         * lib/config.charset: Change the Linux/glibc rules so they become empty
25497         on glibc-2.1 or newer.
25498
25499 2000-06-02  Jim Meyering  <meyering@lucent.com>
25500
25501         * lib/mountlist.c: Back out last change.  Instead, do this...
25502         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25503         me_dummy member using the same `ignore'-testing code.
25504         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25505         fs_type strings.
25506         From Mark D. Roth.
25507
25508 2000-05-29  Jim Meyering  <meyering@lucent.com>
25509
25510         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25511         mounts with the `ignore' attribute.  Based on a patch from
25512         Mark D. Roth.
25513
25514 2000-05-28  Jim Meyering  <meyering@lucent.com>
25515
25516         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25517         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25518         * m4/stat.m4: Likewise.
25519         * m4/lstat.m4: Likewise.
25520         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25521
25522         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25523         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25524
25525 2000-05-26  Jim Meyering  <meyering@lucent.com>
25526
25527         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25528
25529 2000-05-24  Jim Meyering  <meyering@lucent.com>
25530
25531         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25532         autoconf requires that.
25533         * m4/lib-check.m4: Likewise.
25534         * m4/jm-macros.m4: Likewise.
25535         * m4/strftime.m4: Likewise.
25536
25537         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25538         AC_CHECK_DECLS, now that autoconf requires that.
25539
25540 2000-05-22  Jim Meyering  <meyering@lucent.com>
25541
25542         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25543         * m4/lstat.m4: Likewise.
25544
25545 2000-05-22  Jim Meyering  <meyering@lucent.com>
25546
25547         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25548
25549 2000-05-20  Jim Meyering  <meyering@lucent.com>
25550
25551         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25552         (jm_PREREQ): Use it.
25553
25554 2000-05-18  Jim Meyering  <meyering@lucent.com>
25555
25556         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25557         back, too, since it may have been modified by allocate_entry.
25558         (hash_delete): Rewrite to use neither the assignment operator
25559         nor the comma operator in an if-expression.
25560
25561 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25562
25563         * lib/closeout.c:
25564         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25565         Remove; no longer needed.
25566         "quotearg.h": Add include.
25567         (file_name): Do not bother to explicitly initialize to NULL; it's less
25568         efficient on some hosts.
25569         (close_stdout_status): Remove test as to whether stdout was already
25570         closed; it breaks for the case "echo x | sort >&-".
25571         Quote file name colons.
25572         Do not assume that _("write error") lacks format strings.
25573
25574 2000-05-15  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/version-etc.c (version_etc_copyright): Update the copyright
25577         string used in all --version output.
25578
25579 2000-05-14  Jim Meyering  <meyering@lucent.com>
25580
25581         * lib/closeout.c (close_stdout_set_file_name): New function.
25582         (close_stdout_status): Use new file-scoped global.
25583         Return right away if fstat says the stdout file descriptor is invalid.
25584         * lib/closeout.h (close_stdout_set_file_name): Declare.
25585
25586 2000-05-10  Jim Meyering  <meyering@lucent.com>
25587
25588         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25589         (close_stdout_set_status): New function.
25590         * lib/closeout.h (close_stdout_set_status): Declare.
25591
25592 2000-05-09  Jim Meyering  <meyering@lucent.com>
25593
25594         * m4/gettext.m4: Rename this...
25595         * m4/libintl.m4: ...to this.
25596
25597 2000-05-08  Jim Meyering  <meyering@lucent.com>
25598
25599         * lib/long-options.c: Don't include closeout.h.
25600         (parse_long_options): Don't call close_stdout for --version.
25601
25602 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25603
25604         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25605         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25606         2.1.3 bug.  This avoids a clash when files like regex.c define
25607         _GNU_SOURCE.
25608
25609 2000-05-06  Jim Meyering  <meyering@lucent.com>
25610
25611         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25612         (AC_REPLACE_FUNCS): Add strnlen.
25613
25614         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25615         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25616
25617         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25618         AC_SEARCH_LIBS call for nanosleep.
25619         (LIB_NANOSLEEP): Set and AC_SUBST.
25620
25621 2000-05-06  Jim Meyering  <meyering@lucent.com>
25622
25623         * lib/strnlen.c: Undefine __strnlen and strnlen.
25624         [!weak_alias]: Define __strnlen to strnlen.
25625
25626         * lib/atexit.c: New file, from libiberty.
25627
25628 2000-05-06  Jim Meyering  <meyering@lucent.com>
25629
25630         * lib/closeout.c (close_stdout_status): Also check for errors on the
25631         stderr stream.
25632
25633 2000-05-05  Jim Meyering  <meyering@lucent.com>
25634
25635         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25636         AC_SEARCH_LIBS call for clock_gettime.
25637         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25638
25639         * m4/search-libs.m4: Update from autoconf.
25640
25641         su doesn't work on Solaris 2.6.
25642         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25643         <shadow.h>.  Reported by Dragos Harabor.
25644
25645 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25646
25647         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25648         memcpy instead of xmalloc, xrealloc, path_concat.
25649         (locale_charset): Treat empty environment variables as absent.
25650         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25651
25652 2000-05-04  Jim Meyering  <meyering@lucent.com>
25653
25654         * lib/getopt.c: Update from glibc.
25655         * lib/obstack.c: Likewise.
25656         * lib/obstack.h: Likewise.
25657         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25658         file
25659
25660         * lib/regex.h: Likewise.
25661         * lib/strndup.c: Likewise.
25662         * lib/strnlen.c: New file, from glibc.
25663
25664 2000-05-03  Jim Meyering  <meyering@lucent.com>
25665
25666         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25667
25668 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25669
25670         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25671         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25672         compile-time test, rather than inspecting host and OS, to
25673         decide whether to define _LARGEFILE_SOURCE.
25674
25675 2000-05-01  Jim Meyering  <meyering@lucent.com>
25676
25677         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25678
25679         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25680         Based on a patch from Bruno Haible.
25681
25682 2000-05-01  Jim Meyering  <meyering@lucent.com>
25683
25684         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25685
25686 2000-04-29  Jim Meyering  <meyering@lucent.com>
25687
25688         * lib/path-concat.c: Declare strdup only if it's not defined.
25689         * lib/canon-host.c: Likewise.
25690
25691 2000-04-28  Jim Meyering  <meyering@lucent.com>
25692
25693         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25694         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25695         is included first, then limits.h is included by locale.h by libintl.h.
25696         From John David Anglin.
25697
25698 2000-04-25  Jim Meyering  <meyering@lucent.com>
25699
25700         * lib/makepath.c (S_IRWXUGO): Define.
25701         (make_path): Always perform explicit chmod if MODE specifies any
25702         of the `special' permission bits.  Prompted by a bug report against
25703         install from Mate Wierdl and Joost van Baal.
25704
25705 2000-04-18  Jim Meyering  <meyering@lucent.com>
25706
25707         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25708         (jm_PREREQ): Use it.
25709
25710 2000-04-18  Jim Meyering  <meyering@lucent.com>
25711
25712         * lib/README: New file.
25713
25714         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25715         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25716
25717 2000-04-17  Jim Meyering  <meyering@lucent.com>
25718
25719         Get it right :-)
25720         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25721         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25722         Suggestion from Akim Demaille.
25723
25724 2000-04-17  Jim Meyering  <meyering@lucent.com>
25725
25726         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25727         the definition of it to rpl_strftime also defined-away the system's
25728         declaration.
25729
25730 2000-04-15  Jim Meyering  <meyering@lucent.com>
25731
25732         Use `C' to denote so-called `contiguous' files, the same way
25733         that tar does.
25734         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25735         (ftypelet): Use S_ISCTG.
25736         From Michael Deutschmann.
25737
25738 2000-04-14  Jim Meyering  <meyering@lucent.com>
25739
25740         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25741         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25742         clobbered.
25743
25744 2000-04-14  Jim Meyering  <meyering@lucent.com>
25745
25746         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25747
25748 2000-04-13  Jim Meyering  <meyering@lucent.com>
25749
25750         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25751         AH_VERBATIM to insert required #ifndef into config.h.in.
25752         Suggestion from Akim Demaille.
25753
25754 2000-04-12  Jim Meyering  <meyering@lucent.com>
25755
25756         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25757         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25758         Christian Krackowizer.
25759
25760         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25761         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25762         (AC_SYS_LARGEFILE): Require.
25763         (AM_C_PROTOTYPES): Require.
25764
25765 2000-04-08  Jim Meyering  <meyering@lucent.com>
25766
25767         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25768         names don't conflict.  Reported by Eli Zaretskii.
25769
25770 2000-04-07  Jim Meyering  <meyering@lucent.com>
25771
25772         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25773         sys/types.h, to work around system header problems on AIX 3.2.5.
25774         From Bruno Haible.
25775
25776 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25777
25778         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25779         bug.  Deal with the different error behavior of Irix iconv.
25780
25781 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25782
25783         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25784         IRIX if the installer said otherwise.
25785
25786 2000-04-05  Jim Meyering  <meyering@lucent.com>
25787
25788         Portability tweaks required for ultrix4.3.
25789         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25790         (jm_CHECK_DECLS): Add getutent to the list of functions.
25791         (_jm_DECL_HEADERS): Add utmpx.h.
25792         From John David Anglin.
25793
25794         * m4/strftime.m4: Back out the 2000-04-02 change.
25795         Instead of that change, simply undefine putenv in the test program.
25796
25797 2000-04-05  Jim Meyering  <meyering@lucent.com>
25798
25799         Portability tweaks required for ultrix4.3.
25800         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25801         getutent.
25802         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25803         * lib/canon-host.c: Declare strdup.
25804         * lib/path-concat.c: Likewise.
25805         From John David Anglin.
25806
25807 2000-04-04  Jim Meyering  <meyering@lucent.com>
25808
25809         Be more DOS 8.3-friendly.
25810         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25811         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25812         * lib/Makefile.am: Reflect renaming.
25813         Reported by Eli Zaretskii.
25814
25815         Use a temporary file name that won't clash with `charset.alias'
25816         in the DOS 8.3 name space.
25817         * lib/Makefile.am (charset_tmp): Define.
25818         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25819         (uninstall-local): Likewise.
25820         Reported by Eli Zaretskii.
25821
25822 2000-04-03  Jim Meyering  <meyering@lucent.com>
25823
25824         * m4/gettext.m4: Fix typo in comment.
25825
25826         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25827         textutils/configure.in).  Suggestion from Paul Eggert.
25828         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25829
25830 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25831
25832         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25833         variable in the shell rather than using putenv, which isn't
25834         portable.  This avoids the configure-time inter-test dependency
25835         on the potentially-renamed putenv function.
25836
25837 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25838
25839         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25840         before checking struct stat.st_blksize, so that
25841         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25842
25843 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25844
25845         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25846         since strftime.c uses HAVE_STRFTIME to decide whether to use
25847         the underlying strftime.
25848
25849 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25850
25851         * lib/time/strftime.c (my_strftime): Make sure we call the system
25852         strftime, not ourselves, when invoking the underlying strftime.
25853
25854 2000-03-24  Jim Meyering  <meyering@lucent.com>
25855
25856         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25857         (charset_alias): Define.
25858         (install-exec-local): Factor out common code.
25859         (uninstall-local): Split lines longer than 80.
25860         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25861         (SUFFIXES): Define.
25862         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25863         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25864
25865 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25866
25867         * lib/config.charset: Output a line containing "Packages using this
25868         file".
25869         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25870         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25871         ref-del.sed): New rules.
25872
25873 2000-03-17  Jim Meyering  <meyering@lucent.com>
25874
25875         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25876         Otherwise, include <strings.h>
25877
25878 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25879
25880         * lib/unicodeio.c (utf8_wctomb): New function.
25881         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25882         format instead of in UCS-4 with platform dependent endianness.
25883
25884 2000-03-10  Jim Meyering  <meyering@lucent.com>
25885
25886         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25887         From Marco Franzen.
25888
25889 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25890
25891         * lib/savedir.c (savedir): Work even if directory size is
25892         negative; this can happen with some screwy NFS configurations.
25893
25894 2000-03-06  Jim Meyering  <meyering@lucent.com>
25895
25896         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25897         if it's NULL (because we ran out of memory).  From Bruno Haible.
25898
25899 2000-03-05  Jim Meyering  <meyering@lucent.com>
25900
25901         * lib/localcharset.c ("path-concat.h"): Include.
25902         (get_charset_aliases): Use path_concat instead of ANSI string
25903         concatenation.
25904
25905         * lib/unicodeio.h (PARAMS): Define.
25906         Use it to guard prototype.
25907
25908 2000-03-04  Jim Meyering  <meyering@lucent.com>
25909
25910         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25911         for lib/localcharset.c.
25912
25913 2000-03-04  Jim Meyering  <meyering@lucent.com>
25914
25915         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25916         installing into it.
25917         (uninstall-local): Uncomment this rule so `make distcheck' works
25918         once again.
25919
25920         * lib/unicodeio.c (<errno.h>): Include it.
25921         (errno): Declare if not defined.
25922
25923         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25924
25925         * lib/config.charset: New version, incorporating remarks from a linux
25926         i18n mailing list.  From Bruno Haible.
25927
25928 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25929
25930         * m4/codeset.m4: New file.
25931         * m4/iconv.m4: New file.
25932         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25933
25934 2000-03-03  Jim Meyering  <meyering@lucent.com>
25935
25936         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25937
25938 2000-03-02  Jim Meyering  <meyering@lucent.com>
25939
25940         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25941         the messages come out on separate lines.
25942
25943         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25944         rather than jm_CHECK_DECLARATIONS.
25945         * m4/decl.m4: Remove now-unused file.
25946
25947         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25948         geteuid.
25949
25950 2000-03-02  Jim Meyering  <meyering@lucent.com>
25951
25952         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25953
25954 2000-03-01  Jim Meyering  <meyering@lucent.com>
25955
25956         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25957         * lib/unicodeio.c: Likewise.
25958
25959 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25960
25961         * lib/config.charset: New file.
25962         * lib/localcharset.c: New file.
25963         * lib/unicodeio.h, lib/unicodeio.c: New files.
25964         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25965         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25966         (noinst_HEADERS): Add unicodeio.h.
25967         (all-local, install-exec-local, charset.alias): New targets.
25968
25969 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25970
25971         * lib/quotearg.c (ALERT_CHAR): New macro.
25972         (quotearg_buffer_restyled): Use it.
25973
25974 2000-02-27  Jim Meyering  <meyering@lucent.com>
25975
25976         * m4/check-decl.m4: Add getenv to the list.
25977
25978 2000-02-27  Jim Meyering  <meyering@lucent.com>
25979
25980         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25981         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25982
25983         * lib/backupfile.c: Guard inclusion of stdlib.h with
25984         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25985         Declare malloc if needed.
25986
25987         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25988         `#ifndef HAVE_DECL..'
25989         now that autoconf always defines the HAVE_DECL_ symbols.
25990         * lib/human.c: Likewise.
25991         * lib/same.c: Likewise.
25992         * lib/strtoumax.c: Likewise.
25993
25994         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25995         declaration check was not run.
25996         * lib/hash.c: Likewise.
25997         * lib/human.c: Likewise.
25998         * lib/same.c: Likewise.
25999         * lib/strtoumax.c: Likewise.
26000
26001         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
26002         `.', then first look up the entire `.'-containing string as a login
26003         name.
26004
26005 2000-02-23  Jim Meyering  <meyering@lucent.com>
26006
26007         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
26008         in place of my hack.
26009
26010 2000-02-18  Paul Eggert  <eggert@twinsun.com>
26011
26012         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
26013         (textint): New typedef.
26014         (parser_control): Member year changed from int to textint.
26015         All uses changed.
26016         (YYSTYPE): Removed; replaced by %union with int and textint members.
26017         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
26018         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
26019         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
26020         (tSNUMBER, tUNUMBER): Now of type <textintval>.
26021         (date, number, to_year): Use width of number in digits, not its value,
26022         to determine whether it's a 2-digit year, or a 2-digit time.
26023         (yylex): Store number of digits of numeric tokens.
26024         Reported by John Kendall.
26025
26026         (parser_control): Changed from struct parser_control to typedef (for
26027         consistency).  All uses changed.
26028
26029         (tID): Removed; not used.
26030         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
26031
26032 2000-02-14  Paul Eggert  <eggert@twinsun.com>
26033
26034         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
26035         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
26036
26037 2000-02-12  Jim Meyering  <meyering@lucent.com>
26038
26039         * lib/userspec.c (ISDIGIT): Define it.
26040         (isdigit): Remove definition.
26041         (is_number): Use ISDIGIT, not isdigit.
26042         <libintl.h>: Include.
26043         (_ and N_): Define.
26044         (parse_user_spec): Mark translatable strings.
26045
26046 2000-02-10  Jim Meyering  <meyering@lucent.com>
26047
26048         With these changes, nanosleep.[ch] are finally enough like the other
26049         lib/* replacement files to compile on a few more losing systems.
26050
26051         * lib/nanosleep.h: Don't include config.h.
26052         Remove prototype from declaration of nanosleep.
26053         (PARAMS): Remove now-unneeded definition.
26054         * lib/nanosleep.c: #undef nanosleep.
26055         (rpl_nanosleep): Rename from nanosleep.
26056
26057 2000-02-10  Jim Meyering  <meyering@lucent.com>
26058
26059         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
26060         gnu_nanosleep to rpl_nanosleep.
26061
26062 2000-02-09  Jim Meyering  <meyering@lucent.com>
26063
26064         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
26065         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
26066
26067 2000-02-08  Akim Demaille  <akim@epita.fr>
26068
26069         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
26070         `[' and `]' and remove uses of `changequote'.
26071         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
26072         (AC_SYS_LARGEFILE): Likewise.
26073         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
26074         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
26075         of changequote.
26076         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
26077         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
26078         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
26079         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
26080
26081 2000-02-05  Jim Meyering  <meyering@lucent.com>
26082
26083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
26084         Remove explicit use of AC_HEADER_TIME.  It is required by
26085         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
26086         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
26087         in autoconf whereby the expansion of the latter ended up preceding
26088         the expansion of its prerequisite, AC_HEADER_TIME.
26089         Reported by Volker Borchert.
26090
26091 2000-02-03  Jim Meyering  <meyering@lucent.com>
26092
26093         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
26094
26095 2000-02-03  Jim Meyering  <meyering@lucent.com>
26096
26097         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
26098         rather than with `#if HAVE_UTMPNAME'.
26099
26100 2000-02-02  Jim Meyering  <meyering@lucent.com>
26101
26102         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
26103         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
26104         Reported by Eli Zaretskii.
26105
26106 2000-02-01  Jim Meyering  <meyering@lucent.com>
26107
26108         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
26109
26110 2000-01-31  Jim Meyering  <meyering@lucent.com>
26111
26112         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
26113         functions.  Add the time.h and sys/time.h headers along with the
26114         AC_REQUIRE'ment of AC_HEADER_TIME.
26115
26116 2000-01-31  Jim Meyering  <meyering@lucent.com>
26117
26118         * lib/nanosleep.h (nanosleep): Guard declaration with
26119         `#if ! HAVE_DECL_NANOSLEEP'.
26120         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
26121         the declaration in that vendor's sys/timers.h.
26122         Reported by Christian Krackowizer.
26123
26124         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
26125         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
26126         (ISPRINT): Likewise.
26127         Reported by Tom Tromey.
26128
26129 2000-01-30  Jim Meyering  <meyering@lucent.com>
26130
26131         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
26132
26133         * m4/prereq.m4 (utmp_includes): Define.
26134         Check for ut_user and ut_name members in both struct utmpx
26135         and struct utmp.
26136
26137 2000-01-30  Jim Meyering  <meyering@lucent.com>
26138
26139         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
26140         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
26141         header files where only utmpx.ut_user is declared.
26142
26143         * lib/readutmp.h (UT_USER): Define.
26144
26145 2000-01-29  Jim Meyering  <meyering@lucent.com>
26146
26147         * m4/lib-check.m4: New file containing library-related checks from
26148         fileutils and sh-utils (textutils had none).
26149
26150 2000-01-28  Jim Meyering  <meyering@lucent.com>
26151
26152         * m4/perl.m4: Change format of warning message to look more like that
26153         from the missing script.  Suggestion from François Pinard.
26154
26155 2000-01-25  Jim Meyering  <meyering@lucent.com>
26156
26157         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
26158         well as time.h in the compile check.
26159         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
26160         Fix typo in cross-compiling case: s/yes/no/.
26161
26162 2000-01-23  Jim Meyering  <meyering@lucent.com>
26163
26164         * m4/jm-macros.m4: Move df-related tests here from
26165         fileutils/configure.in
26166
26167         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
26168         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
26169
26170         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
26171         s/space/ac_fsusage_space/.
26172         (jm_FILE_SYSTEM_USAGE): Take two parameters.
26173
26174         * m4/ftruncate.m4: New file (derived from part of
26175         fileutils/configure.in).
26176         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
26177         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
26178
26179         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
26180         AC_SUBST these here, rather than just in sh-util/configure.in, so
26181         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
26182         all the same.
26183         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
26184         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
26185         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
26186         (AC_SUBST(POW_LIBM)): Likewise.
26187         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
26188
26189 2000-01-23  Jim Meyering  <meyering@lucent.com>
26190
26191         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
26192         obstack.c.
26193
26194 2000-01-22  Jim Meyering  <meyering@lucent.com>
26195
26196         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
26197
26198         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
26199
26200         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
26201         configure.in
26202         (AC_CHECK_HEADERS): Likewise for sh-utils.
26203         (AC_CHECK_HEADERS): Likewise for textutils.
26204         Merge the three lists of headers.
26205
26206         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
26207         from fileutils' configure.in.
26208
26209         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
26210         code. Moved tests into their own function (_jm_DECL_HEADERS) in
26211         check-decl.m4.
26212
26213         * m4/check-decl.m4: Use #if rather than #ifdef.
26214         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
26215         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
26216         (_jm_DECL_HEADERS): Define new function.
26217         (jm_CHECK_DECLARATIONS): Require it.
26218
26219 2000-01-22  Jim Meyering  <meyering@lucent.com>
26220
26221         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
26222         [! HAVE_DECL_STRTOULL]: Declare strtoull.
26223         Required for some AIX systems.  Reported by Christian Krackowizer.
26224         [TESTING] (main): New function.
26225
26226         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
26227         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
26228         letters.
26229
26230         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
26231         iswprint.
26232
26233         * lib/strverscmp.c (ISDIGIT): Define.
26234         (strverscmp): Use ISDIGIT, not isdigit.
26235
26236 2000-01-19  Jim Meyering  <meyering@lucent.com>
26237
26238         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
26239         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
26240         defines `struct timespec' in <sys/time.h>
26241
26242         * m4/c-bs-a.m4: Remove uses of changequote altogether.
26243         Thanks to Akim for explaining.
26244
26245 2000-01-17  Paul Eggert  <eggert@twinsun.com>
26246
26247         * lib/nanosleep.c (nanosleep):
26248         Don't use SA_INTERRUPT to decide whether to call sigaction, as
26249         POSIX.1 doesn't require SA_INTERRUPT and some systems
26250         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
26251         it's been part of POSIX.1 since day 1 (in 1988).
26252
26253 2000-01-17  Jim Meyering  <meyering@lucent.com>
26254
26255         * lib/interlock: Remove unused file.  Reported by François Pinard.
26256
26257 2000-01-16  Paul Eggert  <eggert@twinsun.com>
26258
26259         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
26260         alert, backslash, formfeed, and vertical tab unnecessarily in
26261         shell quoting style.
26262
26263 2000-01-16  Jim Meyering  <meyering@lucent.com>
26264
26265         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
26266         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
26267         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
26268         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
26269
26270 2000-01-16  Jim Meyering  <meyering@lucent.com>
26271
26272         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
26273         because the latter didn't work.
26274
26275 2000-01-15  Jim Meyering  <meyering@lucent.com>
26276
26277         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
26278         (AC_REPLACE_FUNCS): Add memcpy and memset.
26279         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26280         Add strpbrk.
26281         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26282
26283 2000-01-12  Jim Meyering  <meyering@lucent.com>
26284
26285         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26286         (jm_PREREQ): Use it.
26287         (jm_PREREQ_READUTMP): New macro.
26288         (jm_PREREQ): Use it.
26289
26290 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26291
26292         Quote multibyte characters correctly.
26293         * m4/c-bs-a.m4: New file.
26294         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26295         (jm_PREREQ): Use it.
26296
26297 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26298
26299         * m4/uintmax_t.m4: Port to autoconf 2.13.
26300
26301 2000-01-08  Jim Meyering  <meyering@ascend.com>
26302
26303         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26304         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26305
26306 2000-01-04  Jim Meyering  <meyering@ascend.com>
26307
26308         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26309         jm_STRUCT_DIRENT_D_TYPE.
26310         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26311         jm_STRUCT_DIRENT_D_INO.
26312         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26313         jm_STRUCT_UTIMBUF.
26314         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26315         renamings.
26316         * m4/utime.m4: Likewise.
26317
26318         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26319         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26320
26321 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26322
26323         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26324         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26325
26326 2000-01-02  Jim Meyering  <meyering@ascend.com>
26327
26328         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26329         remember if this is necessary.
26330
26331 1999-12-26  Jim Meyering  <meyering@ascend.com>
26332
26333         * m4/jm-macros.m4: Use it here.
26334         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26335
26336 1999-12-23  Jim Meyering  <meyering@ascend.com>
26337
26338         * m4/jm-macros.m4: Check for clock_gettime (moved from
26339         fileutils/configure.in)
26340         Check for gettimeofday.
26341
26342 1999-12-20  Jim Meyering  <meyering@ascend.com>
26343
26344         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26345         autoconf-2.14a-1999-12-20.
26346
26347 1999-12-19  Jim Meyering  <meyering@ascend.com>
26348
26349         * m4/lstat-slash.m4: New file.
26350         * m4/jm-macros.m4: Use the new macro:
26351         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26352
26353 1999-12-07  Jim Meyering  <meyering@ascend.com>
26354
26355         * m4/perl.m4: Require that File::Compare be available, too.
26356         Too many systems seem to lack it.
26357
26358         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26359         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26360
26361 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26362
26363         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26364         problem with the QNX 4.25 shell, which doesn't propagate exit
26365         status of failed commands inside shell assignments.
26366
26367 1999-11-17  Jim Meyering  <meyering@ascend.com>
26368
26369         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26370
26371 1999-11-07  Jim Meyering  <meyering@ascend.com>
26372
26373         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26374
26375 1999-11-06  Jim Meyering  <meyering@ascend.com>
26376
26377         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26378         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26379
26380 1999-11-05  Jim Meyering  <meyering@ascend.com>
26381
26382         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26383         configure.in of textutils, fileutils, and sh-utils into this one
26384         (shared between those packages) file.
26385         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26386         AC_STRUCT_ST_BLKSIZE.
26387
26388 1999-11-03  Jim Meyering  <meyering@ascend.com>
26389
26390         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26391         of AC_CHECK_TYPE checks includes unistd.h.
26392         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26393         Suggestion from Akim Demaille.
26394
26395 1999-10-30  Jim Meyering  <meyering@ascend.com>
26396
26397         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26398         m4-quoted string.
26399         * m4/ls-mntd-fs.m4: Likewise.
26400         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26401         * m4/jm-winsz1.m4: Likewise.
26402
26403         * m4/const.m4: Remove file, since the fix made it into the experimental
26404         version of autoconf.
26405         * m4/mktime.m4: Likewise.
26406
26407         * m4/check-type.m4: Remove file, now that the latest version of
26408         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26409
26410         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26411         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26412         AC_CHECK_TYPE.
26413
26414 1999-10-04  Jim Meyering  <meyering@ascend.com>
26415
26416         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26417
26418 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26419
26420         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26421         2.95.1 bug with HP-UX 10.20.
26422
26423 1999-09-17  Jim Meyering  <meyering@ascend.com>
26424
26425         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26426         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26427         due to missing strdup (against sh-utils-2.0).
26428
26429 1999-08-29  Jim Meyering  <meyering@ascend.com>
26430
26431         * m4/jm-macros.m4: Require jm_BISON.
26432         * m4/bison.m4: New file.
26433
26434 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26435
26436         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26437         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26438
26439 1999-08-05  Jim Meyering  <meyering@ascend.com>
26440
26441         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26442         to avoid conflicts with `conftest' on 8+3 filesystems.
26443         Suggestion from Eli Zaretskii.
26444
26445 1999-08-04  Jim Meyering  <meyering@ascend.com>
26446
26447         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26448         fileutils and sh-utils (textutils's getline test was inadequate).
26449         (AM_FUNC_GETLINE): Run this test.
26450         (AC_CHECK_FUNCS): Check for getdelim.
26451         Reported by Bob Proulx.
26452
26453 1999-08-02  Jim Meyering  <meyering@ascend.com>
26454
26455         * m4/jm-macros.m4: Add a comment.
26456
26457 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26458
26459         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26460         <inttypes.h> defines strtoumax as a macro (and not as a
26461         function).
26462
26463 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26464
26465         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26466         that we can shift, multiply and divide unsigned long long
26467         values; Ultrix cc can't do it.
26468
26469 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26470
26471         * m4/mktime.m4: New file, which is a preview of what should appear
26472         in the next public autoconf release.
26473
26474 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26475
26476         * m4/lfs.m4: Remove this file.
26477         * m4/largefile.m4: New file.  It contains the old contents of
26478         lfs.m4, except that all names with prefix AC_LFS have been
26479         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26480         compatible with future autoconf versions.  Also, some minor m4
26481         quoting problems have been fixed.
26482
26483 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26484
26485         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26486         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26487         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26488         and simplify the shell code.
26489
26490 1999-08-01  Jim Meyering  <meyering@ascend.com>
26491
26492         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26493         m4.
26494
26495 1999-07-20  Jim Meyering  <meyering@ascend.com>
26496
26497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26498
26499 1999-07-15  Jim Meyering  <meyering@ascend.com>
26500
26501         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26502
26503 1999-05-22  Jim Meyering  <meyering@ascend.com>
26504
26505         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26506
26507 1999-05-20  Jim Meyering  <meyering@ascend.com>
26508
26509         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26510         Add a colon after each `then' in case $4 is empty.
26511
26512 1999-05-16  Jim Meyering  <meyering@ascend.com>
26513
26514         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26515
26516 1999-05-10  Jim Meyering  <meyering@ascend.com>
26517
26518         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26519
26520         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26521         AC_FUNC_MKTIME.
26522
26523 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26524
26525         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26526
26527 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26528
26529         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26530         not CPPFLAGS, so that linking works correctly in IRIX.
26531
26532 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26533
26534         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26535
26536 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26537
26538         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26539         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26540         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26541         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26542         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26543
26544         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26545
26546 1999-04-20  Jim Meyering  <meyering@ascend.com>
26547
26548         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26549         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26550         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26551
26552 1999-04-18  Jim Meyering  <meyering@ascend.com>
26553
26554         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26555         * m4/jm-macros.m4: Use it.
26556
26557 1999-04-06  Jim Meyering  <meyering@ascend.com>
26558
26559         * m4/strftime.m4: Remove test for %f.
26560
26561 1999-03-29  Jim Meyering  <meyering@ascend.com>
26562
26563         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26564         superset of the AC_TYPE_* checks in the textutils, fileutils,
26565         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26566         AC_TYPE_PID_T.
26567
26568 1999-03-28  Jim Meyering  <meyering@ascend.com>
26569
26570         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26571         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26572         replaced e.g., in the *.sh files of the sh-utils.
26573
26574 1999-03-20  Jim Meyering  <meyering@ascend.com>
26575
26576         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26577         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26578         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26579
26580 1999-03-19  Jim Meyering  <meyering@ascend.com>
26581
26582         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26583
26584 1999-03-12  Jim Meyering  <meyering@ascend.com>
26585
26586         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26587
26588 1999-03-07  Jim Meyering  <meyering@ascend.com>
26589
26590         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26591         declared.
26592
26593 1999-02-17  Jim Meyering  <meyering@ascend.com>
26594
26595         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26596         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26597
26598 1999-02-07  Jim Meyering  <meyering@ascend.com>
26599
26600         * m4/group-member.m4: New file -- extracted from sh-utils'
26601         configure.in.
26602
26603         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26604         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26605
26606 1999-02-06  Jim Meyering  <meyering@ascend.com>
26607
26608         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26609         * m4/fnmatch.m4: Likewise.
26610         * m4/getgroups.m4: Likewise.
26611         * m4/lstat.m4: Likewise.
26612         * m4/malloc.m4: Likewise.
26613         * m4/putenv.m4: Likewise.
26614         * m4/realloc.m4: Likewise.
26615         * m4/regex.m4: Likewise.
26616         * m4/stat.m4: Likewise.
26617         * m4/strftime.m4: Likewise.
26618         Suggestion from Alain Magloire.
26619
26620         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26621         * m4/fnmatch.m4: Likewise.
26622         * m4/getgroups.m4: Likewise.
26623         * m4/getline.m4: Likewise.
26624         * m4/lstat.m4: Likewise.
26625         * m4/malloc.m4: Likewise.
26626         * m4/memcmp.m4: Likewise.
26627         * m4/putenv.m4: Likewise.
26628         * m4/realloc.m4: Likewise.
26629         * m4/regex.m4: Likewise.
26630         * m4/stat.m4: Likewise.
26631         * m4/strftime.m4: Likewise.
26632         Suggestion from Alain Magloire.
26633
26634         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26635         an argument.
26636
26637         * m4/regex.m4: Add a run-time Test for proper operation of
26638         re_compile_pattern.
26639
26640 1999-01-31  Jim Meyering  <meyering@ascend.com>
26641
26642         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26643
26644 1999-01-30  Jim Meyering  <meyering@ascend.com>
26645
26646         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26647
26648         * m4/jm-mktime.m4: Make this a wrapper around the official
26649         AM_FUNC_MKTIME rather than my private copy, now that the official one
26650         is up to date.
26651         * m4/mktime.m4: Remove file.
26652
26653         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26654         * m4/uptime.m4: Likewise.
26655         * m4/uintmax_t.m4: Likewise.
26656
26657 1999-01-28  Jim Meyering  <meyering@ascend.com>
26658
26659         * m4/jm-macros.m4: Use jm_AFS.
26660         * m4/afs.m4: New file (from fileutils' configure.in).
26661
26662         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26663         * m4/chown.m4: Likewise.
26664         * m4/d-ino.m4: Likewise.
26665         * m4/d-type.m4: Likewise.
26666         * m4/fnmatch.m4: Likewise.
26667         * m4/getgroups.m4: Likewise.
26668         * m4/gettext.m4: Likewise.
26669         * m4/jm-mktime.m4: Likewise.
26670         * m4/jm-winsz2.m4: Likewise.
26671         * m4/lcmessage.m4: Likewise.
26672         * m4/ls-mntd-fs.m4: Likewise.
26673         * m4/malloc.m4: Likewise.
26674         * m4/memcmp.m4: Likewise.
26675         * m4/putenv.m4: Likewise.
26676         * m4/realloc.m4: Likewise.
26677         * m4/st_mtim.m4: Likewise.
26678         * m4/strftime.m4: Likewise.
26679
26680 1999-01-16  Jim Meyering  <meyering@ascend.com>
26681
26682         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26683         (ARGMATCH_DIE_DECL): Define.
26684
26685 1999-01-12  Jim Meyering  <meyering@ascend.com>
26686
26687         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26688         Reported by Lars Hecking.
26689
26690 1999-01-10  Jim Meyering  <meyering@ascend.com>
26691
26692         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26693         gross kludge.
26694         * m4/inttypes_h.m4: Likewise.
26695         * m4/lstat.m4: Likewise.
26696         * m4/malloc.m4: Likewise.
26697         * m4/readdir.m4: Likewise.
26698         * m4/realloc.m4: Likewise.
26699         * m4/st_dm_mode.m4: Likewise.
26700         * m4/stat.m4: Likewise.
26701         * m4/utimbuf.m4: Likewise.
26702         * m4/utimes.m4: Likewise.
26703
26704         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26705         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26706         comments in config.h.in are meaningful.
26707
26708         * m4/jm-macros.m4: Require autoconf-2.13 here.
26709
26710         * m4/regex.m4: By default, don't use the included regex.c on systems
26711         with glibc 2.  Suggestion from Uli Drepper.
26712
26713 1999-01-02  Jim Meyering  <meyering@ascend.com>
26714
26715         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26716
26717 1998-12-18  Jim Meyering  <meyering@ascend.com>
26718
26719         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26720         Based on a suggestion from Lars Hecking.
26721
26722 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26723
26724         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26725
26726 1998-11-16  Jim Meyering  <meyering@ascend.com>
26727
26728         * m4/lfs.m4: Double-quote the `uname...` expression.
26729
26730 1998-11-14  Jim Meyering  <meyering@ascend.com>
26731
26732         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26733         * m4/stat.m4: Likewise.
26734
26735 1998-11-03  Jim Meyering  <meyering@ascend.com>
26736
26737         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26738         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26739
26740 1998-10-18  Jim Meyering  <meyering@ascend.com>
26741
26742         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26743
26744 1998-10-17  Jim Meyering  <meyering@ascend.com>
26745
26746         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26747         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26748         calls for those previously hard-coded headers.  Instead, take a new
26749         parameter.
26750         (jm_CHECK_DECLARATIONS): Reflect interface change.
26751         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26752         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26753
26754         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26755
26756 1998-10-14  Jim Meyering  <meyering@ascend.com>
26757
26758         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26759         instead of "TZ=America/Vancouver".  From Paul Eggert.
26760
26761 1998-10-11  Jim Meyering  <meyering@ascend.com>
26762
26763         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26764         This adds a test for a recently added compatibility fix for mktime.c.
26765         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26766
26767 1998-09-27  Jim Meyering  <meyering@ascend.com>
26768
26769         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26770
26771         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26772         ../configure.in, including a change from Gordon Matzigkeit to allow
26773         cross-compiling for the Hurd.
26774
26775         * m4/glibc.m4: New file/macro to test for the GNU C Library
26776         versions 1 and 2.  From Gordon Matzigkeit.
26777         Indent.
26778
26779 1998-09-21  Jim Meyering  <meyering@ascend.com>
26780
26781         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26782
26783 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26784
26785         Port nanosecond-resolution times to UnixWare 2.1.2 and
26786         pedantic Solaris 2.6.
26787
26788         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26789         AC_STRUCT_ST_MTIM.
26790         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26791         Generate name of ns member, instead of just 1 or undef.
26792         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26793
26794 1998-08-15  Jim Meyering  <meyering@ascend.com>
26795
26796         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26797         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26798         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26799         instead of jm_TYPE_SSIZE_T.
26800
26801 1998-08-12  Jim Meyering  <meyering@ascend.com>
26802
26803         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26804
26805 1998-08-02  Jim Meyering  <meyering@ascend.com>
26806
26807         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26808         in acconfig.h manually.
26809
26810 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26811
26812         * m4/st_mtim.m4: New file.
26813
26814 1998-07-28  Jim Meyering  <meyering@ascend.com>
26815
26816         * m4/utimes.m4: Undef stat.
26817
26818 1998-07-25  Jim Meyering  <meyering@ascend.com>
26819
26820         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26821         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26822
26823 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26824
26825         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26826         uid and gid actually remain unchanged.
26827
26828 1998-07-07  Jim Meyering  <meyering@ascend.com>
26829
26830         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26831
26832 1998-07-04  Jim Meyering  <meyering@ascend.com>
26833
26834         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26835         to prove that this macro can be used in packages without regex.c.
26836
26837 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26838
26839         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26840         is to be used.
26841
26842 1998-07-03  Jim Meyering  <meyering@ascend.com>
26843
26844         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26845
26846         * m4/gettext.m4: New file -- from gettext-0.10.35.
26847         * m4/lcmessage.m4: Likewise.
26848         * m4/progtest.m4: Likewise.
26849
26850         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26851         * m4/jm-macros.m4: Require the new macro.
26852
26853 1998-06-29  Jim Meyering  <meyering@ascend.com>
26854
26855         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26856         for the definition of NGROUPS (used in a system header included
26857         by sys/mount.h).
26858
26859 1998-06-28  Jim Meyering  <meyering@ascend.com>
26860
26861         * m4/ls-mntd-fs.m4: New file.
26862         * m4/fstypename.m4: New file.
26863
26864         * m4/jm-macros.m4: Require the new macro.
26865         * m4/jm-glibc-io.m4: New file.
26866
26867 1998-05-19  Jim Meyering  <meyering@ascend.com>
26868
26869         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26870         * m4/lchown.m4: New file.
26871
26872         * m4/Makefile.am.in: New file.
26873         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26874
26875 1998-05-14  Jim Meyering  <meyering@ascend.com>
26876
26877         * m4/Makefile.am (EXTRA_DIST): Add them.
26878         * m4/jm-macros.m4: New file.
26879         * m4/utimbuf.m4: New file.
26880
26881 1998-05-12  Jim Meyering  <meyering@ascend.com>
26882
26883         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26884
26885 1998-05-11  Jim Meyering  <meyering@ascend.com>
26886
26887         * m4/isc-posix.m4: New file.
26888
26889 1998-05-10  Jim Meyering  <meyering@ascend.com>
26890
26891         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26892
26893 1998-05-09  Jim Meyering  <meyering@ascend.com>
26894
26895         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26896         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26897         with automake.
26898
26899         * m4/ssize_t.m4: New file.
26900         * m4/mktime.m4: Remove file -- the new automake has this now.
26901
26902 1998-04-26  Jim Meyering  <meyering@ascend.com>
26903
26904         * m4/assert.m4: New file.
26905         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26906
26907 1998-04-05  Jim Meyering  <meyering@ascend.com>
26908
26909         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26910         (jm_PREREQ): Use it here.
26911
26912 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26913
26914         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26915         in acconfig.h.
26916
26917 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26918
26919         * m4/prereq.m4: New file.
26920         * m4/error.m4: New file.
26921         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26922
26923 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26924
26925         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26926         cache-check for the same variable -- that defeated the purpose of
26927         the test; the test program was never run.  This was a problem only
26928         on systems with losing getline functions -- HP-UX 10.20 is one.
26929         Reported by Bjorn Helgaas.
26930
26931 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26932
26933         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26934
26935 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26936
26937         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26938
26939         * m4/const.m4: New file.  Use an initializer in this declaration
26940         typedef int charset[2]; const charset x;
26941         Reported by Bob Glickstein.
26942
26943 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26944
26945         * m4/chown.m4: Fix reversed types on -1 args to chown.
26946         From Kaveh Ghazi.
26947
26948 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26949
26950         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26951         Add lseek and memchr.
26952
26953         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26954         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26955         have a 20-character limit on names.
26956
26957 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26958
26959         * m4/inttypes_h.m4: New file.
26960         * m4/uintmax_t.m4: New file.
26961         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26962
26963 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26964   Free Software Foundation, Inc.
26965 Copying and distribution of this file, with or without modification,
26966 are permitted provided the copyright notice and this notice are preserved.