Work around an ugly glibc hack.
[gnulib.git] / ChangeLog
1 2007-02-18  Bruno Haible  <bruno@clisp.org>
2
3         * lib/stdlib_.h: Handle glibc's special invocation convention
4         specially.
5
6 2007-02-18  Bruno Haible  <bruno@clisp.org>
7
8         * modules/stdlib-tests: New file.
9         * tests/test-stdlib.c: New file.
10
11         * modules/mkstemp (Files): Remove lib/mkstemp.h.
12         (Depends-on): Add stdlib.
13         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14         (Includes): Use <stdlib.h> instead of mkstemp.h.
15         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
17         * lib/mkstemp.c: Don't include mkstemp.h.
18         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19         * lib/stdlib--.h: Don't include mkstemp.h.
20
21         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
22         (Depends-on): Add stdlib.
23         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24         (Includes): Use <stdlib.h> instead of mkdtemp.h.
25         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
26         HAVE_MKDTEMP.
27         * lib/mkdtemp.c: Don't include mkdtemp.h.
28         * lib/clean-temp.c: Don't include mkdtemp.h.
29
30         * modules/exit (Files): Remove lib/exit.h.
31         (Depends-on): Add stdlib.
32         (Makefile.am): Remove lib_SOURCES.
33         (Include): Use <stdlib.h> instead of exit.h.
34
35         * modules/stdlib: New file.
36         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37         and extra comments about mkstemp().
38         * lib/exit.h: Remove file.
39         * lib/mkdtemp.h: Remove file.
40         * lib/mkstemp.h: Remove file.
41         * m4/stdlib_h.m4: New file.
42         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
43
44 2007-02-18  Bruno Haible  <bruno@clisp.org>
45
46         * modules/math-tests: New file.
47         * tests/test-math.c: New file.
48
49         * modules/math: New file.
50         * modules/mathl (Files): Remove lib/mathl.h.
51         (Depends-on): Add math.
52         (Makefile.am): Don't mention mathl.h.
53         (Include): Use <math.h> instead of mathl.h.
54         * lib/math_.h: New file.
55         * lib/mathl.h: Remove file.
56         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
57         mathl.h.
58         * lib/asinl.c: Likewise.
59         * lib/atanl.c: Likewise.
60         * lib/ceill.c: Likewise.
61         * lib/cosl.c: Likewise.
62         * lib/expl.c: Likewise.
63         * lib/floorl.c: Likewise.
64         * lib/frexpl.c: Likewise.
65         * lib/ldexpl.c: Likewise.
66         * lib/logl.c: Likewise.
67         * lib/sincosl.c: Likewise.
68         * lib/sinl.c: Likewise.
69         * lib/sqrtl.c: Likewise.
70         * lib/tanl.c: Likewise.
71         * lib/trigl.c: Likewise.
72         * m4/math_h.m4: New file.
73         * MODULES.html.sh (Mathematics): Add math.
74
75 2007-02-17  Bruno Haible  <bruno@clisp.org>
76
77         * modules/wctype-tests: New file.
78         * tests/test-wctype.c: New file.
79
80         * modules/wchar-tests: New file.
81         * tests/test-wchar.c: New file.
82
83         * modules/unistd-tests: New file.
84         * tests/test-unistd.c: New file.
85
86         * modules/time-tests: New file.
87         * tests/test-time.c: New file.
88
89         * modules/sysexits-tests: New file.
90         * tests/test-sysexits.c: New file.
91
92         * modules/sys_time-tests: New file.
93         * tests/test-sys_time.c: New file.
94
95         * modules/sys_stat-tests: New file.
96         * tests/test-sys_stat.c: New file.
97
98         * modules/sys_socket-tests: New file.
99         * tests/test-sys_socket.c: New file.
100
101         * modules/sys_select-tests: New file.
102         * tests/test-sys_select.c: New file.
103
104         * modules/string-tests: New file.
105         * tests/test-string.c: New file.
106
107         * modules/stdbool-tests: New file.
108         * tests/test-stdbool.c: New file.
109
110         * modules/netinet_in-tests: New file.
111         * tests/test-netinet_in.c: New file.
112
113         * modules/inttypes-tests: New file.
114         * tests/test-inttypes.c: New file.
115
116         * modules/fcntl-tests: New file.
117         * tests/test-fcntl.c: New file.
118
119         * modules/byteswap-tests: New file.
120         * tests/test-byteswap.c: New file.
121
122         * modules/arpa_inet-tests: New file.
123         * tests/test-arpa_inet.c: New file.
124
125 2007-02-17  Bruno Haible  <bruno@clisp.org>
126
127         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
128         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
129         if the corresponding module is not enabled. Emit link warnings if
130         the function is used nevertheless.
131         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
132         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
133         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
134         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
135         * modules/inttypes (Depends-on): Add link-warning.
136         (Makefile.am): Copy the contents of build-aux/link-warning.h into
137         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
138         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
139         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
140         * modules/imaxdiv (configure.ac): Likewise.
141         * modules/strtoimax (configure.ac): Likewise.
142         * modules/strtoumax (configure.ac): Likewise.
143         
144 2007-02-17  Bruno Haible  <bruno@clisp.org>
145
146         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
147         gl_STRING_MODULE_INDICATOR_DEFAULTS.
148         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
149         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
150
151 2007-02-17  Bruno Haible  <bruno@clisp.org>
152
153         * modules/link-warning: New file.
154         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
155         * lib/string_.h (GL_LINK_WARNING): Remove definition.
156         * modules/string (Depends-on): Add link-warning.
157         (Makefile.am): Copy the contents of build-aux/link-warning.h into
158         string.h.
159         * MODULES.html.sh (Support for building libraries and executables): Add
160         link-warning.
161
162 2007-02-17  Bruno Haible  <bruno@clisp.org>
163
164         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
165         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
166         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
167         long lines.
168
169 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
170             Bruno Haible  <bruno@clisp.org>
171
172         * modules/tmpfile: New file.
173         * lib/tmpfile.c: New file.
174         * m4/tmpfile.m4: New file.
175         * MODULES.html.sh (func_all_modules): New section "Input/output".
176
177 2007-02-15  Bruno Haible  <bruno@clisp.org>
178
179         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
180         (supports_delete_on_close): New function.
181         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
182
183 2007-02-14  Bruno Haible  <bruno@clisp.org>
184
185         * modules/mbspcasecmp-tests: New file.
186         * tests/test-mbspcasecmp.sh: New file.
187         * tests/test-mbspcasecmp.c: New file.
188
189         New module mbspcasecmp.
190         * modules/mbspcasecmp: New file.
191         * lib/mbspcasecmp.c: New file.
192         * lib/string_.h (strncasecmp): Change warning message.
193         (mbspcasecmp): New declaration.
194         * m4/mbspcasecmp.m4: New file.
195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
196         GNULIB_MBSPCASECMP.
197         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
198         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
199
200 2007-02-14  Bruno Haible  <bruno@clisp.org>
201
202         * modules/mbsncasecmp-tests: New file.
203         * tests/test-mbsncasecmp.sh: New file.
204         * tests/test-mbsncasecmp.c: New file.
205
206         New module mbsncasecmp.
207         * modules/mbsncasecmp: New file.
208         * lib/mbsncasecmp.c: New file.
209         * lib/string_.h (mbsncasecmp): New declaration.
210         * m4/mbsncasecmp.m4: New file.
211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
212         GNULIB_MBSNCASECMP.
213         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
214         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
215
216 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
217
218         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
219         Verify that it doesn't overlap with our flags.
220         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
221         do not have the desired effect in multibyte locales; instead, use
222         mbscasecmp.
223         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
224         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
225         we don't require GNU fnmatch ourselves (if our users require it, they
226         should do so explicitly).
227
228         Fix regex code so it doesn't rely on strcasecmp.
229         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
230         Otherwise, include gnulib's langinfo.h.
231         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
232         undesirable behavior in non-C locales.  Instead, rely on localecharset.
233         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
234         * modules/regex (FILES): Remove m4/codeset.m4.
235         (Depends-on): Add localcharset.  Remove strcase.
236
237 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
238
239         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
240         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
241
242 2007-02-13  Bruno Haible  <bruno@clisp.org>
243
244         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
245         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
246
247 2007-02-12  Bruno Haible  <bruno@clisp.org>
248
249         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
250         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
251         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
252         time warning rather than a link error.
253
254 2007-02-12  Bruno Haible  <bruno@clisp.org>
255
256         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
257         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
258         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
259
260 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
261
262         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
263         args, not 2.
264
265 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
266
267         New module 'time', so that apps can include <time.h> as per
268         POSIX and GNU instead of separate include files like time_r.h
269         and timegm.h.  This implementation tries out a simpler approach
270         for replacing decls in standard include files (as compared to
271         the string module), somewhat as an experiment.
272
273         * config/srclist.txt: Comment out mktime.c for now.
274         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
275         since it doesn't apply any more.  Use generic wording instead.
276         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
277         'time'.
278         * lib/time_.h, m4/time_h.m4, modules/time: New files.
279         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
280         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
281         Don't include <sys/types.h>; no longer needed since we assume C89.
282         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
283         * lib/strftime.c: Likewise.
284         * lib/time_r.c: Likewise.
285         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
286         * lib/nanosleep.c: Include <time.h> first, to check interface.
287         * lib/strptime.c: Likewise.
288         * lib/time_r.c: Likewise.
289         * lib/timegm.c: Likewise.
290         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
291         needed.
292         * lib/timegm.c: Don't include timegm.h; no longer needed.
293         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
294         time.h now handles any problems in that area.
295         (struct timespec, nanosleep): Remove; time.h now arranges for these.
296         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
297         that time.h defines struct timespec.
298         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
299         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
300         handles that.
301         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
302         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
303         needed.  Set REPLACE_LOCALTIME.
304         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
305         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
306         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
307         nanosleep; time_h.m4 now does that.  Don't require
308         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
309         module handles this now.
310         * modules/getdate (Depends-on): Remove timespec.  Add time.
311         * modules/nanosleep (Depends-on): Likewise.
312         * modules/stat-time (Depends-on): Likewise.
313         * modules/nanosleep (Include): Include time.h, not timespec.h.
314         * modules/strptime (Files): Remove lib/strptime.h.
315         (Depends-on): Add extensions, time.
316         (Include): Include time.h, not strptime.h.
317         * modules/time_r (Files): Remove lib/time_r.h.
318         (Depends-on): Add time.
319         (Include): Include time.h, not time_r.h.
320         * modules/timegm: Likewise.
321         * modules/timespec (Description): Now does timespec-related decls
322         of our own, instead of struct timespec itself.
323         (Depends-on): Add time; remove extensions.
324         (Maintainer): Add self.
325         * modules/utimecmp (Depends-on): Add time; remove timespec.
326         * modules/utimens (Depends-on): Likewise.
327         * modules/xnanosleep (Depends-on): Likewise.
328
329 2007-02-11  Bruno Haible  <bruno@clisp.org>
330
331         * lib/c-strstr.c: Include allocsa.h.
332         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
333         * lib/c-strcasestr.c: Include allocsa.h.
334         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
335         * lib/strcasestr.c: Include allocsa.h.
336         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
337         * lib/mbsstr.c: Include allocsa.h.
338         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
339         allocsa/freesa instead of malloc/free.
340         * lib/mbscasestr.c: Include allocsa.h.
341         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
342         allocsa/freesa instead of malloc/free.
343         * modules/c-strstr (Depends-on): Add allocsa.
344         * modules/c-strcasestr (Depends-on): Likewise.
345         * modules/strcasestr (Depends-on): Likewise.
346         * modules/mbsstr (Depends-on): Likewise.
347         * modules/mbscasestr (Depends-on): Likewise.
348
349 2007-02-11  Bruno Haible  <bruno@clisp.org>
350
351         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
352
353         * modules/mbsspn-tests: New file.
354         * tests/test-mbsspn.sh: New file.
355         * tests/test-mbsspn.c: New file.
356
357 2007-02-11  Bruno Haible  <bruno@clisp.org>
358
359         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
360
361         * modules/mbspbrk-tests: New file.
362         * tests/test-mbspbrk.sh: New file.
363         * tests/test-mbspbrk.c: New file.
364
365 2007-02-11  Bruno Haible  <bruno@clisp.org>
366
367         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
368         unneeded cast.
369
370         * modules/mbscspn-tests: New file.
371         * tests/test-mbscspn.sh: New file.
372         * tests/test-mbscspn.c: New file.
373
374 2007-02-11  Bruno Haible  <bruno@clisp.org>
375
376         * modules/mbscasecmp-tests: New file.
377         * tests/test-mbscasecmp.sh: New file.
378         * tests/test-mbscasecmp.c: New file.
379
380 2007-02-11  Bruno Haible  <bruno@clisp.org>
381
382         Ensure O(n) worst-case complexity of mbscasestr.
383         * lib/mbscasestr.c: Include stdbool.h.
384         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
385         functions.
386         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
387         the bookkeeping indicates that it's worth it.
388         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
389
390         * modules/mbscasestr-tests: New file.
391         * tests/test-mbscasestr1.c: New file.
392         * tests/test-mbscasestr2.sh: New file.
393         * tests/test-mbscasestr2.c: New file.
394         * tests/test-mbscasestr3.sh: New file.
395         * tests/test-mbscasestr3.c: New file.
396         * tests/test-mbscasestr4.sh: New file.
397         * tests/test-mbscasestr4.c: New file.
398         * m4/locale-tr.m4: New file.
399
400 2007-02-11  Bruno Haible  <bruno@clisp.org>
401
402         Ensure O(n) worst-case complexity of mbsstr.
403         * lib/mbsstr.c: Include stdbool.h.
404         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
405         functions.
406         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
407         bookkeeping indicates that it's worth it.
408         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
409
410         * modules/mbsstr-tests: New file.
411         * tests/test-mbsstr1.c: New file.
412         * tests/test-mbsstr2.sh: New file.
413         * tests/test-mbsstr2.c: New file.
414         * tests/test-mbsstr3.sh: New file.
415         * tests/test-mbsstr3.c: New file.
416         * m4/locale-fr.m4: New file.
417
418 2007-02-11  Bruno Haible  <bruno@clisp.org>
419
420         * lib/mbsrchr.c (mbsrchr): Fix bug.
421
422         * modules/mbsrchr-tests: New file.
423         * tests/test-mbsrchr.sh: New file.
424         * tests/test-mbsrchr.c: New file.
425
426 2007-02-11  Bruno Haible  <bruno@clisp.org>
427
428         * lib/mbschr.c (mbschr): Fix bug.
429
430         * modules/mbschr-tests: New file.
431         * tests/test-mbschr.sh: New file.
432         * tests/test-mbschr.c: New file.
433         * m4/locale-zh.m4: New file.
434
435 2007-02-11  Bruno Haible  <bruno@clisp.org>
436
437         Support for copying multibyte string iterators.
438         * lib/mbiter.h: Include <string.h>.
439         (mbiter_multi_copy): New function.
440         (mbi_copy): New macro.
441         * lib/mbuiter.h: Include <string.h>.
442         (mbuiter_multi_copy): New function.
443         (mbui_copy): New macro.
444
445 2007-02-11  Bruno Haible  <bruno@clisp.org>
446
447         New module mbslen.
448         * modules/mbslen: New file.
449         * lib/mbslen.c: New file.
450         * lib/string_.h (mbslen): New declaration.
451         * m4/mbslen.m4: New file.
452         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
453         GNULIB_MBSLEN.
454         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
455         * MODULES.html.sh (Internationalization functions): Add mbslen.
456
457 2007-02-11  Bruno Haible  <bruno@clisp.org>
458
459         Ensure O(n) worst-case complexity of strcasestr substitute.
460         * lib/strcasestr.c: Include stdbool.h.
461         (knuth_morris_pratt): New function.
462         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
463         bookkeeping indicates that it's worth it.
464         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
465
466         * modules/strcasestr-tests: New file.
467         * tests/test-strcasestr.c: New file.
468
469 2007-02-11  Bruno Haible  <bruno@clisp.org>
470
471         Ensure O(n) worst-case complexity of c_strcasestr.
472         * lib/c-strcasestr.c: Include stdbool.h, string.h.
473         (knuth_morris_pratt): New function.
474         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
475         the bookkeeping indicates that it's worth it.
476         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
477
478         * modules/c-strcasestr-tests: New file.
479         * tests/test-c-strcasestr.c: New file.
480
481 2007-02-11  Bruno Haible  <bruno@clisp.org>
482
483         Ensure O(n) worst-case complexity of c_strstr.
484         * lib/c-strstr.c: Include stdbool.h, string.h.
485         (knuth_morris_pratt): New function.
486         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
487         bookkeeping indicates that it's worth it.
488         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
489
490         * lib/c-strstr.c: Complete rewrite for maintainability.
491
492         * modules/c-strstr-tests: New file.
493         * tests/test-c-strstr.c: New file.
494
495 2007-02-11  Bruno Haible  <bruno@clisp.org>
496
497         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
498         5.2.1 and earlier, whereby \055 was treated just like the range
499         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
500
501 2007-02-08  Bruno Haible  <bruno@clisp.org>
502
503         * modules/regex (Depends-on): Add stdbool.
504         Reported by Dalibor Topic <robilad@kaffe.org>.
505
506 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
507
508         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
509         Prefer returning from main to exiting from it.
510         Remove unnecessary parens after sizeof.
511
512 2007-02-05  Bruno Haible  <bruno@clisp.org>
513
514         New module mbssep.
515         * modules/mbssep: New file.
516         * lib/mbssep.c: New file.
517         * lib/string_.h (strsep): Add a conditional link warning.
518         (mbssep): New declaration.
519         * m4/mbssep.m4: New file.
520         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
521         GNULIB_MBSSEP.
522         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
523         * MODULES.html.sh (Internationalization functions): Add mbssep.
524
525 2007-02-05  Bruno Haible  <bruno@clisp.org>
526
527         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
528         Optimize search in case of 1 delimiter.
529
530 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
531
532         * lib/acl.h: Include sys/types.h before sys/acl.h.
533
534 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
535
536         Merge upstream fix for glibc bugzilla #3957:
537
538         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
539
540         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
541         bit for RE_HAT_LISTS_NOT_NEWLINE.
542         (build_charclass_op): Remove bogus comment.
543
544 2007-02-05  Simon Josefsson  <simon@josefsson.org>
545
546         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
547
548 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
549
550         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
551         * lib/memmem.c [!defined _LIBC]: Include config.h.
552
553 2007-02-04  Bruno Haible  <bruno@clisp.org>
554
555         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
556         warning message.
557
558 2007-02-04  Bruno Haible  <bruno@clisp.org>
559
560         New module mbstok_r.
561         * modules/mbstok_r: New file.
562         * lib/mbstok_r.c: New file.
563         * lib/string_.h (strtok_r): Change argument names to match the
564         comments. Add a conditional link warning.
565         (mbstok_r): New declaration.
566         * m4/mbstok_r.m4: New file.
567         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
568         GNULIB_MBSTOK_R.
569         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
570         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
571
572 2007-02-04  Bruno Haible  <bruno@clisp.org>
573
574         New module mbsspn.
575         * modules/mbsspn: New file.
576         * lib/mbsspn.c: New file.
577         * lib/string_.h (strspn): Add a conditional link warning.
578         (mbsspn): New declaration.
579         * m4/mbsspn.m4: New file.
580         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
581         GNULIB_MBSSPN.
582         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
583         * MODULES.html.sh (Internationalization functions): Add mbsspn.
584
585 2007-02-04  Bruno Haible  <bruno@clisp.org>
586
587         New module mbspbrk.
588         * modules/mbspbrk: New file.
589         * lib/mbspbrk.c: New file.
590         * lib/string_.h (strpbrk): Add a conditional link warning.
591         (mbspbrk): New declaration.
592         * m4/mbspbrk.m4: New file.
593         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
594         GNULIB_MBSPBRK.
595         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
596         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
597
598 2007-02-04  Bruno Haible  <bruno@clisp.org>
599
600         New module mbscspn.
601         * modules/mbscspn: New file.
602         * lib/mbscspn.c: New file.
603         * lib/string_.h (strcspn): Add a conditional link warning.
604         (mbscspn): New declaration.
605         * m4/mbscspn.m4: New file.
606         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
607         GNULIB_MBSCSPN.
608         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
609         * MODULES.html.sh (Internationalization functions): Add mbscspn.
610
611 2007-02-04  Bruno Haible  <bruno@clisp.org>
612
613         New module mbscasestr, reduced goal of strcasestr.
614         * modules/mbscasestr: New file.
615         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
616         (mbscasestr): Renamed from strcasestr.
617         * lib/strcasestr.c: Don't include mbuiter.h.
618         (strcasestr): Remove support for multibyte locales.
619         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
620         Change the conditional link warning.
621         (mbscasestr): New declaration.
622         * m4/mbscasestr.m4: New file.
623         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
624         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
625         REPLACE_STRCASESTR.
626         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
627         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
628         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
629         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
630         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
631         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
632         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
633         (Depends-on): Remove mbuiter.
634         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
635
636 2007-02-04  Bruno Haible  <bruno@clisp.org>
637
638         Simplify handling of strncasecmp.
639         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
640         the conditional link warning.
641         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
642         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
643         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
644         * modules/strcase (configure.ac): Don't invoke
645         gl_STRING_MODULE_INDICATOR.
646         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
647
648 2007-02-04  Bruno Haible  <bruno@clisp.org>
649
650         New module mbscasecmp, reduced goal of strcasecmp.
651         * modules/mbscasecmp: New file.
652         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
653         (mbscasecmp): Renamed from strcasecmp.
654         * lib/strcasecmp.c: Don't include mbuiter.h.
655         (strcasecmp): Remove support for multibyte locales.
656         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
657         Change the conditional link warning.
658         (mbscasecmp): New declaration.
659         * m4/mbscasecmp.m4: New file.
660         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
661         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
662         REPLACE_STRCASECMP.
663         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
664         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
665         GNULIB_MBSCASECMP.
666         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
667         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
668         * modules/strcase (Files): Remove m4/mbrtowc.m4.
669         (Depends-on): Remove mbuiter.
670         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
671
672 2007-02-04  Bruno Haible  <bruno@clisp.org>
673
674         New module mbsstr. Remove module strstr.
675         * modules/mbsstr: New file.
676         * modules/strstr: Remove file.
677         * lib/mbsstr.c: Renamed from lib/strstr.c.
678         (mbsstr): Renamed from strstr.
679         * lib/string_.h (strstr): Remove declaration. Change the conditional
680         link warning.
681         (mbsstr): New declaration.
682         * m4/mbsstr.m4: New file.
683         * m4/strstr.m4: Remove file.
684         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
685         REPLACE_STRSTR.
686         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
687         Don't initialize GNULIB_STRSTR.
688         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
689         substitute GNULIB_STRSTR and REPLACE_STRSTR.
690         * MODULES.html.sh (Internationalization functions): Add mbsstr.
691         (Support for systems lacking ANSI C 89): Remove strstr.
692
693 2007-02-04  Bruno Haible  <bruno@clisp.org>
694
695         New module mbsrchr.
696         * modules/mbsrchr: New file.
697         * lib/mbsrchr.c: New file.
698         * lib/string_.h (strrchr): Add a conditional link warning.
699         (mbsrchr): New declaration.
700         * m4/mbsrchr.m4: New file.
701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
702         GNULIB_MBSRCHR.
703         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
704         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
705
706 2007-02-04  Bruno Haible  <bruno@clisp.org>
707
708         New module mbschr.
709         * modules/mbschr: New file.
710         * lib/mbschr.c: New file.
711         * lib/string_.h (strchr): Add a conditional link warning.
712         (mbschr): New declaration.
713         * m4/mbschr.m4: New file.
714         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
715         GNULIB_MBSCHR.
716         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
717         * MODULES.html.sh (Internationalization functions): Add mbschr.
718
719 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
720
721         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
722
723         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
724
725 2007-02-04  Bruno Haible  <bruno@clisp.org>
726
727         New module description section 'configure.ac-early'.
728         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
729         (func_get_autoconf_early_snippet): New function.
730         (func_import, func_create_testdir): Use it. Remove special cases for
731         modules 'extensions' and 'lock'.
732         * modules/extensions (configure.ac-early): Require
733         gl_USE_SYSTEM_EXTENSIONS.
734         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
735
736 2007-02-04  Bruno Haible  <bruno@clisp.org>
737
738         Make use of gcj-4.3's -fsource and -ftarget option.
739         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
740         and if so try the options -fsource and -ftarget.
741         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
742         source_version, ftarget_option, target_version arguments.
743         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
744         (is_envjavac_oldgcj_14_14_usable): Renamed from
745         is_envjavac_gcj_14_14_usable.
746         (is_envjavac_oldgcj_14_13_usable): Renamed from
747         is_envjavac_gcj_14_13_usable.
748         (is_gcj_present): Update.
749         (is_gcj_43, is_gcj43_usable): New functions.
750         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
751         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
752         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
753         try the options -fsource and -ftarget.
754
755 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
756
757         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
758         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
759         larger value.
760
761 2007-02-03  Jim Meyering  <jim@meyering.net>
762
763         Give tools a better chance to allocate space for very large buffers.
764         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
765
766         Make pwd and readlink work also when run with an unreadable parent dir
767         on systems with openat support.
768         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
769         provided getcwd function, even when we have openat support.
770         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
771
772 2007-02-02  Bruno Haible  <bruno@clisp.org>
773
774         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
775         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
776         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
777         portability problems if one of these functions is only used on specific
778         platforms.
779         Reported by Paul Eggert.
780
781 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
782
783         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
784         is causing more trouble than it's curing.
785         * lib/regex_internal.h (__mempcpy): Remove.
786         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
787         (and make the code a tad smaller to boot).
788         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
789
790 2007-02-02  Jim Meyering  <jim@meyering.net>
791
792         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
793         section, not in the Makefile.am: one.
794
795 2007-02-02  Eric Blake  <ebb9@byu.net>
796
797         * lib/strchrnul.c: Always include config.h first.
798
799         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
800         gnulib strstr is not necessary here.
801
802 2007-02-02  Simon Josefsson  <simon@josefsson.org>
803
804         * m4/socklen.m4: Fix typo.
805
806 2007-02-02  Eric Blake  <ebb9@byu.net>
807
808         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
809         * modules/netinet_in (Makefile.am): Likewise.
810
811 2007-02-01  Bruno Haible  <bruno@clisp.org>
812
813         * lib/string_.h (GL_LINK_WARNING): New macro.
814         (strcasecmp, strstr, strcasestr): If provided by the system,
815         conditionally define as a macro that leads to a warning instead of to
816         an error.
817         (strncasecmp): Conditionally define as a macro that leads to a warning.
818
819 2007-02-01  Jim Meyering  <jim@meyering.net>
820
821         Give tools a better chance to allocate space for very large buffers.
822         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
823
824 2007-02-01  Karl Berry  <karl@gnu.org>
825
826         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
827
828 2007-02-01  Bruno Haible  <bruno@clisp.org>
829
830         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
831         renamings.
832
833 2007-02-01  Eric Blake  <ebb9@byu.net>
834
835         * modules/regex (Depends-on): Revert dependence on mempcpy.
836         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
837         module's definition of mempcpy.
838         Reported by Paul Eggert.
839
840 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
841
842         * lib/string_.h: If the gnulib module XYZ is not present, undefine
843         the symbol XYZ before redefining it.  This fixes a problem with
844         programs that don't use XYZ, when compiled on systems that define
845         XYZ to something else.
846
847 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
848
849         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
850         occurs when "mkdir -m foo" creates a setgid directory that is (1)
851         writeable to group or other and (2) is intended to have a special
852         mode bit that is set or cleared.  In such a case, the directory
853         should be neither group- nor other-writeable until the special
854         mode bits are right.
855
856 2007-01-31  Eric Blake  <ebb9@byu.net>
857
858         * modules/mountlist (Depends-on): Add strstr.
859
860         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
861         bug.
862         * modules/string (Makefile.am): Remove redundant replacement.
863         * modules/regex (Depends-on): Add mempcpy.
864
865 2007-01-31  Bruno Haible  <bruno@clisp.org>
866
867         New module description field 'Link'.
868         * gnulib-tool (func_usage): Document --extract-link-directive.
869         (sed_extract_prog): Recognize 'Link' directive.
870         (func_get_link_directive): New function.
871         (func_import): Show summary of link directives.
872         Handle --extract-link-directive option.
873         * modules/acl (Link): New section.
874         * modules/clock-time (Link): New section.
875         * modules/euidaccess (Link): New section.
876         * modules/gettext (Link): New section.
877         * modules/iconv (Link): New section.
878         * modules/lock (Link): New section.
879         * modules/nanosleep (Link): New section.
880         * modules/readline (Link): New section.
881
882 2007-01-27  Bruno Haible  <bruno@clisp.org>
883
884         Enforce the use of gnulib modules for unportable <string.h> functions.
885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
886         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
887         (gl_HEADER_STRING_H_BODY): Require it.
888         * lib/string_.h: If the gnulib module XYZ is not present, redefine
889         the symbol XYZ to one that gives a link error.
890         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
891         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
892         * modules/mempcpy (configure.ac): Likewise.
893         * modules/memrchr (configure.ac): Likewise.
894         * modules/stpcpy (configure.ac): Likewise.
895         * modules/stpncpy (configure.ac): Likewise.
896         * modules/strcase (configure.ac): Likewise.
897         * modules/strcasestr (configure.ac): Likewise.
898         * modules/strchrnul (configure.ac): Likewise.
899         * modules/strdup (configure.ac): Likewise.
900         * modules/strndup (configure.ac): Likewise.
901         * modules/strnlen (configure.ac): Likewise.
902         * modules/strpbrk (configure.ac): Likewise.
903         * modules/strsep (configure.ac): Likewise.
904         * modules/strstr (configure.ac): Likewise.
905         * modules/strtok_r (configure.ac): Likewise.
906
907 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
908
909         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
910
911 2007-01-30  Jim Meyering  <jim@meyering.net>
912
913         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
914
915 2007-01-29  Bruno Haible  <bruno@clisp.org>
916
917         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
918         * lib/execute.c: Likewise.
919         * lib/pipe.c: Likewise.
920         * lib/printf-args.h: Likewise.
921         * lib/printf-args.c: Likewise.
922         * lib/printf-parse.c: Likewise.
923         * lib/vasnprintf.c: Likewise.
924
925 2007-01-29  Eric Blake  <ebb9@byu.net>
926
927         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
928         declaration.
929
930 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
931
932         * lib/strptime.h (strptime): Use 'restrict' for args where
933         POSIX requires this.
934         * lib/strptime.c (strptime): Likewise.
935         Change license notice from LGPL to GPL, since gnulib-tool will
936         change this as needed.
937         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
938         defined.
939         Include "strptime.h" first, to check interface.
940         Do not #undef _LIBC and _NL_CURRENT.
941         Do not include <stdlib.h>; no longer needed.
942         Include "time_r.h" and declare ptime_locale_status
943         only if _LIBC is not defined.
944         (__P): Remove unused macro.
945         (match_string): Bring back glibc version, but use it only if _LIBC
946         is defined.
947         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
948         Remove unnecessary assertion and abort() call.
949         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
950         * m4/strptime.m4: Fix serial number comment.
951         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
952         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
953         (Depends-on): Add time_r.
954
955 2007-01-29  Bruno Haible  <bruno@clisp.org>
956
957         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
958         strptime.
959         * modules/strptime (Depends-on): Add stdbool.
960         * lib/strptime.h: Include <time.h> always. Add comments.
961
962 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
963
964         * modules/strptime: New file.
965         * lib/strptime.h: New file.
966         * lib/strptime.c: New file.
967         * m4/strptime.m4: New file.
968
969 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
970
971         * MODULES.html.sh: New module mpsort.
972         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
973
974         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
975         a circularity problem with HP-UX ia64 reported by Bob Proulx in
976         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
977         All uses changed.
978         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
979         All uses changed.
980         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
981         to _Restrict_.
982         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
983         the parameter matches the prototype.
984
985 2007-01-28  Jim Meyering  <jim@meyering.net>
986
987         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
988         sys/time.h here, reverting that part of the previous patch:
989         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
990
991 2007-01-28  Bruno Haible  <bruno@clisp.org>
992
993         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
994         value of $(SYS_TIME_H).
995         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
996         remove it conditionally, too. [added by Jim Meyering]
997         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
998         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
999         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
1000         GETTIMEOFDAY_REPLACEMENT to 1.
1001
1002 2007-01-28  Bruno Haible  <bruno@clisp.org>
1003
1004         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
1005         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
1006         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
1007         Set UNISTD_H instead of UNISTD_H2.
1008         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
1009
1010 2007-01-28  Bruno Haible  <bruno@clisp.org>
1011
1012         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
1013         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
1014
1015 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1016
1017         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
1018         (func_create_testdir): Ensure C locale for `grep' and `tr'
1019         character ranges.
1020         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
1021         ACLOCAL_AMFLAGS parsing state machine.
1022
1023 2007-01-27  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/unistr/base: Update.
1026
1027 2007-01-27  Bruno Haible  <bruno@clisp.org>
1028
1029         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
1030         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
1031         * modules/unistr/u32-mbtouc-unsafe: Renamed from
1032         modules/unistr/u32-mbtouc.
1033         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
1034         * lib/unistr.h: Update.
1035         * lib/linebreak.c: Update.
1036         * modules/unistr/u32-mbtouc: Renamed from
1037         modules/unistr/u32-mbtouc-safe.
1038         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
1039         * lib/unistr.h: Update.
1040         * lib/unistr/u32-to-u8.c: Update.
1041         * lib/unistr/u32-to-u16.c: Update.
1042
1043 2007-01-27  Bruno Haible  <bruno@clisp.org>
1044
1045         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
1046         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
1047         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
1048         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
1049         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
1050         * modules/unistr/u16-mbtouc-unsafe: Renamed from
1051         modules/unistr/u16-mbtouc.
1052         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
1053         * lib/unistr.h: Update.
1054         * lib/linebreak.c: Update.
1055         * modules/linebreak: Update.
1056         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
1057         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
1058         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
1059         * modules/unistr/u16-mbtouc: Renamed from
1060         modules/unistr/u16-mbtouc-safe.
1061         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
1062         * lib/unistr.h: Update.
1063         * lib/unistr/u16-to-u8.c: Update.
1064         * modules/unistr/u16-to-u8: Update.
1065         * lib/unistr/u16-to-u32.c: Update.
1066         * modules/unistr/u16-to-u32: Update.
1067
1068 2007-01-27  Bruno Haible  <bruno@clisp.org>
1069
1070         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
1071         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
1072         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
1073         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1074         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1075         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1076         modules/unistr/u8-mbtouc.
1077         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1078         * lib/unistr.h: Update.
1079         * lib/striconveh.c: Update.
1080         * modules/striconveh: Update.
1081         * lib/linebreak.c: Update.
1082         * modules/linebreak: Update.
1083         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1084         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1085         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1086         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1087         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1088         * lib/unistr.h: Update.
1089         * lib/striconveh.c: Update.
1090         * modules/striconveh: Update.
1091         * lib/unistr/u8-to-u16.c: Update.
1092         * modules/unistr/u8-to-u16: Update.
1093         * lib/unistr/u8-to-u32.c: Update.
1094         * modules/unistr/u8-to-u32: Update.
1095
1096 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1097
1098         Sync from Libtool.
1099         * lib/argz.c: Do not include strings.h nor memory.h, include
1100         string.h unconditionally.  Patch by Simon Josefsson.
1101
1102 2007-01-27  Bruno Haible  <bruno@clisp.org>
1103
1104         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1105         from gl_HEADER_STRING_H_BODY.
1106         (gl_HEADER_STRING_H_BODY): Require it.
1107         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1108         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1109         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1110         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1111         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1112         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1113         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1114         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1115         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1116         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1117         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1118         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1119         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1120         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1121         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1122
1123 2007-01-27  Bruno Haible  <bruno@clisp.org>
1124
1125         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1126         check_PROGRAMS into noinst_PROGRAMS.
1127         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1128         check_PROGRAMS in this case.
1129         (func_import): Set for_test to false.
1130         (func_create_testdir): Set for_test to true.
1131
1132 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1133             Bruno Haible  <bruno@clisp.org>
1134
1135         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1136         (Depends-on): Add string.
1137         (Includes): Use <string.h> instead of strcasestr.h.
1138         * modules/string (Makefile.am): Also substitute the value of
1139         REPLACE_STRCASESTR.
1140         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1141         assume strcasestr is declared in <string.h> not <strings.h>. Also
1142         set REPLACE_STRCASESTR.
1143         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1144         REPLACE_STRCASESTR.
1145         * lib/strcasestr.h: Remove file.
1146         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1147         * lib/string_.h (strcasestr): New declaration.
1148
1149 2007-01-27  Bruno Haible  <bruno@clisp.org>
1150
1151         * lib/string_.h: Use 'extern'.
1152
1153 2007-01-27  Jim Meyering  <jim@meyering.net>
1154
1155         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1156         of set-but-not-used local, "q".
1157
1158         * lib/mempcpy.c: Include <config.h> before <string.h>.
1159         This fixes a compilation error on HP-UX, due to the system's
1160         "restrict"-using mempcpy prototype.
1161
1162 2007-01-26  Bruno Haible  <bruno@clisp.org>
1163
1164         Small optimization.
1165         * lib/javacomp.c: Include c-strstr.h.
1166          (is_envjavac_gcj): Use c_strstr instead of strstr.
1167         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1168
1169 2007-01-26  Bruno Haible  <bruno@clisp.org>
1170
1171         * MODULES.html.sh (Unicode string functions): Add the new modules.
1172
1173         * modules/uniconv/u32-strconv-to-locale: New file.
1174         * lib/uniconv/u32-strconv-to-locale.c: New file.
1175
1176         * modules/uniconv/u16-strconv-to-locale: New file.
1177         * lib/uniconv/u16-strconv-to-locale.c: New file.
1178
1179         * modules/uniconv/u8-strconv-to-locale: New file.
1180         * lib/uniconv/u8-strconv-to-locale.c: New file.
1181
1182         * modules/uniconv/u32-strconv-from-locale: New file.
1183         * lib/uniconv/u32-strconv-from-locale.c: New file.
1184
1185         * modules/uniconv/u16-strconv-from-locale: New file.
1186         * lib/uniconv/u16-strconv-from-locale.c: New file.
1187
1188         * modules/uniconv/u8-strconv-from-locale: New file.
1189         * lib/uniconv/u8-strconv-from-locale.c: New file.
1190
1191         * modules/uniconv/u32-strconv-to-enc: New file.
1192         * lib/uniconv/u32-strconv-to-enc.c: New file.
1193         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1194         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1195
1196         * modules/uniconv/u16-strconv-to-enc: New file.
1197         * lib/uniconv/u16-strconv-to-enc.c: New file.
1198         * lib/uniconv/u-strconv-to-enc.h: New file.
1199         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1200         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1201
1202         * modules/uniconv/u8-strconv-to-enc: New file.
1203         * lib/uniconv/u8-strconv-to-enc.c: New file.
1204         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1205         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1206
1207         * modules/uniconv/u32-strconv-from-enc: New file.
1208         * lib/uniconv/u32-strconv-from-enc.c: New file.
1209         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1210         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1211
1212         * modules/uniconv/u16-strconv-from-enc: New file.
1213         * lib/uniconv/u16-strconv-from-enc.c: New file.
1214         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1215         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1216
1217         * modules/uniconv/u8-strconv-from-enc: New file.
1218         * lib/uniconv/u8-strconv-from-enc.c: New file.
1219         * lib/uniconv/u-strconv-from-enc.h: New file.
1220         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1221         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1222
1223         * modules/uniconv/u32-conv-from-enc: New file.
1224         * lib/uniconv/u32-conv-from-enc.c: New file.
1225         * modules/uniconv/u32-conv-from-enc-tests: New file.
1226         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1227
1228         * modules/uniconv/u16-conv-from-enc: New file.
1229         * lib/uniconv/u16-conv-from-enc.c: New file.
1230         * lib/uniconv/u-conv-from-enc.h: New file.
1231         * modules/uniconv/u16-conv-from-enc-tests: New file.
1232         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1233
1234         * modules/uniconv/u8-conv-from-enc: New file.
1235         * lib/uniconv/u8-conv-from-enc.c: New file.
1236         * modules/uniconv/u8-conv-from-enc-tests: New file.
1237         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1238
1239         * modules/uniconv/base: New file.
1240         * lib/uniconv.h: New file.
1241
1242 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         * doc/gnulib-tool.texi (Initial import): Update to match current
1245         behavior with strdup module.
1246         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1247         * lib/memmem.h: Remove; all uses removed.  This is now done
1248         by <string.h>.
1249         * lib/mempcpy.h: Likewise.
1250         * lib/memrchr.h: Likewise.
1251         * lib/stpcpy.h: Likewise.
1252         * lib/stpncpy.h: Likewise.
1253         * lib/strcase.h: Likewise.
1254         * lib/strchrnul.h: Likewise.
1255         * lib/strdup.h: Likewise.
1256         * lib/strndup.h: Likewise.
1257         * lib/strnlen.h: Likewise.
1258         * lib/strpbrk.h: Likewise.
1259         * lib/strsep.h: Likewise.
1260         * lib/strstr.h: Likewise.
1261         * lib/strtok_r.h: Likewise.
1262         * lib/string_.h: New file.
1263         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1264         Rely on <string.h> instead.
1265         * lib/canon-host.c: Likewise.
1266         * lib/chdir-long.c: Likewise.
1267         * lib/concatpath.c: Likewise.
1268         * lib/exclude.c: Likewise.
1269         * lib/fchdir.c: Likewise.
1270         * lib/getaddrinfo.c: Likewise.
1271         * lib/getcwd.c: Likewise.
1272         * lib/getsubopt.c: Likewise.
1273         * lib/glob.c: Likewise.
1274         * lib/hard-locale.c: Likewise.
1275         * lib/iconvme.c: Likewise.
1276         * lib/javacomp.c: Likewise.
1277         * lib/mempcpy.c: Likewise.
1278         * lib/memrchr.c: Likewise.
1279         * lib/regex_internal.h: Likewise.
1280         * lib/stpncpy.c: Likewise.
1281         * lib/strcasecmp.c: Likewise.
1282         * lib/strchrnul.c: Likewise.
1283         * lib/strdup.c: Likewise.
1284         * lib/striconv.c: Likewise.
1285         * lib/striconveh.c: Likewise.
1286         * lib/striconveha.c: Likewise.
1287         * lib/strncasecmp.c: Likewise.
1288         * lib/strndup.c: Likewise.
1289         * lib/strnlen.c: Likewise.
1290         * lib/strsep.c: Likewise.
1291         * lib/strstr.c: Likewise.
1292         * lib/strtok_r.c: Likewise.
1293         * lib/userspec.c: Likewise.
1294         * lib/w32spawn.h: Likewise.
1295         * lib/xstrndup.c: Likewise.
1296         * lib/mountlist.c (strstr): Remove decl.
1297         * m4/string_h.m4: New file.
1298         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1299         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1300         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1301         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1302         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1303         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1304         Set REPLACE_STRCASECMP if necessary.
1305         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1306         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1307         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1308         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1309         HAVE_DECL_STRDUP if necessary.
1310         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1311         since gl_FUNC_STRNDUP does that now.
1312         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1313         Check for decl here...
1314         (gl_PREREQ_STRNLEN): ... not here.
1315         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1316         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1317         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1318         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1319         necessary.
1320         * modules/string: New file.
1321         * modules/memmem (Files): Remove special-purpose include file.
1322         (Depends-on): Add string.
1323         (Include): Include <string.h>, not the removed file.
1324         * modules/mempcpy: Likewise.
1325         * modules/memrchr: Likewise.
1326         * modules/stpcpy: Likewise.
1327         * modules/stpncpy: Likewise.
1328         * modules/strcase: Likewise.
1329         * modules/strchrnul: Likewise.
1330         * modules/strdup: Likewise.
1331         * modules/strndup: Likewise.
1332         * modules/strnlen: Likewise.
1333         * modules/strpbrk: Likewise.
1334         * modules/strsep: Likewise.
1335         * modules/strstr: Likewise.
1336         * modules/strtok_r: Likewise.
1337         * tests/test-dirname.c: Don't include "strdup.h", since
1338         <string.h> now suffices.
1339         * tests/test-memmem.c: Don't include "memmem.h", since
1340         <string.h> now suffices.
1341
1342 2007-01-25  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1345         *resultp is 0.
1346
1347         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1348         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1349         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1350         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1351
1352         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1353         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1354         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1355         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1356         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1357         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1358
1359 2007-01-24  Bruno Haible  <bruno@clisp.org>
1360
1361         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1363         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1364         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1365         gl_FUNC_FTS_CORE.
1366         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1367         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1368         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1369         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1370         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1371         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1372         gl_FUNC_FCHOWNAT.
1373         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1374         gl_FUNC_STRFTIME.
1375         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1376         Reported by Ralf Wildenhues.
1377
1378 2007-01-24  Bruno Haible  <bruno@clisp.org>
1379
1380         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1381         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1382         gl_GETADDRINFO.
1383         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1384         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1385         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1386
1387 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1388
1389         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1390         Don't use 'exit'; just return from 'main'.
1391         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1392
1393         * lib/fnmatch_.h: Readjust white space and comments to match
1394         glibc, to avoid spurious diffs.
1395
1396 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1397
1398         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1399         2004-12-01 change by Jakub Jelinek, since this code won't compile
1400         if !LIBC.  Problem reported by Bob Proulx.
1401
1402 2007-01-23  Bruno Haible  <bruno@clisp.org>
1403
1404         * lib/striconveh.c: Include c-strcaseeq.h.
1405         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1406         * modules/striconveh (Depends-on): Add c-strcaseeq.
1407
1408 2007-01-23  Bruno Haible  <bruno@clisp.org>
1409
1410         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1411
1412         * modules/c-strcaseeq: New file.
1413         * lib/c-strcaseeq.h: New file.
1414
1415         * modules/streq: New file.
1416         * lib/streq.h: New file.
1417
1418 2007-01-23  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/striconveha-tests: New file.
1421         * tests/test-striconveha.c: New file.
1422
1423         * lib/striconveha.h: Include <stdbool.h>.
1424         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1425         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1426         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1427         (mem_iconveha): New function.
1428         (str_iconveha_notranslit): Renamed from str_iconveha.
1429         (str_iconveha): New function.
1430         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1431         c-strcase.
1432
1433 2007-01-23  Bruno Haible  <bruno@clisp.org>
1434
1435         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1436         encodings without forgiving before trying any encoding with handler.
1437         (str_iconveha): Try all encodings without forgiving before trying any
1438         encoding with handler.
1439
1440 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1441
1442         Import the following changes from libc.
1443
1444         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1445
1446         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1447
1448         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1449
1450         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1451         normal_bracket label.
1452
1453         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1454
1455         [BZ #361]
1456         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1457         to normal_bracket after fetching the next character.
1458
1459 2007-01-22  Bruno Haible  <bruno@clisp.org>
1460
1461         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1462         argument.
1463         * lib/striconveh.c (iconv_carefully_1): New function.
1464         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1465         argument.
1466         (str_cd_iconveh): Update.
1467         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1468         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1469         * tests/test-striconveh.c (MAGIC): New macro.
1470         (new_offsets): New function.
1471         (main): Test call with and without offsets.
1472
1473 2007-01-22  Bruno Haible  <bruno@clisp.org>
1474
1475         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1476         * modules/sys_select (Makefile.am): Likewise.
1477         * modules/sys_socket (Makefile.am): Likewise.
1478         * modules/sys_time (Makefile.am): Likewise.
1479
1480 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1481
1482         * modules/gettimeofday (License): Change from GPL to LGPL, since
1483         gettimeofday is a library function.
1484
1485 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1486
1487         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1488
1489 2007-01-21  Bruno Haible  <bruno@clisp.org>
1490
1491         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1492
1493 2007-01-21  Bruno Haible  <bruno@clisp.org>
1494
1495         * modules/striconveha: New file.
1496         * lib/striconveha.h: New file.
1497         * lib/striconveha.c: New file.
1498         * MODULES.html.sh (Internationalization functions): Add striconveha.
1499         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1500         string.
1501         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1502
1503 2007-01-21  Bruno Haible  <bruno@clisp.org>
1504
1505         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1506         * lib/striconveh.c (str_iconveh): Likewise.
1507
1508 2007-01-21  Bruno Haible  <bruno@clisp.org>
1509
1510         * lib/striconveh.h (mem_iconveh): New declaration.
1511         * lib/striconveh.c (mem_iconveh): New function.
1512         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1513
1514 2007-01-21  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1517
1518         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1519         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1520         original result buffer.
1521         (str_cd_iconveh): Update.
1522         * tests/test-striconveh.c (main): Update.
1523
1524         * lib/striconv.h (mem_cd_iconv): Change specification.
1525         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1526         result buffer.
1527         (str_cd_iconv): Update.
1528         * tests/test-striconv.c (main): Update.
1529
1530 2007-01-21  Bruno Haible  <bruno@clisp.org>
1531
1532         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1533
1534 2007-01-20  Jim Meyering  <jim@meyering.net>
1535
1536         * lib/userspec.c (parse_with_separator): If a user or group string
1537         starts with "+", skip the corresponding name-to-ID look-up, since
1538         such a look-up must fail: user and group names may not include "+".
1539
1540 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1541
1542         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1543         since we now assume the sys_time module.
1544         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1545         check for sys/time.h; no longer needed.
1546         * modules/poll (Depends-on): Depend on sys_time.
1547
1548 2007-01-18  Bruno Haible  <bruno@clisp.org>
1549
1550         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1551         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1552
1553         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1554         gettimeofday.
1555
1556         * tests/test-gettimeofday.c: Include <time.h>.
1557         (dummy): Remove variable.
1558
1559         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1560         gl_HEADER_SYS_TIME_H.
1561         (gl_HEADER_SYS_TIME_H): New macro.
1562
1563         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1564         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1565         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1566         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1567         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1568         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1569         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1570         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1571         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1572         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1573         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1574
1575         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1576         last change; it caused a compilation error when cross-compiling to
1577         Cygwin.
1578
1579 2007-01-18  Jim Meyering  <jim@meyering.net>
1580
1581         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1582         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1583         than the race-prone "test -d sys || mkdir sys".
1584         (configure.ac): Use AC_PROG_MKDIR_P.
1585         * modules/sys_select: Likewise.
1586         * modules/sys_socket: Likewise.
1587         * modules/sys_time: Likewise.
1588
1589 2007-01-18  Eric Blake  <ebb9@byu.net>
1590
1591         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1592         replace gettimeofday.
1593         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1594         name, to avoid infinite recursion.
1595
1596 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1597
1598         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1599         module sys_time.
1600         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1601         assume timespec.h defines struct timeval.
1602         * lib/settime.c: Likewise.
1603         * lib/utimens.c: Likewise.
1604         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1605         since we now assume the gettimeofday module.
1606         * lib/tempname.c (__gen_tempname): Likewise.
1607         * lib/gettimeofday.h: Remove.
1608         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1609         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1610         Include <time.h>, for 'time()'.
1611         (localtime_buffer_addr): Also use this workaround if
1612         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1613         to simplify the uses.  All uses changed.
1614         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1615         that #undef is inside {}, and 'const' follows type name consistently.
1616         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1617         (gettimeofday): Do not use the maximum possible value for
1618         tv->tv_usec, since that might break usages other than ls.c.
1619         Instead, we'll leave ls.c alone.  This undoes today's patch
1620         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1621         we've never observed the problem but might as well keep the
1622         canary.
1623         * lib/nanosleep.c: Include timespec.h first, for interface check.
1624         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1625         now assume the sys_time module.
1626         * lib/tempname.c: Likewise.
1627         * lib/timespec.h: Likewise.
1628         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1629         needed.
1630         * lib/strftime.c: Likewise.
1631         * lib/timespec.h: Likewise.
1632         * lib/posixtm.c: Include posixtm.h first, for interface check.
1633         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1634         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1635         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1636         * lib/sys_time_.h: New file.
1637         * lib/timespec.h (struct timespec): Use long int, not long.
1638         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1639         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1640         Remove obsolescent call to AC_HEADER_TIME.
1641         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1642         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1643         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1644         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1645         Likewise.
1646         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1647         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1648         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1649         into the sys_time module.  Check for gettimeofday just once.
1650         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1651         for gettimeofday signature to just check the signature.  Merely
1652         compile it, since linking doesn't test signature.  Improve test for
1653         whether gettimeofday.o is actually needed.
1654         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1655         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1656         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1657         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1658         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1659         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1660         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1661         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1662         than worrying about sys/time.h.
1663         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1664         Don't bother worrying about TIME_WITH_SYS_TIME.
1665         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1666         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1667         * m4/sys_time_h.m4: New file.
1668         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1669         Don't include sys/time.h.  Return from main rather than exiting.
1670         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1671         all uses changed.
1672         * modules/gethrxtime (Depends-on): Add sys_time.
1673         * modules/gettime (Depends-on): Likewise.
1674         * modules/gettimeofday (Depends-on): Likewise.
1675         * modules/nanosleep (Depends-on): Likewise.
1676         * modules/settime (Depends-on): Likewise.
1677         * modules/tempname (Depends-on): Likewise.
1678         * modules/utimens (Depends-on): Likewise.
1679         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1680         (Include:) Change back to <sys/time.h>.
1681         (Maintainer:) Add self.
1682         * modules/sys_time: New file.
1683         * modules/tempname (Depends-on): Add gettimeofday.
1684         * tests/test-gettimeofday.c: Include <sys/time.h>
1685         rather than gettimeofday.h.
1686
1687 2007-01-17  Bruno Haible  <bruno@clisp.org>
1688
1689         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1690         the license default to GPL.
1691         (func_create_testdir): Don't complain if a module is LGPL and its
1692         tests module depends on GPLed modules.
1693
1694 2007-01-17  Bruno Haible  <bruno@clisp.org>
1695
1696         * lib/gettimeofday.c (gettimeofday): Add code for the case
1697         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1698         maximum possible value for tv->tv_usec, rather than the minimum one.
1699
1700 2005-10-08  Martin Lambers  <marlam@marlam.de>
1701 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1702 2007-01-16  Bruno Haible  <bruno@clisp.org>
1703
1704         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1705         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1706         gl_FUNC_GETTIMEOFDAY.
1707         (Include): Add gettimeofday.h.
1708         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1709         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1710         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1711         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1712         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1713         * lib/gettimeofday.h: New file.
1714         * lib/gettimeofday.c: Include <sys/timeb.h>.
1715         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1716         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1717         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1718         fall back on time().
1719
1720         * tests/test-gettimeofday.c: New file.
1721         * modules/gettimeofday-tests: New file.
1722
1723 2007-01-16  Eric Blake  <ebb9@byu.net>
1724
1725         * modules/fnmatch (Depends-on): Depend on wchar.
1726         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1727         * m4/fnmatch.m4: Likewise.
1728         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1729         * m4/mbchar.m4: Likewise.
1730         * modules/mbswidth (Depends-on): Depend on wchar.
1731         * lib/mbswidth.c: Assume <wchar.h>.
1732         * m4/mbswidth.m4: Likewise.
1733         * modules/quotearg (Depends-on): Depend on wchar.
1734         * lib/quotearg.c: Assume <wchar.h>.
1735         * m4/quotearg.m4: Likewise.
1736         * modules/regex (Depends-on): Depend on wchar.
1737         * lib/regex_internal.h: Assume <wchar.h>.
1738         * m4/regex.m4: Likewise.
1739         * modules/stdint (Depends-on): Depend on wchar.
1740         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1741         * m4/stdint.m4: Likewise.
1742         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1743         * modules/strftime (Depends-on): Depend on wchar.
1744         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1745         * modules/strtol (Depends-on): Depend on wchar.
1746         * lib/strtol.c: Assume <wchar.h>.
1747         * modules/wcwidth (Depends-on): Depend on wchar.
1748         * lib/wcwidth.h: Assume <wchar.h>.
1749         * m4/wcwidth.m4: Likewise.
1750
1751 2007-01-16  Bruno Haible  <bruno@clisp.org>
1752
1753         * modules/csharpexec-script: New, created from...
1754         * modules/csharpexec: ... this.
1755
1756 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1757
1758         * modules/javaexec-script: New, created from...
1759         * modules/javaexec: ... this.
1760
1761 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1762
1763         * modules/poll (Dependencies): Add sys_select.
1764
1765 2007-01-15  Jim Meyering  <jim@meyering.net>
1766
1767         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1768         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1769         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1770         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1771
1772 2007-01-15  Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/striconveh: New file.
1775         * lib/striconveh.h: New file.
1776         * lib/striconveh.c: New file.
1777         * MODULES.html.sh (Internationalization functions): Add striconveh.
1778
1779         * modules/striconveh-tests: New file.
1780         * tests/test-striconveh.c: New file.
1781
1782 2007-01-15  Bruno Haible  <bruno@clisp.org>
1783
1784         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1785         not from GNU libiconv or GNU libc.
1786
1787 2007-01-15  Bruno Haible  <bruno@clisp.org>
1788
1789         * doc/gnulib-intro.texi (Copyright): Explain the different license
1790         terms for module descriptions, autoconf macros, tests, documentation.
1791
1792 2007-01-14  Bruno Haible  <bruno@clisp.org>
1793
1794         * modules/striconv-tests: New file.
1795         * tests/test-striconv.c: New file.
1796
1797 2007-01-14  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/iconv-tests: New file.
1800         * tests/test-iconv.c: New file.
1801
1802 2007-01-14  Bruno Haible  <bruno@clisp.org>
1803
1804         * gnulib-tool (func_get_license): For test modules, use the license of
1805         the main module.
1806
1807 2007-01-14  Bruno Haible  <bruno@clisp.org>
1808
1809         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1810         if iconv is found to exist.
1811
1812 2007-01-14  Bruno Haible  <bruno@clisp.org>
1813
1814         * modules/c-ctype-tests: New file.
1815         * tests/test-c-ctype.c: New file.
1816
1817 2007-01-14  Bruno Haible  <bruno@clisp.org>
1818
1819         * modules/binary-io-tests: New file.
1820         * tests/test-binary-io.sh: New file.
1821         * tests/test-binary-io.c: New file.
1822
1823 2007-01-14  Bruno Haible  <bruno@clisp.org>
1824
1825         * modules/array-oset-tests: New file.
1826         * tests/test-array_oset.c: New file.
1827
1828 2007-01-14  Bruno Haible  <bruno@clisp.org>
1829
1830         * modules/array-list-tests: New file.
1831         * tests/test-array_list.c: New file.
1832
1833 2007-01-14  Bruno Haible  <bruno@clisp.org>
1834
1835         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1836         and make.
1837         Reported by Simon Josefsson in
1838         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1839
1840 2007-01-14  Bruno Haible  <bruno@clisp.org>
1841
1842         * modules/allocsa-tests: New file.
1843         * tests/test-allocsa.c: New file.
1844
1845 2007-01-14  Bruno Haible  <bruno@clisp.org>
1846
1847         * modules/fchdir (Depends-on): Add absolute-header.
1848         * modules/unistd (Depends-on): Likewise.
1849
1850 2006-12-30  Bruno Haible  <bruno@clisp.org>
1851
1852         * modules/fchdir: New file.
1853         * modules/unistd (Files): Add lib/unistd_.h.
1854         (Makefile.am): Generate unistd.h from unistd_.h.
1855         * lib/fchdir.c: New file.
1856         * lib/dirent_.h: New file.
1857         * lib/unistd_.h: New file.
1858         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1859         * m4/fchdir.m4: New file.
1860         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1861         (gl_HEADER_UNISTD): Invoke it.
1862         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1863         function.
1864         * lib/backupfile.c (opendir, closedir): Undefine.
1865         * lib/chown.c (open, close): Undefine.
1866         * lib/clean-temp.c (open, close): Undefine.
1867         * lib/copy-file.c (open, close): Undefine.
1868         * lib/execute.c (open, close): Undefine.
1869         * lib/fsusage.c (open, close): Undefine.
1870         * lib/gc-gnulib.c (open, close): Undefine.
1871         * lib/getcwd.c (opendir, closedir): Undefine.
1872         * lib/glob.c (opendir, closedir): Undefine.
1873         * lib/javacomp.c (open, close): Undefine.
1874         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1875         * lib/openat-proc.c (open, close): Undefine.
1876         * lib/pagealign_alloc.c (open, close): Undefine.
1877         * lib/pipe.c (open, close): Undefine.
1878         * lib/progreloc.c (open, close): Undefine.
1879         * lib/savedir.c (opendir, closedir): Undefine.
1880         * lib/utime.c (open, close): Undefine.
1881         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1882
1883 2007-01-10  Bruno Haible  <bruno@clisp.org>
1884
1885         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1886
1887 2007-01-12  Eric Blake  <ebb9@byu.net>
1888
1889         Provide a robust <wchar.h>.  Further simplifications are now
1890         possible in other modules, but not included here.
1891         * modules/wchar: New module.
1892         * m4/wchar.m4: New file.
1893         * lib/wchar_.h: Likewise.
1894         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1895         of the new module.
1896         * MODULES.html.sh (Extended multibyte and wide character utilities):
1897         New section.
1898
1899 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1900
1901         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1902         to a reasonable default for memory allocation.
1903         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1904         file system that reports garbage st_size values for symlinks.
1905         Problem reported by Liyang Hu.
1906
1907 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1908
1909         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1910         Emacs .#* auto-save files).
1911
1912 2007-01-11  Bruno Haible  <bruno@clisp.org>
1913
1914         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1915         directory.
1916
1917 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1918
1919         Use @...@ consistently in lib/wctype_.h.
1920         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1921         on it being set to 1 or 0.
1922         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1923         go back to AC_SUBSTing it.
1924         * modules/wctype (Makefile.am): Undo previous change.
1925
1926 2007-01-10  Eric Blake  <ebb9@byu.net>
1927
1928         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1929         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1930         * modules/wctype (Makefile.am): Likewise.
1931         Reported by Chris McGuire.
1932
1933 2007-01-10  Jim Meyering  <jim@meyering.net>
1934
1935         fts.c: a small readability/maintainability improvement
1936         * lib/fts.c (fts_read): Make this code slightly more readable and
1937         maintainable by hoisting the "sp->fts_cur = p" assignments to
1938         immediately follow the statements that set P.  Derived from
1939         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1940
1941 2007-01-10  Eric Blake  <ebb9@byu.net>
1942
1943         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1944         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1945         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1946         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1947         Reported by Chris McGuire.
1948
1949 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1950
1951         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1952         in sed script.
1953
1954 2007-01-09  Bruno Haible  <bruno@clisp.org>
1955
1956         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1957         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1958         variables.
1959         (func_module): Use them.
1960
1961 2007-01-09  Bruno Haible  <bruno@clisp.org>
1962
1963         * modules/unistr/base: New file.
1964         * lib/unistr.h: New file.
1965
1966         * modules/unistr/u8-to-u16: New file.
1967         * lib/unistr/u8-to-u16.c: New file.
1968
1969         * modules/unistr/u8-to-u32: New file.
1970         * lib/unistr/u8-to-u32.c: New file.
1971
1972         * modules/unistr/u16-to-u8: New file.
1973         * lib/unistr/u16-to-u8.c: New file.
1974
1975         * modules/unistr/u16-to-u32: New file.
1976         * lib/unistr/u16-to-u32.c: New file.
1977
1978         * modules/unistr/u32-to-u8: New file.
1979         * lib/unistr/u32-to-u8.c: New file.
1980
1981         * modules/unistr/u32-to-u16: New file.
1982         * lib/unistr/u32-to-u16.c: New file.
1983
1984         * modules/unistr/u8-check: New file.
1985         * modules/unistr/u16-check: New file.
1986         * modules/unistr/u32-check: New file.
1987         * lib/unistr/u8-check.c: New file.
1988         * lib/unistr/u16-check.c: New file.
1989         * lib/unistr/u32-check.c: New file.
1990
1991         * modules/unistr/u8-chr: New file.
1992         * modules/unistr/u16-chr: New file.
1993         * modules/unistr/u32-chr: New file.
1994         * lib/unistr/u8-chr.c: New file.
1995         * lib/unistr/u16-chr.c: New file.
1996         * lib/unistr/u32-chr.c: New file.
1997
1998         * modules/unistr/u8-cmp: New file.
1999         * modules/unistr/u16-cmp: New file.
2000         * modules/unistr/u32-cmp: New file.
2001         * lib/unistr/u8-cmp.c: New file.
2002         * lib/unistr/u16-cmp.c: New file.
2003         * lib/unistr/u32-cmp.c: New file.
2004
2005         * modules/unistr/u8-cpy: New file.
2006         * modules/unistr/u16-cpy: New file.
2007         * modules/unistr/u32-cpy: New file.
2008         * lib/unistr/u8-cpy.c: New file.
2009         * lib/unistr/u16-cpy.c: New file.
2010         * lib/unistr/u32-cpy.c: New file.
2011         * lib/unistr/u-cpy.h: New file.
2012
2013         * modules/unistr/u8-cpy-alloc: New file.
2014         * modules/unistr/u16-cpy-alloc: New file.
2015         * modules/unistr/u32-cpy-alloc: New file.
2016         * lib/unistr/u8-cpy-alloc.c: New file.
2017         * lib/unistr/u16-cpy-alloc.c: New file.
2018         * lib/unistr/u32-cpy-alloc.c: New file.
2019         * lib/unistr/u-cpy-alloc.h: New file.
2020
2021         * modules/unistr/u8-endswith: New file.
2022         * modules/unistr/u16-endswith: New file.
2023         * modules/unistr/u32-endswith: New file.
2024         * lib/unistr/u8-endswith.c: New file.
2025         * lib/unistr/u16-endswith.c: New file.
2026         * lib/unistr/u32-endswith.c: New file.
2027         * lib/unistr/u-endswith.h: New file.
2028
2029         * modules/unistr/u8-mblen: New file.
2030         * modules/unistr/u16-mblen: New file.
2031         * modules/unistr/u32-mblen: New file.
2032         * lib/unistr/u8-mblen.c: New file.
2033         * lib/unistr/u16-mblen.c: New file.
2034         * lib/unistr/u32-mblen.c: New file.
2035
2036         * modules/unistr/u8-mbtouc: New file.
2037         * modules/unistr/u16-mbtouc: New file.
2038         * modules/unistr/u32-mbtouc: New file.
2039         * lib/unistr/u8-mbtouc.c: New file.
2040         * lib/unistr/u16-mbtouc.c: New file.
2041         * lib/unistr/u32-mbtouc.c: New file.
2042
2043         * modules/unistr/u8-mbtouc-safe: New file.
2044         * modules/unistr/u16-mbtouc-safe: New file.
2045         * modules/unistr/u32-mbtouc-safe: New file.
2046         * lib/unistr/u8-mbtouc-safe.c: New file.
2047         * lib/unistr/u16-mbtouc-safe.c: New file.
2048         * lib/unistr/u32-mbtouc-safe.c: New file.
2049
2050         * modules/unistr/u8-move: New file.
2051         * modules/unistr/u16-move: New file.
2052         * modules/unistr/u32-move: New file.
2053         * lib/unistr/u8-move.c: New file.
2054         * lib/unistr/u16-move.c: New file.
2055         * lib/unistr/u32-move.c: New file.
2056         * lib/unistr/u-move.h: New file.
2057
2058         * modules/unistr/u8-next: New file.
2059         * modules/unistr/u16-next: New file.
2060         * modules/unistr/u32-next: New file.
2061         * lib/unistr/u8-next.c: New file.
2062         * lib/unistr/u16-next.c: New file.
2063         * lib/unistr/u32-next.c: New file.
2064
2065         * modules/unistr/u8-prev: New file.
2066         * modules/unistr/u16-prev: New file.
2067         * modules/unistr/u32-prev: New file.
2068         * lib/unistr/u8-prev.c: New file.
2069         * lib/unistr/u16-prev.c: New file.
2070         * lib/unistr/u32-prev.c: New file.
2071
2072         * modules/unistr/u8-set: New file.
2073         * modules/unistr/u16-set: New file.
2074         * modules/unistr/u32-set: New file.
2075         * lib/unistr/u8-set.c: New file.
2076         * lib/unistr/u16-set.c: New file.
2077         * lib/unistr/u32-set.c: New file.
2078         * lib/unistr/u-set.h: New file.
2079
2080         * modules/unistr/u8-startswith: New file.
2081         * modules/unistr/u16-startswith: New file.
2082         * modules/unistr/u32-startswith: New file.
2083         * lib/unistr/u8-startswith.c: New file.
2084         * lib/unistr/u16-startswith.c: New file.
2085         * lib/unistr/u32-startswith.c: New file.
2086         * lib/unistr/u-startswith.h: New file.
2087
2088         * modules/unistr/u8-stpcpy: New file.
2089         * modules/unistr/u16-stpcpy: New file.
2090         * modules/unistr/u32-stpcpy: New file.
2091         * lib/unistr/u8-stpcpy.c: New file.
2092         * lib/unistr/u16-stpcpy.c: New file.
2093         * lib/unistr/u32-stpcpy.c: New file.
2094         * lib/unistr/u-stpcpy.h: New file.
2095
2096         * modules/unistr/u8-stpncpy: New file.
2097         * modules/unistr/u16-stpncpy: New file.
2098         * modules/unistr/u32-stpncpy: New file.
2099         * lib/unistr/u8-stpncpy.c: New file.
2100         * lib/unistr/u16-stpncpy.c: New file.
2101         * lib/unistr/u32-stpncpy.c: New file.
2102         * lib/unistr/u-stpncpy.h: New file.
2103
2104         * modules/unistr/u8-strcat: New file.
2105         * modules/unistr/u16-strcat: New file.
2106         * modules/unistr/u32-strcat: New file.
2107         * lib/unistr/u8-strcat.c: New file.
2108         * lib/unistr/u16-strcat.c: New file.
2109         * lib/unistr/u32-strcat.c: New file.
2110         * lib/unistr/u-strcat.h: New file.
2111
2112         * modules/unistr/u8-strchr: New file.
2113         * modules/unistr/u16-strchr: New file.
2114         * modules/unistr/u32-strchr: New file.
2115         * lib/unistr/u8-strchr.c: New file.
2116         * lib/unistr/u16-strchr.c: New file.
2117         * lib/unistr/u32-strchr.c: New file.
2118
2119         * modules/unistr/u8-strcmp: New file.
2120         * modules/unistr/u16-strcmp: New file.
2121         * modules/unistr/u32-strcmp: New file.
2122         * lib/unistr/u8-strcmp.c: New file.
2123         * lib/unistr/u16-strcmp.c: New file.
2124         * lib/unistr/u32-strcmp.c: New file.
2125
2126         * modules/unistr/u8-strcpy: New file.
2127         * modules/unistr/u16-strcpy: New file.
2128         * modules/unistr/u32-strcpy: New file.
2129         * lib/unistr/u8-strcpy.c: New file.
2130         * lib/unistr/u16-strcpy.c: New file.
2131         * lib/unistr/u32-strcpy.c: New file.
2132         * lib/unistr/u-strcpy.h: New file.
2133
2134         * modules/unistr/u8-strcspn: New file.
2135         * modules/unistr/u16-strcspn: New file.
2136         * modules/unistr/u32-strcspn: New file.
2137         * lib/unistr/u8-strcspn.c: New file.
2138         * lib/unistr/u16-strcspn.c: New file.
2139         * lib/unistr/u32-strcspn.c: New file.
2140         * lib/unistr/u-strcspn.h: New file.
2141
2142         * modules/unistr/u8-strdup: New file.
2143         * modules/unistr/u16-strdup: New file.
2144         * modules/unistr/u32-strdup: New file.
2145         * lib/unistr/u8-strdup.c: New file.
2146         * lib/unistr/u16-strdup.c: New file.
2147         * lib/unistr/u32-strdup.c: New file.
2148         * lib/unistr/u-strdup.h: New file.
2149
2150         * modules/unistr/u8-strlen: New file.
2151         * modules/unistr/u16-strlen: New file.
2152         * modules/unistr/u32-strlen: New file.
2153         * lib/unistr/u8-strlen.c: New file.
2154         * lib/unistr/u16-strlen.c: New file.
2155         * lib/unistr/u32-strlen.c: New file.
2156         * lib/unistr/u-strlen.h: New file.
2157
2158         * modules/unistr/u8-strmblen: New file.
2159         * modules/unistr/u16-strmblen: New file.
2160         * modules/unistr/u32-strmblen: New file.
2161         * lib/unistr/u8-strmblen.c: New file.
2162         * lib/unistr/u16-strmblen.c: New file.
2163         * lib/unistr/u32-strmblen.c: New file.
2164
2165         * modules/unistr/u8-strmbtouc: New file.
2166         * modules/unistr/u16-strmbtouc: New file.
2167         * modules/unistr/u32-strmbtouc: New file.
2168         * lib/unistr/u8-strmbtouc.c: New file.
2169         * lib/unistr/u16-strmbtouc.c: New file.
2170         * lib/unistr/u32-strmbtouc.c: New file.
2171
2172         * modules/unistr/u8-strncat: New file.
2173         * modules/unistr/u16-strncat: New file.
2174         * modules/unistr/u32-strncat: New file.
2175         * lib/unistr/u8-strncat.c: New file.
2176         * lib/unistr/u16-strncat.c: New file.
2177         * lib/unistr/u32-strncat.c: New file.
2178         * lib/unistr/u-strncat.h: New file.
2179
2180         * modules/unistr/u8-strncmp: New file.
2181         * modules/unistr/u16-strncmp: New file.
2182         * modules/unistr/u32-strncmp: New file.
2183         * lib/unistr/u8-strncmp.c: New file.
2184         * lib/unistr/u16-strncmp.c: New file.
2185         * lib/unistr/u32-strncmp.c: New file.
2186
2187         * modules/unistr/u8-strncpy: New file.
2188         * modules/unistr/u16-strncpy: New file.
2189         * modules/unistr/u32-strncpy: New file.
2190         * lib/unistr/u8-strncpy.c: New file.
2191         * lib/unistr/u16-strncpy.c: New file.
2192         * lib/unistr/u32-strncpy.c: New file.
2193         * lib/unistr/u-strncpy.h: New file.
2194
2195         * modules/unistr/u8-strnlen: New file.
2196         * modules/unistr/u16-strnlen: New file.
2197         * modules/unistr/u32-strnlen: New file.
2198         * lib/unistr/u8-strnlen.c: New file.
2199         * lib/unistr/u16-strnlen.c: New file.
2200         * lib/unistr/u32-strnlen.c: New file.
2201         * lib/unistr/u-strnlen.h: New file.
2202
2203         * modules/unistr/u8-strpbrk: New file.
2204         * modules/unistr/u16-strpbrk: New file.
2205         * modules/unistr/u32-strpbrk: New file.
2206         * lib/unistr/u8-strpbrk.c: New file.
2207         * lib/unistr/u16-strpbrk.c: New file.
2208         * lib/unistr/u32-strpbrk.c: New file.
2209         * lib/unistr/u-strpbrk.h: New file.
2210
2211         * modules/unistr/u8-strrchr: New file.
2212         * modules/unistr/u16-strrchr: New file.
2213         * modules/unistr/u32-strrchr: New file.
2214         * lib/unistr/u8-strrchr.c: New file.
2215         * lib/unistr/u16-strrchr.c: New file.
2216         * lib/unistr/u32-strrchr.c: New file.
2217
2218         * modules/unistr/u8-strspn: New file.
2219         * modules/unistr/u16-strspn: New file.
2220         * modules/unistr/u32-strspn: New file.
2221         * lib/unistr/u8-strspn.c: New file.
2222         * lib/unistr/u16-strspn.c: New file.
2223         * lib/unistr/u32-strspn.c: New file.
2224         * lib/unistr/u-strspn.h: New file.
2225
2226         * modules/unistr/u8-strstr: New file.
2227         * modules/unistr/u16-strstr: New file.
2228         * modules/unistr/u32-strstr: New file.
2229         * lib/unistr/u8-strstr.c: New file.
2230         * lib/unistr/u16-strstr.c: New file.
2231         * lib/unistr/u32-strstr.c: New file.
2232         * lib/unistr/u-strstr.h: New file.
2233
2234         * modules/unistr/u8-strtok: New file.
2235         * modules/unistr/u16-strtok: New file.
2236         * modules/unistr/u32-strtok: New file.
2237         * lib/unistr/u8-strtok.c: New file.
2238         * lib/unistr/u16-strtok.c: New file.
2239         * lib/unistr/u32-strtok.c: New file.
2240         * lib/unistr/u-strtok.h: New file.
2241
2242         * modules/unistr/u8-uctomb: New file.
2243         * modules/unistr/u16-uctomb: New file.
2244         * modules/unistr/u32-uctomb: New file.
2245         * lib/unistr/u8-uctomb.c: New file.
2246         * lib/unistr/u16-uctomb.c: New file.
2247         * lib/unistr/u32-uctomb.c: New file.
2248
2249         * MODULES.html.sh (Unicode string functions): Add the new modules.
2250
2251 2007-01-08  Bruno Haible  <bruno@clisp.org>
2252
2253         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2254         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2255         subdirectories.
2256
2257 2007-01-08  Karl Berry  <karl@gnu.org>
2258
2259         * doc/error.texi: mention that main() fns must set program_name
2260         when progname is used.
2261
2262 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2263
2264         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2265         WCTYPE_H is empty, for the benefit of builds from non-distclean
2266         directories.  Problem reported by Eric Blake in
2267         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2268
2269 2007-01-08  Bruno Haible  <bruno@clisp.org>
2270
2271         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2272         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2273         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2274         PROVIDE_CANONICALIZE_FILENAME_MODE.
2275         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2276
2277 2007-01-08  Bruno Haible  <bruno@clisp.org>
2278
2279         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2280         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2281         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2282         * lib/fts.c: Likewise.
2283         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2284
2285 2006-12-25  Bruno Haible  <bruno@clisp.org>
2286
2287         * modules/utf8-ucs4-safe: New file.
2288         * lib/utf8-ucs4-safe.h: New file.
2289         * lib/unistr/utf8-ucs4-safe.c: New file.
2290
2291         * modules/utf16-ucs4-safe: New file.
2292         * lib/utf16-ucs4-safe.h: New file.
2293         * lib/unistr/utf16-ucs4-safe.c: New file.
2294
2295         * MODULES.html.sh (Unicode string functions): Add the new modules.
2296
2297 2007-01-08  Bruno Haible  <bruno@clisp.org>
2298
2299         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2300         (Depends-on): Add unitypes.
2301         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2302         (u8_mbtouc_aux): Move out to separate file.
2303         (u8_mbtouc): Use ucs4_t, uint8_t types.
2304         * lib/unistr/utf8-ucs4.c: New file.
2305
2306         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2307         (Depends-on): Add unitypes.
2308         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2309         (u16_mbtouc_aux): Move out to separate file.
2310         (u16_mbtouc): Use ucs4_t, uint16_t types.
2311         * lib/unistr/utf16-ucs4.c: New file.
2312
2313         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2314         (Depends-on): Add unitypes.
2315         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2316         (u8_uctomb_aux): Move out to separate file.
2317         (u8_uctomb): Use ucs4_t, uint8_t types.
2318         * lib/unistr/ucs4-utf8.c: New file.
2319
2320         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2321         (Depends-on): Add unitypes.
2322         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2323         (u16_uctomb_aux): Move out to separate file.
2324         (u16_uctomb): Use ucs4_t, uint16_t types.
2325         * lib/unistr/ucs4-utf16.c: New file.
2326
2327 2006-12-25  Bruno Haible  <bruno@clisp.org>
2328
2329         * modules/unitypes: New file.
2330         * lib/unitypes.h: New file.
2331         * MODULES.html.sh (func_all_modules): New section "Unicode string
2332         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2333         this section. Add unitypes.
2334
2335 2007-01-08  Bruno Haible  <bruno@clisp.org>
2336
2337         Avoid variable names that conflict with those from libtool.
2338         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2339         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2340         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2341         library_names_spec to acl_library_names_spec, hardcode_* to
2342         acl_hardcode_*.
2343         Reported by Ralf Wildenhues.
2344
2345 2007-01-08  Bruno Haible  <bruno@clisp.org>
2346
2347         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2348         definition.
2349         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2350         definition.
2351         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2352         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2353         definition.
2354         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2355         definition.
2356         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2357         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2358         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2359         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2360         definition.
2361         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2362         definition.
2363         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2364         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2365         GC_USE_<algorithm>.
2366         * lib/gc-libgcrypt.c: Likewise.
2367         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2368         * modules/gc-arctwo (configure.ac): Likewise.
2369         * modules/gc-des (configure.ac): Likewise.
2370         * modules/gc-hmac-md5 (configure.ac): Likewise.
2371         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2372         * modules/gc-md2 (configure.ac): Likewise.
2373         * modules/gc-md4 (configure.ac): Likewise.
2374         * modules/gc-md5 (configure.ac): Likewise.
2375         * modules/gc-random (configure.ac): Likewise.
2376         * modules/gc-rijndael (configure.ac): Likewise.
2377         * modules/gc-sha1 (configure.ac): Likewise.
2378
2379 2007-01-08  Bruno Haible  <bruno@clisp.org>
2380
2381         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2382         macro definition.
2383         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2384         definition.
2385         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2386         definition.
2387         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2388         * modules/fcntl-safer (configure.ac): Likewise.
2389         * modules/fopen-safer (configure.ac): Likewise.
2390         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2391         GNULIB_FWRITEERROR macro definition.
2392
2393 2007-01-08  Bruno Haible  <bruno@clisp.org>
2394
2395         * m4/gnulib-common.m4: New file.
2396         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2397         (func_get_filelist): Add m4/gnulib-common.m4.
2398
2399 2007-01-08  Bruno Haible  <bruno@clisp.org>
2400
2401         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2402         command.
2403
2404 2007-01-08  Jim Meyering  <jim@meyering.net>
2405
2406         Use a more robust test for a "can't happen" condition.
2407         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2408         narrowed the st_size value.  Presuming the "can't happen" condition
2409         is true, that narrowing could conceivably convert an invalid st_size
2410         value into a valid one.  Instead, use a change based on Matthew
2411         Woehlke's original patch.
2412
2413         Slight readability improvement: use an assert-like macro
2414         in place of literal "abort ()" uses.
2415         * lib/fts.c (fts_assert): Define.
2416         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2417         Use this macro instead of a bare 'abort'.
2418
2419 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2420
2421         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2422         simply work around them.
2423         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2424         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2425         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2426         Don't bother to define as macros, since the standard doesn't require it.
2427         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2428         longer worry about IRIX 5.3.
2429         (HAVE_WCTYPE_CTMP_BUG): Remove.
2430
2431 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2432
2433         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2434         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2435         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2436         Problems reported by Georg Schwarz for IRIX 5.3.
2437
2438         * gnulib-tool (autoconf_minversion): Take the maximum version number
2439         found, not the minimum.  Problem reported by James Youngman.
2440
2441 2007-01-03  Karl Berry  <karl@gnu.org>
2442
2443         * doc/error.texi: new file, explaining interaction with progname.
2444         * doc/gnulib.texi: include it.  Update copyright.
2445
2446 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2447
2448         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2449         AC_CANONICAL_HOST, to improve autobuild outputs.
2450
2451 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2452             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2453
2454         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2455         sockets, server sockets, and other file descriptors.  Count errors
2456         to compute the return value.  Reorder the code a bit to be easier
2457         to follow.  Don't set event bits that were not requested (except
2458         POLLERR and POLLHUP).
2459
2460 2007-01-01  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2463
2464 2007-01-03  Jim Meyering  <jim@meyering.net>
2465
2466         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2467
2468 2007-01-02  Bruno Haible  <bruno@clisp.org>
2469
2470         * modules/settime (Include): Require timespec.h.
2471         * modules/nanosleep (Include): Likewise.
2472
2473 2007-01-01  Bruno Haible  <bruno@clisp.org>
2474
2475         * gnulib-tool (func_emit_copyright_notice): Bump year.
2476         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2477
2478 2007-01-01  Bruno Haible  <bruno@clisp.org>
2479
2480         Improve support for OpenBSD.
2481         * build-aux/config.rpath (libname_spec): Export.
2482         (library_names_spec): New variable. Export.
2483         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2484         library_names_spec from the config.rpath output. Locate shared library
2485         through the name pattern in library_names_spec.
2486
2487 2007-01-01  Eric Blake  <ebb9@byu.net>
2488
2489         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2490
2491 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2492
2493         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2494         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2495         assume the C locale, and avoid an "eval" that could cause trouble.
2496         Problem with SORT reported by Bob Proulx.
2497
2498         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2499         Define.  Trivial patch from Henning Nielsen Lund, originally
2500         sent to bug-grep@gnu.org today.
2501
2502 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2503
2504         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2505         struct stat.  Problem reported by Henning Nielsen Lund.
2506         * lib/acl.c: Include acl.h first, to check interface.  Don't
2507         bother to include sys/types.h and sys/stat.h again.
2508
2509 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2510
2511         Import the following change from libc; problem reported by
2512         Sven Verdoolaege.
2513
2514         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2515
2516         [BZ #1373]
2517         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2518
2519 2006-12-28  Jim Meyering  <jim@meyering.net>
2520
2521         * build-aux/announce-gen: Do not assume that the package
2522         builds any of tar.gz, tar.bz2, and .xdelta files.
2523         Suggestion from Simon Josefsson.
2524
2525 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2526
2527         * modules/announce-gen: New file.
2528
2529 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2530
2531         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2532         handles its gotchas now.
2533         * lib/mbswidth.c: Likewise.
2534         * lib/wcwidth.h: Likewise.
2535         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2536         and iswcntrl; the wctype module does this stuff now.
2537         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2538         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2539         * modules/mbchar (Depends-on): Add wctype.
2540         * modules/mbswidth (Depends-on): Likewise.
2541         * modules/wcwidth (Depends-on): Likewise.
2542
2543 2006-12-27  Eric Blake  <ebb9@byu.net>
2544
2545         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2546         module uses more than what <wctype.h> is required to provide.
2547
2548 2006-12-26  Eric Blake  <ebb9@byu.net>
2549
2550         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2551
2552 2006-12-26  Eric Blake  <ebb9@byu.net>
2553
2554         * modules/absolute-header: New module.
2555         * modules/fcntl (Depends-on): Depend on it.
2556         * modules/inttypes (Depends-on): Likewise.
2557         * modules/stdint (Depends-on): Likewise.
2558         * modules/sys_stat (Depends-on): Likewise.
2559         * modules/wctype (Depends-on): Likewise.
2560         * MODULES.html.sh (Support for building libraries and
2561         executables): Document it.
2562
2563 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2564
2565         * gnulib-tool (SED): Remove, undoing previous change.
2566         The problem was that it broke coreutils on Solaris, because
2567         "sed --posix" leaked into a makefile.
2568         (sed): New alias, if 'alias' and GNU sed.
2569
2570 2006-12-24  Jim Meyering  <jim@meyering.net>
2571
2572         Work around an fchownat bug in glibc-2.4:
2573         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2574         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2575         in spite of the -P option.
2576         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2577         New macros.
2578         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2579         * modules/openat (Files): Add lib/fchownat.c.
2580         * lib/openat.c (fchownat): Don't define here.  Move to...
2581         * lib/fchownat.c: ...this new file.
2582
2583 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2584
2585         Fix bug reported by Bruno Haible in
2586         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2587         where quotearg.c didn't compile on Mac OS X 10.2 because it
2588         lacks <wchar.h> and wint_t.
2589         * lib/wctype_.h (__wctype_wint_t): New type.
2590         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2591         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2592         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2593         Arg is now of type __wctype_wint_t, not wint_t.
2594         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2595         substitute HAVE_WINT_T.
2596         * modules/wctype (Files): Add m4/wint_t.m4.
2597         (wctype.h): Substitute HAVE_WINT_T.
2598
2599 2006-12-23  Bruno Haible  <bruno@clisp.org>
2600
2601         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2602
2603 2006-12-23  Bruno Haible  <bruno@clisp.org>
2604
2605         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2606         S_ISLNK.
2607         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2608         mingw.
2609
2610 2006-12-22  Bruno Haible  <bruno@clisp.org>
2611
2612         * lib/copy-file.c: Include acl.h.
2613         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2614         Close the file descriptors only after being done with copy_acl.
2615         * modules/copy-file (Depends-on): Add acl.
2616
2617 2006-12-22  Bruno Haible  <bruno@clisp.org>
2618
2619         * gnulib-tool (SED): New variable.
2620         Use $SED instead of sed everywhere.
2621
2622 2006-12-22  Bruno Haible  <bruno@clisp.org>
2623
2624         * modules/no-c++: New file.
2625         * m4/no-c++.m4: New file.
2626         * MODULES.html.sh (Support for building libraries and executables):
2627         Add no-c++.
2628
2629 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2630
2631         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2632         Include <limits.h>, and use its INT_MAX to rewrite the
2633         j loop so that it does not overflow 'int'.  Problem reported by
2634         Ralf Wildenhues in
2635         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2636         Play it safe by shifting left by 1 rather than multiplying by 2,
2637         as GCC is less likely to optimize this away when the value
2638         is signed (when it assumes overflow leads to undefined behavior).
2639         Also, don't assume time_t uses two's complement.
2640
2641 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2642
2643         * MODULES.html.sh: New module wctype.
2644         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2645         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2646         <wctype.h>, since the new wctype module should fix this.
2647         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2648         the wctype module should arrange for it.
2649         * lib/regex_internal.h: Likewise.
2650         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2651         since the wctype module should handle this now.
2652         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2653         * modules/fnmatch (Depends-on): Add wctype.
2654         * modules/quotearg (Depends-on): Likewise.
2655         * modules/regex (Depends-on): Likewise.
2656
2657 2006-12-19  Bruno Haible  <bruno@clisp.org>
2658
2659         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2660         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2661
2662 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2663
2664         * modules/savewd (Depends-on): Fix dependency on fcntl.
2665
2666 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2667
2668         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2669         conforms to C99, rather than relying on the user's environment
2670         setting of STDINT_H.
2671
2672 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2673         and Eric Blake  <ebb9@byu.net>
2674
2675         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2676         This is more consistent with the other defines here.
2677         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2678         Port to z/OS.  Problem reported by Paul Gilmartin.
2679         Change local vars to use gl_ prefix rather than ac_.
2680         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2681         with other defines.
2682         * modules/double-slash-root: New module.
2683         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2684         (Depends-on): Add double-slash-root.
2685         * MODULES.html.sh (File system functions): Mention new module.
2686
2687 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2688
2689         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2690         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2691         This is for the benefit of gzip, which doesn't do i18n.
2692
2693 2006-12-12  Jim Meyering  <jim@meyering.net>
2694
2695         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2696         Reported by Andreas Schwab <schwab@suse.de>.
2697
2698 2006-12-12  Bruno Haible  <bruno@clisp.org>
2699
2700         Merge these changes.
2701         2006-09-05  Bruno Haible  <bruno@clisp.org>
2702         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2703         iconv_alloc succeeded.
2704         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2705         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2706         test for " && dest " at the end - dest is always != NULL there. Call
2707         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2708         with 2xNULL arguments, also to flush the state storage. Handle the
2709         IRIX iconv behaviour. Realloc the final result, to throw away unused
2710         memory.
2711
2712 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2713
2714         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2715         and fchmodat unconditionally, since glibc 2.4 has them.
2716         Problem reported by Arkadiusz Miskiewicz.
2717
2718 2006-12-10  Bruno Haible  <bruno@clisp.org>
2719
2720         * gnulib-tool (func_import): Show the include files only for those
2721         modules that are copied and specified.
2722         Reported by Karl Berry.
2723
2724 2006-12-08  Jim Meyering  <jim@meyering.net>
2725
2726         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2727         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2728
2729         * build-aux/announce-gen: Add two new options, both optional:
2730         --bootstrap-tools=TOOL_LIST
2731               a comma-separated list of tools, e.g.,
2732               autoconf,automake,bison,gnulib
2733         --gnulib-snapshot-date=DATE
2734               if gnulib is in the bootstrap tool list,
2735               then report this as the snapshot date.
2736               If not specified, use the current date/time.
2737               If you specify a date here, be sure it's UTC.
2738
2739 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2740
2741         * tests/test-argp-2.sh: Fix test to match actual output.
2742         (func_compare): Fix sed script to be portable.
2743
2744 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2747         workaround for this case.  It is not autoconfigured now; offhand
2748         it's hard to see how to autoconfigure it.
2749
2750 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2753         a directory that is about to be chowned.  Such a directory's
2754         initial file permissions should permit the owner only and this
2755         should not be changed until after the chown, since the group and
2756         other bits would be incorrect if they granted permission before
2757         the chown.
2758
2759         Fix porting problem for iswctype reported by Georg Schwarz in:
2760         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2761         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2762         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2763         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2764         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2765
2766 2006-12-03  Jim Meyering  <jim@meyering.net>
2767
2768         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2769         p->fts_statp may not yet be defined.
2770         (fts_read): Instead, set it in the caller, once p->fts_statp is
2771         sure to be defined, and corresponds to a top-level directory.
2772         This bug made du -x fail.  Here's the coreutils test case:
2773         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2774         Reported by Mike Frysinger.
2775
2776 2006-12-01  Jim Meyering  <jim@meyering.net>
2777
2778         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2779         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2780         Reported by Simon Josefsson.
2781
2782 2006-11-30  Jim Meyering  <jim@meyering.net>
2783
2784         * m4/warning.m4: Use the all-permissive copyright notice
2785         recommended by RMS (rather than LGPL).
2786         * m4/vararrays.m4: Likewise.
2787         * m4/flexmember.m4: Likewise.
2788
2789 2006-11-29  Bruno Haible  <bruno@clisp.org>
2790
2791         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2792         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2793         using +=.
2794         Reported by Simon Josefsson <simon@josefsson.org>.
2795
2796 2006-11-28  James Youngman <jay@gnu.org>
2797
2798         * README: Advise users that they might find the bug-gnulib@gnu.org
2799         and autotools-announce@gnu.org mailing lists useful.
2800
2801 2006-11-28  Bruno Haible  <bruno@clisp.org>
2802
2803         * m4/ptrdiff_max.m4: Remove file.
2804
2805 2006-11-21  Bruno Haible  <bruno@clisp.org>
2806
2807         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2808         _AC_COMPUTE_INT.
2809         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2810         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2811         _AC_COMPUTE_INT.
2812         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2813         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2814         _AC_COMPUTE_INT.
2815         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2816
2817 2006-11-28  Jim Meyering  <jim@meyering.net>
2818
2819         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2820         warning from "gcc -Wshadow" about shadowing the builtin.
2821
2822 2006-11-27  Bruno Haible  <bruno@clisp.org>
2823
2824         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2825         _AC_COMPUTE_INT.
2826         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2827
2828 2006-11-27  Bruno Haible  <bruno@clisp.org>
2829             Paul Eggert  <eggert@cs.ucla.edu>
2830
2831         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2832
2833 2006-11-26  Bruno Haible  <bruno@clisp.org>
2834
2835         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2836         noinst_LTLIBRARIES.
2837
2838 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2839             Bruno Haible  <bruno@clisp.org>
2840
2841         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2842         if compiling with "gcc -ansi".
2843
2844 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2845
2846         Fix some incompatibilities with gcc -ansi -pedantic.
2847         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2848         if compiling pedantically with GCC, unless it's C99 or later.
2849         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2850         it mishandles gcc -ansi -pedantic as well.
2851         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2852         if gcc -pedantic.
2853         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2854         initializers for struct if -pedantic, unless it's C99 or later.
2855
2856 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2857
2858         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2859         Don't close an fd more than once. Identical atimes indicate
2860         success, not failure.
2861
2862 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2863
2864         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2865
2866 2006-11-23  Jim Meyering  <jim@meyering.net>
2867
2868         * build-aux/announce-gen: New file.  From coreutils.
2869
2870 2006-11-22  Jim Meyering  <jim@meyering.net>
2871
2872         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2873         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2874         (fts_read): Use a temporary to narrow the overused st_size member
2875         before using it in a switch statement.  Reported by Matthew Woehlke.
2876
2877         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2878         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2879
2880 2006-11-20  Bruno Haible  <bruno@clisp.org>
2881
2882         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2883         changequote instead of pairs of brackets.
2884         Reported by Andreas Schwab <schwab@suse.de>.
2885
2886 2006-11-21  Jim Meyering  <jim@meyering.net>
2887
2888         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2889         so as to remain compatible with older compilers.
2890         Patch from Michael Deutschmann.
2891
2892 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * MODULES.html.sh (File system functions): Add openat.
2895
2896         * lib/openat.h (rpl_fstatat): New macro, if
2897         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2898         (fstatat): Define to rpl_fstatat under the same conditions,
2899         unless COMPILING_FSTATAT.
2900         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2901         seems to have the bug.
2902         * lib/fstatat.c: New file.
2903         * modules/openat (Files): Add it.
2904
2905 2006-11-20  Bruno Haible  <bruno@clisp.org>
2906
2907         * Makefile: New file.
2908
2909 2006-11-20  Jim Meyering  <jim@meyering.net>
2910
2911         The beginnings of syntax-related checks for gnulib.
2912         * lib/Makefile: New file.
2913         * lib/t-idcache: New script.  Ensure that the two halves of
2914         idcache.c stay in sync.
2915
2916         * lib/idcache.c: Adjust comments in user- and group- portions to
2917         be more accurate, and to be consistent with one another.
2918
2919 2006-11-20  Jim Meyering  <jim@meyering.net>
2920
2921         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2922         continue using the flexible array member (thus, this module performs
2923         half as many malloc calls), with the addition that...
2924         (getgroup, getuser): Consistently record a non-match via an empty
2925         "name" string, and map an empty string match to a NULL return value.
2926         * modules/idcache (Depends-on): Re-add flexmember.
2927
2928         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2929         (getuidbyname, getgroup, getgidbyname): Likewise.
2930
2931         Use cleaner syntax: NULL rather than 0.
2932         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2933
2934 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2935
2936         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2937         It mishandled the case where the group was missing.
2938         Problem reported by Greg Schafer.
2939         * modules/idcache: Likewise.
2940
2941 2006-11-18  Jim Meyering  <jim@meyering.net>
2942
2943         * check-module (%exempt_header): Add exception for some
2944         conditionally-included headers.
2945
2946         * modules/i-ring (Depends-on): Add verify.
2947         (License): Change to LGPL.
2948
2949 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2952         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2953         and inttostr.h.  Use snprintf rather than uinttostr, so that
2954         LGPLed code doesn't depend on GPLed.
2955
2956 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2957
2958         * modules/inline (License): Change from GPL to LGPL.
2959
2960 2006-11-17  Jim Meyering  <jim@meyering.net>
2961
2962         * modules/d-type (License): Switch to LGPL.
2963
2964 2006-11-15  Bruno Haible  <bruno@clisp.org>
2965
2966         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2967
2968 2006-11-15  Eric Blake  <ebb9@byu.net>
2969
2970         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2971         the module dependency.
2972
2973 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2974             Bruno Haible  <bruno@clisp.org>
2975
2976         * gnulib-tool (func_create_testdir): Add license consistency check.
2977
2978 2006-11-15  Eric Blake  <ebb9@byu.net>
2979
2980         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2981         random "(cached)" in configure output.
2982
2983 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2984
2985         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2986         test for conforming inttypes.h is both announced and cached.
2987
2988         * MODULES.html.sh (seen_modules, seen_files): New variables.
2989         (func_module): Rewrite to use a few less gnulib-tool and sed
2990         invocations.  Avoid a couple of quadratic algorithms for ...
2991         (missed_modules, missed_files): ... these, with ...
2992         (func_append, func_tmpdir): ... these new functions, from
2993         gnulib-tool.  Analogously, install traps for cleanup.
2994
2995         * tests/test-gc.c (main): Remove unused variables.
2996         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2997
2998 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2999
3000         * modules/inttostr (License): Change to LGPL.
3001
3002 2006-11-14  Eric Blake  <ebb9@byu.net>
3003
3004         * modules/tempname (License): Change to LGPL.
3005
3006 2006-11-14  Eric Blake  <ebb9@byu.net>
3007
3008         * doc/functions.texi (Function Portability): *printf functions on
3009         Cygwin now understand all POSIX size specifiers.
3010
3011 2006-11-14  Bruno Haible  <bruno@clisp.org>
3012
3013         * modules/c-ctype (License): Change to LGPL.
3014
3015 2006-11-12  Bruno Haible  <bruno@clisp.org>
3016
3017         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3018         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
3019         for GNOME libraries, for which the include files are installed in
3020         subdirectories of $prefix/include.
3021
3022 2006-11-12  Bruno Haible  <bruno@clisp.org>
3023
3024         * m4/lib-link.m4: Require at least autoconf-2.54.
3025         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
3026         name to underscores for the --with option.
3027
3028 2006-11-13  Bruno Haible  <bruno@clisp.org>
3029
3030         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
3031         the tests directory.
3032         Reported by Ralf Wildenhues.
3033
3034 2006-11-13  Bruno Haible  <bruno@clisp.org>
3035
3036         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
3037         (func_emit_initmacro_end): Undo the override here.
3038         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
3039         Works around the famous automake error in coreutils.
3040
3041 2006-11-13  Eric Blake  <ebb9@byu.net>
3042
3043         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
3044         element, not its node.
3045
3046 2006-11-12  Bruno Haible  <bruno@clisp.org>
3047
3048         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
3049         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
3050
3051 2006-11-12  Bruno Haible  <bruno@clisp.org>
3052
3053         * gnulib-tool: New option --local-symlink.
3054         (func_usage): Document it.
3055         (lsymbolic): New variable.
3056         (func_import, func_create_testdir): If --symlink was not specified,
3057         test whether --local-symlink was specified and the file comes from
3058         the local_gnulib_dir.
3059
3060 2006-11-12  Bruno Haible  <bruno@clisp.org>
3061
3062         * gnulib-tool (func_ln): New function.
3063         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
3064
3065 2006-11-12  Bruno Haible  <bruno@clisp.org>
3066
3067         Finish support for source files in subdirectories.
3068         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
3069         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
3070         AUTOMAKE_OPTIONS.
3071         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
3072
3073 2006-11-12  Bruno Haible  <bruno@clisp.org>
3074
3075         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3076         EXTRA_lib_SOURCES augmentation.
3077         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3078
3079 2006-11-12  Jim Meyering  <jim@meyering.net>
3080
3081         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3082         file descriptors.  This also averts a failure on systems with
3083         native openat support when a traversed directory lacks "x" access.
3084         * lib/fts_.h: Include "i-ring.h"
3085         (struct FTS) [fts_fd_ring]: New member.
3086         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3087         (FCHDIR): Add parentheses.
3088         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3089         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3090         When descending, rather than simply closing the previous
3091         fts_cwd_fd value, push that file descriptor onto the ring.
3092         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3093         (fts_open): Initialize the new fd_ring member.
3094         (fts_close): Clear the ring.
3095         (fts_safe_changedir): When possible, use our new fd_ring to skip
3096         the diropen and fstat and dev/ino comparison that would normally
3097         accompany a virtual `chdir ("..")'.
3098
3099         * modules/fts (Depends-on): Add i-ring.
3100         * modules/i-ring: New module.
3101         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3102         * m4/i-ring.m4: New file.
3103
3104 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3105
3106         * gnulib-tool (func_create_testdir): Fix replacement of
3107         `build-aux' in configure.ac.  Run autotools in gltests
3108         subdirectory.
3109         (func_create_testdir, func_create_megatestdir, test): There is
3110         no need for '--force' in most autotool invocations in a new
3111         tree.  Actually fail the whole test if any of the tools, or the
3112         configure or make stages fail.
3113
3114         Sync from Automake.
3115         * build-aux/gnupload: Revert last change.  Add pointer to upload
3116         instructions of the GNU Maintenance Instructions.
3117         Suggestion by Karl Berry.
3118
3119 2006-11-10  Jim Meyering  <jim@meyering.net>
3120
3121         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3122
3123 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3124
3125         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3126         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3127         (bind_textdomain_codeset) [! ENABLE_NLS]:
3128         Evaluate all the arguments.  That way, callers get compatible behavior
3129         if the arguments have side effects.  Also, it avoids some GCC
3130         diagnostics in some cases; Joel E. Denny reported problems when Bison
3131         was configured with --enable-gcc-warnigs.
3132
3133 2006-11-10  Jim Meyering  <jim@meyering.net>
3134
3135         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3136         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3137         account.
3138
3139 2006-11-10  Jim Meyering  <jim@meyering.net>
3140
3141         * modules/inline: New file/module.
3142         * modules/xalloc (Files): Remove m4/inline.m4.
3143         (Depends-on): Add inline, instead.
3144         * modules/oset: Likewise.
3145         * modules/list: Likewise.
3146
3147 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3148
3149         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3150         Problem reported by Matthew Woehlke.
3151
3152 2006-11-09  Bruno Haible  <bruno@clisp.org>
3153
3154         * lib/tempname.c (gen_tempname): Remove variant that invokes
3155         __gen_tempname.
3156         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3157         __gen_tempname.
3158
3159 2006-11-08  Bruno Haible  <bruno@clisp.org>
3160
3161         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3162         to 'yes' instead of 'cross-compiling'.
3163
3164 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3165
3166         * lib/quotearg.h (quotearg_free): New decl.
3167         * lib/quotearg.c (quotearg_free): New function.
3168         (slot0, nslots, slotvec0, slotvec):
3169         Now file-scope so that quotearg_free can get at them.
3170
3171 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3172
3173         Sync from Automake.
3174         * build-aux/gnupload: Add missing 'gnu' to example URL.
3175         Report by Karl Berry.
3176
3177 2006-11-08  Bruno Haible  <bruno@clisp.org>
3178
3179         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3180         Suggested by Paul Eggert.
3181
3182 2006-11-08  Jim Meyering  <jim@meyering.net>
3183
3184         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3185         It's already included if !_LIBC.
3186         (fts_safe_changedir): Add a comment.
3187
3188 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3189
3190         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3191         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3192         Matthew Woehlke.
3193
3194         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3195         definitions up, to avoid colliding with change below.
3196         (static_inline) [HAVE_INLINE]: New macro.
3197         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3198         Provide extern decls when !HAVE_INLINE.  Do not define unless
3199         static_inline is defined, either by us or by xmalloc.c.  Use
3200         static_inline rather than static inline.
3201         (XCALLOC): Optimize sizeof(T) = 1 case.
3202         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3203
3204 2006-11-07  Bruno Haible  <bruno@clisp.org>
3205
3206         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3207         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3208         AC_C_INLINE.
3209         * modules/xalloc (Files): Add m4/inline.m4.
3210
3211 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3212
3213         * README: Fix typo.
3214         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3215         (Miscellanous Notes): ...from this.
3216
3217 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3218
3219         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3220         Mention that offsetof should be used instead of sizeof.
3221         From Bruno Haible.
3222
3223 2006-11-07  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3226
3227 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3228
3229         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3230         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3231         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3232         (gl_tree_add_before, gl_tree_add_after):
3233         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3234         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3235         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3236         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3237         (gl_linked_add_after, gl_linked_add_at): Likewise.
3238         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3239         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3240         (gl_tree_add_before, gl_tree_add_after): Likewise.
3241         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3242         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3243         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3244
3245 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3246
3247         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3248
3249 2006-11-06  Bruno Haible  <bruno@clisp.org>
3250
3251         * m4/inline.m4: New file.
3252         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3253         * modules/list (Files): Add m4/inline.m4.
3254         * modules/oset (Files): Likewise.
3255
3256 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3257
3258         * lib/idcache.c: Include <stddef.h>, for offsetof.
3259         (struct userid.name): Change from char * to a flexible array member.
3260         All uses changed.
3261         * modules/idcache (Depends-on): Add flexmember.
3262
3263         * MODULES.html.sh (Core language properties): New module flexmember.
3264         * modules/flexmember, m4/flexmember.m4: New files.
3265
3266         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3267         inline functions that are identical with the old xnmalloc_inline,
3268         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3269         that we can avoid some unnecessary integer multiplications and
3270         divisions in the common case where the element size is known at
3271         compile time.
3272         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3273         needed.
3274         (xnboundedmalloc): Remove.
3275         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3276         arguments, for consistency with rest of this header.
3277         (xcharalloc): Rewrite using XNMALLOC.
3278         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3279         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3280         versions have been moved to lib/xalloc.h and renamed to be the
3281         non-*_inline versions.
3282         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3283         and xnrealloc functions, since those functions are now inline and
3284         now call us.
3285         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3286         renaming described above.
3287         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3288         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3289         captures the dependency in AC_C_INLINE.
3290
3291         New module canonicalize-lgpl, proposed by Charles Wilson in
3292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3293         with a few small changes afterwards.
3294         * MODULES.html.sh (File system functions): New module
3295         canonicalize-lgpl.
3296         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3297         and canonicalize_file_name.
3298         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3299         * modules/canonicalize-lgpl: New files.
3300
3301 2006-11-05  Bruno Haible  <bruno@clisp.org>
3302
3303         * gnulib-tool (func_import, func_create_testdir): Create directories
3304         also for files in subdirectories of lib/.
3305
3306 2006-11-05  Bruno Haible  <bruno@clisp.org>
3307
3308         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3309         ANSI C compliant.
3310
3311 2006-11-03  Bruno Haible  <bruno@clisp.org>
3312
3313         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3314         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3315         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3316         (xnboundedmalloc): New inline function.
3317         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3318         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3319         xmalloc.
3320         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3321         xmalloc.
3322         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3323         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3324         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3325         xmalloc.
3326         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3327         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3328         xmalloc.
3329         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3330         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3331         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3332         xmalloc.
3333         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3334         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3335         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3336         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3337         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3338         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3339         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3340
3341 2006-11-03  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/c-ctype.h [C++]: Define functions without name mangling.
3344         * lib/fwriteerror.h [C++]: Likewise.
3345         * lib/gcd.h [C++]: Likewise.
3346         * lib/linebreak.h [C++]: Likewise.
3347
3348 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3349
3350         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3351         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3352         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3353         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3354         Check for functions and headers just once.
3355         Check for declaration of canonicalize_file_name.
3356         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3357
3358 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3359
3360         * gnulib-tool (func_import): Fix typo in actioncmd.
3361
3362 2006-11-02  Bruno Haible  <bruno@clisp.org>
3363
3364         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3365         newline sequence in the Makefile.am snippet as a space, like "make"
3366         does.
3367         Reported by Roger Persson <perrog@gmail.com>.
3368
3369 2006-11-01  Bruno Haible  <bruno@clisp.org>
3370
3371         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3372         already declared in <string.h>.
3373         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3374
3375 2006-11-01  Bruno Haible  <bruno@clisp.org>
3376
3377         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3378         * lib/strcase.h: Include <string.h>.
3379         (strcasecmp): Define to rpl_strcasecmp here.
3380
3381 2006-11-01  Bruno Haible  <bruno@clisp.org>
3382
3383         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3384
3385 2006-11-01  Eric Blake  <ebb9@byu.net>
3386
3387         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3388
3389         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3390
3391 2006-10-29  Bruno Haible  <bruno@clisp.org>
3392
3393         Make it compile in C++ mode.
3394         * lib/full-write.c (full_rw): Add a cast.
3395
3396 2006-11-01  Bruno Haible  <bruno@clisp.org>
3397
3398         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3399         be POSIX compliant.
3400         Reported by Roger Persson <perrog@gmail.com>.
3401
3402 2006-11-01  Eric Blake  <ebb9@byu.net>
3403
3404         * lib/getopt_.h: Fix comments.
3405
3406 2006-10-31  Eric Blake  <ebb9@byu.net>
3407
3408         * modules/tmpdir (Depends-on): Add sys_stat.
3409         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3410         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3411         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3412         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3413         tempname.
3414
3415 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3416
3417         Avoid some C++ diagnostics reported by Bruno Haible.
3418         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3419         xmalloc.
3420         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3421         (struct slotvec): Move to top level.
3422         (quotearg_n_options): Rewrite to avoid xmalloc.
3423         * lib/xalloc.h (xcharalloc): New function.
3424         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3425         [defined __cplusplus]: Add function template that provides result
3426         type propagation.  This part of the change is from Bruno Haible.
3427
3428 2006-10-29  Bruno Haible  <bruno@clisp.org>
3429
3430         Make it compile in C++ mode.
3431         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3432         * lib/strnlen1.c (strnlen1): Cast memchr result.
3433         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3434         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3435         (create_temp_dir): Rename local variable 'template'.
3436         (compile_csharp_using_sscli): Add cast.
3437         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3438         * lib/findprog.c (find_in_path): Likewise.
3439         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3440         * lib/wait-process.c (register_slave_subprocess): Likewise.
3441
3442 2006-10-22  Bruno Haible  <bruno@clisp.org>
3443
3444         * modules/tsearch: New file.
3445         * lib/tsearch.h: New file.
3446         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3447         * m4/tsearch.m4: New file.
3448         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3449
3450 2006-10-29  Eric Blake  <ebb9@byu.net>
3451
3452         * lib/arcfour.c: Assume config.h.
3453         * lib/arctwo.c: Likewise.
3454         * lib/base64.c: Likewise.
3455         * lib/check-version.c: Likewise.
3456         * lib/crc.c: Likewise.
3457         * lib/des.c: Likewise.
3458         * lib/gc-gnulib.c: Likewise.
3459         * lib/gc-libgcrypt.c: Likewise.
3460         * lib/gc-pbkdf2-sha1.c: Likewise.
3461         * lib/getaddrinfo.c: Likewise.
3462         * lib/getdelim.c: Likewise.
3463         * lib/getline.c: Likewise.
3464         * lib/hmac-md5.c: Likewise.
3465         * lib/hmac-sha1.c: Likewise.
3466         * lib/iconvme.c: Likewise.
3467         * lib/md2.c: Likewise.
3468         * lib/md4.c: Likewise.
3469         * lib/memxor.c: Likewise.
3470         * lib/read-file.c: Likewise.
3471         * lib/readline.c: Likewise.
3472         * lib/rijndael-alg-fst.c: Likewise.
3473         * lib/rijndael-api-fst.c: Likewise.
3474         * lib/xgetdomainname.c: Likewise.
3475
3476 2006-10-28  Eric Blake  <ebb9@byu.net>
3477
3478         * lib/xstrndup.c: Assume config.h.
3479
3480 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3481
3482         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3483         stat-macros.h is now for our own macros, whereas stat_h is for
3484         macros in the <sys/stat.h> name space.
3485         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3486         (STAT_MACROS_H): Remove.
3487         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3488         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3489         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3490         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3491         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3492         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3493         Move these macros to ...
3494         * lib/stat_.h: here.  Don't include stat-macros.h.
3495         * lib/canonicalize.c: Don't include stat-macros.h.
3496         * lib/chown.c: Likewise.
3497         * lib/euidaccess.c: Likewise.
3498         * lib/file-type.c: Likewise.
3499         * lib/filemode.c: Likewise.
3500         * lib/glob.c: Likewise.
3501         * lib/isapipe.c: Likewise.
3502         * lib/lchown.c: Likewise.
3503         * lib/lstat.c: Likewise.
3504         * lib/mkdir-p.c: Likewise.
3505         * lib/rmdir.c: Likewise.
3506         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3507         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3508         unless mkdir isn't declared, to speed up 'configure'.
3509         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3510         would define all the S_* symbols.
3511         * modules/canonicalize (Depends-on):
3512         Depend on sys_stat, not stat-macros.
3513         * modules/chown: Likewise.
3514         * modules/euidaccess: Likewise.
3515         * modules/filemode: Likewise.
3516         * modules/file-type: Likewise.
3517         * modules/glob: Likewise.
3518         * modules/isapipe: Likewise.
3519         * modules/lchown: Likewise.
3520         * modules/lstat: Likewise.
3521         * modules/mkancesdirs: Likewise.
3522         * modules/rmdir: Likewise.
3523         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3524         * modules/modechange: Likewise.
3525         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3526         (configure.ac): Remove gl_STAT_MACROS.
3527         * modules/sys_stat (Depends-on): Remove stat-macros.
3528
3529 2006-10-27  Bruno Haible  <bruno@clisp.org>
3530
3531         * m4/signed.m4: Remove file.
3532         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3533         invocation.
3534         * modules/vasnprintf (Files): Remove m4/signed.m4.
3535
3536 2006-10-27  Bruno Haible  <bruno@clisp.org>
3537
3538         Update to GNU gettext 0.16.
3539         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3540         m4/inttypes-h.m4, m4/signed.m4.
3541         * m4/gettext.m4: Update to GNU gettext 0.16.
3542         * m4/intl.m4: New file, from GNU gettext.
3543         * m4/intldir.m4: New file, from GNU gettext.
3544         * config/srclist.txt: Update
3545
3546 2006-10-27  Eric Blake  <ebb9@byu.net>
3547
3548         * MODULES.html.sh: Document tempname.
3549         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3550         dependencies.
3551         (Files): Move lib/tempname.c...
3552         * modules/tempname: ...to this new module.
3553         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3554         (gl_PREREQ_TEMPNAME): Move...
3555         * m4/tempname.m4: ...to this new file.
3556         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3557         * modules/sys_stat (Depends-on): Add stat-macros.
3558         * lib/stat_.h (includes): Pick up stat macros.
3559         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3560         if stat macros are broken.
3561         * lib/tempname.c (includes): No need to include "stat-macros.h".
3562         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3563         (direxists, __path_search) [!_LIBC]: Don't compile these in
3564         gnulib; the tmpdir module covers that.
3565         * lib/tempname.h: New file.
3566
3567 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3568
3569         * COPYING: Explain how gnulib-tool converts licence headers.
3570         Almost all wording by Eric Blake.
3571
3572 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3573
3574         * lib/mbchar.h (is_basic_table): Make read-only.
3575         * lib/mbchar.c (is_basic_table): Likewise.
3576         Reported by John Darrington.
3577
3578 2006-10-25  Bruno Haible  <bruno@clisp.org>
3579
3580         * lib/progname.h (set_program_name): Undefine before defining.
3581
3582 2006-10-25  Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3585         false for non-gcc C++ compilers.
3586         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3587
3588 2006-10-24  Bruno Haible  <bruno@clisp.org>
3589
3590         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3591         iconv implementations like Irix iconv.
3592
3593 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3594
3595         * modules/vararrays: New file.
3596         * m4/vararrays.m4: New file, taken from diffutils.
3597         * MODULES.html.sh: New module vararrays.
3598
3599 2006-10-24  Karl Berry  <karl@gnu.org>
3600
3601         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3602         Don't call GNU Unix.
3603
3604 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3605
3606         * users.txt: Add Libtool.
3607
3608         Sync from Libtool:
3609
3610         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3611
3612         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3613         to gnulib's policy of including config.h unconditionally.
3614
3615 2006-10-24  Bruno Haible  <bruno@clisp.org>
3616
3617         * modules/wcwidth (Files): Add m4/wint_t.m4.
3618         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3619         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3620
3621 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3622
3623         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3624         to pacify GCC with some -W flags enabled.  Problem reported by
3625         Bruno Haible.
3626
3627 2006-10-24  Jim Meyering  <jim@meyering.net>
3628
3629         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3630         Reported by Karl Berry.
3631
3632 2006-10-23  Bruno Haible  <bruno@clisp.org>
3633
3634         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3635
3636 2006-10-24  Bruno Haible  <bruno@clisp.org>
3637
3638         * lib/gl_list.h: Use C comment style, not C++ comment style.
3639
3640 2006-10-23  Eric Blake  <ebb9@byu.net>
3641
3642         * lib/getaddrinfo.c (includes): Add missing include.
3643
3644 2006-10-23  Bruno Haible  <bruno@clisp.org>
3645             Paul Eggert  <eggert@cs.ucla.edu>
3646
3647         Ability to rename obstack_free.
3648         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3649         obstack_free.
3650         (obstack_free): Invoke the __obstack_free macro.
3651         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3652
3653 2006-10-23  Bruno Haible  <bruno@clisp.org>
3654             Paul Eggert  <eggert@cs.ucla.edu>
3655
3656         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3657         __argc, __argv from the declaration. (They are defined as macros on
3658         mingw.)
3659
3660 2006-10-22  Bruno Haible  <bruno@clisp.org>
3661
3662         * doc/gnulib-intro.texi: New file.
3663         * doc/gnulib.texi: Include it.
3664
3665 2006-10-21  Bruno Haible  <bruno@clisp.org>
3666
3667         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3668         "Introduction", "Miscellanous Notes", "Particular Modules".
3669
3670 2006-10-21  Bruno Haible  <bruno@clisp.org>
3671
3672         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3673         Change mostlyclean-local rule to avoid sh syntax error from bash
3674         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3675
3676 2006-10-23  Jim Meyering  <jim@meyering.net>
3677
3678         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3679         in place of snprintf.
3680
3681         * modules/inttostr (Files): Add lib/uinttostr.c.
3682         * lib/uinttostr.c (inttostr): New file/function.
3683         * lib/inttostr.h (uinttostr): Declare.
3684         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3685         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3686         Add uinttostr.
3687         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3688
3689 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3690
3691         * lib/canonicalize.c (ELOOP): Define if not already defined.
3692         Problem reported by Bruno Haible in
3693         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3694
3695 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3696
3697         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3698         Problem reported by Perry Smith and Ville Laurikari.
3699
3700         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3701         uses.
3702
3703 2006-10-19  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3706         for mingw.
3707
3708 2006-10-19  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3711         Needed for mingw.
3712
3713 2006-10-19  Bruno Haible  <bruno@clisp.org>
3714
3715         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3716
3717 2006-10-19  Bruno Haible  <bruno@clisp.org>
3718
3719         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3720         it.
3721
3722 2006-10-19  Bruno Haible  <bruno@clisp.org>
3723
3724         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3725         invocation.
3726
3727 2006-10-19  Bruno Haible  <bruno@clisp.org>
3728
3729         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3730         mountlist by default.
3731
3732 2006-10-16  Bruno Haible  <bruno@clisp.org>
3733
3734         * lib/c-strstr.c: Include c-strstr.h.
3735
3736 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3737
3738         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3739         in a slash.
3740
3741 2006-10-18  Bruno Haible  <bruno@clisp.org>
3742
3743         * lib/lock.h [C++]: Wrap definitions in extern "C".
3744
3745 2006-10-18  Bruno Haible  <bruno@clisp.org>
3746
3747         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3748         gl_LIBOBJS list.
3749
3750 2006-10-18  Bruno Haible  <bruno@clisp.org>
3751
3752         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3753
3754 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3755
3756         * lib/xstrtol.h: Include gettext.h.
3757         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3758         Problem reported by Eric Blake.
3759         * modules/xstrtol (Depends-on): Add gettext-h.
3760
3761 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3762
3763         * lib/strftime.c (advance): New macro.
3764         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3765         incomplete type, so you can't add 0 to it.  Problem and patch
3766         reported by Eelco Dolstra for dietlibc.
3767
3768 2006-10-18  Jim Meyering  <jim@meyering.net>
3769
3770         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3771         type for a local, and rename it: s/up/user_proc/.
3772
3773 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3774
3775         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3776         READ_UTMP_USER_PROCESS.
3777         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3778
3779 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3780
3781         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3782         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3783
3784 2006-10-17  Eric Blake  <ebb9@byu.net>
3785
3786         * lib/sigprocmask.c (sigprocmask): Fix typo.
3787
3788         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3789
3790         * modules/clean-temp (Makefile.am): Don't add to make output...
3791         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3792         config.h.
3793
3794 2006-10-17  Bruno Haible  <bruno@clisp.org>
3795
3796         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3797         differently if DEFAULT_TEXT_DOMAIN is set.
3798
3799 2006-10-16  Bruno Haible  <bruno@clisp.org>
3800
3801         * lib/clean-temp.c: Include fwriteerror.h.
3802
3803 2006-10-16  Bruno Haible  <bruno@clisp.org>
3804
3805         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3806
3807 2006-10-16  Bruno Haible  <bruno@clisp.org>
3808
3809         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3810         * lib/sigprocmask.h: Include <sys/types.h>.
3811         (sigset_t): Use the system's definition if present.
3812
3813 2006-10-17  Eric Blake  <ebb9@byu.net>
3814
3815         * lib/xvasprintf.c (includes): Assume config.h.
3816         * lib/xasprintf.c (includes): Likewise.
3817
3818 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3819
3820         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3821         at least as wide as intmax_t.
3822
3823 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3824
3825         (Imported from Automake.)
3826         * build-aux/gnupload: Update to version 1.1 of directive file.
3827
3828 2006-10-16  Eric Blake  <ebb9@byu.net>
3829
3830         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3831         match Automake 1.10a.
3832
3833 2006-10-14  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/sigprocmask: New file.
3836         * lib/sigprocmask.h: New file.
3837         * lib/sigprocmask.c: New file.
3838         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3839         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3840         request sigprocmask.o.
3841         (gl_PREREQ_SIGPROCMASK): New macro.
3842         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3843         (Depends-on): Add sigprocmask.
3844         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3845         gt_SIGNALBLOCKING. Test for 'raise' only once.
3846         * lib/fatal-signal.c: Include sigprocmask.h.
3847         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3848         unblock_fatal_signals): Define always.
3849         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3850         sigprocmask.
3851
3852 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         Sync from Automake.
3855         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3856         which incorrectly sets the mode of an existing destination
3857         directory.  In some cases the unpatched install-sh could do the
3858         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3859         system.  We hope this is rare in practice, but it's clearly worth
3860         fixing.  Problem reported by Alex Unleashed in
3861         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3862         Also, don't bother to check for -m bugs unless we're using -m;
3863         suggested by Stepan Kasal.
3864
3865 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3866
3867         Sync from Automake.
3868         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3869         `-c' flag, so they appear at the same position as in %FASTDEP%
3870         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3871         which ignores unknown options only after the first non-option.
3872         Bug report against M4 by Nelson H. F. Beebe.
3873
3874 2006-10-13  Jim Meyering  <jim@meyering.net>
3875
3876         Fix a bug in yesterday's change.
3877         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3878         p->fts_statp->st_dev would be used uninitialized.
3879         Ensures that we always call fts_stat on the very first entry.
3880         Miklos Szeredi reported that find -xdev stopped working.
3881
3882 2006-10-12  Bruno Haible  <bruno@clisp.org>
3883
3884         * gnulib-tool (func_get_automake_snippet): Append an automatically
3885         computed EXTRA_DIST augmentation.
3886         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3887         * modules/alloca-opt (Makefile.am): Likewise.
3888         * modules/allocsa (Makefile.am): Likewise.
3889         * modules/arcfour (Makefile.am): Likewise.
3890         * modules/arctwo (Makefile.am): Likewise.
3891         * modules/argmatch (Makefile.am): Likewise.
3892         * modules/argz (Makefile.am): Likewise.
3893         * modules/atexit (Makefile.am): Likewise.
3894         * modules/backupfile (Makefile.am): Likewise.
3895         * modules/byteswap (Makefile.am): Likewise.
3896         * modules/c-strtod (Makefile.am): Likewise.
3897         * modules/c-strtold (Makefile.am): Likewise.
3898         * modules/calloc (Makefile.am): Likewise.
3899         * modules/canon-host (Makefile.am): Likewise.
3900         * modules/canonicalize (Makefile.am): Likewise.
3901         * modules/chdir-long (Makefile.am): Likewise.
3902         * modules/chdir-safer (Makefile.am): Likewise.
3903         * modules/check-version (Makefile.am): Likewise.
3904         * modules/chown (Makefile.am): Likewise.
3905         * modules/cloexec (Makefile.am): Likewise.
3906         * modules/close-stream (Makefile.am): Likewise.
3907         * modules/closeout (Makefile.am): Likewise.
3908         * modules/crc (Makefile.am): Likewise.
3909         * modules/csharpexec (Makefile.am): Likewise.
3910         * modules/cycle-check (Makefile.am): Likewise.
3911         * modules/des (Makefile.am): Likewise.
3912         * modules/dev-ino (Makefile.am): Likewise.
3913         * modules/dirfd (Makefile.am): Likewise.
3914         * modules/dirname (Makefile.am): Likewise.
3915         * modules/dup2 (Makefile.am): Likewise.
3916         * modules/eealloc (Makefile.am): Likewise.
3917         * modules/error (Makefile.am): Likewise.
3918         * modules/euidaccess (Makefile.am): Likewise.
3919         * modules/exclude (Makefile.am): Likewise.
3920         * modules/exitfail (Makefile.am): Likewise.
3921         * modules/fcntl-safer (Makefile.am): Likewise.
3922         * modules/fcntl (Makefile.am): Likewise.
3923         * modules/file-type (Makefile.am): Likewise.
3924         * modules/fileblocks (Makefile.am): Likewise.
3925         * modules/filemode (Makefile.am): Likewise.
3926         * modules/filenamecat (Makefile.am): Likewise.
3927         * modules/fnmatch (Makefile.am): Likewise.
3928         * modules/fopen-safer (Makefile.am): Likewise.
3929         * modules/fpending (Makefile.am): Likewise.
3930         * modules/fprintftime (Makefile.am): Likewise.
3931         * modules/free (Makefile.am): Likewise.
3932         * modules/fsusage (Makefile.am): Likewise.
3933         * modules/ftruncate (Makefile.am): Likewise.
3934         * modules/fts (Makefile.am): Likewise.
3935         * modules/gc-arcfour (Makefile.am): Likewise.
3936         * modules/gc-des (Makefile.am): Likewise.
3937         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3938         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3939         * modules/gc-md4 (Makefile.am): Likewise.
3940         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3941         * modules/gc-sha1 (Makefile.am): Likewise.
3942         * modules/gc (Makefile.am): Likewise.
3943         * modules/getaddrinfo (Makefile.am): Likewise.
3944         * modules/getcwd (Makefile.am): Likewise.
3945         * modules/getdelim (Makefile.am): Likewise.
3946         * modules/getdomainname (Makefile.am): Likewise.
3947         * modules/getgroups (Makefile.am): Likewise.
3948         * modules/gethostname (Makefile.am): Likewise.
3949         * modules/gethrxtime (Makefile.am): Likewise.
3950         * modules/getline (Makefile.am): Likewise.
3951         * modules/getloadavg (Makefile.am): Likewise.
3952         * modules/getlogin_r (Makefile.am): Likewise.
3953         * modules/getndelim2 (Makefile.am): Likewise.
3954         * modules/getopt (Makefile.am): Likewise.
3955         * modules/getpagesize (Makefile.am): Likewise.
3956         * modules/getpass-gnu (Makefile.am): Likewise.
3957         * modules/getpass (Makefile.am): Likewise.
3958         * modules/getsubopt (Makefile.am): Likewise.
3959         * modules/gettime (Makefile.am): Likewise.
3960         * modules/gettimeofday (Makefile.am): Likewise.
3961         * modules/getugroups (Makefile.am): Likewise.
3962         * modules/getusershell (Makefile.am): Likewise.
3963         * modules/glob (Makefile.am): Likewise.
3964         * modules/group-member (Makefile.am): Likewise.
3965         * modules/hard-locale (Makefile.am): Likewise.
3966         * modules/hash (Makefile.am): Likewise.
3967         * modules/hmac-md5 (Makefile.am): Likewise.
3968         * modules/hmac-sha1 (Makefile.am): Likewise.
3969         * modules/human (Makefile.am): Likewise.
3970         * modules/idcache (Makefile.am): Likewise.
3971         * modules/imaxabs (Makefile.am): Likewise.
3972         * modules/imaxdiv (Makefile.am): Likewise.
3973         * modules/inet_ntop (Makefile.am): Likewise.
3974         * modules/inet_pton (Makefile.am): Likewise.
3975         * modules/intprops (Makefile.am): Likewise.
3976         * modules/inttostr (Makefile.am): Likewise.
3977         * modules/inttypes (Makefile.am): Likewise.
3978         * modules/isapipe (Makefile.am): Likewise.
3979         * modules/javaversion (Makefile.am): Likewise.
3980         * modules/lchmod (Makefile.am): Likewise.
3981         * modules/lchown (Makefile.am): Likewise.
3982         * modules/localcharset (Makefile.am): Likewise.
3983         * modules/long-options (Makefile.am): Likewise.
3984         * modules/lstat (Makefile.am): Likewise.
3985         * modules/malloc (Makefile.am): Likewise.
3986         * modules/mathl (Makefile.am): Likewise.
3987         * modules/mbchar (Makefile.am): Likewise.
3988         * modules/md2 (Makefile.am): Likewise.
3989         * modules/md4 (Makefile.am): Likewise.
3990         * modules/md5 (Makefile.am): Likewise.
3991         * modules/memcasecmp (Makefile.am): Likewise.
3992         * modules/memchr (Makefile.am): Likewise.
3993         * modules/memcmp (Makefile.am): Likewise.
3994         * modules/memcoll (Makefile.am): Likewise.
3995         * modules/memcpy (Makefile.am): Likewise.
3996         * modules/memmem (Makefile.am): Likewise.
3997         * modules/memmove (Makefile.am): Likewise.
3998         * modules/mempcpy (Makefile.am): Likewise.
3999         * modules/memrchr (Makefile.am): Likewise.
4000         * modules/memset (Makefile.am): Likewise.
4001         * modules/memxor (Makefile.am): Likewise.
4002         * modules/mkancesdirs (Makefile.am): Likewise.
4003         * modules/mkdir-p (Makefile.am): Likewise.
4004         * modules/mkdir (Makefile.am): Likewise.
4005         * modules/mkdtemp (Makefile.am): Likewise.
4006         * modules/mkstemp (Makefile.am): Likewise.
4007         * modules/mktime (Makefile.am): Likewise.
4008         * modules/modechange (Makefile.am): Likewise.
4009         * modules/mountlist (Makefile.am): Likewise.
4010         * modules/nanosleep (Makefile.am): Likewise.
4011         * modules/obstack (Makefile.am): Likewise.
4012         * modules/openat (Makefile.am): Likewise.
4013         * modules/pagealign_alloc (Makefile.am): Likewise.
4014         * modules/pathmax (Makefile.am): Likewise.
4015         * modules/physmem (Makefile.am): Likewise.
4016         * modules/poll (Makefile.am): Likewise.
4017         * modules/posixtm (Makefile.am): Likewise.
4018         * modules/posixver (Makefile.am): Likewise.
4019         * modules/putenv (Makefile.am): Likewise.
4020         * modules/quote (Makefile.am): Likewise.
4021         * modules/quotearg (Makefile.am): Likewise.
4022         * modules/raise (Makefile.am): Likewise.
4023         * modules/read-file (Makefile.am): Likewise.
4024         * modules/readline (Makefile.am): Likewise.
4025         * modules/readlink (Makefile.am): Likewise.
4026         * modules/readtokens (Makefile.am): Likewise.
4027         * modules/readutmp (Makefile.am): Likewise.
4028         * modules/realloc (Makefile.am): Likewise.
4029         * modules/regex (Makefile.am): Likewise.
4030         * modules/rename-dest-slash (Makefile.am): Likewise.
4031         * modules/rename (Makefile.am): Likewise.
4032         * modules/rijndael (Makefile.am): Likewise.
4033         * modules/rmdir (Makefile.am): Likewise.
4034         * modules/rpmatch (Makefile.am): Likewise.
4035         * modules/safe-read (Makefile.am): Likewise.
4036         * modules/safe-write (Makefile.am): Likewise.
4037         * modules/same-inode (Makefile.am): Likewise.
4038         * modules/same (Makefile.am): Likewise.
4039         * modules/save-cwd (Makefile.am): Likewise.
4040         * modules/savedir (Makefile.am): Likewise.
4041         * modules/setenv (Makefile.am): Likewise.
4042         * modules/settime (Makefile.am): Likewise.
4043         * modules/sha1 (Makefile.am): Likewise.
4044         * modules/sig2str (Makefile.am): Likewise.
4045         * modules/snprintf (Makefile.am): Likewise.
4046         * modules/stat-macros (Makefile.am): Likewise.
4047         * modules/stat-time (Makefile.am): Likewise.
4048         * modules/stdbool (Makefile.am): Likewise.
4049         * modules/stdint (Makefile.am): Likewise.
4050         * modules/stdlib-safer (Makefile.am): Likewise.
4051         * modules/stpcpy (Makefile.am): Likewise.
4052         * modules/stpncpy (Makefile.am): Likewise.
4053         * modules/strcase (Makefile.am): Likewise.
4054         * modules/strcasestr (Makefile.am): Likewise.
4055         * modules/strchrnul (Makefile.am): Likewise.
4056         * modules/strcspn (Makefile.am): Likewise.
4057         * modules/strdup (Makefile.am): Likewise.
4058         * modules/strerror (Makefile.am): Likewise.
4059         * modules/strftime (Makefile.am): Likewise.
4060         * modules/strndup (Makefile.am): Likewise.
4061         * modules/strnlen (Makefile.am): Likewise.
4062         * modules/strpbrk (Makefile.am): Likewise.
4063         * modules/strsep (Makefile.am): Likewise.
4064         * modules/strstr (Makefile.am): Likewise.
4065         * modules/strtod (Makefile.am): Likewise.
4066         * modules/strtoimax (Makefile.am): Likewise.
4067         * modules/strtok_r (Makefile.am): Likewise.
4068         * modules/strtol (Makefile.am): Likewise.
4069         * modules/strtoll (Makefile.am): Likewise.
4070         * modules/strtoul (Makefile.am): Likewise.
4071         * modules/strtoull (Makefile.am): Likewise.
4072         * modules/strtoumax (Makefile.am): Likewise.
4073         * modules/strverscmp (Makefile.am): Likewise.
4074         * modules/sys_socket (Makefile.am): Likewise.
4075         * modules/sys_stat (Makefile.am): Likewise.
4076         * modules/sysexits (Makefile.am): Likewise.
4077         * modules/time_r (Makefile.am): Likewise.
4078         * modules/timegm (Makefile.am): Likewise.
4079         * modules/timespec (Makefile.am): Likewise.
4080         * modules/tmpfile-safer (Makefile.am): Likewise.
4081         * modules/trim (Makefile.am): Likewise.
4082         * modules/unistd-safer (Makefile.am): Likewise.
4083         * modules/unlinkdir (Makefile.am): Likewise.
4084         * modules/unlocked-io (Makefile.am): Likewise.
4085         * modules/userspec (Makefile.am): Likewise.
4086         * modules/utime (Makefile.am): Likewise.
4087         * modules/utimecmp (Makefile.am): Likewise.
4088         * modules/utimens (Makefile.am): Likewise.
4089         * modules/vasnprintf (Makefile.am): Likewise.
4090         * modules/vasprintf (Makefile.am): Likewise.
4091         * modules/vsnprintf (Makefile.am): Likewise.
4092         * modules/xalloc (Makefile.am): Likewise.
4093         * modules/xgetcwd (Makefile.am): Likewise.
4094         * modules/xnanosleep (Makefile.am): Likewise.
4095         * modules/xreadlink (Makefile.am): Likewise.
4096         * modules/xstrtod (Makefile.am): Likewise.
4097         * modules/xstrtol (Makefile.am): Likewise.
4098         * modules/xstrtold (Makefile.am): Likewise.
4099         * modules/yesno (Makefile.am): Likewise.
4100         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4101
4102 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         * modules/error (Makefile.am): Distribute files through
4105         EXTRA_DIST, not lib_SOURCES.
4106
4107 2006-10-12  Eric Blake  <ebb9@byu.net>
4108
4109         * modules/error (Makefile.am): Distribute files in /lib.
4110         * modules/obstack (Makefile.am): Likewise.
4111
4112 2006-10-12  Bruno Haible  <bruno@clisp.org>
4113
4114         * modules/acl (Makefile.am): Distribute all files in lib/ through
4115         EXTRA_DIST.
4116         * modules/arcfour (Makefile.am): Likewise.
4117         * modules/arctwo (Makefile.am): Likewise.
4118         * modules/argmatch (Makefile.am): Likewise.
4119         * modules/argz (Makefile.am): Likewise.
4120         * modules/atexit (Makefile.am): Likewise.
4121         * modules/backupfile (Makefile.am): Likewise.
4122         * modules/c-strtod (Makefile.am): Likewise.
4123         * modules/c-strtold (Makefile.am): Likewise.
4124         * modules/calloc (Makefile.am): Likewise.
4125         * modules/canon-host (Makefile.am): Likewise.
4126         * modules/canonicalize (Makefile.am): Likewise.
4127         * modules/chdir-long (Makefile.am): Likewise.
4128         * modules/chdir-safer (Makefile.am): Likewise.
4129         * modules/check-version (Makefile.am): Likewise.
4130         * modules/chown (Makefile.am): Likewise.
4131         * modules/cloexec (Makefile.am): Likewise.
4132         * modules/close-stream (Makefile.am): Likewise.
4133         * modules/closeout (Makefile.am): Likewise.
4134         * modules/crc (Makefile.am): Likewise.
4135         * modules/cycle-check (Makefile.am): Likewise.
4136         * modules/des (Makefile.am): Likewise.
4137         * modules/dirfd (Makefile.am): Likewise.
4138         * modules/dirname (Makefile.am): Likewise.
4139         * modules/dup2 (Makefile.am): Likewise.
4140         * modules/euidaccess (Makefile.am): Likewise.
4141         * modules/exclude (Makefile.am): Likewise.
4142         * modules/exitfail (Makefile.am): Likewise.
4143         * modules/fcntl-safer (Makefile.am): Likewise.
4144         * modules/file-type (Makefile.am): Likewise.
4145         * modules/fileblocks (Makefile.am): Likewise.
4146         * modules/filemode (Makefile.am): Likewise.
4147         * modules/filenamecat (Makefile.am): Likewise.
4148         * modules/fnmatch (Makefile.am): Likewise.
4149         * modules/fopen-safer (Makefile.am): Likewise.
4150         * modules/fpending (Makefile.am): Likewise.
4151         * modules/fprintftime (Makefile.am): Likewise.
4152         * modules/free (Makefile.am): Likewise.
4153         * modules/fsusage (Makefile.am): Likewise.
4154         * modules/ftruncate (Makefile.am): Likewise.
4155         * modules/fts (Makefile.am): Likewise.
4156         * modules/gc (Makefile.am): Likewise.
4157         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4158         * modules/getaddrinfo (Makefile.am): Likewise.
4159         * modules/getcwd (Makefile.am): Likewise.
4160         * modules/getdelim (Makefile.am): Likewise.
4161         * modules/getdomainname (Makefile.am): Likewise.
4162         * modules/getgroups (Makefile.am): Likewise.
4163         * modules/gethostname (Makefile.am): Likewise.
4164         * modules/gethrxtime (Makefile.am): Likewise.
4165         * modules/getline (Makefile.am): Likewise.
4166         * modules/getloadavg (Makefile.am): Likewise.
4167         * modules/getlogin_r (Makefile.am): Likewise.
4168         * modules/getopt (Makefile.am): Likewise.
4169         * modules/getpass (Makefile.am): Likewise.
4170         * modules/getpass-gnu (Makefile.am): Likewise.
4171         * modules/getsubopt (Makefile.am): Likewise.
4172         * modules/gettime (Makefile.am): Likewise.
4173         * modules/gettimeofday (Makefile.am): Likewise.
4174         * modules/getugroups (Makefile.am): Likewise.
4175         * modules/getusershell (Makefile.am): Likewise.
4176         * modules/glob (Makefile.am): Likewise.
4177         * modules/group-member (Makefile.am): Likewise.
4178         * modules/hard-locale (Makefile.am): Likewise.
4179         * modules/hash (Makefile.am): Likewise.
4180         * modules/hmac-md5 (Makefile.am): Likewise.
4181         * modules/hmac-sha1 (Makefile.am): Likewise.
4182         * modules/human (Makefile.am): Likewise.
4183         * modules/idcache (Makefile.am): Likewise.
4184         * modules/imaxabs (Makefile.am): Likewise.
4185         * modules/imaxdiv (Makefile.am): Likewise.
4186         * modules/inet_ntop (Makefile.am): Likewise.
4187         * modules/inet_pton (Makefile.am): Likewise.
4188         * modules/inttostr (Makefile.am): Likewise.
4189         * modules/isapipe (Makefile.am): Likewise.
4190         * modules/lchown (Makefile.am): Likewise.
4191         * modules/long-options (Makefile.am): Likewise.
4192         * modules/lstat (Makefile.am): Likewise.
4193         * modules/malloc (Makefile.am): Likewise.
4194         * modules/mathl (Makefile.am): Likewise.
4195         * modules/mbchar (Makefile.am): Likewise.
4196         * modules/md2 (Makefile.am): Likewise.
4197         * modules/md4 (Makefile.am): Likewise.
4198         * modules/md5 (Makefile.am): Likewise.
4199         * modules/memcasecmp (Makefile.am): Likewise.
4200         * modules/memchr (Makefile.am): Likewise.
4201         * modules/memcmp (Makefile.am): Likewise.
4202         * modules/memcoll (Makefile.am): Likewise.
4203         * modules/memcpy (Makefile.am): Likewise.
4204         * modules/memmem (Makefile.am): Likewise.
4205         * modules/memmove (Makefile.am): Likewise.
4206         * modules/mempcpy (Makefile.am): Likewise.
4207         * modules/memrchr (Makefile.am): Likewise.
4208         * modules/memset (Makefile.am): Likewise.
4209         * modules/memxor (Makefile.am): Likewise.
4210         * modules/mkancesdirs (Makefile.am): Likewise.
4211         * modules/mkdir (Makefile.am): Likewise.
4212         * modules/mkdir-p (Makefile.am): Likewise.
4213         * modules/mkdtemp (Makefile.am): Likewise.
4214         * modules/mkstemp (Makefile.am): Likewise.
4215         * modules/mktime (Makefile.am): Likewise.
4216         * modules/modechange (Makefile.am): Likewise.
4217         * modules/mountlist (Makefile.am): Likewise.
4218         * modules/nanosleep (Makefile.am): Likewise.
4219         * modules/openat (Makefile.am): Likewise.
4220         * modules/pagealign_alloc (Makefile.am): Likewise.
4221         * modules/physmem (Makefile.am): Likewise.
4222         * modules/poll (Makefile.am): Likewise.
4223         * modules/posixtm (Makefile.am): Likewise.
4224         * modules/posixver (Makefile.am): Likewise.
4225         * modules/putenv (Makefile.am): Likewise.
4226         * modules/quote (Makefile.am): Likewise.
4227         * modules/quotearg (Makefile.am): Likewise.
4228         * modules/raise (Makefile.am): Likewise.
4229         * modules/read-file (Makefile.am): Likewise.
4230         * modules/readline (Makefile.am): Likewise.
4231         * modules/readlink (Makefile.am): Likewise.
4232         * modules/readtokens (Makefile.am): Likewise.
4233         * modules/readutmp (Makefile.am): Likewise.
4234         * modules/realloc (Makefile.am): Likewise.
4235         * modules/regex (Makefile.am): Likewise.
4236         * modules/rename (Makefile.am): Likewise.
4237         * modules/rename-dest-slash (Makefile.am): Likewise.
4238         * modules/rijndael (Makefile.am): Likewise.
4239         * modules/rmdir (Makefile.am): Likewise.
4240         * modules/rpmatch (Makefile.am): Likewise.
4241         * modules/safe-read (Makefile.am): Likewise.
4242         * modules/safe-write (Makefile.am): Likewise.
4243         * modules/same (Makefile.am): Likewise.
4244         * modules/save-cwd (Makefile.am): Likewise.
4245         * modules/savedir (Makefile.am): Likewise.
4246         * modules/setenv (Makefile.am): Likewise.
4247         * modules/settime (Makefile.am): Likewise.
4248         * modules/sha1 (Makefile.am): Likewise.
4249         * modules/sig2str (Makefile.am): Likewise.
4250         * modules/snprintf (Makefile.am): Likewise.
4251         * modules/stdlib-safer (Makefile.am): Likewise.
4252         * modules/stpcpy (Makefile.am): Likewise.
4253         * modules/stpncpy (Makefile.am): Likewise.
4254         * modules/strcase (Makefile.am): Likewise.
4255         * modules/strcasestr (Makefile.am): Likewise.
4256         * modules/strchrnul (Makefile.am): Likewise.
4257         * modules/strcspn (Makefile.am): Likewise.
4258         * modules/strdup (Makefile.am): Likewise.
4259         * modules/strerror (Makefile.am): Likewise.
4260         * modules/strftime (Makefile.am): Likewise.
4261         * modules/strndup (Makefile.am): Likewise.
4262         * modules/strnlen (Makefile.am): Likewise.
4263         * modules/strpbrk (Makefile.am): Likewise.
4264         * modules/strsep (Makefile.am): Likewise.
4265         * modules/strstr (Makefile.am): Likewise.
4266         * modules/strtod (Makefile.am): Likewise.
4267         * modules/strtoimax (Makefile.am): Likewise.
4268         * modules/strtok_r (Makefile.am): Likewise.
4269         * modules/strtol (Makefile.am): Likewise.
4270         * modules/strtoll (Makefile.am): Likewise.
4271         * modules/strtoul (Makefile.am): Likewise.
4272         * modules/strtoull (Makefile.am): Likewise.
4273         * modules/strtoumax (Makefile.am): Likewise.
4274         * modules/strverscmp (Makefile.am): Likewise.
4275         * modules/time_r (Makefile.am): Likewise.
4276         * modules/timegm (Makefile.am): Likewise.
4277         * modules/tmpfile-safer (Makefile.am): Likewise.
4278         * modules/unistd-safer (Makefile.am): Likewise.
4279         * modules/unlinkdir (Makefile.am): Likewise.
4280         * modules/userspec (Makefile.am): Likewise.
4281         * modules/utime (Makefile.am): Likewise.
4282         * modules/utimecmp (Makefile.am): Likewise.
4283         * modules/utimens (Makefile.am): Likewise.
4284         * modules/vasnprintf (Makefile.am): Likewise.
4285         * modules/vasprintf (Makefile.am): Likewise.
4286         * modules/vsnprintf (Makefile.am): Likewise.
4287         * modules/xalloc (Makefile.am): Likewise.
4288         * modules/xgetcwd (Makefile.am): Likewise.
4289         * modules/xnanosleep (Makefile.am): Likewise.
4290         * modules/xreadlink (Makefile.am): Likewise.
4291         * modules/xstrtod (Makefile.am): Likewise.
4292         * modules/xstrtol (Makefile.am): Likewise.
4293         * modules/xstrtold (Makefile.am): Likewise.
4294         * modules/yesno (Makefile.am): Likewise.
4295
4296 2006-10-12  Jim Meyering  <jim@meyering.net>
4297
4298         * m4/getloadavg.m4: Revert the change below.
4299
4300         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4301         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4302         fail with a symlink, which is what coreutils' ./bootstrap now
4303         creates by default.
4304
4305 2006-10-12  Bruno Haible  <bruno@clisp.org>
4306
4307         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4308         mingw.
4309         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4310         MSVC and mingw explicitly.
4311
4312 2006-10-11  Simon Josefsson  <jas@extundo.com>
4313             Bruno Haible  <bruno@clisp.org>
4314
4315         Add support for multiple gnulib-tool invocations in the scope of a
4316         single configure.ac file.
4317         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4318         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4319         with the same contents as the _LIBADD variable.
4320         (func_emit_initmacro_start, func_emit_initmacro_end,
4321         func_emit_initmacro_done): New functions.
4322         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4323         gl_LIBOBJS and gl_LTLIBOBJS.
4324
4325 2006-10-11  Bruno Haible  <bruno@clisp.org>
4326
4327         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4328         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4329         autoreconf. Instead, invoke autopoint explicitly but move back the
4330         *.m4 files from gnulib.
4331
4332 2006-10-11  Bruno Haible  <bruno@clisp.org>
4333
4334         * gnulib-tool (func_usage): Make module names after --create-testdir
4335         optional.
4336         (func_create_testdir): If no module was specified, use nearly all
4337         modules.
4338
4339 2006-10-12  Jim Meyering  <jim@meyering.net>
4340
4341         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4342         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4343         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4344         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4345         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4346         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4347         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4348         (fts_set_stat_required): New function.
4349         (fts_open): Defer the calls to fts_stat, if possible or requested.
4350         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4351         into fts_stat itself.
4352         (fts_read): Perform any required (deferred) fts_stat call.
4353         (fts_build): Likewise, for the directory we're about to open and read.
4354         In the readdir loop, carefully decide whether each entry will require
4355         an eventual call to fts_stat, using dirent.d_type info if available.
4356         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4357         a command line argument into this function.  Update all callers.
4358         Map a return value of FTS_DOT to FTS_D for a command line argument.
4359         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4360         Thanks to Miklos Szeredi for his tenacity and for the initial
4361         bug report about "find" failing on a FUSE-based file system.
4362
4363         * lib/fts.c (fts_open): Use consistent indentation.
4364
4365 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4366
4367         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4368         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4369         reported by Jim Meyering.  All uses of cache variables renamed
4370         to match Autoconf's.
4371         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4372         the other one.
4373
4374         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4375         Fix misspelling in diagnostic.
4376
4377 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4378
4379         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4380         defined.  Problem reported by Matthew Woehlke.
4381
4382         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4383         Add support for Tandem NonStop R series.
4384         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4385         Use new macro.
4386
4387         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4388         (has_trailing_slash): Omit size arg; all callers changed.
4389         Omit 'inline', since it doesn't help performance and we'd
4390         need to configure it.
4391         Don't count //, ///, etc. as having a trailing slash.
4392         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4393         (rpl_rename_dest_slash): On failure, use rename's errno rather
4394         than (in some cases) an incorrect or junk errno.
4395         Simplify code by removing need to compute length; this does
4396         cause it to make two passes instead of one over the file name,
4397         but it's worth it.
4398
4399         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4400         change, since Autoconf's version may no longer be appropriate now
4401         that we are using CVS Autoconf's version.  Add support for Tandem.
4402
4403 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4404             Bruno Haible  <bruno@clisp.org>
4405
4406         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4407         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4408         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4409         gl_AC_TYPE_LONG_LONG.
4410
4411         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4412         instead of HAVE_LONG_LONG.
4413         * lib/printf-args.c (printf_fetchargs): Likewise.
4414         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4415         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4416         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4417         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4418         gl_AC_TYPE_LONG_LONG.
4419
4420 2006-10-11  Bruno Haible  <bruno@clisp.org>
4421
4422         * m4/longlong.m4: Add comments.
4423         * m4/ulonglong.m4: Likewise.
4424
4425 2006-10-10  Bruno Haible  <bruno@clisp.org>
4426
4427         Make it possible to #define stpcpy, strdup to aliases.
4428         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4429         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4430
4431 2006-10-10  Bruno Haible  <bruno@clisp.org>
4432
4433         Make it possible to #define gcd to an alias.
4434         * lib/gcd.c: Include config.h.
4435
4436 2006-10-10  Bruno Haible  <bruno@clisp.org>
4437
4438         Make it possible to #define c_isascii to an alias.
4439         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4440         defined. Undefine the macros before defining them, to avoid gcc
4441         warnings.
4442         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4443         define NO_C_CTYPE_MACROS early.
4444
4445 2006-10-10  Bruno Haible  <bruno@clisp.org>
4446
4447         Make it possible to #define set_program_name to an alias.
4448         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4449         ENABLE_RELOCATABLE early.
4450
4451 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4452
4453         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4454         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4455         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4456         More generally, don't assume that 64-bit signed int is available
4457         if unsigned int is, and vice versa.
4458         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4459         unsigned symbols, not on their signed counterparts.
4460         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4461         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4462         (UINT64_C, UINTMAX_C):
4463         Likewise.
4464         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4465         unsigned counterparts.
4466         (Have_long_long, Unsigned): New macros.
4467         (Int): Renamed from INT.
4468         (strtoimax): Use the new macros.
4469         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4470         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4471         * modules/inttypes (inttypes.h): Substitute
4472         HAVE_UNSIGNED_LONG_LONG_INT.
4473         * modules/stdint (stdint.h): Likewise.
4474         (Files): Add m4/ulonglong.m4.
4475
4476 2006-10-10  Bruno Haible  <bruno@clisp.org>
4477
4478         Fix a gcc -Wshadow warning.
4479         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4480         to 'bucket'.
4481         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4482         gl_linked_indexof_from_to): Likewise.
4483         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4484         Likewise.
4485         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4486         Likewise.
4487         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4488         Reported by Eric Blake.
4489
4490 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4491
4492         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4493         for NetBSD.  Problem reported by Bruno Haible.
4494
4495 2006-10-09  Jim Meyering  <jim@meyering.net>
4496
4497         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4498         Patch from Bruno Haible.
4499
4500 2006-10-09  Jim Meyering  <jim@meyering.net>
4501
4502         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4503         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4504         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4505
4506 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4507
4508         Don't include <config.h> twice; this doesn't work in some cases,
4509         e.g., when config.h has "#define intmax_t long long int" and
4510         we include <config.h>, <inttypes.h>, <config.h> in that order.
4511         Problem reported by Matthew Woehlke in:
4512         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4513         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4514         * lib/fts-cycle.c: Don't include config.h.
4515         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4516         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4517         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4518         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4519         inttypes.h.
4520         * lib/xstrtoumax.c: Likewise.
4521         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4522         __strtol and the like, so that this module is more like its siblings.
4523         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4524         Remove; no longer needed now that we assume gnulib inttypes.h.
4525
4526 2006-10-08  Bruno Haible  <bruno@clisp.org>
4527
4528         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4529         option.
4530
4531 2006-10-07  Jim Meyering  <jim@meyering.net>
4532
4533         * modules/inttypes (inttypes.h): Revert what seems to have been
4534         an inadvertent part of today's change: use "|", not "/" in the
4535         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4536
4537 2006-10-07  Bruno Haible  <bruno@clisp.org>
4538
4539         * modules/sublist: New file.
4540
4541 2006-10-07  Bruno Haible  <bruno@clisp.org>
4542
4543         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4544         * modules/argz (argz.h): Likewise.
4545         * modules/arpa_inet (arpa/inet.h): Likewise.
4546         * modules/byteswap (byteswap.h): Likewise.
4547         * modules/configmake (configmake.h): Likewise.
4548         * modules/fcntl (fcntl.h): Likewise.
4549         * modules/fnmatch (fnmatch.h): Likewise.
4550         * modules/getopt (getopt.h): Likewise.
4551         * modules/glob (glob.h): Likewise.
4552         * modules/inttypes (inttypes.h): Likewise.
4553         * modules/netinet_in (netinet/in.h): Likewise.
4554         * modules/poll (poll.h): Likewise.
4555         * modules/stdbool (stdbool.h): Likewise.
4556         * modules/stdint (stdint.h): Likewise.
4557         * modules/sys_select (sys/select.h): Likewise.
4558         * modules/sys_socket (sys/socket.h): Likewise.
4559         * modules/sys_stat (sys/stat.h): Likewise.
4560         * modules/sysexits (sysexits.h): Likewise.
4561         * modules/unistd (unistd.h): Likewise.
4562         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4563         Add a "DO NOT EDIT" comment to the generated file.
4564         (func_import): Likewise for gnulib-comp.m4.
4565
4566 2006-10-07  Bruno Haible  <bruno@clisp.org>
4567
4568         * lib/gl_sublist.h: New file.
4569         * lib/gl_sublist.c: New file.
4570
4571 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4572
4573         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4574         name (relative to the original working directory) and the file
4575         name component (relative to the temporary working directory).  All
4576         callers changed.
4577         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4578         * lib/mkdir-p.c (make_dir_parents): Likewise.
4579         * lib/mkdir-p.h (make_dir_parents): Likewise.
4580
4581 2006-10-06  Eric Blake  <ebb9@byu.net>
4582
4583         Define several macros for use by the clean-temp module.
4584         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4585         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4586         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4587
4588         * lib/clean-temp.h (close_stream_temp): New declaration.
4589         * lib/clean-temp.c (includes): Pull in headers according to what
4590         other modules are in use.
4591         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4592
4593 2006-10-06  Bruno Haible  <bruno@clisp.org>
4594
4595         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4596         instead of fopen, fwriteerror.
4597
4598 2006-10-06  Bruno Haible  <bruno@clisp.org>
4599
4600         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4601         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4602         int.
4603         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4604         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4605         Return an error indicator.
4606         Suggested by Eric Blake.
4607
4608 2006-10-06  Bruno Haible  <bruno@clisp.org>
4609
4610         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4611         Reported by Eric Blake.
4612
4613 2006-10-06  Bruno Haible  <bruno@clisp.org>
4614
4615         * modules/closeout (Description): Mention stderr too.
4616
4617 2006-10-06  Bruno Haible  <bruno@clisp.org>
4618         and Paul Eggert  <eggert@cs.ucla.edu>
4619
4620         * lib/closeout.c (close_stdout): Also close stderr.
4621         * lib/closeout.h: Update comment.
4622
4623 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4624
4625         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4626         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4627         * lib/dirchownmod.c: Include lchown.h.
4628         * lib/lchown.c: Don't include files that lchown.h now includes.
4629         Don't declare chown, since lchown.h now does that.
4630         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4631         (lchown): Define to rpl_chown if lchown is declared but
4632         does not exist.  Declare using a prototype if lchown is not
4633         declared.  Add a copyright notice.
4634         * lib/mkstemp.h: Include <unistd.h>.
4635         * lib/openat.c: Include lchown.h.
4636
4637         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4638         we now test for that separately.
4639         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4640         rather than O_NOFOLLOW, when testing whether it's possible to
4641         avoid a race condition reliably.
4642         * lib/savewd.c (savewd_chdir): Likewise.
4643
4644         Remove macros that are no longer needed now that stdint.h is
4645         reliable.
4646         * lib/fsusage.c (UINTMAX_MAX): Remove.
4647         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4648         * lib/utimecmp.c (SIZE_MAX): Remove.
4649
4650         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4651
4652         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4653         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4654         O_NOATIME works.
4655
4656 2006-10-05  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/gl_list.h (gl_sortedlist_search_from_to,
4659         gl_sortedlist_indexof_from_to): New declarations.
4660         (gl_list_implementation): New fields sortedlist_search_from_to,
4661         sortedlist_indexof_from_to.
4662         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4663         inline functions.
4664         * lib/gl_list.c (gl_sortedlist_search_from_to,
4665         gl_sortedlist_indexof_from_to): New functions.
4666         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4667         function.
4668         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4669         (gl_array_sortedlist_search_from_to): New function.
4670         (gl_array_list_implementation): Update.
4671         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4672         function.
4673         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4674         (gl_carray_sortedlist_search_from_to): New function.
4675         (gl_carray_list_implementation): Update.
4676         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4677         gl_linked_sortedlist_indexof_from_to): New functions.
4678         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4679         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4680         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4681         gl_tree_sortedlist_indexof_from_to): New functions.
4682         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4683         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4684         Update.
4685         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4686         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4687         Update.
4688
4689 2006-10-05  Bruno Haible  <bruno@clisp.org>
4690
4691         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4692         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4693         (struct gl_list_implementation): Add fields search_from_to,
4694         indexof_from_to. Remove fields search, indexof.
4695         (gl_list_search): Use the search_from_to method.
4696         (gl_list_search_from, gl_list_search_from_to): New functions.
4697         (gl_list_indexof): Use the indexof_from_to method.
4698         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4699         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4700         (gl_list_search_from, gl_list_search_from_to): New functions.
4701         (gl_list_indexof): Use the indexof_from_to method.
4702         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4703         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4704         gl_array_indexof. Add start_index, end_index arguments.
4705         (gl_array_search_from_to): Renamed from gl_array_search. Add
4706         start_index, end_index arguments.
4707         (gl_array_remove, gl_array_list_implementation): Update.
4708         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4709         gl_carray_indexof. Add start_index, end_index arguments.
4710         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4711         start_index, end_index arguments.
4712         (gl_carray_remove, gl_carray_list_implementation): Update.
4713         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4714         gl_linked_search. Add start_index, end_index arguments.
4715         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4716         start_index, end_index arguments.
4717         (gl_linked_remove): Update.
4718         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4719         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4720         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4721         field to 'size_t'.
4722         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4723         gl_tree_search. Add start_index, end_index arguments.
4724         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4725         start_index, end_index arguments.
4726         (gl_tree_remove): Update.
4727         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4728         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4729         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4730         function.
4731         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4732         gl_tree_search. Add start_index, end_index arguments.
4733         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4734         start_index, end_index arguments.
4735         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4736         Update.
4737         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4738
4739 2006-10-05  Bruno Haible  <bruno@clisp.org>
4740
4741         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4742
4743         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4744         fwriteerror_temp): New declarations.
4745         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4746         (descriptors): New variable.
4747         (cleanup): First, close the descriptors.
4748         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4749         fclose_temp, fwriteerror_temp): New functions.
4750
4751 2006-10-04  Jim Meyering  <jim@meyering.net>
4752
4753         * lib/fts.c (fts_open): Tiny comment change.
4754
4755 2006-10-04  Bruno Haible  <bruno@clisp.org>
4756
4757         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4758         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4759         gl_LOCK_BODY.
4760         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4761         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4762         gl_LOCK_EARLY_BODY.
4763         (gl_LOCK): Require gl_LOCK_BODY.
4764
4765 2006-10-04  Bruno Haible  <bruno@clisp.org>
4766
4767         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4768         (gl_oset_search_atleast): New declaration.
4769         (struct gl_oset_implementation): Add field 'search_atleast'.
4770         (gl_oset_search_atleast): New inline function.
4771         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4772         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4773         (gl_array_oset_implementation): Update.
4774         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4775         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4776         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4777
4778 2006-10-04  Bruno Haible  <bruno@clisp.org>
4779
4780         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4781
4782 2006-10-03  Bruno Haible  <bruno@clisp.org>
4783
4784         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4785         from gl_avltreehash_list_implementation.
4786
4787 2006-10-03  Bruno Haible  <bruno@clisp.org>
4788
4789         * lib/gl_oset.c (gl_oset_add): Fix return type.
4790
4791 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4792
4793         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4794
4795 2006-10-02  Eric Blake  <ebb9@byu.net>
4796
4797         * modules/strnlen (Depends-on): Add extensions.
4798
4799 2006-10-02  Eric Blake  <ebb9@byu.net>
4800
4801         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4802         definition in 2.60+.
4803
4804 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4805
4806         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4807         checks.
4808
4809 2006-10-02  Bruno Haible  <bruno@clisp.org>
4810
4811         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4812         to the AUTOMAKE_OPTIONS.
4813         Reported by Jim Meyering.
4814
4815 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4816
4817         Work around bug in Solaris 10 /proc file system:
4818         /proc/self/fd/NNN/.. isn't the parent directory of
4819         the directory whose file descriptor is NNN.  This needs to
4820         be worked around at run time, not compile time, since a
4821         program might be built on Solaris 8, where things work, and
4822         run on Solaris 10.
4823         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4824         to use the following interface instead:
4825         (OPENAT_BUFFER_SIZE): New macro.
4826         (openat_proc_name): New function.
4827         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4828         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4829         Likewise.
4830         * lib/openat-proc.c: New file.
4831         * modules/openat (Files): Add lib/openat-proc.c.
4832         (Depends-on): Add same-inode, stdbool.
4833         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4834
4835 2006-09-29  Bruno Haible  <bruno@clisp.org>
4836
4837         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4838         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4839         argument. Set stdout_closed before testing for ferror, not after.
4840         (fwriteerror, fwriteerror_no_ebadf): New functions.
4841
4842 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4843
4844         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4845
4846 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4847
4848         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4849         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4850
4851 2006-09-28  Jim Meyering  <jim@meyering.net>
4852
4853         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4854         Include <unistd.h>.
4855
4856 2006-09-28  Bruno Haible  <bruno@clisp.org>
4857
4858         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4859         * modules/linkedhash-list (Depends-on): Likewise.
4860         * modules/rbtreehash-list (Depends-on): Likewise.
4861
4862 2006-09-28  Bruno Haible  <bruno@clisp.org>
4863
4864         * lib/strndup.h: Simplify the redefinition of strndup.
4865         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4866         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4867
4868 2006-09-28  Bruno Haible  <bruno@clisp.org>
4869
4870         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4871         * lib/gl_linkedhash_list.c: Likewise.
4872         * lib/gl_rbtreehash_list.c: Likewise.
4873
4874 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4875
4876         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4877         getaddrinfo.
4878
4879         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4880         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4881         it causes <stdio_ext.h> to cause a compile-time error.
4882         Problem reported by Nelson H. F. Beebe.
4883         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4884         of HAVE_DECL___PENDING.
4885
4886         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4887         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4888         declaration.
4889
4890 2006-09-27  Jim Meyering  <jim@meyering.net>
4891
4892         This file could end up with a definition for a function
4893         named __strndup, rather than rpl_strndup on a system with
4894         incomplete weak_alias support.
4895         * lib/strndup.c (strndup): Rename from __strndup.
4896         Remove #defines that used to map __strndup to strndup.
4897         Don't use K&R prototypes.
4898         Remove LIBC-related code, since this file is not sync'd with glibc.
4899         * lib/strndup.h: Revamp, accordingly.
4900         * m4/strndup.m4: Modernize.
4901
4902 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4903
4904         * modules/savewd (Depends-on): Add 'raise'.
4905         * lib/savewd.c: Include <signal.h>, for 'raise'.
4906
4907 2006-09-26  Jim Meyering  <jim@meyering.net>
4908
4909         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4910         when we detect Darwin 8.7.0's acl_get_file bug.
4911         Rearrange to perform the new (below) run-test while $LIBS
4912         contains any acl-related library.  Set USE_ACL at the end.
4913         (gl_ACL_GET_FILE): New function.
4914
4915 2006-09-26  Eric Blake  <ebb9@byu.net>
4916
4917         * lib/verror.c: Include <config.h> unconditionally.
4918
4919 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4920
4921         * modules/clock-time (Maintainer): Add self.
4922         * modules/getlogin_r (Depends-on): Add extensions.
4923
4924 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4925
4926         * modules/clock-time: New module.
4927         * modules/nanosleep (Depends-on): Add clock-time.
4928         * modules/gethrxtime (Depends-on): Likewise.
4929         * modules/gettime (Depends-on): Likewise.
4930         * modules/settime (Depends-on): Likewise.
4931
4932         * modules/fts-lgpl: Depend on openat.
4933         * modules/mkancesdirs: Depend on savewd.
4934         * modules/mkdir-p: Likewise.
4935
4936 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4937
4938         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4939
4940         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4941         `gl_have_arbitrary_file_name_length_limit' to
4942         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4943         actually works between configure runs.
4944
4945 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4946             Bruno Haible  <bruno@clisp.org>
4947
4948         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4949
4950 2006-09-25  Jim Meyering  <jim@meyering.net>
4951
4952         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4953         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4954
4955 2006-09-25  Eric Blake  <ebb9@byu.net>
4956
4957         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4958         exec's in 2006-09-18 patch when shuffling fds.
4959
4960 2006-09-25  Bruno Haible  <bruno@clisp.org>
4961
4962         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4963         Reported by Jim Meyering.
4964
4965 2006-09-24  Jim Meyering  <jim@meyering.net>
4966
4967         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4968         compare a pointer against a literal "0".  That caused failures with
4969         at least HP-UX's hpcc.
4970
4971 2006-09-22  Simon Josefsson  <jas@extundo.com>
4972
4973         * modules/gc-sha1:
4974         * modules/gc-md4:
4975         * modules/gc-hmac-sha1:
4976         * modules/gc-hmac-md5:
4977         * modules/gc-des:
4978         * modules/gc-arcfour: Distribute more files.
4979
4980 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4981
4982         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4983         (gl_linked_iterator_from_to): Initialize struct completely.
4984         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4985         (gl_tree_iterator_from_to): Likewise
4986         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4987         * lib/gl_array_list.c [lint] (gl_array_iterator)
4988         (gl_array_iterator_from_to): Likewise.
4989         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4990         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4991         (gl_carray_iterator_from_to): Likewise.
4992
4993         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4994         * lib/md4.c (md4_process_block): Remove unused variable.
4995         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4996         parentheses for clarity.
4997
4998 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4999
5000         * modules/bison-i18n (Depends-on): Add gettext.
5001
5002 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5003
5004         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
5005         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
5006         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
5007         also add missing comma that caused broken test.
5008         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
5009         stdlib.h, for `abort'.
5010         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
5011         variables.
5012         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
5013         include unistd.h if present, for `rmdir'.
5014         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
5015         variables.
5016         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
5017         in the process include standard headers for prototypes.
5018         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
5019         gets declared on GNU/Linux.
5020         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
5021         unistd.h, for `rmdir'.
5022         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
5023
5024         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
5025         always true.
5026         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
5027
5028         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
5029
5030 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5031
5032         * gnulib-tool (func_version): Create output all at once.  This
5033         may help avoid triggering unnecessary SIGPIPEs, and at any
5034         rate it doesn't hurt.
5035
5036 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5037             Bruno Haible  <bruno@clisp.org>
5038
5039         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
5040         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
5041         * m4/signed.m4 (bh_C_SIGNED): Likewise.
5042
5043         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
5044         (gl_FUNC_VASPRINTF): Invoke it.
5045
5046 2006-09-22  Bruno Haible  <bruno@clisp.org>
5047
5048         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
5049         getloadavg.c as first argument.
5050
5051 2006-09-22  Bruno Haible  <bruno@clisp.org>
5052
5053         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
5054         at the beginning of the gl_INIT macro.
5055         * modules/getloadavg (configure.ac): Pass $gl_source_base to
5056         gl_GETLOADAVG.
5057
5058 2006-09-22  Bruno Haible  <bruno@clisp.org>
5059
5060         * gnulib-tool (func_create_megatestdir): Don't include the config-h
5061         module.
5062         Suggested by Ralf Wildenhues.
5063
5064 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5065
5066         Import this patch from libc:
5067
5068         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
5069
5070         * lib/regex_internal.c (re_string_reconstruct): Handle
5071         offset < pstr->valid_raw_len && pstr->offsets_needed case.
5072         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
5073         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5074         re_string_context_at.
5075
5076         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5077         now requires it.
5078         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5079         gl_REGEX now does it for us.
5080         (gl_REGEX): Add test taken from
5081         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5082
5083         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5084         Check that large offsets work.  Modernize Autoconf usages.
5085         Prefer "yes" to mean a good thing rather than a bad.
5086         Don't put "#define mkstemp" in config.h, as this might interfere
5087         with standard system headers that "#define mkstemp mkstemp64".
5088
5089         * modules/mkstemp (Depends-on): Add extensions, so that
5090         mkstemp is visible on some platforms.
5091         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5092         (Include): Change to "mkstemp.h" from <stdlib.h>.
5093         (Files): Add mkstemp.h.
5094
5095         * lib/mkstemp.h: New file, since some standard headers
5096         #define mkstemp.
5097         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5098         Include "mkstemp.h".
5099         Make the _LIBC code resemble glibc original more,
5100         e.g., use K&R style.
5101         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5102         (mkstemp): Remove, since mkstemp.h does this for us.
5103         * lib/stdlib--.h: Include mkstemp.h.
5104
5105         Import this patch from libc:
5106
5107         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5108
5109         * lib/tempname.c (__gen_tempname): Change attempts_min
5110         into a macro.  Use preprocessor to decide how to initialize
5111         attempts [Coverity CID 67].
5112
5113 2006-09-20  Bruno Haible  <bruno@clisp.org>
5114
5115         * lib/mkdtemp.c: Import from libc.
5116         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5117                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5118                 attempts_min into a macro.  Use preprocessor to decide how to
5119                 initialize attempts [Coverity CID 67].
5120         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5121                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5122                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5123
5124 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5125
5126         * gnulib-tool (func_exit): New function, to allow to pass the
5127         exit status portably through the trap.  Use everywhere.
5128         (--help, --version): Signal a write error.
5129         (trap): catch SIGPIPE, for write errors.
5130         Exit at the end of the trap, with the correct exit status.
5131
5132 2006-09-19  Karl Berry  <karl@gnu.org>
5133
5134         * doc/gnulib.texi: note about the license texinfo files.
5135
5136 2006-09-19  Eric Blake  <ebb9@byu.net>
5137
5138         * gnulib-tool: Avoid space-tab.
5139
5140 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5141
5142         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5143         that prevented coreutils 6.1 from building.  Problem reported
5144         by Petter Reinholdtsen.
5145
5146 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5147
5148         * gnulib-tool (avoidlist): Fix typo that broke options like
5149         --avoid=lock that are used by coreutils bootstrap.
5150
5151 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5152
5153         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5154         more systematically.
5155
5156 2006-09-18  Jim Meyering  <jim@meyering.net>
5157
5158         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5159
5160 2006-09-18  Bruno Haible  <bruno@clisp.org>
5161
5162         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5163
5164 2006-09-18  Bruno Haible  <bruno@clisp.org>
5165
5166         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5167         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5168         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5169         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5170         * m4/gettext.m4: Require autoconf >= 2.52.
5171         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5172         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5173         of gl_cv_header_inttypes_h.
5174
5175 2006-09-18  Bruno Haible  <bruno@clisp.org>
5176
5177         * lib/javaversion.c: Include configmake.h.
5178
5179 2006-09-18  Bruno Haible  <bruno@clisp.org>
5180
5181         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5182         avoid that the while loops be executed in a subshell.
5183
5184 2006-09-18  Bruno Haible  <bruno@clisp.org>
5185
5186         * MODULES.html.sh (func_module): Break long lines.
5187         Suggested by Bruce Korb <bkorb@gnu.org>.
5188
5189 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5190
5191         Speed up by a factor of 1.12.
5192         * gnulib-tool (nl): New variable.
5193         (func_import): Rewrite include directive extraction to only read each
5194         directive once.
5195
5196 2006-09-17  Bruno Haible  <bruno@clisp.org>
5197
5198         * modules/javaversion (Makefile.am): Remove DEFS setting.
5199         (Depends-on): Add configmake, for PKGDATADIR definition.
5200
5201 2006-09-17  Bruno Haible  <bruno@clisp.org>
5202
5203         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5204
5205 2006-09-17  Bruno Haible  <bruno@clisp.org>
5206
5207         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5208         (func_modules_transitive_closure, func_modules_add_dummy,
5209         func_modules_to_filelist, func_import, func_create_testdir,
5210         func_create_megatestdir, ...): Use it wherever possible.
5211         Suggested by Ralf Wildenhues.
5212
5213 2006-09-16  Karl Berry  <karl@gnu.org>
5214
5215         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5216         to avoid sectioning errors.
5217         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5218         [ifinfo]: blank line after @center-ed titles.
5219         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5220         Spell FSF address consistently with others.
5221         (These changes approved by rms.)
5222
5223 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5224
5225         Speed up by a factor of 1.61.
5226         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5227         already checked module names again.
5228
5229 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5230
5231         Speed up by a factor of 1.13.
5232         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5233         for new_files, and the input to func_add_or_update.
5234
5235 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5236
5237         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5238         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5239
5240 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5241
5242         * modules/mkancesdirs (Depends-on): Add fcntl.
5243         * modules/savewd: New file.
5244         * MODULES.html.sh (File system functions): Add savewd.
5245
5246         * modules/configmake (Makefile.am): Add support for the
5247         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5248
5249 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5250
5251         * m4/savewd.m4: New file.
5252
5253 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5256         (dirchownmod): New arg FD.  All callers changed.
5257         Use FD rather than opening the directory ourself, as opening is
5258         now the caller's responsibility.
5259         * lib/dirchownmod.h: Likewise.
5260         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5261         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5262         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5263         (test_dir): Remove.
5264         (mkancesdirs): Return length of prefix of FILE that has already
5265         been made, or -2 if there is a child doing the work.  Redo
5266         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5267         ".", and treat ".." specially since it might stray back into
5268         already-created areas.  Use a subprocess if necessary.  New arg
5269         WD; all users changed.  MAKE_DIR function should now return 1
5270         if it creates a directory that is not readable.  Return -2 if
5271         a child process is spun off.
5272         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5273         Adjust signature to match code.
5274         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5275         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5276         all users changed.
5277         * lib/savewd.c, lib/savewd.h: New files.
5278
5279 2006-09-15  Jim Meyering  <jim@meyering.net>
5280
5281         * modules/rename-dest-slash: New module.
5282         * MODULES.html.sh (posix_compat): Add it here.
5283
5284         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5285
5286 2006-09-15  Jim Meyering  <jim@meyering.net>
5287
5288         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5289         file.
5290
5291         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5292
5293 2006-09-15  Jim Meyering  <jim@meyering.net>
5294
5295         * lib/rename-dest-slash.c (has_trailing_slash): Use
5296         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5297         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5298         test before testing whether SRC is a directory.
5299         Suggestions from Bruno Haible.
5300
5301         Avoid a warning about an unused variable.
5302         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5303         into the #ifdef block where it's used.
5304
5305         * lib/rename-dest-slash.c: New file.
5306
5307 2006-09-14  Bruno Haible  <bruno@clisp.org>
5308
5309         * lib/allocsa.c: Include <config.h> unconditionally.
5310         * lib/asnprintf.c: Likewise.
5311         * lib/asprintf.c: Likewise.
5312         * lib/c-strcasecmp.c: Likewise.
5313         * lib/c-strcasestr.c: Likewise.
5314         * lib/c-strncasecmp.c: Likewise.
5315         * lib/c-strstr.c: Likewise.
5316         * lib/classpath.c: Likewise.
5317         * lib/clean-temp.c: Likewise.
5318         * lib/concatpath.c: Likewise.
5319         * lib/copy-file.c: Likewise.
5320         * lib/csharpcomp.c: Likewise.
5321         * lib/csharpexec.c: Likewise.
5322         * lib/execute.c: Likewise.
5323         * lib/fatal-signal.c: Likewise.
5324         * lib/findprog.c: Likewise.
5325         * lib/fwriteerror.c: Likewise.
5326         * lib/gl_array_list.c: Likewise.
5327         * lib/gl_array_oset.c: Likewise.
5328         * lib/gl_avltree_list.c: Likewise.
5329         * lib/gl_avltree_oset.c: Likewise.
5330         * lib/gl_avltreehash_list.c: Likewise.
5331         * lib/gl_carray_list.c: Likewise.
5332         * lib/gl_linked_list.c: Likewise.
5333         * lib/gl_linkedhash_list.c: Likewise.
5334         * lib/gl_list.c: Likewise.
5335         * lib/gl_oset.c: Likewise.
5336         * lib/gl_rbtree_list.c: Likewise.
5337         * lib/gl_rbtree_oset.c: Likewise.
5338         * lib/gl_rbtreehash_list.c: Likewise.
5339         * lib/imaxabs.c: Likewise.
5340         * lib/imaxdiv.c: Likewise.
5341         * lib/javacomp.c: Likewise.
5342         * lib/javaexec.c: Likewise.
5343         * lib/javaversion.c: Likewise.
5344         * lib/linebreak.c: Likewise.
5345         * lib/localcharset.c: Likewise.
5346         * lib/lock.c: Likewise.
5347         * lib/mbchar.c: Likewise.
5348         * lib/mbswidth.c: Likewise.
5349         * lib/mkdtemp.c: Likewise.
5350         * lib/pipe.c: Likewise.
5351         * lib/printf-args.c: Likewise.
5352         * lib/printf-parse.c: Likewise.
5353         * lib/progname.c: Likewise.
5354         * lib/progreloc.c: Likewise.
5355         * lib/readlink.c: Likewise.
5356         * lib/sh-quote.c: Likewise.
5357         * lib/stpcpy.c: Likewise.
5358         * lib/stpncpy.c: Likewise.
5359         * lib/strcasecmp.c: Likewise.
5360         * lib/strcasestr.c: Likewise.
5361         * lib/strcspn.c: Likewise.
5362         * lib/striconv.c: Likewise.
5363         * lib/strncasecmp.c: Likewise.
5364         * lib/strnlen1.c: Likewise.
5365         * lib/strstr.c: Likewise.
5366         * lib/strtok_r.c: Likewise.
5367         * lib/tls.c: Likewise.
5368         * lib/tmpdir.c: Likewise.
5369         * lib/unicodeio.c: Likewise.
5370         * lib/unsetenv.c: Likewise.
5371         * lib/vasnprintf.c: Likewise.
5372         * lib/vasprintf.c: Likewise.
5373         * lib/wait-process.c: Likewise.
5374         * lib/xallocsa.c: Likewise.
5375         * lib/xsetenv.c: Likewise.
5376         * lib/xstriconv.c: Likewise.
5377
5378 2006-09-13  Simon Josefsson  <jas@extundo.com>
5379
5380         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5381         that internally, suggested by Ralf Wildenhues
5382         <Ralf.Wildenhues@gmx.de>.
5383
5384 2006-09-13  Simon Josefsson  <jas@extundo.com>
5385
5386         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5387         @LIBOBJS@.
5388         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5389
5390 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5391
5392         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5393         longer worry about uses that don't define HAVE_CONFIG_H.
5394         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5395         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5396         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5397         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5398         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5399         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5400         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5401         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5402         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5403         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5404         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5405         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5406         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5407         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5408         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5409         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5410         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5411         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5412         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5413         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5414         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5415         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5416         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5417         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5418         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5419         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5420         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5421         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5422         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5423         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5424         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5425         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5426         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5427         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5428         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5429         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5430         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5431         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5432         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5433         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5434         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5435         Likewise.
5436
5437 2006-09-13  Eric Blake  <ebb9@byu.net>
5438
5439         * lib/getopt.c: Fix typo in last commit.
5440
5441 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5442
5443         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5444         dgettext.
5445
5446 2006-09-12  Jim Meyering  <jim@meyering.net>
5447
5448         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5449         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5450         Reported by Nelson H. F. Beebe.
5451
5452 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5453
5454         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5455         program_invocation_name and program_invocation_short_name are
5456         initialized.
5457         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5458         and program_invocation_short_name to argp.h, so they are visible
5459         to user programs.
5460         * lib/argp.h: Likewise
5461
5462 2006-09-10  Bruno Haible  <bruno@clisp.org>
5463
5464         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5465         m4/inttypes_h.m4, m4/uintmax_t.m4.
5466
5467 2006-09-10  Bruno Haible  <bruno@clisp.org>
5468
5469         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5470         gl_AC_TYPE_UINTMAX_T.
5471
5472 2006-09-10  Bruno Haible  <bruno@clisp.org>
5473
5474         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5475
5476 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5477
5478         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5479         convention.  Text proposed by Bruno Haible.
5480         (struct argp_option): Document the use of N_() wrappers.
5481
5482         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5483         '\v', and translate the two parts separately, instead of feeding
5484         the whole string to gettext.  This allows to exclude
5485         '\v' from the strings visible to the translator by writing doc
5486         strings as N_("..") "\v" N_("..").
5487
5488 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5489
5490         * config/srclist.txt: Undo latest change; the bug was fixed.
5491
5492 2006-09-09  Bruno Haible  <bruno@clisp.org>
5493
5494         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5495         assignments if building a library without libtool.
5496         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5497         in func_emit_lib_Makefile_am.
5498         (func_import): When building a static library libfoo.a, arrange to
5499         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5500         (func_create_testdir): Likewise.
5501         * modules/gc (configure.ac, Makefile.am): If building statically,
5502         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5503         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5504         * modules/striconv (configure.ac, Makefile.am): Likewise.
5505         Based on a suggestion by Ralf Wildenhues.
5506
5507 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5508
5509         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5510         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5511         Also:
5512
5513         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5514         Add year_2050_test to catch glibc bug 2821
5515         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5516
5517         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5518         Prefer #ifdef to #if.
5519
5520         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5521         Return from 'main' instead of calling 'exit'.
5522
5523 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5524
5525         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5526         returned the maximum time_t value rather than (time_t) -1.
5527         Problem originally reported by William Bardwell
5528         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5529
5530         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5531         Moved to here ...
5532         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5533         ... from here.
5534
5535 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5538         2821 is fixed.
5539
5540 2006-09-08  Jim Meyering  <jim@meyering.net>
5541
5542         Don't make generated files read-only.  That would bother too many
5543         people.  However, do retain the ability to work when targets are
5544         read-only: remove the destination and temporary files before writing
5545         them (when generated via sed or echo), or by using the -f option for
5546         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5547         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5548         * modules/byteswap, modules/configmake, modules/fcntl:
5549         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5550         * modules/localcharset, modules/netinet_in, modules/poll:
5551         * modules/stdbool, modules/stdint, modules/sys_select:
5552         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5553
5554 2006-09-08  Jim Meyering  <jim@meyering.net>
5555
5556         Avoid new build failure on FreeBSD 6.0.
5557         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5558         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5559         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5560
5561 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5562
5563         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5564
5565 2006-09-07  Jim Meyering  <jim@meyering.net>
5566
5567         Fix global typo in last change: use chmod u-w, not chmod u-x.
5568         Spotted by Paul Eggert and Bruce Korb.
5569         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5570         * modules/byteswap, modules/configmake, modules/fcntl:
5571         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5572         * modules/localcharset, modules/netinet_in, modules/poll:
5573         * modules/stdbool, modules/stdint, modules/sys_select:
5574         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5575
5576 2006-09-06  Jim Meyering  <jim@meyering.net>
5577
5578         Make generated files be read-only.
5579         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5580         Ensure that each generated file is now read-only.
5581         * modules/argz: Likewise.
5582         * modules/arpa_inet: Likewise.
5583         * modules/byteswap: Likewise.
5584         * modules/configmake: Likewise.
5585         * modules/fcntl: Likewise.
5586         * modules/fnmatch: Likewise.
5587         * modules/getopt: Likewise.
5588         * modules/glob: Likewise.
5589         * modules/inttypes: Likewise.
5590         * modules/netinet_in: Likewise.
5591         * modules/poll: Likewise.
5592         * modules/stdbool: Likewise.
5593         * modules/stdint: Likewise.
5594         * modules/sys_select: Likewise.
5595         * modules/sys_socket: Likewise.
5596         * modules/sys_stat: Likewise.
5597         * modules/sysexits: Likewise.
5598         * modules/localcharset: Same as above, but continue using temporary
5599         file named "t-$@" (why different?) rather than the "$@-t" used
5600         everywhere else.
5601
5602         * modules/sysexits (Makefile.am): Replace literal occurrences
5603         of "sysexit.h" more readable, and more consistent, "$@".
5604
5605 2006-09-06  Bruno Haible  <bruno@clisp.org>
5606
5607         * modules/striconv: New file.
5608         * modules/xstriconv: New file.
5609         * MODULES.html.sh (Internationalization functions): Add striconv,
5610         xstriconv.
5611
5612 2006-09-06  Bruno Haible  <bruno@clisp.org>
5613
5614         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5615         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5616         not using libtool correctly.
5617
5618 2006-09-06  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/striconv.h: New file.
5621         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5622         iconvstring.c.
5623         * lib/xstriconv.h: New file.
5624         * lib/xstriconv.c: New file.
5625
5626 2006-09-06  Bruno Haible  <bruno@clisp.org>
5627
5628         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5629         lib_..._LDFLAGS.
5630
5631 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5632
5633         * lib/argz_.h: Sync from Libtool.
5634
5635         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5636                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5637
5638         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5639
5640 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5641
5642         * modules/trim: New file.
5643
5644 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5645
5646         * lib/trim.h: New file.
5647         * lib/trim.c: New file.
5648
5649 2006-09-05  Bruno Haible  <bruno@clisp.org>
5650
5651         * MODULES.html.sh (String handling): Add trim.
5652
5653 2006-09-04  Karl Berry  <karl@gnu.org>
5654
5655         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5656         until next release.
5657
5658 2006-09-03  Bruno Haible  <bruno@clisp.org>
5659
5660         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5661         correctly.
5662
5663 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5664
5665         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5666         not gl_GETLOADAVG.  Omit unneeded semicolons.
5667         Problems reported by Ralf Wildenhues in
5668         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5669         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5670         at the end, which is the usual gnulib style.
5671
5672         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5673         of doing all the work ourselves.
5674         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5675         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5676
5677 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5678
5679         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5680         Problem reported by Ralf Wildenhues in
5681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5682
5683         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5684         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5685
5686 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5687
5688         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5689         yesterday's patch by changing test -n to test -z.
5690
5691 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5692
5693         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5694         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5695         the former is now obsolescent.
5696
5697         * modules/chdir-long (Depends-on): Add fcntl.
5698
5699 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5700
5701         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5702         obsolescent, and programs should use gnulib instead.
5703         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5704         but with prefixes changed.
5705
5706 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5709         or stdbool.h, because they might not exist while configuring.
5710
5711         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5712         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5713         does that for us.
5714         (O_DIRECTORY): Remove.
5715
5716 2006-08-31  Eric Blake  <ebb9@byu.net>
5717
5718         * gnulib-tool: Don't let emacs change spaces to TAB.
5719
5720 2006-08-31  Bruno Haible  <bruno@clisp.org>
5721
5722         * gnulib-tool: When calling func_import more than once, do it in a
5723         subshell.
5724         Reported by Eric Blake <ebb9@byu.net>.
5725
5726 2006-08-31  Bruno Haible  <bruno@clisp.org>
5727
5728         * gnulib-tool (nl): Remove variable.
5729         (sed_transform_lib_file): Use more robust test for config-h module.
5730         (func_import): Fix typo in 2006-08-25 patch.
5731
5732 2006-08-31  Bruno Haible  <bruno@clisp.org>
5733
5734         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5735         specified, augment Makefile.am variables instead of assigning them.
5736
5737 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5738
5739         Work around a bug in both the Linux and SunOS 64-bit kernels:
5740         nanosleep mishandles sleeps for longer than 2**31 seconds.
5741         Problem reported by Frank v Waveren in
5742         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5744         Check for nanosleep bug.
5745         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5746
5747 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         Work around a bug in both the Linux and SunOS 64-bit kernels:
5750         nanosleep mishandles sleeps for longer than 2**31 seconds.
5751         Problem reported by Frank v Waveren in
5752         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5753         * lib/nanosleep.c (BILLION): New constant.
5754         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5755         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5756         implementation.
5757
5758 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5759
5760         * modules/nanosleep (Depends-on): Add gettime.
5761
5762 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5763         and Simon Josefsson  <jas@extundo.com>
5764         and Oskar Liljeblad  <oskar@osk.mine.nu>
5765
5766         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5767         * gnulib-tool (func_import): New license type 'unmodifiable license
5768         text'.
5769         * modules/fdl: Use it.  Longer description.
5770         * module/gpl, module/lgpl: New files.
5771
5772 2006-08-30  Jim Meyering  <jim@meyering.net>
5773
5774         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5775         shadowing the parameter.
5776
5777 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5778
5779         Sync from Libtool:
5780
5781         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5782
5783         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5784         sharing with gnulib.  Report by Eric Blake.
5785
5786 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5787
5788         * modules/isapipe: New file.
5789         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5790
5791 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * modules/configmake (Makefile.am): Add a comment, and omit
5794         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5795         by Bruno Haible.
5796
5797 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5798
5799         * m4/isapipe.m4: New file.
5800
5801 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         * lib/isapipe.c, lib/isapipe.h: New files.
5804
5805 2006-08-29  Jim Meyering  <jim@meyering.net>
5806
5807         * modules/configmake (Makefile.am): Make configmake.h depend on
5808         Makefile.  Otherwise, a stale configmake.h could hang around.
5809
5810 2006-08-29  Eric Blake  <ebb9@byu.net>
5811
5812         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5813         resolution of upstream bug 3044.
5814
5815 2006-08-29  Bruno Haible  <bruno@clisp.org>
5816
5817         * modules/localcharset (Depends-on): Add configmake.
5818         (Makefile.am): Remove setting of LIBDIR through DEFS.
5819
5820 2006-08-29  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5823         defined.
5824
5825 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * modules/fcntl: New file.
5828         * modules/chdir-safer (Depends-on): Add fcntl.
5829         * modules/fts: Likewise.
5830         * modules/mkdir-p: Likewise.
5831
5832         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5833         This undoes the most recent change, since we're now addressing the
5834         problem in a different way.
5835
5836         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5837         into output, since the output might be called Makefile.am even
5838         if $makefile_name is something different.
5839         (func_import): Use $makefile_am rather than
5840         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5841         empty.
5842
5843         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5844
5845 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5846
5847         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5848         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5849         recent change to stdint.m4, since we're now addressing the problem in a
5850         different way.
5851
5852 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5853
5854         * m4/fcntl_h.m4: New file.
5855
5856 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5857
5858         * lib/fcntl_.h: New file.
5859         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5860         the fcntl module.
5861         * lib/dirchownmod.c: Likewise.
5862         * lib/fts.c: Likewise.
5863
5864         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5865         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5866         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5867         just before including <inttypes.h>, to avoid circular inclusion.
5868
5869 2006-08-28  Jim Meyering  <jim@meyering.net>
5870
5871         * doc/visibility.texi: Actually read and correct the grammar of the
5872         sentence affected by yesterday's change.
5873
5874 2006-08-28  Eric Blake  <ebb9@byu.net>
5875
5876         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5877         needs wrapper.
5878
5879 2006-08-28  Eric Blake  <ebb9@byu.net>
5880
5881         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5882
5883 2006-08-28  Eric Blake  <ebb9@byu.net>
5884
5885         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5886
5887 2006-08-28  Bruno Haible  <bruno@clisp.org>
5888
5889         * modules/c-strstr: New file, from GNU gettext.
5890         * MODULES.html.sh (String handling): Add c-strstr.
5891
5892 2006-08-28  Bruno Haible  <bruno@clisp.org>
5893
5894         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5895         macros.
5896         Reported by Eric Blake.
5897
5898 2006-08-28  Bruno Haible  <bruno@clisp.org>
5899
5900         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5901         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5902         * lib/vasprintf.c: Include errno.h, limits.h.
5903         (EOVERFLOW): New fallback definition.
5904         (vasprintf): Test here whether the string length is > INT_MAX.
5905         * lib/vsnprintf.c: Include errno.h, limits.h.
5906         (EOVERFLOW): New fallback definition.
5907         (vsnprintf): Fix bug when generated string was too long for the buffer.
5908         Test here whether the string length is > INT_MAX.
5909
5910 2006-08-28  Bruno Haible  <bruno@clisp.org>
5911
5912         * lib/inttypes_.h (SCNX*): Remove definitions.
5913         Reported by Eric Blake.
5914
5915 2006-08-28  Bruno Haible  <bruno@clisp.org>
5916
5917         * lib/c-strstr.h: New file, from GNU gettext.
5918         * lib/c-strstr.c: New file, from GNU gettext.
5919
5920 2006-08-28  Bruno Haible  <bruno@clisp.org>
5921
5922         * gnulib-tool: Reorder some statements.
5923
5924 2006-08-28  Bruno Haible  <bruno@clisp.org>
5925
5926         * gnulib-tool: New option --makefile-name.
5927         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5928         $makefile_name.
5929         (func_import): Write $makefile_name to the cache file, and read it from
5930         there unless explicitly specified. Use $makefile_name as file name
5931         instead of Makefile.am. Adjust the recommendations accordingly.
5932
5933 2006-08-28  Bruno Haible  <bruno@clisp.org>
5934
5935         * gnulib-tool (func_verify_module): Check against misapplying patch.
5936
5937 2006-08-28  Bruno Haible  <bruno@clisp.org>
5938
5939         * gnulib-tool (func_relativize, func_relconcat): New functions.
5940         Give an error if --local-dir is given with --update.
5941         Remove trailing slashes from $local_gnulib_dir.
5942         (func_import): Store the relativized $local_gnulib_dir in
5943         gnulib-cache.m4, and read it from there if not specified explicitly.
5944
5945 2006-08-28  Bruno Haible  <bruno@clisp.org>
5946
5947         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5948         is the current directory. Respect also $local_gnulib_dir.
5949
5950 2006-08-28  Bruno Haible  <bruno@clisp.org>
5951             Simon Josefsson  <jas@extundo.com>
5952
5953         BeOS portability.
5954         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5955
5956 2006-08-27  Jim Meyering  <jim@meyering.net>
5957
5958         * doc/visibility.texi: Remove duplicate word: "pointer".
5959
5960 2006-08-26  Bruno Haible  <bruno@clisp.org>
5961
5962         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5963         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5964         (Makefile.am): Create inttypes.h from inttypes_.h.
5965         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5966
5967         * modules/imaxabs: New file.
5968
5969         * modules/imaxdiv: New file.
5970
5971 2006-08-26  Bruno Haible  <bruno@clisp.org>
5972
5973         * m4/inttypes.m4: New file.
5974         * m4/_inttypes_h.m4: Remove file.
5975         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5976         PRI_MACROS_BROKEN.
5977         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5978
5979         * m4/imaxabs.m4: New file.
5980
5981         * m4/imaxdiv.m4: New file.
5982
5983 2006-08-26  Bruno Haible  <bruno@clisp.org>
5984
5985         * lib/inttypes_.h: New file.
5986         * lib/inttypes.h: Remove file.
5987         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5988
5989         * lib/imaxabs.c: New file.
5990
5991         * lib/imaxdiv.c: New file.
5992
5993 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5994
5995         New config-h module, so that "make" output needn't be cluttered
5996         by -DHAVE_CONFIG_H.
5997         * MODULES.html.sh (Support for building libraries and executables):
5998         Add config-h.
5999         * modules/config-h: New file.
6000         * gnulib-tool (nl, sed_transform_lib_file): New vars.
6001         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
6002         the config-h module is used.
6003
6004         New configmake module, so that "make" output needn't be cluttered
6005         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
6006         * MODULES.html.sh (Support for building libraries and executables):
6007         Add configmake.
6008         * modules/configmake: New file.
6009
6010 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
6011
6012         * m4/config-h.m4: New file.
6013
6014 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6015
6016         * config/srclist.txt: Add elisp-comp.
6017
6018 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6019
6020         * MODULES.html.sh (Support for building libraries and executables):
6021         Add elisp-comp.
6022         * build-aux/elisp-comp: New file.
6023         * modules/elisp-comp: New file.
6024
6025 2006-08-24  Bruno Haible  <bruno@clisp.org>
6026
6027         * gnulib-tool (func_create_testdir): Use non-default values of
6028         sourcebase and m4base.
6029
6030 2006-08-24  Bruno Haible  <bruno@clisp.org>
6031
6032         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
6033         HTML structure.
6034
6035 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
6036
6037         * modules/openat (Depends-on): Add lchown.
6038
6039 2006-08-23  Bruno Haible  <bruno@clisp.org>
6040
6041         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
6042         of gl_LOCK_EARLY instead of gl_LOCK.
6043
6044 2006-08-23  Bruno Haible  <bruno@clisp.org>
6045
6046         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
6047         on OSF/1 to no.
6048         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
6049
6050 2006-08-23  Bruno Haible  <bruno@clisp.org>
6051
6052         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
6053         as unusable.
6054
6055         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
6056         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
6057         (gl_LOCK): New macro.
6058
6059 2006-08-22  Simon Josefsson  <jas@extundo.com>
6060
6061         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
6062         to md5 module.
6063
6064 2006-08-22  Simon Josefsson  <jas@extundo.com>
6065
6066         * MODULES.html.sh: Add "Support for maintaining and release
6067         projects".
6068
6069         * build-aux/gnupload: New file, from coreutils.
6070
6071 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6072
6073         Avoid the need for AC_LIBSOURCES in m4 macros.
6074         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6075         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6076         * modules/check-version (EXTRA_DIST): Add check-version.h.
6077         * modules/crc (EXTRA_DIST): Add crc.h.
6078         * modules/des (EXTRA_DIST): Add des.h.
6079         * modules/gc (EXTRA_DIST): Add gc.h.
6080         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6081         * modules/getline (EXTRA_DIST): Add getline.h.
6082         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6083         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6084         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6085         * modules/md2 (EXTRA_DIST): Add md2.h.
6086         * modules/md4 (EXTRA_DIST): Add md4.h.
6087         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6088         * modules/read-file (EXTRA_DIST): Add read-file.h.
6089         * modules/readline (EXTRA_DIST): Add readline.h.
6090         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6091         rijndael-api-fst.h.
6092
6093 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6094
6095         * m4/rijndael.m4 (gl_ARCFOUR):
6096         * m4/arctwo.m4 (gl_ARCTWO):
6097         * m4/check-version.m4 (gl_CHECK_VERSION):
6098         * m4/crc.m4 (gl_CRC):
6099         * m4/des.m4 (gl_DES):
6100         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6101         * m4/gc.m4 (gl_GC):
6102         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6103         * m4/getline.m4 (gl_FUNC_GETLINE):
6104         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6105         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6106         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6107         * m4/md2.m4 (gl_MD2):
6108         * m4/md4.m4 (gl_MD4):
6109         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6110         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6111         * m4/readline.m4 (gl_FUNC_READLINE):
6112         * m4/rijndael.m4 (gl_RIJNDAEL):
6113         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6114         to get the necessary .h files and whatnot.
6115
6116 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6117
6118         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6119         gnulib rather than the other way around.
6120         * config/srclistvars.sh (COREUTILS): Remove.
6121
6122 2006-08-22  Jim Meyering  <jim@meyering.net>
6123
6124         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6125
6126         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6127
6128 2006-08-22  Eric Blake  <ebb9@byu.net>
6129
6130         * modules/regexprops-generic: New file.
6131         * MODULES.html.sh (Support for building documentation): List it.
6132
6133 2006-08-22  Eric Blake  <ebb9@byu.net>
6134
6135         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6136         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6137         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6138         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6139
6140 2006-08-22  Bruno Haible  <bruno@clisp.org>
6141
6142         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6143         and lib_LTLIBRARIES like the other lib_* variables.
6144
6145 2006-08-22  Bruno Haible  <bruno@clisp.org>
6146
6147         * build-aux/x-to-1.in: New file, from GNU gettext.
6148
6149 2006-08-22  Bruno Haible  <bruno@clisp.org>
6150
6151         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6152         <utmpx.h> exists.
6153
6154 2006-08-22  Bruno Haible  <bruno@clisp.org>
6155
6156         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6157         <utmpx.h> exists.
6158
6159 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6160
6161         BeOS portability.
6162         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6163         exist.
6164         Problem reported by Bruno Haible.
6165
6166 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6167
6168         Avoid the need for AC_LIBSOURCES in m4 macros.
6169         * modules/acl (EXTRA_DIST): Add acl.h.
6170         * modules/argmatch (Files): Add m4/argmatch.m4.
6171         (configure.ac): Add gl_ARGMATCH.
6172         (EXTRA_DIST): Renamed from lib_SOURCES, for
6173         consistency with the other modules.  Remove argmatch.c.
6174         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6175         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6176         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6177         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6178         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6179         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6180         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6181         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6182         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6183         * modules/closeout (EXTRA_DIST): Add closeout.h.
6184         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6185         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6186         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6187         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6188         dirname.h; remove basename.c and stripslash.c.
6189         * modules/exclude (EXTRA_DIST): Add exclude.h.
6190         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6191         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6192         * modules/file-type (EXTRA_DIST): Add file-type.h.
6193         * modules/filemode (EXTRA_DIST): Add filemode.h.
6194         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6195         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6196         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6197         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6198         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6199         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6200         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6201         * modules/getdate (EXTRA_DIST): Add getdate.c.
6202         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6203         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6204         * modules/getpass (EXTRA_DIST): Add getpass.h.
6205         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6206         * modules/group-member (EXTRA_DIST): Add group-member.h.
6207         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6208         * modules/hash (EXTRA_DIST): Add hash.h.
6209         * modules/human (EXTRA_DIST): Add human.h.
6210         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6211         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6212         * modules/lchown (EXTRA_DIST): Add lchown.h.
6213         * modules/long-options (EXTRA_DIST): Add long-options.h.
6214         * modules/lstat (EXTRA_DIST): Add lstat.h.
6215         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6216         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6217         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6218         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6219         * modules/memxor (EXTRA_DIST): Add memxor.h.
6220         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6221         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6222         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6223         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6224         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6225         * modules/physmem (EXTRA_DIST): Add physmem.h.
6226         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6227         * modules/posixver (EXTRA_DIST): Add posixver.h.
6228         * modules/quote (EXTRA_DIST): Add quote.h.
6229         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6230         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6231         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6232         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6233         regex_internal.h regexec.c.
6234         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6235         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6236         * modules/same (EXTRA_DIST): Add same.h.
6237         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6238         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6239         * modules/savedir (EXTRA_DIST): Add savedir.h.
6240         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6241         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6242         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6243         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6244         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6245         * modules/strdup (EXTRA_DIST): Add strdup.h.
6246         * modules/strftime (EXTRA_DIST): Add strftime.h.
6247         * modules/strndup (EXTRA_DIST): Add strndup.h.
6248         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6249         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6250         * modules/time_r (EXTRA_DIST): Add time_r.h.
6251         * modules/timespec (EXTRA_DIST): Add timespec.h.
6252         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6253         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6254         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6255         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6256         * modules/userspec (EXTRA_DIST): Add userspec.h.
6257         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6258         * modules/utimens (EXTRA_DIST): Add utimens.h.
6259         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6260         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6261         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6262         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6263         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6264         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6265         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6266         * modules/yesno (EXTRA_DIST): Add yesno.h.
6267
6268 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6271
6272         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6273         * m4/dev-ino.m4, same-inode.m4: Remove.
6274
6275         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6276         * m4/acl.m4 (AC_FUNC_ACL):
6277         * m4/backupfile.m4 (gl_BACKUPFILE):
6278         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6279         * m4/canon-host.m4 (gl_CANON_HOST):
6280         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6281         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6282         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6283         * m4/cloexec.m4 (gl_CLOEXEC):
6284         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6285         * m4/closeout.m4 (gl_CLOSEOUT):
6286         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6287         * m4/dirname.m4 (gl_DIRNAME):
6288         * m4/exclude.m4 (gl_EXCLUDE):
6289         * m4/exitfail.m4 (gl_EXITFAIL):
6290         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6291         * m4/file-type.m4 (gl_FILE_TYPE):
6292         * m4/filemode.m4 (gl_FILEMODE):
6293         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6294         * m4/fpending.m4 (gl_FUNC_FPENDING):
6295         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6296         * m4/fts.m4 (gl_FUNC_FTS):
6297         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6298         * m4/getdate.m4 (gl_GETDATE):
6299         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6300         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6301         * m4/getpass.m4 (gl_FUNC_GETPASS):
6302         * m4/gettime.m4 (gl_GETTIME):
6303         * m4/getugroups.m4 (gl_GETUGROUPS):
6304         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6305         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6306         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6307         * m4/hash.m4 (gl_HASH):
6308         * m4/idcache.m4 (gl_IDCACHE):
6309         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6310         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6311         * m4/long-options.m4 (gl_LONG_OPTIONS):
6312         * m4/lstat.m4 (gl_FUNC_LSTAT):
6313         * m4/md5.m4 (gl_MD5):
6314         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6315         * m4/memcoll.m4 (gl_MEMCOLL):
6316         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6317         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6318         * m4/memxor.m4 (gl_MEMXOR):
6319         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6320         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6321         * m4/modechange.m4 (gl_MODECHANGE):
6322         * m4/mountlist.m4 (gl_MOUNTLIST):
6323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6324         * m4/openat.m4 (gl_FUNC_OPENAT):
6325         * m4/pathmax.m4 (gl_PATHMAX):
6326         * m4/physmem.m4 (gl_PHYSMEM):
6327         * m4/posixtm.m4 (gl_POSIXTM):
6328         * m4/posixver.m4 (gl_POSIXVER):
6329         * m4/quote.m4 (gl_QUOTE):
6330         * m4/quotearg.m4 (gl_QUOTEARG):
6331         * m4/readtokens.m4 (gl_READTOKENS):
6332         * m4/readutmp.m4 (gl_READUTMP):
6333         * m4/regex.m4 (gl_REGEX):
6334         * m4/safe-read.m4 (gl_SAFE_READ):
6335         * m4/safe-write.m4 (gl_SAFE_WRITE):
6336         * m4/same.m4 (gl_SAME):
6337         * m4/save-cwd.m4 (gl_SAVE_CWD):
6338         * m4/savedir.m4 (gl_SAVEDIR):
6339         * m4/settime.m4 (gl_SETTIME):
6340         * m4/sha1.m4 (gl_SHA1):
6341         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6342         * m4/stat-macros.m4 (gl_STAT_MACROS):
6343         * m4/stat-time.m4 (gl_STAT_TIME):
6344         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6345         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6346         * m4/strdup.m4 (gl_FUNC_STRDUP):
6347         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6348         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6349         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6350         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6351         * m4/time_r.m4 (gl_TIME_R):
6352         * m4/timespec.m4 (gl_TIMESPEC):
6353         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6354         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6355         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6356         * m4/userspec.m4 (gl_USERSPEC):
6357         * m4/utimecmp.m4 (gl_UTIMECMP):
6358         * m4/utimens.m4 (gl_UTIMENS):
6359         * m4/xalloc.m4 (gl_XALLOC):
6360         * m4/xgetcwd.m4 (gl_XGETCWD):
6361         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6362         * m4/xreadlink.m4 (gl_XREADLINK):
6363         * m4/xstrtod.m4 (gl_XSTRTOD):
6364         * m4/yesno.m4 (gl_YESNO):
6365         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6366         to get the necessary .h files and whatnot.
6367
6368 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6369             Bruno Haible  <bruno@clisp.org>
6370
6371         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6372         /bin/sh understanding of '!' conditional negation.
6373
6374 2006-08-21  Jim Meyering  <jim@meyering.net>
6375
6376         * modules/openat (Depends-on): Really alphabetize.
6377
6378         * modules/acl (Depends-on): Add error and quote.
6379
6380         * check-module (find_included_lib_files): Add at-func.c to the
6381         ok-to-include-more-than-once white list.
6382
6383         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6384
6385 2006-08-21  Bruno Haible  <bruno@clisp.org>
6386
6387         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6388         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6389         Reported by Martin Lambers <marlam@marlam.de>.
6390
6391 2006-08-21  Bruno Haible  <bruno@clisp.org>
6392
6393         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6394         specify an installation location, don't emit a noinst_LIBRARIES or
6395         noinst_LTLIBRARIES assignment.
6396
6397 2006-08-21  Bruno Haible  <bruno@clisp.org>
6398
6399         BeOS portability.
6400         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6401         BeOS has mbrtowc() but no <wctype.h>.
6402
6403 2006-08-21  Bruno Haible  <bruno@clisp.org>
6404
6405         BeOS portability.
6406         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6407         exist.
6408
6409 2006-08-21  Bruno Haible  <bruno@clisp.org>
6410
6411         BeOS portability.
6412         * lib/mbchar.h: Include <wctype.h> only if it exists.
6413
6414 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6415
6416         Remove files that are no longer needed by their respective modules.
6417         * m4/obstack.m4: Remove.
6418         * m4/strerror_r.m4: Remove.
6419         * m4/uint32_t.m4: Remove.
6420         * m4/uintptr_t.m4: Remove.
6421         * m4/ullong_max.m4: Remove.
6422         * m4/xstrtoimax.m4: Remove.
6423         * m4/xstrtoumax.m4: Remove.
6424
6425         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6426         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6427         dependencies now capture this.
6428
6429         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6430         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6431         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6432         * m4/human.m4 (gl_HUMAN): Likewise.
6433         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6434         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6435
6436         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6437
6438         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6439         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6440         stdint.
6441         * m4/human.m4 (gl_HUMAN): Likewise.
6442         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6443         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6444         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6445         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6446         * m4/xstrtol (gl_XSTRTOL): Likewise.
6447
6448         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6449         AC_TYPE_LONG_LONG_INT.
6450         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6451         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6452         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6453         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6454
6455         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6456         on stdbool.
6457
6458         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6459         (gl_PREREQ_XSTRTOUL): Remove.
6460
6461         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6462
6463         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6464         mode.
6465
6466 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6467
6468         Add and change modules to make it easier for coreutils to use
6469         gnulib-tool.
6470         * modules/backupfile (Files): Remove m4/d-ino.m4.
6471         (Depends-on): Add d-ino.
6472         * modules/cycle-check (Depends-on): Add stdint.
6473         (lib_SOURCES): Add cycle-check.h.
6474         * modules/d-ino: New module.
6475         * modules/d-type: New module.
6476         * modules/error (Files): Remove m4/strerror_r.m4.
6477         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6478         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6479         m4/inttypes_h.m4, m4/uintmax_t.m4.
6480         (Depends-on): Add stdint.
6481         (lib_SOURCES): Add fsusage.h.
6482         * modules/getcwd (Files): Remove d-ino.m4.
6483         (Depends-on): Add d-ino.
6484         * modules/getndelim2 (Depends-on): Add stdint.
6485         * modules/glob (Files): Remove m4/d-type.m4.
6486         (Depends-on): Add d-type.
6487         * modules/host-os: New module.
6488         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6489         m4/inttypes_h.m4, m4/uintmax_t.m4.
6490         * Depends-on: Add stdint.
6491         (lib_SOURCES): Add human.h.
6492         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6493         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6494         m4/uintmax_t.m4, m4/ulonglong.m4.
6495         (Depends-on): Add stdint.
6496         (EXTRA_DIST): Add inttostr.h.
6497         * modules/lchmod: New module.
6498         * modules/link-follow: New module.
6499         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6500         (Depends-on): Add lchmod.
6501         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6502         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6503         (Depends-on): Add stdint.
6504         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6505         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6506         (Depends-on): Add stdint.
6507         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6508         * modules/perl: New module.
6509         * modules/regex (Depends-on): Add stdint.
6510         * modules/rmdir-errno: New module.
6511         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6512         m4/intmax_t.m4.
6513         (Depends-on): Add stdint.
6514         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6515         m4/uintmax_t.m4.
6516         (Depends-on): Add stdint.
6517         * modules/unlink-busy: New module.
6518         * modules/utimecmp (Depends-on): Add stdint.
6519         * modules/uptime: New module.
6520         * modules/winsz-ioctl: New module.
6521         * modules/winsz-termios: New module.
6522         * modules/xnanosleep (Depends-on): Add nanosleep.
6523         * modules/ullong_max: Remove.
6524         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6525         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6526         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6527         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6528         (Depends-on): Add inttypes.
6529         (lib_SOURCES): Add xstrtol.h.
6530         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6531         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6532         * MODULES.html.sh: Move 'assert' into the assert section.
6533         Move 'dummy' into the linking section.
6534         Remove ullong_max.
6535         Add section for compatibility checks for POSIX:2001 functions,
6536         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6537         winsz-ioctl, and winsz-termios into it.
6538         Add lchmod.
6539         Add top-level Misc section and put host-os, perl, and uptime
6540         into it.
6541
6542 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6543
6544         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6545         now assume the stdint module.  Do not include inttypes.h.
6546         * lib/fsusage.h: Likewise.
6547         * lib/getndelim2.c: Likewise.
6548         * lib/human.h: Likewise.
6549         * lib/inttostr.h: Likewise.
6550         * lib/obstack.c: Likewise.
6551         * lib/regex_internal.h: Likewise.
6552         * lib/tempname.c: Likewise.
6553         * lib/utimecmp.c: Likewise.
6554         * lib/xstrtol.h: Likewise.
6555
6556         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6557
6558         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6559         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6560         * lib/xtime.h: Likewise.
6561
6562 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6563
6564         * modules/openat (Files): Add lib/fchmodat.c.
6565         Fixes problem reported by Jay Youngman.
6566
6567 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6570         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6571
6572 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6573             Bruno Haible  <bruno@clisp.org>
6574
6575         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6576         and is a script that invokes bison. Tighten the code. Add comments.
6577
6578 2006-08-18  Jim Meyering  <jim@meyering.net>
6579
6580         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6581         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6582         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6583         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6584
6585 2006-08-18  Bruno Haible  <bruno@clisp.org>
6586
6587         * modules/bison-i18n: New file.
6588         * MODULES.html.sh (Internationalization functions): Add it.
6589
6590 2006-08-18  Bruno Haible  <bruno@clisp.org>
6591
6592         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6593         sys/statvfs.h. When getmntinfo was found, check its declaration and
6594         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6595
6596 2006-08-18  Bruno Haible  <bruno@clisp.org>
6597
6598         * m4/bison-i18n.m4: New file, from bison.
6599
6600 2006-08-18  Bruno Haible  <bruno@clisp.org>
6601
6602         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6603         (ME_DUMMY): Treat "kernfs" as a dummy.
6604         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6605
6606 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6607
6608         Update from coreutils.
6609
6610         2006-08-15  Jim Meyering  <jim@meyering.net>
6611
6612         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6613
6614         2006-01-17  Jim Meyering  <jim@meyering.net>
6615
6616         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6617
6618         2006-01-11  Jim Meyering  <jim@meyering.net>
6619
6620         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6621         Check for the lchmod function.
6622
6623 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6624
6625         Update from coreutils.
6626
6627         * lib/__fpending.h: Add copyright notice.
6628         * lib/fprintftime.h: Likewise.
6629         * lib/savedir.c: Use (C) in copyright notice.
6630         * lib/savedir.h: Likewise.
6631
6632         2006-08-15  Jim Meyering  <jim@meyering.net>
6633
6634         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6635         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6636         in support of the EXPECTED_ERRNO macro.
6637         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6638         definitions.  Instead, define the appropriate symbols and include
6639         "at-func.c".
6640         * lib/mkdirat.c (mkdirat): Likewise.
6641         * lib/fchmodat.c (fchmodat): Likewise.
6642         (ENOSYS): Remove definition.
6643         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6644         it.  Don't include "unistd--.h" -- it wasn't ever used.
6645
6646         2006-01-17  Jim Meyering  <jim@meyering.net>
6647
6648         Rewrite fts.c not to change the current working directory,
6649         by using openat, fstatat, fdopendir, etc..
6650
6651         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6652         (HAVE_OPENAT_SUPPORT): Define.
6653         [_LIBC] (fchdir): Don't undef or define; no longer used.
6654         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6655         Now, this `function' always succeeds, and consumes its file descriptor
6656         parameter -- so callers must not close such FDs.  Update callers.
6657         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6658         (diropen): Add parameter, SP.  Adjust all callers.
6659         Implement using diropen_fd, rather than open.
6660         (fts_open): Initialize new member, fts_cwd_fd.
6661         Remove fts_rft-setting code.
6662         (fts_close): Close fts_cwd_fd, if necessary.
6663         (__opendir2): Define in terms of opendir or opendirat,
6664         depending on whether the FST_NOCHDIR flag is set.
6665         (fts_build): Since fts_safe_changedir consumes its FD, and since
6666         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6667         and close the dup'd file descriptor upon failure.
6668         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6669         (fts_safe_changedir): Tweak semantics to reflect that this function
6670         now calls cwd_advance_fd and hence consumes its FD argument.
6671         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6672         [struct FTS] (fts_rft): Remove now-unused member.
6673         [struct FTS] (fts_cycle.state): Improve comment.
6674
6675         * lib/openat.c (openat_needs_fchdir): New function.
6676         * lib/openat.h (openat_needs_fchdir): Declare it.
6677
6678 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6681         Problem and fix reported by Pádraig Brady in
6682         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6683
6684 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6685
6686         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6687
6688 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6689
6690         * lib/memcoll.c (memcoll): Optimize for the common case where the
6691         arguments are bytewise equal.
6692
6693 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6694
6695         * doc/regexprops-generic.texi: Add a copyright notice.
6696
6697 2006-08-15  Bruno Haible  <bruno@clisp.org>
6698
6699         * modules/tmpdir (License): Change to LGPL.
6700
6701 2006-08-15  Bruno Haible  <bruno@clisp.org>
6702
6703         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6704         module.
6705
6706 2006-08-14  Simon Josefsson  <jas@extundo.com>
6707
6708         * config/srclist.txt: Add gnupload.
6709
6710 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         Change copyright notice from LGPL 2 to GPL 2, since that's the
6713         standard form used in the gnulib repository.
6714         * tests/test-lock.c: Likewise.
6715         * tests/test-stdint.c: Likewise.
6716         * tests/test-tls.c: Likewise.
6717
6718         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6719         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6720         Add copyright notice.
6721
6722         * check-module: Add copyright notice.  Output a copyright
6723         notice if "--version" is specified.
6724         * modules/COPYING: New file.
6725         * tests/test-getaddrinfo.c: Add copyright notice.
6726         * tests/test-verify.c: Likewise.
6727
6728 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6729
6730         Change copyright notice from LGPL 2 to GPL 2, since that's the
6731         standard form used in the gnulib repository.
6732         * lib/lock.c: LGPL -> GPL.
6733         * lib/lock.h: Likewise.
6734         * lib/strnlen1.c: Likewise.
6735         * lib/strnlen1.h: Likewise.
6736         * lib/tls.c: Likewise.
6737         * lib/tls.h: Likewise.
6738         * lib/tmpdir.c: Likewise.
6739
6740         * lib/TODO: Remove; this belongs only in coreutils.
6741
6742 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         Add copyright notices to long-enough files that lack them, since
6745         otherwise the files aren't clearly free.  Use the same notice that
6746         getdate.texi already uses.
6747         * doc/alloca-opt.texi: Add copyright notice.
6748         * doc/alloca.texi: Likewise.
6749         * doc/ctime.texi: Likewise.
6750         * doc/functions.texi: Likewise.
6751         * doc/gcd.texi: Likewise.
6752         * doc/gnulib-tool.texi: Likewise.
6753         * doc/inet_ntoa.texi: Likewise.
6754         * doc/visibility.texi: Likewise.
6755
6756         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6757         * doc/quote.texi: Add copyright notice.
6758
6759         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6760         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6761         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6762         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6763         is now obsolete, and give a pointer to the Sun list.
6764         Add copyright notice.
6765
6766 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6767
6768         * config/srclistvars.sh: Add copyright notice.
6769
6770 2006-08-14  Eric Blake  <ebb9@byu.net>
6771
6772         Import the following change from libc:
6773
6774         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6775
6776         Upstream bug 2997.
6777         * lib/misc/error.c: Add space between program name and message if file
6778         name is missing.
6779
6780 2006-08-12  Karl Berry  <karl@gnu.org>
6781
6782         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6783         remove, these originate in gnulib now.
6784
6785 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6786
6787         * doc/Makefile (standards.info standards.html standards.dvi):
6788         Also depend on make-stds.texi.
6789
6790 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6791
6792         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6793         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6794
6795         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6796         in wchar_t.  Problem reported by Eric Blake.
6797
6798         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6799         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6800         Also, help the compiler to keep LEN in a register.
6801
6802 2006-08-11  Eric Blake  <ebb9@byu.net>
6803
6804         * users.txt: Sort.  Add tar.
6805
6806 2006-08-11  Bruno Haible  <bruno@clisp.org>
6807
6808         * users.txt: New file.
6809
6810 2006-08-11  Bruno Haible  <bruno@clisp.org>
6811
6812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6813         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6814
6815 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6816
6817         * modules/snprintf (Depends-on): Remove minmax.
6818         (Maintainer): Add self and Bruno.
6819
6820 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6821
6822         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6823         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6824         (EOVERFLOW): Define if the system does not.
6825         Do not include "minmax.h"; it wasn't used.
6826         (snprintf): Don't assume size_t promotes to an unsigned type.
6827         Fix bug when generated string was too long for the buffer: the
6828         buffer's contents are supposed to be the initial prefix of the
6829         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6830         exceeds INT_MAX; do the check ourselves.
6831
6832         Import the following changes from libc:
6833
6834         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6835
6836         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6837         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6838         set wc to the byte which couldn't be converted.
6839         (re_string_reconstruct): Don't clear valid_raw_len before calling
6840         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6841         tip_context using re_string_context_at.
6842
6843         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6844
6845         * lib/posix/regex.h: g++ still cannot handled [restrict].
6846
6847         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6848
6849         * lib/posix/regex.h: Remove special handling for VMS.
6850
6851 2006-08-10  Jim Meyering  <jim@meyering.net>
6852
6853         * modules/same-inode: New module.
6854         * modules/dev-ino: New module.
6855         * modules/cycle-check: Depend on these modules, rather than simply
6856         including their .h files.
6857         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6858         required via m4/cycle-check.m4.
6859         * modules/same: Depend on new same-inode module, rather than
6860         including same-inode.h.
6861         * modules/chdir-safer: New file.
6862
6863         * modules/chown (Depends-on): Add stat-macros.
6864
6865 2006-08-10  Jim Meyering  <jim@meyering.net>
6866
6867         * m4/cycle-check.m4: New file.
6868         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6869         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6870
6871 2006-08-10  Eric Blake  <ebb9@byu.net>
6872
6873         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6874         in from original proposal.
6875
6876 2006-08-10  Eric Blake  <ebb9@byu.net>
6877         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6878
6879         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6880         namespace.
6881
6882 2006-08-10  Bruno Haible  <bruno@clisp.org>
6883
6884         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6885         as well.
6886
6887 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6888
6889         Sync from coreutils.
6890
6891         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6892
6893         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6894         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6895
6896 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6897
6898         * modules/restrict: Remove; no longer needed now that we assume
6899         Autoconf 2.59 or later.
6900         * MODULES.html.sh: Remove 'restrict'.
6901         * modules/argp (Depends-on): Remove 'restrict'.
6902         * modules/base64 (Depends-on): Likewise.
6903         * modules/gc (Depends-on): Likewise.
6904         * modules/getaddrinfo (Depends-on): Likewise.
6905         * modules/glob (Depends-on): Likewise.
6906         * modules/inet_ntop (Depends-on): Likewise.
6907         * modules/inet_pton (Depends-on): Likewise.
6908         * modules/memxor (Depends-on): Likewise.
6909         * modules/regex (Depends-on): Likewise.
6910         * modules/strtok_r (Depends-on): Likewise.
6911         * modules/time_r (Depends-on): Likewise.
6912
6913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6914
6915         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6916         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6917         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6918         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6919         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6920         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6921         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6922         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6923
6924         Merge from coreutils.
6925         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6926         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6927         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6928         * m4/time_r.m4 (gl_TIME_R): Likewise.
6929
6930 2006-08-09  Karl Berry  <karl@gnu.org>
6931
6932         * config/srclist.txt: no more gettext-tools, per Bruno.
6933
6934 2006-08-08  Eric Blake  <ebb9@byu.net>
6935
6936         * modules/verror: New module.
6937         * MODULES.html.sh: Document it.
6938
6939 2006-08-08  Eric Blake  <ebb9@byu.net>
6940
6941         * lib/verror.h, lib/verror.c: New files.
6942
6943 2006-08-08  Eric Blake  <ebb9@byu.net>
6944
6945         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6946         verror_at_line output complies with GNU Coding Standards even when
6947         file is NULL.
6948
6949 2006-08-07  Bruno Haible  <bruno@clisp.org>
6950
6951         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6952         versions of AIX.
6953         Reported by Ralf Wildenhues.
6954
6955 2006-08-07  Bruno Haible  <bruno@clisp.org>
6956
6957         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6958         in an AC_DEFUN. Needed so that the autoconf snippets can use
6959         AC_REQUIRE.
6960
6961 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6962
6963         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6964         Initialize pkgdata_DATA.
6965         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6966         overriding it.
6967
6968 2006-08-06  Eric Blake  <ebb9@byu.net>
6969
6970         * lib/error.h: Fold in some upstream changes from glibc.
6971         * lib/error.c: Likewise.
6972
6973 2006-08-04  Bruno Haible  <bruno@clisp.org>
6974
6975         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6976         Make the mostlyclean-local rule depend on mostlyclean-generic.
6977         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6978
6979 2006-07-31  Bruno Haible  <bruno@clisp.org>
6980
6981         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6982         <stdlib.h>, <string.h>.
6983
6984 2006-07-30  Bruno Haible  <bruno@clisp.org>
6985
6986         * modules/readlink (License): Change to LGPL.
6987
6988 2006-07-30  Bruno Haible  <bruno@clisp.org>
6989
6990         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6991         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6992         set PKGDATADIR to point to it.
6993
6994 2006-07-30  Bruno Haible  <bruno@clisp.org>
6995
6996         * modules/csharpexec (configure.ac): Comment out macro invocation.
6997         * modules/javaexec (configure.ac): Likewise.
6998         * modules/javacomp-script (configure.ac): Likewise.
6999
7000         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
7001
7002 2006-07-30  Bruno Haible  <bruno@clisp.org>
7003
7004         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
7005         linked-list.
7006
7007 2006-07-30  Bruno Haible  <bruno@clisp.org>
7008
7009         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
7010
7011 2006-07-30  Bruno Haible  <bruno@clisp.org>
7012
7013         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7014         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
7015         get removed.
7016
7017 2006-07-29  Bruno Haible  <bruno@clisp.org>
7018
7019         Make it possible for gnulib-tool to work with locally modified or
7020         augmented gnulib repositories.
7021         * gnulib-tool (func_usage): Document --local-dir option.
7022         (local_gnulib_dir): New variable.
7023         Handle --local-dir option.
7024         (func_lookup_file): New function.
7025         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
7026         (func_get_description, func_get_filelist, func_get_description,
7027         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
7028         func_get_automake_snippet, func_get_include_directive,
7029         func_get_license, func_get_maintainer): Use func_lookup_file.
7030         (func_import, func_create_testdir): Use func_lookup_file.
7031
7032 2006-07-29  Bruno Haible  <bruno@clisp.org>
7033
7034         * modules/setenv (Depends-on): Add unistd.
7035
7036 2006-07-29  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
7039
7040 2006-07-29  Bruno Haible  <bruno@clisp.org>
7041
7042         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
7043
7044 2006-07-29  Bruno Haible  <bruno@clisp.org>
7045
7046         * gnulib-tool (import, update): If there is no Makefile.am, look at
7047         aclocal.m4, instead of bailing out.
7048
7049 2006-07-29  Bruno Haible  <bruno@clisp.org>
7050
7051         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
7052         Categorize the options by when they are useful.
7053
7054 2006-07-29  Bruno Haible  <bruno@clisp.org>
7055
7056         * gnulib-tool (func_usage): Document option --no-libtool.
7057         Handle option --no-libtool.
7058         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
7059         for changed semantics of $libtool variable.
7060         (func_import): Likewise. If libtool is not used, show this through
7061         an option --no-libtool.
7062         (func_create_testdir): Update.
7063
7064 2006-07-29  Bruno Haible  <bruno@clisp.org>
7065
7066         * gnulib-tool (func_import): Extend error message about missing
7067         --doc-base.
7068
7069 2006-07-29  Bruno Haible  <bruno@clisp.org>
7070
7071         * gnulib-tool (func_import): Don't create the $docbase directory if
7072         there is no file to store there.
7073
7074 2006-07-29  Bruno Haible  <bruno@clisp.org>
7075
7076         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7077         relevant, look for configure.ac there, not in the current directory.
7078         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7079
7080 2006-07-29  Bruno Haible  <bruno@clisp.org>
7081
7082         * gnulib-tool (SORT): New variable.
7083         (func_usage): Undocument --assume-autoconf option.
7084         Remove --assume-autoconf option handling.
7085         (autoconf_minversion): Determine from the contents of configure.ac.
7086         (func_import): Remove autoconf_minversion handling.
7087         Suggested by Eric Blake.
7088
7089 2006-07-29  Bruno Haible  <bruno@clisp.org>
7090
7091         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7092
7093 2006-07-29  Bruno Haible  <bruno@clisp.org>
7094
7095         * config/srclist.txt (*setenv.[ch]): Remove rules.
7096
7097 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7098
7099         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7100
7101 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7102
7103         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7104         arpa/inet.h.
7105
7106 2006-07-28  Simon Josefsson  <jas@extundo.com>
7107
7108         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7109         * modules/inet_pton (Depends-on): Likewise.
7110
7111 2006-07-28  Simon Josefsson  <jas@extundo.com>
7112
7113         * m4/netinet_in_h.m4: New file.
7114
7115 2006-07-28  Simon Josefsson  <jas@extundo.com>
7116
7117         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7118         #include's.
7119
7120 2006-07-28  Simon Josefsson  <jas@extundo.com>
7121
7122         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7123         #include's.
7124
7125 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7126
7127         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7128         setgid on directories only if they set these bits.
7129         * lib/modechange.h: Remove obsolete comment about masks.
7130
7131 2006-07-28  Eric Blake  <ebb9@byu.net>
7132
7133         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7134         macro expansion.
7135
7136 2006-07-28  Bruno Haible  <bruno@clisp.org>
7137
7138         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7139
7140 2006-07-28  Bruno Haible  <bruno@clisp.org>
7141
7142         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7143
7144 2006-07-28  Bruno Haible  <bruno@clisp.org>
7145
7146         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7147         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7148         Define fallbacks.
7149         Avoids link error on FreeBSD 4.x.
7150         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7151
7152         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7153         encoding.
7154         * lib/mbswidth.c (iswcntrl): Likewise.
7155
7156 2006-07-27  Bruno Haible  <bruno@clisp.org>
7157
7158         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7159         test.
7160
7161 2006-07-27  Bruno Haible  <bruno@clisp.org>
7162
7163         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7164         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7165         defined.
7166
7167 2006-07-26  Eric Blake  <ebb9@byu.net>
7168
7169         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7170
7171 2006-07-26  Eric Blake  <ebb9@byu.net>
7172
7173         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7174         like mingw that lack mkstemp.
7175         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7176         avoid compilation warning on mingw.
7177
7178 2006-07-26  Bruno Haible  <bruno@clisp.org>
7179
7180         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7181         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7182         INT_FAST*_MIN, INTPTR_MIN.
7183
7184 2006-07-25  Bruno Haible  <bruno@clisp.org>
7185
7186         * modules/version-etc (Depends-on): Add stdarg.
7187
7188 2006-07-25  Bruno Haible  <bruno@clisp.org>
7189
7190         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7191         complex commands.
7192
7193 2006-07-25  Bruno Haible  <bruno@clisp.org>
7194
7195         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7196         defined in <stdarg.h> or config.h.
7197
7198 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7199
7200         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7201         (gl_STDIO_SAFER): Remove.
7202
7203 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7204
7205         * MODULES.html.sh (File stream based Input/Output):
7206         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7207         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7208         * modules/fopen-safer, modules/tmpfile-safer: New files.
7209         * modules/stdio-safer: Remove.
7210
7211 2006-07-24  Bruno Haible  <bruno@clisp.org>
7212
7213         * modules/tmpdir: New file.
7214         * MODULES.html.sh (File system functions): Add it.
7215
7216 2006-07-24  Bruno Haible  <bruno@clisp.org>
7217
7218         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7219         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7220
7221 2006-07-24  Bruno Haible  <bruno@clisp.org>
7222
7223         * modules/clean-temp: New file.
7224
7225 2006-07-24  Bruno Haible  <bruno@clisp.org>
7226
7227         * m4/tmpdir.m4: New file, from GNU gettext.
7228
7229 2006-07-24  Bruno Haible  <bruno@clisp.org>
7230
7231         * lib/tmpdir.h: New file, from GNU gettext.
7232         * lib/tmpdir.c: New file, from GNU gettext.
7233
7234 2006-07-24  Bruno Haible  <bruno@clisp.org>
7235
7236         * lib/clean-temp.h: New file, from GNU gettext.
7237         * lib/clean-temp.c: New file, from GNU gettext.
7238
7239 2006-07-23  Eric Blake  <ebb9@byu.net>
7240
7241         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7242         (Depends-on): Add binary-io.
7243
7244 2006-07-23  Eric Blake  <ebb9@byu.net>
7245
7246         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7247
7248 2006-07-23  Eric Blake  <ebb9@byu.net>
7249
7250         * lib/tmpfile-safer.c: New file.
7251         * lib/stdio-safer.h (fopen_safer): Add prototype.
7252         * lib/stdio--.h (tmpfile): Make safer.
7253
7254 2006-07-23  Bruno Haible  <bruno@clisp.org>
7255
7256         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7257         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7258         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7259         gl_linked_remove_at): Use it.
7260
7261 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7262         and Simon Josefsson <jas@extundo.com>
7263
7264         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7265
7266         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7267
7268 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         * modules/close-stream: New file.
7271         * modules/closeout (Description): Make it clear that it exits
7272         with a diagnostic on error.
7273         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7274         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7275
7276 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * m4/close-stream.m4: New file.
7279
7280 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * lib/close-stream.c, lib/close-stream.h: New files.
7283
7284 2006-07-22  Bruno Haible  <bruno@clisp.org>
7285
7286         Merge from GNU gettext 0.15.
7287
7288         2006-05-01  Bruno Haible  <bruno@clisp.org>
7289
7290                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7291
7292         2006-07-22  Bruno Haible  <bruno@clisp.org>
7293
7294                 * modules/javaversion: New file.
7295                 * MODULES.html.sh (Java): Add javaversion.
7296
7297         2006-03-12  Bruno Haible  <bruno@clisp.org>
7298
7299                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7300
7301         2005-12-04  Bruno Haible  <bruno@clisp.org>
7302
7303                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7304                 (untested).
7305
7306         2006-06-21  Bruno Haible  <bruno@clisp.org>
7307
7308                 Avoid warnings from recent versions of mcs.
7309                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7310                 -o, -L, -r any more. Use options documented since mcs-1.0
7311                 instead. Similarly for -g.
7312
7313         2005-12-04  Bruno Haible  <bruno@clisp.org>
7314
7315                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7316                 .resources, not .resource.
7317
7318         2005-07-09  Bruno Haible  <bruno@clisp.org>
7319
7320                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7321                 add a .dll suffix.
7322                 Reported by Mark Junker <mjscod@gmx.de>.
7323
7324         2006-07-22  Bruno Haible  <bruno@clisp.org>
7325
7326                 * modules/gettext: Upgrade to gettext-0.15.
7327                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7328                 m4/visibility.m4.
7329                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7330
7331 2006-07-22  Bruno Haible  <bruno@clisp.org>
7332
7333         Merge from GNU gettext 0.15.
7334
7335         2006-03-25  Bruno Haible  <bruno@clisp.org>
7336
7337                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7338
7339         2006-07-21  Bruno Haible  <bruno@clisp.org>
7340
7341                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7342                 "1.1".
7343
7344         2006-05-09  Bruno Haible  <bruno@clisp.org>
7345
7346                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7347                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7348                 for the conftestver execution.
7349
7350         2006-05-01  Bruno Haible  <bruno@clisp.org>
7351
7352                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7353                 optional target-version argument. Verify that the compiler
7354                 groks source of the specified source-version, or add -source
7355                 option as necessary. Verify that the compiler produces
7356                 bytecode in the specified target-version, or add -target and
7357                 -source options as necessary. Make the result of the test
7358                 available as variable CONF_JAVAC. Also log error output in
7359                 config.log.
7360
7361         2006-03-11  Bruno Haible  <bruno@clisp.org>
7362
7363                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7364
7365         2006-05-09  Bruno Haible  <bruno@clisp.org>
7366
7367                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7368                 CLASSPATH_SEPARATOR to a semicolon.
7369
7370         2006-03-12  Bruno Haible  <bruno@clisp.org>
7371
7372                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7373                 available as variable CONF_JAVA, for subsequent autoconf
7374                 tests. Also log error output in config.log.
7375
7376         2006-07-19  Bruno Haible  <bruno@clisp.org>
7377
7378                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7379                 that getline works on glibc2 systems. Needed to avoid trouble
7380                 in relocatable.c.
7381                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7382
7383         2005-12-04  Bruno Haible  <bruno@clisp.org>
7384
7385                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7386                 launcher (untested).
7387
7388         2005-12-04  Bruno Haible  <bruno@clisp.org>
7389
7390                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7391
7392         2006-07-22  Bruno Haible  <bruno@clisp.org>
7393
7394                 * gettext.m4: Update from GNU gettext-0.15.
7395                 * nls.m4: Likewise.
7396                 * po.m4: Likewise.
7397                 * inttypes-pri.m4: Likewise.
7398                 * inttypes-h.m4: Renamed from inttypes.m4.
7399                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7400
7401 2006-07-22  Bruno Haible  <bruno@clisp.org>
7402
7403         Merge from GNU gettext 0.15.
7404
7405         2005-07-05  Bruno Haible  <bruno@clisp.org>
7406
7407                 * printf-args.c (printf_fetchargs): Work around broken
7408                 definition of wint_t on mingw.
7409
7410         2005-02-12  Bruno Haible  <bruno@clisp.org>
7411
7412                 * xallocsa.h: Add extern "C" for C++.
7413
7414         2006-05-17  Bruno Haible  <bruno@clisp.org>
7415
7416                 Cygwin portability.
7417                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7418
7419         2006-04-30  Bruno Haible  <bruno@clisp.org>
7420
7421                 * progreloc.c: Include <mach-o/dyld.h> if available.
7422                 (find_executable): Use _NSGetExecutablePath when possible.
7423
7424         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7425
7426                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7427                 function.
7428
7429         2005-12-29  Bruno Haible  <bruno@clisp.org>
7430
7431                 * progreloc.c (set_program_name_and_installdir): Fix
7432                 compilation error.
7433
7434         2005-12-04  Bruno Haible  <bruno@clisp.org>
7435
7436                 Cygwin portability.
7437                 * progreloc.c: Include <windows.h> also on Cygwin.
7438                 (find_executable): Add support for Cygwin.
7439                 (set_program_name_and_installdir): Handle also platforms with
7440                 nonempty EXEEXT.
7441
7442         2006-07-11  Bruno Haible  <bruno@clisp.org>
7443
7444                 * javacomp.c: Fix a comment.
7445                 Reported by Jim Meyering.
7446
7447         2006-04-30  Bruno Haible  <bruno@clisp.org>
7448
7449                 * javacomp.h (compile_java_class): Add source_version,
7450                 target_version arguments.
7451                 * javacomp.c: Rewritten to choose only a compiler that
7452                 respects the specified source_version and target_version.
7453
7454         2006-06-27  Bruno Haible  <bruno@clisp.org>
7455
7456                 Assume correct S_ISDIR macro.
7457                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7458
7459         2006-07-22  Bruno Haible  <bruno@clisp.org>
7460
7461                 * javaversion.h: New file, from GNU gettext.
7462                 * javaversion.c: New file, from GNU gettext.
7463                 * javaversion.java: New file, from GNU gettext.
7464                 * javaversion.class: New file, from GNU gettext.
7465
7466         2006-05-17  Bruno Haible  <bruno@clisp.org>
7467
7468                 Cygwin portability.
7469                 * javaexec.c (execute_java_class): Test for jview program
7470                 also on Cygwin.
7471
7472         2006-04-09  Bruno Haible  <bruno@clisp.org>
7473
7474                 * fatal-signal.c: Don't include string.h.
7475                 (at_fatal_signal): Use a copying loop instead of memcpy.
7476
7477         2005-12-04  Bruno Haible  <bruno@clisp.org>
7478
7479                 * csharpexec.c: Add support for 'clix' launcher (untested).
7480                 (execute_csharp_using_sscli): New function.
7481                 (execute_csharp_program): Call it.
7482
7483         2006-06-21  Bruno Haible  <bruno@clisp.org>
7484
7485                 Avoid warnings from recent versions of mcs.
7486                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7487                 -o, -L, -r any more. Use options documented since mcs-1.0
7488                 instead. Similarly for -g.
7489
7490         2005-07-09  Bruno Haible  <bruno@clisp.org>
7491
7492                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7493                 add a .dll suffix.
7494                 Reported by Mark Junker <mjscod@gmx.de>.
7495
7496         2006-06-17  Bruno Haible  <bruno@clisp.org>
7497
7498                 * config.charset: Update for NetBSD 3.0.
7499
7500         2006-05-17  Bruno Haible  <bruno@clisp.org>
7501
7502                 Cygwin portability.
7503                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7504
7505         2006-05-16  Bruno Haible  <bruno@clisp.org>
7506
7507                 * localcharset.c [CYGWIN]: Include <windows.h>.
7508                 (get_charset_aliases): For Cygwin, return the same CPxxx
7509                 aliases list as under WIN32.
7510                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7511                 the environment variables. Fall back to GetACP().
7512
7513         2006-04-05  Bruno Haible  <bruno@clisp.org>
7514
7515                 * config.charset: Update Juan Manuel Guerrero's address.
7516
7517         2005-02-12  Bruno Haible  <bruno@clisp.org>
7518
7519                 * allocsa.h: Add extern "C" for C++.
7520
7521         2005-02-10  Bruno Haible  <bruno@clisp.org>
7522
7523                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7524                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7525
7526         2006-07-22  Bruno Haible  <bruno@clisp.org>
7527
7528                 * gettext.h: Update to GNU gettext-0.15.
7529
7530 2006-07-22  Bruno Haible  <bruno@clisp.org>
7531
7532         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7533         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7534         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7535
7536 2006-07-21  Eric Blake  <ebb9@byu.net>
7537
7538         * modules/stdlib-safer: New file.
7539         * MODULES.html.sh (File stream based Input/Output): Add
7540         stdlib-safer.
7541
7542 2006-07-21  Eric Blake  <ebb9@byu.net>
7543
7544         * lib/stdlib-safer.h: New file from coreutils, required by
7545         stdlib--.h.
7546
7547 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7548
7549         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7550
7551 2006-07-20  Bruno Haible  <bruno@clisp.org>
7552
7553         * gnulib-tool: Recognize new option --assume-autoconf.
7554         (autoconf_minversion): New variable.
7555         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7556
7557 2006-07-20  Bruno Haible  <bruno@clisp.org>
7558
7559         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7560
7561 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7562
7563         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7564         Reindent and repaginate.
7565
7566 2006-07-19  Derek Price  <derek@ximbiot.com>
7567
7568         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7569         Correct grammar.
7570
7571 2006-07-17  Bruno Haible  <bruno@clisp.org>
7572
7573         * modules/list: New file.
7574         * modules/array-list: New file.
7575         * modules/carray-list, modules/carray-list-tests: New files.
7576         * modules/linked-list, modules/linked-list-tests: New files.
7577         * modules/avltree-list, modules/avltree-list-tests: New files.
7578         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7579         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7580         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7581         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7582         * modules/oset: New file.
7583         * modules/array-oset: New file.
7584         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7585         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7586         * tests/test-carray_list.c: New file.
7587         * tests/test-linked_list.c: New file.
7588         * tests/test-avltree_list.c: New file.
7589         * tests/test-rbtree_list.c: New file.
7590         * tests/test-linkedhash_list.c: New file.
7591         * tests/test-avltreehash_list.c: New file.
7592         * tests/test-rbtreehash_list.c: New file.
7593         * tests/test-avltree_oset.c: New file.
7594         * tests/test-rbtree_oset.c: New file.
7595         * MODULES.html.sh (Container data structures): New section.
7596
7597 2006-07-17  Bruno Haible  <bruno@clisp.org>
7598
7599         * m4/gl_list.m4: New file.
7600
7601 2006-07-17  Bruno Haible  <bruno@clisp.org>
7602
7603         * lib/gl_list.h: New file.
7604         * lib/gl_list.c: New file.
7605         * lib/gl_array_list.h: New file.
7606         * lib/gl_array_list.c: New file.
7607         * lib/gl_carray_list.h: New file.
7608         * lib/gl_carray_list.c: New file.
7609         * lib/gl_linked_list.h: New file.
7610         * lib/gl_linked_list.c: New file.
7611         * lib/gl_anylinked_list1.h: New file.
7612         * lib/gl_anylinked_list2.h: New file.
7613         * lib/gl_avltree_list.h: New file.
7614         * lib/gl_avltree_list.c: New file.
7615         * lib/gl_anyavltree_list1.h: New file.
7616         * lib/gl_anyavltree_list2.h: New file.
7617         * lib/gl_rbtree_list.h: New file.
7618         * lib/gl_rbtree_list.c: New file.
7619         * lib/gl_anyrbtree_list1.h: New file.
7620         * lib/gl_anyrbtree_list2.h: New file.
7621         * lib/gl_anytree_list1.h: New file.
7622         * lib/gl_anytree_list2.h: New file.
7623         * lib/gl_linkedhash_list.h: New file.
7624         * lib/gl_linkedhash_list.c: New file.
7625         * lib/gl_anyhash_list1.h: New file.
7626         * lib/gl_anyhash_list2.h: New file.
7627         * lib/gl_avltreehash_list.h: New file.
7628         * lib/gl_avltreehash_list.c: New file.
7629         * lib/gl_rbtreehash_list.h: New file.
7630         * lib/gl_rbtreehash_list.c: New file.
7631         * lib/gl_anytreehash_list1.h: New file.
7632         * lib/gl_anytreehash_list2.h: New file.
7633
7634         * lib/gl_oset.h: New file.
7635         * lib/gl_oset.c: New file.
7636         * lib/gl_array_oset.h: New file.
7637         * lib/gl_array_oset.c: New file.
7638         * lib/gl_avltree_oset.h: New file.
7639         * lib/gl_avltree_oset.c: New file.
7640         * lib/gl_rbtree_oset.h: New file.
7641         * lib/gl_rbtree_oset.c: New file.
7642         * lib/gl_anytree_oset.h: New file.
7643
7644 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7645
7646         * m4/mkancesdirs.m4: New file.
7647         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7648         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7649         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7650         it.
7651
7652 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7653
7654         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7655         * lib/mkancesdirs.h: New files.
7656         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7657         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7658         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7659         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7660         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7661         callers changed.  Revamp internals significantly, by not
7662         attempting to create directories that are temporarily more
7663         permissive than the final results.  Do not attempt to use
7664         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7665         This removes some race conditions, fixes some bugs, and simplifies
7666         things.  Use new dirchownmod function to do owner and mode changes.
7667         * lib/mkdir-p.h: Likewise.
7668         * lib/modechange.c (octal_to_mode): New function.
7669         (struct mode_change): New member mentioned.
7670         (make_node_op_equals): New arg mentioned.  All callers changed.
7671         (mode_compile): Keep track of which mode bits the user has explicitly
7672         mentioned.
7673         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7674         New arg PMODE_BITS, to keep track of which mode bits the user
7675         mentioned; it treats S_ISUID and S_ISGID speciall.
7676         All callers changed.
7677         * lib/modechange.h: Likewise.
7678
7679 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7680
7681         * MODULES.html.sh: Add mkancestors.
7682         * modules/mkancesdirs: New module.
7683         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7684         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7685         The chdir-safer and afs files are now orphans; I'll remove them
7686         unless someone speaks up.
7687         Add lib/dirchownmod.c, lib/dirchownmod.h.
7688         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7689         Add lchown, mkancesdirs.
7690         (Maintainer): Add self.
7691
7692 2006-07-15  Karl Berry  <karl@gnu.org>
7693
7694         * gnulib-tool: help message wording/arrangement.
7695
7696 2006-07-14  Simon Josefsson  <jas@extundo.com>
7697
7698         * doc/gnulib.texi (Libtool and Windows): New section.
7699
7700 2006-07-12  Simon Josefsson  <jas@extundo.com>
7701
7702         * modules/gendocs (License): Fix license, approved by Karl.
7703
7704 2006-07-12  Eric Blake  <ebb9@byu.net>
7705
7706         * MODULES.html.sh: Add gendocs.
7707
7708 2006-07-11  Eric Blake  <ebb9@byu.net>
7709
7710         * modules/fdl: New module, to install doc/fdl.texi.
7711         * MODULES.html.sh: Add new section for documentation modules.
7712         * gnulib-tool: Avoid space-tab.
7713         (--doc-base): New option, to manage files from doc.
7714
7715 2006-07-11  Eric Blake  <ebb9@byu.net>
7716
7717         * m4/absolute-header.m4: Fix comments to match recent change.
7718
7719 2006-07-11  Eric Blake  <ebb9@byu.net>
7720
7721         * gnulib-tool: List --doc-base before --tests-base.
7722
7723 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7724
7725         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7726
7727 2006-07-11  Bruno Haible  <bruno@clisp.org>
7728
7729         * README: Mention where to put documentation.
7730
7731 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7732
7733         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7734
7735 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7736
7737         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7738         to stdint.m4.
7739
7740 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7741
7742         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7743         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7744         "no/such/file/stdint.h" when there is no such file, so that
7745         the resulting C code can be parsed by dodgy compilers.
7746         Problems reported by Bob Proulx.
7747
7748 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7749
7750         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7751         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7752         macros into the GNU _D_EXACT_NAMLEN.
7753         * lib/savedir.c:  Likewise.
7754         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7755
7756 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7757         and Paul Eggert  <eggert@cs.ucla.edu>
7758
7759         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7760         * m4/savedir.m4:
7761         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7762         macros into the GNU _D_EXACT_NAMLEN.
7763
7764 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7767         around the absolute name, to work around a problem with the HP-UX
7768         11.23 native C compiler, reported by Bob Proulx.
7769
7770 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7771
7772         * doc/maintain.texi, make-stds.texi: Sync from
7773         <http://savannah.gnu.org/projects/gnustandards>.
7774
7775 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7776
7777         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7778
7779 2006-07-09  Jim Meyering  <jim@meyering.net>
7780
7781         * m4/glob.m4: Remove a doubled word in a comment.
7782
7783 2006-07-09  Jim Meyering  <jim@meyering.net>
7784
7785         * lib/argp-pv.c: Remove a doubled word in a comment.
7786         * lib/check-version.c (check_version): Likewise.
7787         * lib/javacomp.c (compile_java_class): Likewise.
7788
7789 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7792         for the benefit of people using Autoconf 2.60.  If you want to
7793         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7794         (or m4/onceonly.m4, if pre-2.57) manually.
7795
7796 2006-07-08  Jim Meyering  <jim@meyering.net>
7797
7798         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7799         comment.
7800         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7801         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7802         comment.
7803
7804 2006-07-08  Jim Meyering  <jim@meyering.net>
7805
7806         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7807
7808 2006-07-07  Simon Josefsson  <jas@extundo.com>
7809
7810         * tests/test-crc.c: Change expected crc value, the test vector
7811         were probably computed using the old broken crc.c?
7812
7813 2006-07-06  Simon Josefsson  <jas@extundo.com>
7814
7815         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7816         now the canonical place for the M4 file).
7817
7818         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7819         from the sys_socket dependency now.
7820
7821         * modules/inet_pton (Files): Ditto.
7822
7823         * modules/inet_ntop (Files): Ditto.
7824
7825 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7826
7827         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7828         not gl_PREREQ_GETUSERSHELL.
7829
7830 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7831
7832         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7833         with only one argument, for Autoconf 2.60.
7834         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7835         expand to nothing, so add a shell command to avoid syntax error.
7836         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7837
7838 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7839
7840         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7841
7842 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7843
7844         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7845         no longer needed.  Check for isblank decl.
7846         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7847         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7848         of existence.
7849
7850 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7851
7852         * lib/getloadavg.c: Use __VMS, not VMS.
7853         * lib/getopt.c: Likewise.
7854         * lib/getpagesize.h: Likewise.
7855         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7856         and probably does not work.
7857
7858 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7859
7860         * lib/.cppi-disable: Add wcwidth.
7861         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7862         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7863         (ISGRAPH): Remove.  All uses changed to isgraph.
7864         (FOLD) [!defined _LIBC]: Remove special case.
7865         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7866         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7867         HAVE_ISBLANK.
7868         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7869         case.
7870
7871 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7872
7873         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7874         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7875         brackets.  Other minor changes to suppress some compiler
7876         warnings.
7877
7878 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7879         and Paul Eggert  <eggert@cs.ucla.edu>
7880
7881         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7882         of invoking obsolescent AC_HEADER_DIRENT macro.
7883         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7884         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7885         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7887         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7888         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7889         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7890         * m4/readdir.m4: Remove; no longer needed.
7891
7892 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7893         and Paul Eggert  <eggert@cs.ucla.edu>
7894
7895         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7896         Don't worry about this obsolete case any more.
7897         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7898         directories.
7899         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7900         worry about this obsolete case any more.
7901         * lib/fts.c: Likewise.
7902         * lib/getcwd.c: Likewise.
7903         * lib/glob.h: Likewise.
7904         * lib/savedir.c: Likewise.
7905
7906 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7907
7908         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7909         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7910         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7911         needed.
7912         All uses removed.
7913         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7914         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7915         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7916         needed.
7917         * m4/getdate.m4 (gl_GETDATE): Likewise.
7918         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7919         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7920         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7921         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7922         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7923         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7924         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7925         needed.
7926
7927 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7928
7929         * lib/memcasecmp.c: Include <limits.h>.
7930         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7931         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7932         Don't assume isdigit succeeds only on '0' through '9'.
7933
7934 2006-07-05  Eric Blake  <ebb9@byu.net>
7935
7936         * modules/getaddrinfo (Depends-on): Add snprintf.
7937
7938 2006-07-05  Eric Blake  <ebb9@byu.net>
7939
7940         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7941         to avoid 'header present but could not be compiled' on cygwin.
7942
7943 2006-07-05  Eric Blake  <ebb9@byu.net>
7944
7945         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7946         missing from netdb.h.
7947         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7948
7949 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7950
7951         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7952         no longer needed.
7953         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7954         * m4/getdate.m4 (gl_GETDATE): Likewise.
7955         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7956         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7957         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7958         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7959         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7960
7961 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7962
7963         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7964         All uses of is_space replaced by isspace.
7965         * lib/exit.h: Don't talk about STDC_HEADERS.
7966         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7967         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7968         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7969         replaced by isprint etc.
7970         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7971         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7972         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7973         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7974         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7975         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7976
7977 2006-07-05  Bruno Haible  <bruno@clisp.org>
7978
7979         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7980         the function exists, before testing against AIX.
7981         Reported by Martin Lambers <marlam@marlam.de>.
7982
7983 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7984
7985         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7986         From Mark D. Baushke.
7987
7988 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7989
7990         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7991         to the absolute name, not just one, to bypass Sun C 5.8's
7992         "warning: #include of /usr/include/... may be non-portable".
7993
7994 2006-07-04  Eric Blake  <ebb9@byu.net>
7995
7996         * modules/dirname-tests: New test module.
7997         * tests/test-dirname.c: New file, replacing dirname.c
7998         TEST_DIRNAME section that was recently deleted.
7999
8000 2006-07-04  Bruno Haible  <bruno@clisp.org>
8001
8002         Assume ANSI C header files and <ctype.h> functions.
8003         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
8004         (mbsnwidth): Use isprint, iscntrl instead.
8005
8006 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8007
8008         Merge from coreutils.
8009         * MODULES.html.sh: Add xstrtold.
8010         * modules/xstrtold: New file.
8011         * modules/cycle-check (Files): Add lib/same-inode.h.
8012         * modules/dirname (Files): Add m4/double-slash-root.m4.
8013         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
8014         * modules/mkdir-p (Files): Add lib/same-inode.h.
8015         * modules/same (Files): Add lib/same-inode.h.
8016
8017 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8018
8019         * m4/absolute-header.m4: Renamed from full-header-path.m4.
8020         This is to keep the terminology clean; POSIX talks about
8021         "absolute pathnames", not "full pathnames", but the GNU
8022         Coding Standards say to use "path" for something else;
8023         so use "absolute" to keep both sides happy.
8024         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
8025         Set gl_absolute_header, not gl_full_header_path.
8026         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
8027         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
8028         All uses changed.
8029
8030         Merge from coreutils.
8031
8032         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8033
8034         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
8035         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
8036         want to require the building of c-strtod.o.
8037         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
8038         needs -lm directly.
8039         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
8040
8041         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
8044         --as-needed option if available.  Problem reported by Albert Chin in
8045         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
8046         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
8047         cc merely issues a bunch of annoying warnings for --as-needed
8048         (this problem was reported by Bob Proulx).  Also, try linking with
8049         -lm to detect a bug in binutils 2.16 (this problem was reported
8050         by Ralf Wildenhues).
8051
8052         2006-06-18  Jim Meyering  <jim@meyering.net>
8053
8054         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
8055         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
8056         macro.
8057         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
8058         also check for glibc-2.4's abort-inducing bug.
8059
8060         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
8061         Low-probability clean-up should be to use rmdir to get rid of
8062         the just-created directory, not unlink.
8063
8064         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
8065         configure fail, and request a bug report to inform us about it.
8066         Add a comment that, barring reports to the contrary, in 2007 we'll
8067         assume ftruncate is universally available.
8068
8069         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8070
8071         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
8072
8073         2006-03-12  Jim Meyering  <jim@meyering.net>
8074
8075         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8076         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8077         * m4/same.m4 (gl_SAME): Likewise.
8078         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8079
8080         2006-03-11  Eric Blake  <ebb9@byu.net>
8081
8082         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8083         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8084         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8085         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8086
8087 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8088
8089         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8090         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8091         reported by Mark D. Baushke, one in
8092         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8093
8094         Merge from coreutils.
8095
8096         * lib/.cppi-disable: Add stdint_.h.
8097         * lib/.cvsignore: Add stdint.h.
8098
8099         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8100
8101         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8102         both double and long double versions.
8103         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8104         * lib/xstrtold.c: New file.
8105         * lib/xstrtod.h (xstrtold): New decl.
8106
8107         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * lib/filemode.c (setst): Remove.
8110         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8111         (arguably) clearer, and the generated code is a bit smaller on my
8112         Debian GNU/Linux stable x86 host.
8113
8114         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8115
8116         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8117         Assume that filemode.h includes sys/types.h and sys/stat.h.
8118         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8119         (ftypelet): Reorder to put common cases first, for efficiency.
8120         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8121         to do 'M'.
8122         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8123         of 10, for compatibility with FreeBSD.  All callers changed.
8124         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8125         types that can't be deduced solely from st_mode.  First arg is now a
8126         const pointer.
8127         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8128         (strmode): Renamed from mode_string.
8129         (filemodestring): New decl.
8130         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8131         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8132         needed.
8133         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8134
8135         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8136
8137         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8138         fsusage.h now does that.  Include fsusage.h first, to test interface.
8139         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8140         at most one method (the old code could have generated decls that
8141         didn't conform to C89, not that this was ever exercised).
8142         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8143
8144         2006-03-19  Jim Meyering  <jim@meyering.net>
8145
8146         Work even in a chroot where d_ino values for entries in "/"
8147         don't match the stat.st_ino values for the same names.
8148         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8149         number, iterate through all entries again, using lstat instead.
8150         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8151         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8152
8153         * lib/getcwd.c (__getcwd): Clarify a comment.
8154         Use memcpy in place of a call to strcpy.
8155
8156         2006-03-12  Jim Meyering  <jim@meyering.net>
8157
8158         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8159         matches that of the current directory (which we're about to chdir ".."
8160         out of), then save the dev-ino of the parent, instead.
8161
8162         * lib/same-inode.h (SAME_INODE): New file/macro.
8163         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8164         Include "same-inode.h", instead.
8165         * lib/same.c: Likewise.
8166         * lib/cycle-check.h: Include "same-inode.h".
8167         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8168         * lib/cycle-check.c (SAME_INODE): Remove definition.
8169         * lib/root-dev-ino.h: Include "same-inode.h".
8170
8171         2006-03-11  Eric Blake  <ebb9@byu.net>
8172
8173         * lib/same.c (same_name): s/base_name/last_component/
8174         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8175         * lib/filenamecat.c (file_name_concat): Likewise.
8176
8177         2006-03-11  Eric Blake  <ebb9@byu.net>,
8178                     Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8181         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8182         drive prefix.
8183         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8184         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8185         (last_component): New method.
8186         * lib/dirname.c (dir_len): Determine when drive letters need a
8187         subsequent slash.  Preserve // when it is special.
8188         (dir_name): Don't append dot when drive letter is absolute.
8189         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8190         * lib/basename.c (base_name): New semantics - malloc the result.
8191         Preserve // when it is special.  Preserve relative files that look
8192         like drive letters.
8193         (base_len): Preserve // when it is special.
8194         (last_component): New method, similar to old base_name semantics.
8195         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8196         base_name.  Strip redundant slashes from ///.
8197
8198 2006-07-03  Jim Meyering  <jim@meyering.net>
8199
8200         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8201         macro is used before the first cycle_check call.
8202
8203 2006-07-03  Eric Blake  <ebb9@byu.net>
8204
8205         * modules/dirname (Depends-on): Add xstrndup.
8206
8207 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8208
8209         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8210         test cases, so that config.log is a bit easier to follow.
8211
8212 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8213
8214         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8215         both are 64 bits, since this seems to be the tradition, and this
8216         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8217         we ever run into a host that prefers long long to long in this
8218         case, we'll need another configure-time test.  Problem reported by
8219         Jim Meyering.
8220
8221 2006-07-02  Eric Blake  <ebb9@byu.net>
8222
8223         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8224
8225 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8226
8227         * modules/inttypes (Depends-on): No longer depends on stdint.
8228         * modules/stdint (Description): Say more about assumptions.
8229         Say that the fast types might differ.  Say macros are used.
8230         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8231         (Makefile.am): Revise list of substituted symbols to match
8232         new stdint.m4.
8233         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8234         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8235         * tests/test-stdint.c (verify_same_types)
8236         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8237         the code conforms to C99/C89.
8238         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8239         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8240
8241 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8242
8243         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8244         but fix a bug, by requiring at least 64 bits.
8245         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8246         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8247         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8248         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8249
8250         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8251         changes.  Make 2.59 a prerequisite.  Check and substitute for
8252         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8253         inttypes.h.  Do not use special include files; just use the
8254         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8255         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8256         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8257         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8258         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8259         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8260         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8261         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8262         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8263         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8264         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8265         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8266         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8267         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8268         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8269         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8270         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8271         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8272         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8273         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8274         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8275         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8276         not check for things that C99 does not require, e.g., int8_t.  If
8277         a test isn't needed unless <stdint.h> isn't working, and is
8278         unlikely to be needed for any other reason, then don't do it
8279         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8280         size_t, since we assume C89 freestanding at least.  Do not check
8281         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8282         the right thing even if the types are not defined.  Instead use:
8283         (gl_STDINT_TYPE_PROPERTIES): New macro.
8284         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8285         testing whether <sys/types.h> clashes, as Autoconf does this for
8286         us now.  All uses removed.
8287         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8288         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8289         (gl_CHECK_TYPE_SAME):
8290         Remove; no longer needed.
8291         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8292         exists, since we'll return 0 anyway in that case.
8293         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8294
8295 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8296
8297         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8298         possible collision with system files.
8299         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8300         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8301         WCHAR_MIN and WCHAR_MAX in this case.
8302         (<stddef.h>): Do not include; no longer needed.
8303         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8304         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8305         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8306         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8307         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8308         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8309         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8310         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8311         !defined(__c99))]: Include in this case too, since it's harmless
8312         now.
8313         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8314         dangerous to do so.
8315         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8316         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8317         (_STDINT_MIN, _STDINT_MAX): New macros.
8318         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8319         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8320         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8321         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8322         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8323         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8324         macros, not typedefs; this simplifies things quite a bit.
8325         Use long int for all types narrower than int64_t.
8326         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8327         Define in terms of long long int or int64_t or long int,
8328         not int64_t or int32_t.  This saves some compile-time testing.
8329         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8330         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8331         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8332         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8333         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8334         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8335         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8336         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8337         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8338         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8339         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8340         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8341         undef any previous version and define our own version, for
8342         simplicity and consistency with the new macros for types.
8343         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8344         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8345         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8346         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8347         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8348         @WINT_T_SUFFIX@ to keep things simple here.
8349         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8350         Simplify by assuming typical 8/16/32/64 host, since we're
8351         already doing that elsewhere anyway.
8352         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8353         and assume long long int is 64 bits if available.  This
8354         speeds up 'configure'.
8355
8356 2006-07-01  Eric Blake  <ebb9@byu.net>
8357
8358         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8359         Reported by Andreas Buening.
8360
8361 2006-07-01  Eric Blake  <ebb9@byu.net>
8362
8363         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8364
8365 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8366
8367         * lib/getaddrinfo.c: fixed typo
8368
8369 2006-06-29  Jim Meyering  <jim@meyering.net>
8370
8371         * modules/strftime (Maintainer): Add my name, since with the
8372         FPRINTFTIME changes strftime.c has forked from glibc.
8373
8374 2006-06-29  Eric Blake  <ebb9@byu.net>
8375
8376         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8377
8378 2006-06-29  Eric Blake  <ebb9@byu.net>
8379
8380         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8381
8382 2006-06-29  Eric Blake  <ebb9@byu.net>
8383
8384         * lib/stat_.h: New file.
8385
8386 2006-06-29  Eric Blake  <ebb9@byu.net>
8387
8388         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8389         unused static function.
8390
8391 2006-06-29  Eric Blake  <ebb9@byu.net>
8392
8393         * doc/functions.texi (Function Portability): Document missing lstat
8394         on mingw.
8395
8396 2006-06-29  Eric Blake  <ebb9@byu.net>
8397
8398         * MODULES.html.sh: Add sys_stat.
8399         * modules/sys_stat: New module.
8400         * modules/mkstemp (Depends-on): Add sys_stat.
8401
8402 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8403
8404         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8405
8406 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8407
8408         * m4/c-bs-a.m4: Removed.
8409
8410 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8411
8412         * lib/strftime.c: Assume strftime() exists.
8413
8414 2006-06-29  Derek Price  <derek@ximbiot.com>
8415
8416         * modules/c-bs-a: Removed - \a is C89.
8417         * MODULES.html.sh: Remove c-bs-a.
8418
8419 2006-06-29  Bruno Haible  <bruno@clisp.org>
8420
8421         * modules/wcwidth (License): Change to LGPL.
8422
8423 2006-06-28  Simon Josefsson  <jas@extundo.com>
8424
8425         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8426         on _WIN32.
8427
8428         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8429         getnameinfo.
8430
8431 2006-06-28  Simon Josefsson  <jas@extundo.com>
8432
8433         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8434
8435 2006-06-28  Simon Josefsson  <jas@extundo.com>
8436
8437         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8438         functions there.  It will succeed on Windows XP, but on Windows
8439         2000 and (presumably) earlier, it will fail, and use the internal
8440         re-implementation.
8441         (use_win32_p): New function.
8442         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8443         Support AI_NUMERICSERV to disable getservbyname.
8444         (getnameinfo): New function, only supports
8445         NI_NUMERICHOST|NI_NUMERICSERV for now.
8446
8447         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8448         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8449         getnameinfo.
8450
8451 2006-06-28  Eric Blake  <ebb9@byu.net>
8452
8453         * modules/wcwidth: New file.
8454         * modules/mbchar (Depends-on): Add wcwidth.
8455         * modules/mbswidth (Depends-on): Add wcwidth.
8456         * MODULES.html.sh: Add wcwidth.
8457
8458 2006-06-28  Eric Blake  <ebb9@byu.net>
8459
8460         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8461         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8462
8463 2006-06-28  Eric Blake  <ebb9@byu.net>
8464
8465         * lib/xvasprintf.h: Fix comments.
8466
8467 2006-06-28  Eric Blake  <ebb9@byu.net>
8468
8469         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8470         * lib/mbswidth.c (wcwidth): Move from here...
8471         * lib/wcwidth.h: ...to this new file.
8472
8473 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8474
8475         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8476
8477         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8478         it's obsolete.
8479         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8480
8481 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8482
8483         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8484         Autoconf 2.60 says this stuff was obsolete.
8485
8486 2006-06-28  Bruno Haible  <bruno@clisp.org>
8487
8488         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8489
8490 2006-06-28  Bruno Haible  <bruno@clisp.org>
8491
8492         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8493         gt_TYPE_WCHAR_T.
8494
8495 2006-06-28  Bruno Haible  <bruno@clisp.org>
8496
8497         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8498         declaration for wcwidth.
8499         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8500
8501 2006-06-28  Bruno Haible  <bruno@clisp.org>
8502
8503         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8504         (mkdir): Define using _mkdir.
8505
8506 2006-06-28  Bruno Haible  <bruno@clisp.org>
8507
8508         * lib/getaddrinfo.h: Fix POSIX URL.
8509         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8510         _WIN32.
8511         (use_win32_p): Make static.
8512         (getaddrinfo): Reject service name if it is empty or does not consist
8513         solely of decimal digits, or if its value is > 65535.
8514         (getnameinfo): Remove useless casts.
8515
8516 2006-06-27  Simon Josefsson  <jas@extundo.com>
8517
8518         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8519         Eggert and Martin Lambers.
8520
8521 2006-06-27  Simon Josefsson  <jas@extundo.com>
8522
8523         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8524         Eggert and Martin Lambers.
8525
8526 2006-06-27  Bruno Haible  <bruno@clisp.org>
8527
8528         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8529         result to 0, not to empty.
8530         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8531
8532 2006-06-27  Bruno Haible  <bruno@clisp.org>
8533
8534         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8535
8536 2006-06-26  Simon Josefsson  <jas@extundo.com>
8537
8538         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8539         present.
8540
8541 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8542
8543         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8544         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8545         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8546
8547 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8548
8549         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8550
8551 2006-06-26  Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8554
8555 2006-06-26  Bruno Haible  <bruno@clisp.org>
8556
8557         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8558
8559 2006-06-26  Bruno Haible  <bruno@clisp.org>
8560
8561         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8562         SGI C compiler in pre-C99 mode.
8563         Suggested by Mark D. Baushke and Larry Jones.
8564
8565 2006-06-26  Bruno Haible  <bruno@clisp.org>
8566
8567         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8568         WCHAR_MAX.
8569         Reported by Mark D. Baushke and Larry Jones.
8570
8571 2006-06-26  Bruno Haible  <bruno@clisp.org>
8572
8573         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8574         in pre-C99 mode.
8575         Suggested by Mark D. Baushke and Larry Jones.
8576
8577 2006-06-23  Simon Josefsson  <jas@extundo.com>
8578             Bruno Haible  <bruno@clisp.org>
8579
8580         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8581         Emit mostlyclean-local rule.
8582         (func_emit_tests_Makefile_am): Likewise.
8583         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8584
8585 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8586
8587         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8588
8589 2006-06-23  Bruno Haible  <bruno@clisp.org>
8590
8591         * tests/test-stdint.c: Update to match ISO C 99 Technical
8592         Corrigendum 1.
8593
8594 2006-06-23  Bruno Haible  <bruno@clisp.org>
8595
8596         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8597
8598 2006-06-23  Bruno Haible  <bruno@clisp.org>
8599
8600         * lib/stdint_.h: Treat IRIX like OpenBSD.
8601
8602 2006-06-23  Bruno Haible  <bruno@clisp.org>
8603
8604         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8605         ISO C 99 Technical Corrigendum 1.
8606
8607 2006-06-22  Simon Josefsson  <jas@extundo.com>
8608
8609         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8610         MinGW.
8611
8612 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8615         needed.  Some compiler complained about some of them.  Problem reported
8616         by Larry Jones in
8617         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8618
8619 2006-06-21  Simon Josefsson  <jas@extundo.com>
8620
8621         * tests/test-getaddrinfo.c: New file.
8622
8623         * modules/getaddrinfo-tests: New file.
8624
8625         * MODULES.html.sh: Add inet_pton.
8626
8627         * modules/inet_pton: New file.
8628
8629 2006-06-21  Simon Josefsson  <jas@extundo.com>
8630
8631         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8632         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8633         of using the (limited) gnulib implementation on Windows XP.
8634
8635         * m4/inet_pton.m4: New file.
8636
8637 2006-06-21  Simon Josefsson  <jas@extundo.com>
8638
8639         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8640         variable.
8641
8642         * lib/socket_.h: Don't define WINVER.
8643
8644         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8645         slightly modified to work in gnulib.
8646
8647 2006-06-21  Simon Josefsson  <jas@extundo.com>
8648
8649         * doc/gnulib.texi (Windows sockets): Add.
8650
8651 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * lib/read-file.c (fread_file): Start with buffer allocation of
8654         0 bytes rather than 1 byte; this simplifies the code.
8655         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8656         code to free buffer and save/restore errno.
8657         (internal_read_file): Remove unused local.
8658
8659 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8660
8661         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8662         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8663         Problem reported by Denis Excoffier in
8664         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8665
8666 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8667
8668         * modules/sys_socket, modules/socklen: Include sys/types since
8669         FreeBSD 4.x's sys/socket.h needs it.
8670
8671 2006-06-19  Simon Josefsson  <jas@extundo.com>
8672
8673         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8674
8675 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8676
8677         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8678
8679 2006-06-19  Bruno Haible  <bruno@clisp.org>
8680
8681         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8682         and FULL_PATH_INTTYPES_H in angle brackets.
8683         Reported by Mark D. Baushke <mdb@gnu.org>.
8684
8685 2006-06-17  Eric Blake  <ebb9@byu.net>
8686
8687         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8688         errno.
8689
8690 2006-06-17  Bruno Haible  <bruno@clisp.org>
8691
8692         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8693         <sys/inttypes.h>.
8694
8695 2006-06-17  Bruno Haible  <bruno@clisp.org>
8696
8697         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8698         whether errno is declared. Assume <errno.h> declares errno.
8699
8700 2006-06-17  Bruno Haible  <bruno@clisp.org>
8701
8702         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8703
8704 2006-06-17  Bruno Haible  <bruno@clisp.org>
8705
8706         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8707         problem on Solaris 2.5.1.
8708
8709 2006-06-16  Eric Blake  <ebb9@byu.net>
8710
8711         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8712         * lib/unicodeio.c [!defined errno]: Likewise.
8713         * lib/strtol.c [!defined errno]: Likewise.
8714         * lib/strtod.c [!defined errno]: Likewise.
8715
8716 2006-06-15  Eric Blake  <ebb9@byu.net>
8717
8718         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8719
8720 2006-06-15  Eric Blake  <ebb9@byu.net>
8721
8722         * config/srclist.txt (ssize_t.m4): Lose sync.
8723
8724 2006-06-15  Bruno Haible  <bruno@clisp.org>
8725
8726         * modules/stdint (Files): Include m4/full-header-path.m4,
8727         m4/size_max.m4, m4/wchar_t.m4.
8728         (Makefile.am): Many more substitutions.
8729         * modules/stdint-tests: New file.
8730         * tests/test-stdint.c: New file.
8731
8732 2006-06-15  Bruno Haible  <bruno@clisp.org>
8733
8734         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8735         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8736         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8737         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8738         gl_CHECK_TYPE_SAME): New macros.
8739
8740 2006-06-15  Bruno Haible  <bruno@clisp.org>
8741
8742         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8743
8744 2006-06-15  Bruno Haible  <bruno@clisp.org>
8745
8746         * lib/stdint_.h: Rewritten to be fully auto-configured.
8747         Fixes bug on HP-UX/IA64.
8748
8749 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8750
8751         * lib/getdate.y (__attribute__): Don't define if already defined.
8752         Problem reported by Larry Jones.
8753         * lib/utimens.c (__attribute__): Likewise.
8754
8755 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8756
8757         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8758         reported by Andreas Schwab.
8759
8760 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8761             Bruno Haible  <bruno@clisp.org>
8762
8763         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8764         check for the declaration of strnlen and a run test that exposes the
8765         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8766         rpl_strndup.
8767
8768 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8769             Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8772
8773 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8774
8775         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8776         compile test, for Tru64 4.0D.
8777
8778 2006-05-28  Karl Berry  <karl@gnu.org>
8779
8780         * config/srclist.txt (printf-args.c): lose sync.
8781
8782 2006-05-26  Martin Lambers  <marlam@marlam.de>
8783
8784         * lib/getpass.c: Updates the test for the native W32 API, and adds
8785         missing includes, thus fixing compilation warnings.
8786
8787 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8788
8789         * lib/exclude.c (exclude_fnmatch): New function.
8790         (excluded_file_name): Call exclude_fnmatch.
8791         * lib/exclude.h (excluded_file_name): New prototype
8792
8793 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8794
8795         * lib/tempname.c (small_open, large_open): New macros.
8796         (__open, __open64) [!_LIBC]: Remove.
8797         (__gen_tempname): Use small_open and large_open instead of __open
8798         and __open64.  This fixes a portability bug on HP-UX 11.11i
8799         reported by Simon Wing-Tang in
8800         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8801
8802 2006-05-24  Bruno Haible  <bruno@clisp.org>
8803
8804         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8805         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8806         Reported by Thorsten Maerz <torte@netztorte.de> via
8807         Aaron Stone <aaron@serendipity.cx>.
8808
8809 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8812         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8813         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8814         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8815         not really conditional on the cache.
8816         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8817
8818 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8819
8820         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8821         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8822         (my_usleep): Don't mishandle maximum value.
8823
8824 2006-05-19  Jim Meyering  <jim@meyering.net>
8825
8826         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8827
8828 2006-05-17  Bruno Haible  <bruno@clisp.org>
8829
8830         Cygwin portability.
8831         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8832
8833 2006-05-17  Bruno Haible  <bruno@clisp.org>
8834
8835         * lib/stdint_.h: Fix recognition of Cygwin.
8836
8837 2006-05-15  Bruno Haible  <bruno@clisp.org>
8838
8839         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8840         on libtool patch by Ralf Wildenhues.
8841
8842 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8843
8844         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8845         test for C99 conformance; (bool) 0.5 is an integer constant
8846         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8847         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8848
8849 2006-05-11  Simon Josefsson  <jas@extundo.com>
8850
8851         * m4/xvasprintf.m4: Fix obvious typo.
8852
8853 2006-05-11  Jim Meyering  <jim@meyering.net>
8854
8855         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8856         James Lemley.
8857
8858 2006-05-10  Simon Josefsson  <jas@extundo.com>
8859
8860         * lib/md4.c: Typo fix, update copyright years.
8861         (K1, K2): Don't use L because it turn computations into 64-bit on
8862         64-bit platforms.
8863
8864 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8865
8866         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8867         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8868         unwanted sign propagation, e.g., on hosts with 64-bit int.
8869         There still are some problems with reeelly weird theoretical hosts
8870         (e.g., 33-bit int) but it's not worth worrying about now.
8871         * lib/sha1.c (rol): Likewise.
8872         (K1, K2, K3, K4): Remove unnecessary L suffix.
8873
8874 2006-05-10  Bruno Haible  <bruno@clisp.org>
8875
8876         * lib/des.c: Cast to avoid warnings.
8877
8878 2006-05-09  Bruno Haible  <bruno@clisp.org>
8879
8880         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8881         (Depends-on): Depend also on xsize, stdarg.
8882         (configure.ac): Add gl_XVASPRINTF.
8883
8884 2006-05-09  Bruno Haible  <bruno@clisp.org>
8885
8886         * m4/xvasprintf.m4: New file.
8887
8888 2006-05-09  Bruno Haible  <bruno@clisp.org>
8889
8890         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8891         (EOVERFLOW): Define fallback value.
8892         (xstrcat): New function.
8893         (xvasprintf): Recognize the special case of a string concatenation.
8894
8895 2006-05-08  Eric Blake  <ebb9@byu.net>
8896
8897         * gnulib-tool (func_version): Base copyright year on CVS date.
8898         (func_emit_copyright_notice): New function.
8899         (func_emit_lib_Makefile_am): Use it.
8900         (func_emit_tests_Makefile_am): Likewise.
8901         (func_import): Likewise.
8902
8903 2006-05-08  Bruno Haible  <bruno@clisp.org>
8904
8905         * modules/stdarg: New file.
8906         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8907
8908 2006-05-08  Bruno Haible  <bruno@clisp.org>
8909
8910         * m4/stdarg.m4: New file, from GNU gettext.
8911
8912 2006-05-08  Bruno Haible  <bruno@clisp.org>
8913
8914         * config/srclist.txt (build-aux/config.rpath): different from latest
8915         release.
8916
8917 2006-05-08  Bruno Haible  <bruno@clisp.org>
8918
8919         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8920
8921 2006-05-05  Jim Meyering  <jim@meyering.net>
8922
8923         * m4/warning.m4: New file, derived from bison's file by the same name.
8924
8925 2006-05-03  Bruno Haible  <bruno@clisp.org>
8926
8927         * lib/stdint_.h: Shorter URL.
8928         * lib/inttypes.h: Likewise.
8929
8930 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8931
8932         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8933
8934 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8935
8936         * lib/verify.h: Document the internals better.  Most of this change
8937         was written by Bruno Haible.
8938
8939 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8940
8941         * doc/verify.texi: New file, partly based on a proposal by
8942         Bruno Haible.
8943
8944 2006-05-02  Bruno Haible  <bruno@clisp.org>
8945
8946         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8947         test from here...
8948         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8949
8950 2006-04-29  Bruno Haible  <bruno@clisp.org>
8951
8952         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8953         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8954
8955 2006-04-29  Bruno Haible  <bruno@clisp.org>
8956
8957         * gnulib-tool: Make --update option actually work.
8958
8959 2006-04-29  Bruno Haible  <bruno@clisp.org>
8960
8961         * doc/gcd.texi: New file.
8962         * doc/gnulib.texi: Include it.
8963
8964 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8965
8966         * lib/getdate.y (get_date): When adding relative date, start with the
8967         initial time, not with the result of the first mktime call.
8968
8969 2006-04-25  Bruno Haible  <bruno@clisp.org>
8970
8971         * gnulib-tool (func_import): Output the include directives in three
8972         blocks, sorted separately.
8973         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8974
8975 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8976
8977         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8978         to define main with arguments, for C++.  Reported by Eric Blake.
8979         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8980         Prefer 'int main ()' to 'int main (void)', for C++.
8981         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8982         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8983         for 'main', for C99 and C++.
8984
8985 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8986
8987         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8988         Don't assume that exit status -1 is valid.
8989         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8990         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8991         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8992         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8993         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8994         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8995         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8996         functions can be used without declaring them, or that you can
8997         exit with status -1.
8998         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8999
9000 2006-04-24  Karl Berry  <karl@gnu.org>
9001
9002         * config/srclist.txt (longdouble.m4): sync lost.
9003
9004 2006-04-24  Eric Blake  <ebb9@byu.net>
9005
9006         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
9007
9008 2006-04-24  Bruno Haible  <bruno@clisp.org>
9009
9010         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
9011         poll() implementation in AIX.
9012         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9013
9014 2006-04-24  Bruno Haible  <bruno@clisp.org>
9015
9016         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
9017         assigned exactly once.
9018
9019 2006-04-23  Claudio Fontana  <claudio@gnu.org>
9020             Bruno Haible  <bruno@clisp.org>
9021
9022         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
9023         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
9024         for AM_CPPFLAGS.
9025
9026 2006-04-23  Bruno Haible  <bruno@clisp.org>
9027
9028         * modules/copy-file: Depend on unistd.
9029         * modules/execute: Likewise.
9030         * modules/fatal-signal: Likewise.
9031         * modules/findprog: Likewise.
9032         * modules/mkdtemp : Likewise.
9033         * modules/pipe: Likewise.
9034         * modules/wait-process: Likewise.
9035
9036 2006-04-23  Bruno Haible  <bruno@clisp.org>
9037
9038         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
9039         condition was already detected.
9040         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9041
9042 2006-04-23  Bruno Haible  <bruno@clisp.org>
9043
9044         * lib/copy-file.c: Include <unistd.h> unconditionally.
9045         * lib/execute.c: Likewise.
9046         * lib/fatal-signal.c: Likewise.
9047         * lib/findprog.c: Likewise.
9048         * lib/mkdtemp.c: Likewise.
9049         * lib/pipe.h: Likewise.
9050         * lib/pipe.c: Likewise.
9051         * lib/wait-process.h: Likewise.
9052
9053 2006-04-23  Bruno Haible  <bruno@clisp.org>
9054
9055         * gnulib-tool (func_usage): Fix --import description. Document
9056         --update.
9057         (func_import): Create temporary file in a temporary directory, if
9058         --dry-run is specified. Silence errors from 'grep' when there are no
9059         m4 files in $m4dir.
9060         (func_create_testdir): Silence errors from 'grep' when there are no
9061         m4 files in $m4dir.
9062         Reported by Karl Berry <karl@freefriends.org>.
9063
9064 2006-04-20  Bruno Haible  <bruno@clisp.org>
9065
9066         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
9067         one argument, so that the code will be portable to Autoconf 2.60.
9068         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
9069         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
9070         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
9071
9072 2006-04-19  Derek Price  <derek@ximbiot.com>
9073             Eric Blake  <ebb9@byu.net>
9074
9075         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9076         rather than "/full/path.h".  Update comment to match.  Shorten &
9077         generalize m4_translit call via AS_TR_CPP.
9078
9079 2006-04-19  Derek Price  <derek@ximbiot.com>
9080             Eric Blake  <ebb9@byu.net>
9081
9082         * lib/inttypes.h: Correct grammar in comment.
9083
9084 2006-04-18  Derek Price  <derek@ximbiot.com>
9085             Paul Eggert  <eggert@cs.ucla.edu>
9086
9087         * modules/inttypes: New file.
9088         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9089
9090 2006-04-18  Derek Price  <derek@ximbiot.com>
9091             Paul Eggert  <eggert@cs.ucla.edu>
9092
9093         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9094         New files.
9095
9096 2006-04-18  Derek Price  <derek@ximbiot.com>
9097             Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * lib/inttypes.h: New file.
9100         * lib/strtoimax.c: Assume <inttypes.h>.
9101
9102 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9103
9104         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9105         isn't mounted.  Problem reported by Kir Kolyshkin.
9106
9107 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9108
9109         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9110         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9111         Derek R. Price.
9112         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9113         implementation.
9114
9115 2006-04-12  Eric Blake  <ebb9@byu.net>
9116
9117         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9118         is now done automatically by the corresponding Autoconf macro.
9119
9120 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9121
9122         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9123         time_r.h.
9124
9125 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9126
9127         Merge regex changes from libc, removing some of our
9128         POSIX-conformance changes that were rejected and redoing them in a
9129         less-intrusive way.
9130
9131         * lib/regcomp.c (re_compile_internal, init_dfa):
9132         Length arg is now size_t, not Idx.  All uses changed.
9133         (peek_token): Forward decl now says internal_function.
9134         (__re_error_msgid, __re_error_msgid_idx):
9135         Now static rather than extern with attribute_hidden.
9136         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9137         For some reason libc prefers K&R style defns for external functions.
9138         (regerror) [!defined _LIBC]: Likewise.
9139         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9140         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9141         (build_range_exp, build_collating_symbol):
9142         Use K&R-style defn.
9143         (re_compile_fastmap): Use '\0' to memset, not 0.
9144         (utf8_sb_map): Make the calculations more obvious.
9145         (init_dfa, parse_bracket_exp, build_charclass_op):
9146         Call calloc and cast result, as glibc does.
9147         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9148         (build_range_exp, build_collating_symbol):
9149         Now internal functions.
9150
9151         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9152
9153         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9154         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9155         Don't depend on VMS; depend on __VMS instead, for POSIX
9156         namespace cleanness.
9157         (regoff_t): Define to ssize_t, not long int.
9158
9159         Remove the REG_ macros named below.  Instead, make the old names
9160         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9161         __USE_GNU_REGEX.
9162         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9163         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9164         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9165         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9166         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9167         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9168         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9169         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9170         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9171         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9172         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9173         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9174         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9175         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9176         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9177         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9178         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9179         (REG_NREGS):
9180         Remove.  All uses replaced by the old RE_* names.
9181         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9182         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9183         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9184         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9185         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9186         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9187         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9188         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9189         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9190         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9191         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9192         Don't bother having these macros be independent of each others'
9193         values, since they no longer exist in the POSIX name space.
9194
9195         Rename the following member names back to their old names,
9196         unless !__USE_GNU_REGEX.  All uses changed back.
9197         (buffer): Renamed from re_buffer.
9198         (allocated): Renamed from re_allocated.
9199         (used): Renamed from re_used.
9200         (syntax): Renamed from re_syntax.
9201         (fastmap): Renamed from re_fastmap.
9202         (translate): Renamed from re_translate.
9203         (can_be_null): Renamed from re_can_be_null.
9204         (regs_allocated): Renamed from re_regs_allocated.
9205         (fastmap_accurate): Renamed from re_fastmap_accurate.
9206         (no_sub): Renamed from re_no_sub.
9207         (not_bol): Renamed from re_not_bol.
9208         (not_eol): Renamed from re_not_eol.
9209         (newline_anchor): Renamed from re_newline_anchor.
9210         (num_regs): Renamed from rm_num_regs.
9211         (start): Renamed from rm_start.
9212         (end): Renamed from rm_end.
9213
9214         (free_state): Move up a bit.
9215
9216         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9217         #define to be empty.
9218         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9219         when that is what is intended.
9220         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9221         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9222         (MAX): New macro.
9223         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9224         All uses changed back to re_malloc, etc.  It's now the caller's
9225         responsibility to check for overflow; all callers changed.
9226         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9227         (re_x2nrealloc): Remove.
9228         (free_state): Remove decl.
9229
9230         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9231         (re_set_registers, re_exec):
9232         Use K&R-style defn.
9233
9234         2006-01-31  Roland McGrath  <roland@redhat.com>
9235
9236         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9237         Reported by Mike Frysinger <vapier@gentoo.org>.
9238
9239         2006-01-15  Andreas Jaeger  <aj@suse.de>
9240
9241         [BZ #1950]
9242         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9243         build_wcs_upper_buffer change.
9244         (build_wcs_upper_buffer): Change return type.
9245
9246         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9247
9248         * lib/regex_internal.h: Include <stdint.h> if available.
9249
9250         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9251
9252         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9253
9254         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9255
9256         * lib/regcomp.c: Adjust for changed secondary hash function.
9257
9258         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9259
9260         * lib/regex.h: Pretty printing.
9261         Clean up namespace a bit.
9262
9263         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9264
9265         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9266         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9267
9268         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9269                     Ulrich Drepper  <drepper@redhat.com>
9270
9271         [BZ #1302]
9272         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9273         changed.
9274         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9275
9276         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9277
9278         [BZ #281]
9279         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9280         * lib/regcomp.c: Remove unnecessary uses of
9281         unsigned RE_TRANSLATE_TYPE.
9282         * lib/regex_internal.h: Likewise.
9283         * lib/regex_internal.c: Likewise.
9284         * lib/regexec.c: Likewise.
9285         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9286
9287         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9288
9289         * lib/regexec.c (find_recover_state): Remove unnecessary
9290         initialization.
9291         (transit_state_bkref): Make DFA a const pointer.
9292         (get_subexp): Likewise.
9293         (check_arrival): Likewise.
9294         (update_cur_sifted_state): Likewise.
9295         (re_search_internal): Likewise.
9296         (prune_impossible_nodes): Likewise.
9297         (acquire_init_state_context): Likewise.
9298         (proceed_next_node): Likewise.
9299         (set_regs): Likewise.
9300         (free_fail_stack_return): Likewise.
9301         (check_arrival_expand_ecl): Mark DFA parameter as const.
9302         (check_arrival_expand_ecl_sub): Likewise.
9303         (check_subexp_limits): Likewise.
9304         (sub_epsilon_src_nodes):  Likewise.
9305         (add_epsilon_src_nodes):  Likewise.
9306         (merge_state_array): Likewise.
9307         (update_regs): Likewise.
9308         (build_trtable): Likewise.
9309         (sift_states_backward): Mark MCTX parameter as const.
9310         (build_sifted_states): Likewise.
9311         (update_cur_sifted_state): Likewise.
9312         (sift_states_mkref): Likewise.
9313         (check_arrival_expand_ecl): Mark eclosure as const.
9314         (check_dst_limits_calc_pos_1): Likewise.
9315         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9316         pointer.
9317
9318         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9319
9320         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9321         (transit_state_sb): Likewise.
9322         (transit_state_mb): Likewise.
9323         (sift_states_iter_mb): Likewise.
9324         (check_arrival_add_next_nodes): Likewise.
9325         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9326         [_LIBC] (re_search_2_stub): Use mempcpy.
9327
9328         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9329         mbrtowc for very simple UTF-8 case.
9330
9331         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9332         a pointer-to-const.
9333         (re_acquire_state_context): Likewise.
9334         * lib/regex_internal.h: Adjust prototypes.
9335
9336         * lib/regex.c: Prevent using C++ compilers.
9337
9338         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9339         (re_acquire_state_context): Likewise.
9340
9341 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9342
9343         * modules/regex (Depends-on): Add ssize_t.
9344
9345 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9346
9347         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9348         translation table.
9349
9350 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9351
9352         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9353
9354 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9355             Bruno Haible  <bruno@clisp.org>
9356
9357         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9358         <sys/types.h> and <inttypes.h>.
9359
9360 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9361
9362         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9363         `__error_t_defined', so argp.h will not typedef the former.
9364
9365 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9366
9367         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9368         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9369         glibc names.  Even if glibc is changed to conform to POSIX, the
9370         traditional names will be available anyway, since regex depends on
9371         the extensions module.  Also, fix a longstanding typo in the
9372         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9373         reported by Emanuele Giaquinta.  Also, change sense of cached
9374         variable, so that the message makes sense.
9375
9376 2006-03-24  Simon Josefsson  <jas@extundo.com>
9377
9378         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9379         including some doc fixes.
9380         (base64_encode_alloc): Fix +1 bug on allocation failures.
9381
9382 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9383
9384         * lib/base64.c (base64_encode): Do not read past end of array with
9385         unsanitized input on systems with CHAR_BIT > 8.
9386
9387 2006-03-24  Eric Blake  <ebb9@byu.net>
9388
9389         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9390
9391 2006-03-22  Karl Berry  <karl@gnu.org>
9392
9393         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9394         * config/srclistvars.sh (COREUTILS): new var.
9395
9396 2006-03-17  Jim Meyering  <jim@meyering.net>
9397
9398         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9399         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9400
9401 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9402
9403         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9404         no longer needs it.  Instead, check that regoff_t is as least
9405         as wide as ptrdiff_t.
9406
9407         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9408         so that our regex.h stays compatible with the installed regex.
9409         This is helpful for installers who configure --without-included-regex.
9410         Problem reported by Emanuele Giaquinta.
9411
9412 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9413
9414         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9415         Typedef to long int, not to off_, as POSIX will likely change
9416         in that direction.
9417
9418 2006-03-15  Eric Blake  <ebb9@byu.net>
9419
9420         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9421
9422 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9423
9424         * lib/argp-help.c (validate_uparams): Fix typo
9425         * lib/argp-parse.c (argp_default_options): Consistently begin help
9426         messages with a lowercase letter.
9427
9428 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9429
9430         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9431         overrun buffers and shouldn't be used (much as gets shouldn't be
9432         used).
9433         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9434
9435 2006-03-08  Simon Josefsson  <jas@extundo.com>
9436
9437         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9438         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9439
9440 2006-03-08  Simon Josefsson  <jas@extundo.com>
9441
9442         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9443         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9444
9445 2006-03-08  Simon Josefsson  <jas@extundo.com>
9446
9447         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9448         signal that configure disabled the device.
9449
9450 2006-03-08  Simon Josefsson  <jas@extundo.com>
9451
9452         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9453         languages.
9454
9455 2006-03-07  Simon Josefsson  <jas@extundo.com>
9456
9457         * modules/getopt (Depends-on): Add unistd.
9458
9459         * modules/unistd: New file.
9460
9461 2006-03-07  Simon Josefsson  <jas@extundo.com>
9462
9463         * modules/gc-random: New file.
9464
9465 2006-03-07  Simon Josefsson  <jas@extundo.com>
9466
9467         * m4/unistd_h.m4: New file.
9468
9469 2006-03-07  Simon Josefsson  <jas@extundo.com>
9470
9471         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9472         test to be side-effect free by storing the result in the cache
9473         variable gl_cv_lib_readline, and moving the assignment of
9474         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9475         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9476
9477 2006-03-07  Simon Josefsson  <jas@extundo.com>
9478
9479         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9480         error on missing devices (the functions will return an error).
9481
9482         * m4/gc.m4: Move random stuff to gc-random.m4
9483
9484 2006-03-07  Simon Josefsson  <jas@extundo.com>
9485
9486         * lib/unistd_.h: New file.
9487
9488 2006-03-07  Simon Josefsson  <jas@extundo.com>
9489
9490         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9491
9492 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9493
9494         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9495         Problem reported by Juan Manuel Guerrero.
9496
9497 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9498
9499         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9500         the unistd module.
9501         * lib/getlogin_r.c: Likewise.
9502         * lib/getlogin_r.h: Likewise.
9503         * lib/glob.c: Likewise.
9504         * lib/pagealign_alloc.c: Likewise.
9505         * lib/unistd_.h: Remove; no longer needed.
9506
9507 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9508
9509         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9510         Add unistd.
9511         * modules/c-stack (Depends-on): Add unistd.
9512         * modules/getlogin_r: Likewise.
9513         * modules/glob: Likewise.
9514         * modules/pagealign_alloc: Likewise.
9515         * modules/unistd (Files): Remove lib/unistd_.h.
9516         (EXTRA_DIST): Remove.
9517         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9518         need unistd_.h.
9519         (MOSTLYCLEANFILES): Remove unistd.h-t.
9520
9521 2006-03-03  Simon Josefsson  <jas@extundo.com>
9522
9523         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9524
9525 2006-03-03  Simon Josefsson  <jas@extundo.com>
9526
9527         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9528         libidn and bison.
9529
9530 2006-03-03  Simon Josefsson  <jas@extundo.com>
9531
9532         * build-aux/maint.mk: Add indent target.
9533
9534 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9535
9536         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9537         our replacement poll.h in any case, to avoid a differing
9538         declaration from a system header.  Seen on AIX.
9539
9540 2006-03-01  Simon Josefsson  <jas@extundo.com>
9541
9542         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9543         <kasal@ucw.cz>.
9544
9545 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * modules/gettime (Depends-on): Add extensions module.
9548         * modules/nanosleep (Depends-on): Likewise.
9549         * modules/settime (Depends-on): Likewise.
9550
9551 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9552
9553         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9554         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9555         pedantically.
9556         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9557         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9558
9559         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9560         not "==".  Reported by Ralf Wildenhues.
9561
9562 2006-03-01  Karl Berry  <karl@gnu.org>
9563
9564         * doc/Copyright/request-*: new files, synced from gnuorg.
9565
9566 2006-03-01  Karl Berry  <karl@gnu.org>
9567
9568         * config/srclist.txt (Copyright/*): new entries.
9569
9570 2006-02-28  Simon Josefsson  <jas@extundo.com>
9571
9572         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9573
9574 2006-02-27  Simon Josefsson  <jas@extundo.com>
9575
9576         * lib/base64.h: Indent #define's.  From Jim Meyering
9577         <jim@meyering.net>.
9578
9579 2006-02-27  Jim Meyering  <jim@meyering.net>
9580
9581         Revert the change of 2006-02-24, so these files can continue
9582         to be sync'd from gettext.
9583         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9584         of `config.h'.
9585
9586 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9587
9588         * modules/intprops: New file.
9589         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9590         Add intprops.
9591         * modules/getloadavg (Files): Remove lib/intprops.h.
9592         (Depends-on): Add intprops.
9593         * modules/human: Likewise.
9594         * modules/inttostr: Likewise.
9595         * modules/openat: Likewise.
9596         * modules/sig2str: Likewise.
9597         * modules/userspec: Likewise.
9598         * modules/utimecmp: Likewise.
9599         * modules/xnanosleep: Likewise.
9600         * modules/xstrtol: Likewise.
9601
9602 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9603
9604         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9605         * modules/lock-tests (TESTS): Use $(EXEEXT).
9606         * modules/tls-tests: Likewise.
9607         * modules/argp-tests: Likewise.
9608         (check_PROGRAMS): New var, replacing...
9609         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9610
9611 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9612
9613         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9614         `config.h'.
9615
9616 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9617
9618         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9619
9620 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9621
9622         Sync from coreutils.
9623         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9624         gl_CHDIR_SAFER.
9625
9626 2006-02-22  Jim Meyering  <jim@meyering.net>
9627
9628         Sync from coreutils.
9629         * m4/chdir-safer.m4: New file.
9630
9631 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9632
9633         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9634         AT_FDCWD exceeds INT_MAX.
9635         * lib/openat.h (AT_FDCWD): Likewise.
9636
9637 2006-02-17  Eric Blake  <address@hidden>
9638
9639         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9640
9641 2006-02-16  Simon Josefsson  <jas@extundo.com>
9642
9643         * modules/getaddrinfo (Depends-on): Add sys_socket.
9644
9645 2006-02-15  Simon Josefsson  <jas@extundo.com>
9646
9647         * build-aux/maint.mk: Add dsyntax-check rule.
9648
9649 2006-02-15  Eric Blake  <ebb9@byu.net>
9650
9651         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9652         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9653         'present but cannot compile' warnings on cygwin.
9654         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9655         use ws2tcpip.h if sys/socket.h works.
9656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9657         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9658
9659 2006-02-14  Simon Josefsson  <jas@extundo.com>
9660
9661         * modules/maintainer-makefile (Files): Rename.
9662
9663         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9664         and (the local) Makefile.cfg to maint-cfg.mk.
9665
9666         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9667         to the latter.
9668
9669         * modules/maintainer-makefile: New module.
9670
9671         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9672         severaly stripped to make it possible to build it up from scratch
9673         with reliable tests.
9674
9675         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9676         fixes to permit overriding the default actions when configure and
9677         makefile are not available.
9678
9679 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9680
9681         Sync from coreutils.
9682         * modules/lstat (Depends-on): Don't depend on xalloc.
9683         (License): Change from GPL to LGPL, since this is now simply a
9684         replacement for a libc function.
9685
9686 2006-02-14  Jim Meyering  <jim@meyering.net>
9687
9688         Sync from coreutils.
9689
9690         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9691         failure on deficient systems, and simplify gnulib lgpl dependencies.
9692         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9693         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9694
9695         * lib/xalloc-die.c: Remove unused definition of N_.
9696
9697 2006-02-14  Jim Meyering  <jim@meyering.net>
9698
9699         Sync from coreutils.
9700         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9701         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9702         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9703         double-quote uses of that variable, to accommodate the rare case in
9704         which getmntent is available in none of the libraries checked.  This
9705         happens at least on FreeBSD 5.0.
9706
9707 2006-02-13  Simon Josefsson  <jas@extundo.com>
9708
9709         * gnulib-tool (Usage): Fix --import, from
9710         karl@freefriends.org (Karl Berry).
9711
9712 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9713
9714         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9715
9716 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9717
9718         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9719         "autoupdate" on 2005-12-12.
9720
9721 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9722
9723         * modules/closeout (Depends-on): Remove atexit.
9724
9725 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9728         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9729
9730 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9733         __EXTENSIONS__ if this causes compilation to fail.  Problem
9734         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9735         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9736
9737 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9738
9739         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9740         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9741         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9742         All uses changed.
9743
9744 2006-01-26  Simon Josefsson  <jas@extundo.com>
9745
9746         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9747         prototype is visible on mingw32.
9748
9749         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9750         for mingw32.
9751
9752         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9753         mingw32).
9754
9755 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9756
9757         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9758         attempt to open for write; this always fails, at least on POSIX
9759         hosts.  This reinstates the 2006-01-09 change, which was
9760         inadvertently removed.
9761
9762 2006-01-26  Bruno Haible  <bruno@clisp.org>
9763
9764         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9765         Reported by Paul Eggert.
9766
9767 2006-01-26  Bruno Haible  <bruno@clisp.org>
9768             Paul Eggert  <eggert@cs.ucla.edu>
9769
9770         * lib/stdbool_.h (_Bool)
9771         [(! (defined __cplusplus || defined __BEOS__)
9772           && !defined __GNUC__
9773           && !(defined __HP_cc || defined __xlc__
9774                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9775                || defined __sgi))]:
9776         #define to signed char in these cases too; this simplifies
9777         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9778         etc., separately) and makes it more conservative.
9779
9780 2006-01-25  Simon Josefsson  <jas@extundo.com>
9781
9782         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9783         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9784         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9785
9786 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9787
9788         * lib/argp-namefrob.h: Bugfix. Remove stray #
9789
9790 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9791
9792         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9793         so that we test the test.
9794         Check for yet another HP-UX cc bug involving *bool |= bool.
9795
9796 2006-01-25  Karl Berry  <karl@gnu.org>
9797
9798         * config/srclist.txt (vasnprintf.c): sync lost.
9799
9800 2006-01-25  Jim Meyering  <jim@meyering.net>
9801
9802         Sync from the stable (b5) branch of coreutils:
9803
9804         * lib/fts.c (fts_children): Don't let close() clobber errno from
9805         failed fchdir().
9806
9807         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9808         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9809         a dangling symlink.  That can also happen at least for ELOOP.
9810         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9811         FYI, this bug predates the inclusion of fts.c in coreutils.
9812
9813         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9814         in their own block, so pre-c99 compilers don't object.
9815
9816         Avoid the double-free (first in fts_read, second in fts_close) that
9817         would occur when an `active' directory is made inaccessible (e.g.,
9818         via chmod a-x) during a traversal.
9819         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9820         before returning.  Reproduce this failure by
9821         mkdir -p a/b; cd a; chmod a-x . b
9822         Reported by Stavros Passas.
9823
9824 2006-01-25  Jim Meyering  <jim@meyering.net>
9825
9826         * lib/fileblocks.c: Remove more useless parentheses.
9827         * lib/readutmp.h: Likewise.
9828
9829 2006-01-25  Bruno Haible  <bruno@clisp.org>
9830
9831         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9832         warnings.
9833         Reported by Paul Eggert.
9834
9835 2006-01-25  Bruno Haible  <bruno@clisp.org>
9836
9837         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9838         rid of a trap command. For Solaris sh.
9839         Reported by Mark D. Baushke <mdb@gnu.org>.
9840
9841 2006-01-24  Simon Josefsson  <jas@extundo.com>
9842
9843         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9844         Bruno.
9845
9846 2006-01-24  Karl Berry  <karl@gnu.org>
9847
9848         * config/srclist.txt (argp-namefrob.h): sync lost.
9849
9850 2006-01-24  Jim Meyering  <jim@meyering.net>
9851
9852         * modules/openat (Files): Add lib/intprops.h.
9853         From Mark D. Baushke.
9854
9855 2006-01-24  Jim Meyering  <jim@meyering.net>
9856
9857         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9858         Reported by Mark D. Baushke.
9859
9860 2006-01-24  Jim Meyering  <jim@meyering.net>
9861
9862         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9863
9864 2006-01-24  Bruno Haible  <bruno@clisp.org>
9865
9866         * modules/strnlen (Maintainer): Change from glibc to all.
9867
9868 2006-01-24  Bruno Haible  <bruno@clisp.org>
9869
9870         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9871         Patch by Paul Eggert.
9872
9873 2006-01-24  Bruno Haible  <bruno@clisp.org>
9874
9875         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9876         already has it.
9877         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9878         2005-11-26.
9879
9880         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9881         'signed char' to avoid problems with the built-in _Bool type.
9882         Reported by Paul Eggert on 2005-11-26.
9883
9884 2006-01-24  Bruno Haible  <bruno@clisp.org>
9885
9886         * gnulib-tool (func_import): Avoid constructing complicated sed
9887         expressions inside backquote.
9888         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9889
9890 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9891
9892         These changes imported from libc.
9893         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9894         test and two separate function calls.
9895         * lib/strndup.c (__strndup): Add libc_hidden_def.
9896
9897 2006-01-23  Simon Josefsson  <jas@extundo.com>
9898
9899         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9900         Remove the test_*_SOURCES variable: automake infers it by default.
9901         * modules/tls-tests: Likewise.
9902
9903 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         Work around porting bugs reported by Dieter in
9906         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9907         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9908         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9909         Include "getopt.h" first, to check interface.
9910         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9911         !HAVE_DECL_GETENV.
9912         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9913         (__strndup): Revert to K&R-style function dfns, the glibc style.
9914         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9915         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9916         Include strnlen.h first, to get prototype properly.
9917         (strnlen): Renamed from __strnlen.
9918         Remove weak alias.
9919
9920 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9921
9922         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9923
9924 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         * config/srclist.txt: Adjust to reflect glibc reorganization.
9927         This affects only comments.
9928
9929 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9930
9931          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9932          Reported by Bruce Korb <bkorb@gnu.org>.
9933
9934 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9935
9936         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9937         to pacify gcc -Wswitch-default.
9938
9939 2006-01-22  Bruno Haible  <bruno@clisp.org>
9940
9941         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9942         temporary buffer for sprintf, take into account the precision also
9943         for 'd', 'i', 'u', 'o', 'x', 'X'.
9944
9945 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9946
9947         * modules/argp-tests: New module
9948         * tests/test-argp.c: New file
9949         * tests/test-argp-2.sh: New file
9950
9951 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9952
9953         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9954         (__argp_base_name): Removed
9955         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9956         typo.
9957         (__argp_base_name): Provide macro definition or extern declaration
9958         depending on the configuration
9959
9960 2006-01-20  Simon Josefsson  <jas@extundo.com>
9961
9962         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9963
9964 2006-01-20  Simon Josefsson  <jas@extundo.com>
9965
9966         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9967
9968 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9969
9970         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9971         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9972         Suggested by Bruno Haible.
9973
9974 2006-01-20  Karl Berry  <karl@gnu.org>
9975
9976         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9977         until changes propagate, I guess.
9978
9979 2006-01-19  Simon Josefsson  <jas@extundo.com>
9980
9981         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9982
9983 2006-01-19  Simon Josefsson  <jas@extundo.com>
9984
9985         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9986
9987 2006-01-19  Simon Josefsson  <jas@extundo.com>
9988
9989         * gnulib-tool: Set check_PROGRAMS.
9990
9991         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9992         modules/des-tests, modules/gc-arcfour-tests,
9993         modules/gc-arctwo-tests, modules/gc-des-tests,
9994         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9995         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9996         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9997         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9998         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9999         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
10000         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
10001         test_*_SOURCES.
10002
10003 2006-01-18  Simon Josefsson  <jas@extundo.com>
10004
10005         * modules/socklen (Depends-on): Depend on sys_socket.
10006
10007 2006-01-18  Simon Josefsson  <jas@extundo.com>
10008
10009         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
10010         modules/des-tests, modules/gc-arcfour-tests,
10011         modules/gc-arctwo-tests, modules/gc-des-tests,
10012         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
10013         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
10014         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
10015         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
10016         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
10017         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
10018         $(EXEEXT) to automake TESTS variable, for mingw32.
10019
10020 2006-01-17  Simon Josefsson  <jas@extundo.com>
10021
10022         * modules/socklen (Include): Need sys/socket.h.
10023
10024 2006-01-17  Bruno Haible  <bruno@clisp.org>
10025
10026         * modules/ssize_t (Include): Add <sys/types.h>.
10027
10028 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
10031         it's not portable and it doesn't work with cross-compiles.
10032         Problem reported by Bruno Haible.  Fix missing-$ typo in
10033         'test "gl_cv_ignore_unused_libraries" ...' that prevented
10034         -zignore from being used with Sun's C compiler.
10035
10036 2006-01-12  Simon Josefsson  <jas@extundo.com>
10037
10038         * lib/base64.c: Fix warning, reported by Bruno Haible
10039         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
10040
10041 2006-01-12  Bruno Haible  <bruno@clisp.org>
10042
10043         * modules/ldd: New file.
10044         * build-aux/ldd.sh.in: New file.
10045         * MODULES.html.sh (Support for building libraries and executables): Add
10046         ldd.
10047
10048 2006-01-12  Bruno Haible  <bruno@clisp.org>
10049
10050         * m4/ldd.m4: New file.
10051
10052 2006-01-12  Bruno Haible  <bruno@clisp.org>
10053
10054         * gnulib-tool (func_import, func_create_testdir): Don't go into an
10055         endless loop while replacing $auxdir with build-aux.
10056
10057 2006-01-11  Simon Josefsson  <jas@extundo.com>
10058
10059         * lib/stdint_.h (SIZE_MAX): Add missing (.
10060
10061 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         Sync from coreutils.
10064         * lib/md5.c: Fix commentary typos.
10065         (alignof, UNALIGNED_P): No need for a GCC-specific version.
10066         * lib/md5.h (__attribute__): Remove; unused.
10067         * lib/sha1.c: Fix commentary to match md5 better.
10068         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
10069         so that we don't need to worry about alignment.  All uses changed.
10070         This merges the 2005-10-28 md5 change into sha1.
10071
10072 2006-01-11  Jim Meyering  <jim@meyering.net>
10073
10074         Sync from coreutils.
10075         * lib/md5.c (OP): Fix spacing.
10076
10077 2006-01-11  Bruno Haible  <bruno@clisp.org>
10078
10079         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10080         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10081         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10082
10083 2006-01-11  Bruno Haible  <bruno@clisp.org>
10084
10085         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10086         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10087         the "early" section as well.
10088
10089 2006-01-11  Bruno Haible  <bruno@clisp.org>
10090
10091         Avoid "ar: no archive members specified" error on MacOS X.
10092         * gnulib-tool (func_modules_add_dummy): New function.
10093         (func_import, func_create_testdir): Invoke it.
10094
10095 2006-01-11  Bruno Haible  <bruno@clisp.org>
10096
10097         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10098         with $auxdir in AC_CONFIG_FILES statements.
10099
10100 2006-01-11  Bruno Haible  <bruno@clisp.org>
10101
10102         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10103         Initialize also noinst_HEADERS to empty.
10104
10105 2006-01-11  Bruno Haible  <bruno@clisp.org>
10106
10107         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10108         variables.
10109         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10110         autoreconf.
10111
10112 2006-01-11  Bruno Haible  <bruno@clisp.org>
10113
10114         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10115         overridable by the user.
10116         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10117
10118 2006-01-10  Simon Josefsson  <jas@extundo.com>
10119
10120         * modules/sys_socket: New file.
10121
10122 2006-01-10  Simon Josefsson  <jas@extundo.com>
10123
10124         * m4/sys_socket_h.m4: New file.
10125
10126 2006-01-10  Simon Josefsson  <jas@extundo.com>
10127
10128         * lib/socket_.h: New file.
10129
10130 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10131
10132         * modules/readutmp (Maintainer): Add myself.
10133
10134 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10137         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10138         People who are still concerned with buggy memcmp implementations
10139         can invoke gl_FUNC_MEMCMP themselves.
10140
10141 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10142
10143         * lib/regex_internal.h (BITSET_WORD_BITS):
10144         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10145         preprocessor mishandles large unsigned values as if they were signed.
10146         Problem reported by Claudio Fontana in
10147         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10148
10149 2006-01-10  Jim Meyering  <jim@meyering.net>
10150
10151         Avoid the double-free (first in fts_read, second in fts_close) that
10152         would occur when an `active' directory is made inaccessible (e.g.,
10153         via chmod a-x) during a traversal.
10154         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10155         before returning.  Reproduce this failure by
10156         mkdir -p a/b; cd a; chmod a-x . b
10157         Reported by Stavros Passas.
10158
10159         Sync from coreutils.
10160         * lib/sha1.c: Tweak grammar in a comment.
10161
10162 2006-01-10  Jim Meyering  <jim@meyering.net>
10163
10164         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10165         Patch by Joerg Sonnenberger.
10166
10167 2006-01-10  Bruno Haible  <bruno@clisp.org>
10168
10169         * modules/readutmp: Depend on module free.
10170         * modules/strtok_r: Depend on module restrict.
10171
10172 2006-01-10  Bruno Haible  <bruno@clisp.org>
10173
10174         * modules/gettext (configure.ac): Add an invocation of
10175         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10176
10177 2006-01-10  Bruno Haible  <bruno@clisp.org>
10178
10179         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10180         Reported by Werner Lemberg <wl@gnu.org>.
10181
10182 2006-01-10  Bruno Haible  <bruno@clisp.org>
10183
10184         * lib/localcharset.c: Update from GNU gettext.
10185
10186 2006-01-10  Bruno Haible  <bruno@clisp.org>
10187
10188         * lib/argp.h (__const): Remove macro. Use const instead.
10189         * lib/argp-fmtstream.h (__const): Likewise.
10190         * lib/glob_.h (__const): Remove macro.
10191         * lib/glob-libc.h: Use const instead of __const.
10192
10193 2006-01-10  Bruno Haible  <bruno@clisp.org>
10194
10195         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10196         variable.
10197         Needed to avoid an automake error regarding the 'gettext' module.
10198
10199 2006-01-09  Simon Josefsson  <jas@extundo.com>
10200
10201         * modules/inet_ntop (Depends-on): Add restrict.
10202
10203 2006-01-09  Simon Josefsson  <jas@extundo.com>
10204
10205         * modules/gc-rijndael-tests (License): Put under LGPL.
10206
10207         * modules/gc-des-tests (License): Likewise.
10208
10209         * modules/gc-arcfour-tests (License): Likewise.
10210
10211         * modules/gc-arctwo-tests (License): Likewise.
10212
10213         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10214
10215         * modules/gc-hmac-sha1-tests (Files): Likewise.
10216
10217         * modules/gc-hmac-md5-tests (License): Likewise.
10218
10219         * modules/gc-sha1-tests (License): Likewise.
10220
10221         * modules/gc-md5-tests (License): Likewise.
10222
10223         * modules/gc-md4-tests (License): Likewise.
10224
10225         * modules/gc-md2-tests (License): Likewise.
10226
10227         * modules/gc-tests (License): Likewise.
10228
10229         * modules/des-tests (License): Likewise.
10230
10231         * modules/md4-tests (License): Likewise.
10232
10233         * modules/md2-tests (License): Likewise.
10234
10235 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10236
10237         Sync from coreutils:
10238
10239         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10240         * modules/lib-ignore: New file.
10241         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10242         chdir-safer.m4, lchmod.m4.
10243         * modules/openat: Add mkdirat.c, openat-priv.h.
10244
10245 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10246
10247         Sync from coreutils.
10248         * m4/lib-ignore.m4: New file.
10249         * m4/lchmod.m4: New file.
10250
10251 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         Sync from coreutils.
10254         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10255         for write access: POSIX says that must fail.
10256         * lib/fts.c (diropen): Likewise.
10257         * lib/save-cwd.c (save_cwd): Likewise.
10258         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10259         well, for minor improvements on hosts that lack O_DIRECTORY.
10260         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10261         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10262         Fall back on chown if open failed with EACCES.
10263
10264         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10265         Report an error at compile-time if only a 1-second nominal clock
10266         resolution is found.
10267
10268         * lib/lchmod.h: New file.
10269         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10270         (make_dir_parents): Use lchown rather than chown, and
10271         lchmod rather than chmod.
10272
10273         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10274         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10275         "proc" reported by n0dalus.
10276
10277         * lib/mountlist.c: Include <limits.h>.
10278         (dev_from_mount_options)
10279         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10280         New function.  It no longer assumes "dev=" has the System V meaning
10281         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10282         (read_file_system_list)
10283         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10284         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10285         dev= in that case.
10286
10287         * lib/posixtm.h (PDS_PRE_2000): New macro.
10288         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10289         allow_century.  All usages changed.  Reject dates outside the range
10290         1969-1999 if PDS_PRE_2000 is used.
10291
10292 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10293
10294         Sync from coreutils.
10295         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10296         (Time of day items): Mention the possibility of leap seconds.
10297         Problem reported by Dr. David Alan Gilbert.
10298
10299 2006-01-09  Jim Meyering  <jim@meyering.net>
10300
10301         Sync from coreutils.
10302
10303         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10304
10305         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10306
10307         * lib/modechange.c (mode_compile): Reject an invalid mode string
10308         that starts with an octal digit.  From Andreas Gruenbacher.
10309
10310         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10311         and dup to open_safer and dup_safer, respectively.
10312         (openat_permissive): Fix typo in comment.
10313
10314         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10315         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10316         (_): Remove; no longer needed.
10317         (openat): Renamed from rpl_openat; no need for rpl_openat
10318         since openat.h renames openat for us.
10319         Replace most of the body with a call to openat_permissive,
10320         to avoid duplicate code.
10321         Port to (probably hypothetical) environments were mode_t is
10322         wider than int.
10323         (openat_permissive): Require mode arg, so that we can check
10324         types better.  Put it just after flags.  Change cwd failure
10325         indicator from pointer-to-bool to pointer-to-errno-value.
10326         All callers changed.
10327         Invoke openat_save_fail and/or openat_restore_fail if
10328         cwd_errno is null, so that openat can call us.
10329         (openat_permissive, fdopendir, fstatat, unlinkat):
10330         Simplify errno handling to avoid some duplicate code,
10331         as it's OK to set errno on success.
10332         * lib/openat.h: Revamp code so that function macros depend on
10333         __OPENAT_PREFIX only, not also on AT_FDCWD.
10334         (openat_ro): Remove.  Caller changed to use openat_permissive.
10335         (openat_permissive): Now a macro, if not a function.
10336         (openat_restore_fail, openat_save_fail): Now always functions,
10337         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10338
10339         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10340         and openat.c.
10341         * lib/mkdirat.c: Include openat-priv.h.
10342         Remove definitions of macros defined therein.
10343         * lib/openat.c: Likewise.
10344
10345         * lib/mkdirat.c (mkdirat): New file and function.
10346         * lib/openat.h (mkdirat): Declare.
10347
10348         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10349
10350         * lib/openat.h (openat_permissive): Declare.
10351         (openat_ro): Define.
10352
10353         * lib/openat.c (EXPECTED_ERRNO): New macro.
10354         (openat_permissive): New function -- used in remove.c rewrite.
10355         (all functions): Set errno just before returning, only if there
10356         was an actual failure.
10357         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10358
10359         Emulate openat-family functions using Linux's procfs, if possible.
10360         Idea and some code based on Ulrich Drepper's glibc changes.
10361
10362         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10363         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10364         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10365         before falling back on save_cwd and restore_cwd.
10366         (fdopendir, fstatat, unlinkat): Likewise.
10367
10368         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10369         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10370
10371         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10372         as second argument to va_arg.  Otherwise, some versions of gcc
10373         warn that `if this code is reached, the program will abort'.
10374
10375 2006-01-09  Jim Meyering  <jim@meyering.net>
10376
10377         Sync from coreutils.
10378         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10379         Require openat-priv.h.
10380
10381 2006-01-09  Bruno Haible  <bruno@clisp.org>
10382
10383         * modules/strnlen (Include): Use strnlen.h.
10384
10385 2006-01-09  Bruno Haible  <bruno@clisp.org>
10386
10387         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10388
10389 2006-01-09  Bruno Haible  <bruno@clisp.org>
10390
10391         * lib/sysexit_.h (EX_OK): New macro.
10392         Suggested by Martin Lambers <marlam@marlam.de>.
10393
10394 2006-01-09  Bruno Haible  <bruno@clisp.org>
10395
10396         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10397         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10398
10399 2006-01-09  Bruno Haible  <bruno@clisp.org>
10400
10401         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10402         numbers.
10403
10404 2006-01-09  Bruno Haible  <bruno@clisp.org>
10405
10406         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10407         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10408         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10409         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10410
10411 2006-01-09  Bruno Haible  <bruno@clisp.org>
10412
10413         * build-aux/javacomp.sh.in: New file, moved from lib/.
10414         * modules/javacomp-script (Files): Update.
10415         (configure.ac): Add AC_CONFIG_FILES invocation.
10416         (EXTRA_DIST): Remove variable.
10417
10418         * build-aux/javaexec.sh.in: New file, moved from lib/.
10419         * modules/javaexec (Files): Update.
10420         (configure.ac): Add AC_CONFIG_FILES invocation.
10421         (EXTRA_DIST): Remove javaexec.sh.in.
10422
10423         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10424         * modules/csharpcomp-script (Files): Update.
10425         (configure.ac): Add AC_CONFIG_FILES invocation.
10426         (EXTRA_DIST): Remove variable.
10427
10428         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10429         * modules/csharpexec (Files): Update.
10430         (configure.ac): Add AC_CONFIG_FILES invocation.
10431         (EXTRA_DIST): Remove csharpexec.sh.in.
10432
10433 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10434
10435         Sync from coreutils.
10436
10437         Add POSIX ACL support
10438         * lib/acl.h (copy_acl, set_acl): Add declarations.
10439         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10440         systems other than Linux.
10441         (chmod_or_fchmod): New function: use fchmod when possible,
10442         and chmod otherwise.
10443         (file_has_acl): Add a POSIX ACL implementation, with a
10444         Linux-specific subcase.
10445         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10446         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10447         acls are unsupported.
10448         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10449         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10450         are unsupported.
10451
10452 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10453
10454         Sync from coreutils.
10455         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10456
10457 2006-01-07  Bruno Haible  <bruno@clisp.org>
10458
10459         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10460         gl_EARLY.
10461
10462 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10463
10464         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10465         Problem reported for Mingw by Mark Junker.
10466
10467 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10468
10469         * README: Gnulib normally doesn't generate a tarball.
10470
10471 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10472
10473         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10474         long int, not int, for nanosecond counts, so that people who are
10475         used to POSIX struct timespec won't be surprised.  Reported by Jim
10476         Meyering.
10477
10478 2005-12-28  Bruno Haible  <bruno@clisp.org>
10479
10480         * build-aux/config.rpath: Update from GNU gettext.
10481
10482 2005-12-16  Jim Meyering  <jim@meyering.net>
10483
10484         * modules/fprintftime: New module.
10485         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10486
10487 2005-12-16  Jim Meyering  <jim@meyering.net>
10488
10489         * m4/fprintftime.m4: New file.
10490
10491 2005-12-16  Jim Meyering  <jim@meyering.net>
10492
10493         * lib/fprintftime.c, lib/fprintftime.h: New files.
10494
10495 2005-12-15  Simon Josefsson  <jas@extundo.com>
10496
10497         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10498         new m4/socklen.m4.
10499
10500 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10501
10502         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10503         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10504
10505 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10506
10507         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10508         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10509         struct uparams is valid. Fall back to the default values if it is
10510         not.
10511
10512 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10513
10514         * modules/argp (Files): Add argp-pin.c
10515         (Depends-on): dirname
10516         (lib_SOURCES): Add argp-pin.c
10517
10518 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10519
10520         * m4/argp.m4:  Check if program_invocation_name and
10521         program_invocation_short_name are declared and define appropriate
10522         macros if they are not.
10523
10524 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10525
10526         * lib/argp-help.c (__argp_base_name): New function
10527         (__argp_short_program_name): Rewrite using __argp_base_name
10528         * lib/argp-namefrob.h: Define program_invocation_name and
10529         program_invocation_short_name if requested
10530         (__argp_base_name): Add prototype
10531         * lib/argp-parse.c (argp_def): Use gettext wrappers
10532         (argp_default_parser): Use __argp_base_name
10533         * lib/argp-pin.c: New file. Defines program_invocation_name and
10534         program_invocation_short_name on systems that lack them.
10535
10536 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10537
10538         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10539         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10540         porting problem reported by Georg Schwarz in
10541         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10542
10543 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10544
10545         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10546         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10547         porting problem reported by Georg Schwarz in
10548         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10549
10550 2005-12-05  Bruno Haible  <bruno@clisp.org>
10551
10552         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10553         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10554         Reported by Mark Junker <mjscod@gmx.de>.
10555
10556 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10557
10558         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10559         Use implementation from Albert Chin, with some
10560         comments/corrections by Stepan Kasal and myself.
10561
10562 2005-12-02  Bruno Haible  <bruno@clisp.org>
10563
10564         * gnulib-tool (func_import): Accept GPLed build tool modules when
10565         --lgpl is given.
10566         * modules/csharpcomp-script: New file.
10567         * modules/csharpcomp: Depend on it.
10568         * modules/javacomp-script: New file.
10569         * modules/javacomp: Depend on it.
10570         Suggested by Simon Josefsson.
10571
10572 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10573
10574         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10575         statement, to work around an HP-UX 10.20 compiler bug reported by
10576         Peter O'Gorman.
10577
10578 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10579
10580         * modules/savedir (Depends-on): Add openat.
10581
10582 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10583
10584         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10585         (uintmax_t) [defined uintmax_t]: Do not declare.
10586         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10587         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10588         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10589         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10590         sake of portability to weird hosts that C allows (though we don't
10591         know of any practical examples).
10592
10593         * lib/savedir.h (fdsavedir): New decl.
10594         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10595         contains most of the former guts of savedir.
10596         (savedir): Use savedirstream.
10597         Include "openat.h".
10598
10599 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * modules/obstack (Files): Add m4/ulonglong.m4.
10602         Problem reported by Davide Angelocola.
10603
10604 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10605
10606         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10607         coreutils no longer futzes with rounding modes.
10608
10609 2005-11-14  Jim Meyering  <jim@meyering.net>
10610
10611         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10612         replacement of mkstemp.
10613
10614 2005-11-10  Simon Josefsson  <jas@extundo.com>
10615
10616         * lib/readline.c: Remove EOL.
10617
10618 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10619
10620         * modules/gethrxtime (Depends-on): Add gettime.
10621
10622 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10623
10624         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10625         or gettimeofday; no longer needed.
10626
10627 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10630         time business.
10631         (gethrxtime) [! (HAVE_NANOUPTIME
10632         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10633         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10634         our own approximation.
10635
10636 2005-11-08  Eric Blake  <ebb9@byu.net>
10637
10638         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10639
10640 2005-11-08  Eric Blake  <ebb9@byu.net>
10641
10642         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10643
10644 2005-11-04  Bruno Haible  <bruno@clisp.org>
10645
10646         * gnulib-tool: Implement --update mode.
10647
10648 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10649
10650         Fix porting problem reported by Theodoros V. Kalamatianos.
10651         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10652         Don't assume that futimes failing means we must fail.
10653
10654 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10657         variables to suggest the intended function of the PATH_MAX check.
10658
10659 2005-10-30  Kean Johnston  <jkj@sco.com>
10660
10661         Trivial changes to support SCO systems.
10662         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10663         as PATH_MAX.
10664         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10665         where __ptr is null when no I/O is pending.
10666
10667 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10668
10669         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10670         leave errno alone.  Problem reported by Dmitry V. Levin.
10671
10672 2005-10-28  Simon Josefsson  <jas@extundo.com>
10673
10674         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10675         Test more.
10676
10677         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10678
10679         * modules/md2, modules/md2-tests: New files.
10680
10681 2005-10-28  Simon Josefsson  <jas@extundo.com>
10682
10683         * m4/inet_ntop.m4: More tests.
10684
10685         * m4/gc-md2.m4, md2.m4: New file.
10686
10687 2005-10-28  Simon Josefsson  <jas@extundo.com>
10688
10689         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10690         "restrict" keywords, as per POSIX.  Protect the function
10691         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10692         Don't use K&R prototypes.  Check the sprintf return values.
10693         Re-define EAFNOSUPPORT if not present.  Indent.
10694
10695         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10696         suggested by Bruno Haible <bruno@clisp.org>.
10697
10698         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10699
10700         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10701
10702         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10703         libgcrypt).
10704
10705         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10706
10707         * lib/md2.h, lib/md2.c: New files.
10708
10709 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10710
10711         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10712         errno alone.  Problem reported by Frederic Jolliton.
10713
10714 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10715
10716         * modules/verify (License): Change from GPL to LGPL.  This is a
10717         tiny module and there are apparently near-equivalents that are
10718         under the BSD license.
10719
10720 2005-10-24  Simon Josefsson  <jas@extundo.com>
10721
10722         * modules/sha1: Relicense to LGPL.
10723
10724 2005-10-24  Simon Josefsson  <jas@extundo.com>
10725
10726         * lib/md4.h: Shrink buffer size, now that we changed the type.
10727
10728 2005-10-23  Simon Josefsson  <jas@extundo.com>
10729
10730         * gnulib-tool (func_import): Fix --tests-base.
10731
10732 2005-10-22  Simon Josefsson  <jas@extundo.com>
10733
10734         * modules/arcfour (Depends-on): Need stdint.
10735
10736 2005-10-22  Simon Josefsson  <jas@extundo.com>
10737
10738         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10739         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10740
10741 2005-10-22  Simon Josefsson  <jas@extundo.com>
10742
10743         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10744         suggested by Bruno Haible <bruno@clisp.org>.
10745
10746 2005-10-22  Simon Josefsson  <jas@extundo.com>
10747
10748         * lib/crc.h: Include stddef.h, for size_t.
10749
10750 2005-10-22  Simon Josefsson  <jas@extundo.com>
10751
10752         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10753         arcfour_context struct (simplify test vector testing in GNU
10754         Shishi).
10755
10756 2005-10-21  Simon Josefsson  <jas@extundo.com>
10757
10758         * modules/des, modules/des-tests: New files.
10759
10760         * modules/gc-des, modules/gc-des-tests: New files.
10761
10762         * tests/test-des.c, tests/test-gc-des.c: New file.
10763
10764 2005-10-21  Simon Josefsson  <jas@extundo.com>
10765
10766         * modules/arctwo, modules/arctwo-tests: New files.
10767
10768         * tests/test-arctwo.c: New file.
10769
10770         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10771
10772         * tests/test-gc-arctwo.c: New file.
10773
10774 2005-10-21  Simon Josefsson  <jas@extundo.com>
10775
10776         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10777         Bruno Haible <bruno@clisp.org>.
10778
10779         * m4/gc-des.m4: New file.
10780
10781 2005-10-21  Simon Josefsson  <jas@extundo.com>
10782
10783         * m4/arctwo.m4: New file.
10784
10785         * m4/gc-arctwo.m4: New file.
10786
10787 2005-10-21  Simon Josefsson  <jas@extundo.com>
10788
10789         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10790         block.
10791
10792 2005-10-21  Simon Josefsson  <jas@extundo.com>
10793
10794         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10795         <bruno@clisp.org>.
10796
10797         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10798
10799         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10800         Bruno Haible <bruno@clisp.org>.
10801
10802         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10803         <bruno@clisp.org>.
10804
10805 2005-10-21  Simon Josefsson  <jas@extundo.com>
10806
10807         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10808
10809 2005-10-21  Simon Josefsson  <jas@extundo.com>
10810
10811         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10812
10813 2005-10-21  Simon Josefsson  <jas@extundo.com>
10814
10815         * lib/des.h, lib/des.c: New files.
10816
10817         * lib/gc-gnulib.c: Support DES.c
10818
10819 2005-10-21  Simon Josefsson  <jas@extundo.com>
10820
10821         * lib/arctwo.h, lib/arctwo.c: New files.
10822
10823         * lib/gc-gnulib.c: Support ARCTWO.
10824
10825 2005-10-21  Simon Josefsson  <jas@extundo.com>
10826
10827         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10828         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10829
10830 2005-10-21  Simon Josefsson  <jas@extundo.com>
10831
10832         * gnulib-tool (func_import, func_create_testdir): Define automake
10833         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10834         Makefile.am snippet),
10835         suggested by Bruno Haible <bruno@clisp.org>.
10836
10837         * modules/gc (Makefile.am): Use it.
10838
10839 2005-10-21  Bruno Haible  <bruno@clisp.org>
10840
10841         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10842         patch.
10843
10844 2005-10-19  Simon Josefsson  <jas@extundo.com>
10845
10846         * tests/test-gc-rijndael.c: New file.
10847
10848         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10849
10850 2005-10-19  Simon Josefsson  <jas@extundo.com>
10851
10852         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10853         interface too.
10854
10855 2005-10-19  Simon Josefsson  <jas@extundo.com>
10856
10857         * tests/test-gc-arcfour.c: New file.
10858
10859         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10860
10861 2005-10-19  Simon Josefsson  <jas@extundo.com>
10862
10863         * modules/gc-md4, modules/gc-md4-tests: New file.
10864
10865         * tests/test-gc-md4.c: New file.
10866
10867 2005-10-19  Simon Josefsson  <jas@extundo.com>
10868
10869         * m4/gc-md4.m4: New file.
10870
10871 2005-10-19  Simon Josefsson  <jas@extundo.com>
10872
10873         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10874         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10875         <kasal@ucw.cz>.
10876
10877 2005-10-19  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/gc-arcfour.m4: New file.
10880
10881         * m4/gc-rijndael.m4: New file.
10882
10883 2005-10-19  Simon Josefsson  <jas@extundo.com>
10884
10885         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10886
10887 2005-10-19  Simon Josefsson  <jas@extundo.com>
10888
10889         * lib/gc-gnulib.c: Support ARCFOUR.
10890
10891 2005-10-19  Simon Josefsson  <jas@extundo.com>
10892
10893         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10894         support.
10895
10896         * lib/gc.h: Add ECB enum type.
10897
10898         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10899
10900 2005-10-18  Simon Josefsson  <jas@extundo.com>
10901
10902         * tests/test-md5.c: New file.
10903
10904         * modules/md5-tests: New file.
10905
10906 2005-10-18  Simon Josefsson  <jas@extundo.com>
10907
10908         * tests/test-md4.c: New file.
10909
10910         * modules/md4, modules/md4-tests: New files.
10911
10912 2005-10-18  Simon Josefsson  <jas@extundo.com>
10913
10914         * m4/md4.m4: New file.
10915
10916 2005-10-18  Simon Josefsson  <jas@extundo.com>
10917
10918         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10919
10920 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10921
10922         * gnulib-tool (func_create_testdir): Omit the second check whether
10923         BUILT_SOURCES in nonempty.
10924
10925 2005-10-17  Simon Josefsson  <jas@extundo.com>
10926
10927         * tests/test-rijndael.c: New file.
10928
10929 2005-10-17  Simon Josefsson  <jas@extundo.com>
10930
10931         * modules/sha1: Depend on stdint instead of md5.
10932
10933         * modules/md5: Depend on stdint, remove uint32_t.
10934
10935 2005-10-17  Simon Josefsson  <jas@extundo.com>
10936
10937         * modules/gc-sha1-tests: New file.
10938
10939         * tests/test-gc-sha1.c: New file.
10940
10941 2005-10-17  Simon Josefsson  <jas@extundo.com>
10942
10943         * m4/md5.m4: Remove call to uint32_t.m4.
10944
10945 2005-10-17  Simon Josefsson  <jas@extundo.com>
10946
10947         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10948
10949         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10950         md5.h.
10951
10952         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10953
10954         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10955
10956 2005-10-17  Simon Josefsson  <jas@extundo.com>
10957
10958         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10959
10960 2005-10-17  Simon Josefsson  <jas@extundo.com>
10961
10962         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10963
10964 2005-10-17  Simon Josefsson  <jas@extundo.com>
10965
10966         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10967
10968         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10969
10970 2005-10-17  Bruno Haible  <bruno@clisp.org>
10971
10972         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10973         that it can also be used in a test.
10974
10975 2005-10-16  Bruno Haible  <bruno@clisp.org>
10976
10977         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10978         TESTS_ENVIRONMENT, so that individual tests can augment it.
10979
10980         * gnulib-tool (func_create_testdir): Use an intermediate target for
10981         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10982         macros, like $(ALLOCA_H), which cannot be passed through the command
10983         line.
10984
10985 2005-10-15  Simon Josefsson  <jas@extundo.com>
10986
10987         * modules/rijndael-tests: New file.
10988
10989         * modules/rijndael: New file.
10990
10991 2005-10-15  Simon Josefsson  <jas@extundo.com>
10992
10993         * m4/rijndael.m4: New file.
10994
10995 2005-10-15  Simon Josefsson  <jas@extundo.com>
10996
10997         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10998
10999         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
11000
11001 2005-10-14  Simon Josefsson  <jas@extundo.com>
11002
11003         * tests/test-arcfour.c: New file.
11004
11005         * modules/arcfour, modules/arcfour-tests: New files.
11006
11007 2005-10-14  Simon Josefsson  <jas@extundo.com>
11008
11009         * m4/arcfour.m4: New file.
11010
11011 2005-10-14  Simon Josefsson  <jas@extundo.com>
11012
11013         * lib/arcfour.h, lib/arcfour.c: New files.
11014
11015 2005-10-14  Roland McGrath  <roland@redhat.com>
11016
11017         Import from libc.  [BZ #1331]
11018         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
11019         macro argument.
11020         Reported by Matej Vela <vela@debian.org>.
11021
11022 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11023
11024         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
11025         include <wchar.h>; no longer needed.
11026
11027 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11028
11029         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
11030
11031 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
11032         and  Ulrich Drepper  <drepper@redhat.com>
11033
11034         Import from libc.
11035         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
11036         instead of inline stream orientation test and two separate
11037         function calls.  Pay no attention to USE_IN_LIBIO.
11038
11039 2005-10-13  Simon Josefsson  <jas@extundo.com>
11040
11041         * modules/gc-hmac-md5-tests: New file.
11042
11043         * tests/test-gc-hmac-sha1.c: New file.
11044
11045         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
11046
11047         * modules/gc-hmac-md5-tests: New file.
11048
11049         * tests/test-gc-md5.c: New file.
11050
11051         * modules/gc-md5-tests: New file.
11052
11053 2005-10-13  Simon Josefsson  <jas@extundo.com>
11054
11055         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
11056         Move memory allocation outside of loop.
11057
11058 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
11059
11060         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
11061         intermediate directory is in a read-only file system.  Problem
11062         reported by Eric Blake.
11063
11064 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
11065
11066         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
11067
11068 2005-10-12  Simon Josefsson  <jas@extundo.com>
11069
11070         * tests/test-hmac-sha1.c: New file.
11071
11072         * modules/hmac-sha1-tests: New file.
11073
11074         * modules/hmac-sha1: New file.
11075
11076 2005-10-12  Simon Josefsson  <jas@extundo.com>
11077
11078         * modules/gc-sha1: New file.
11079
11080 2005-10-12  Simon Josefsson  <jas@extundo.com>
11081
11082         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11083
11084         * tests/test-gc-pbkdf2-sha1.c: New file.
11085
11086 2005-10-12  Simon Josefsson  <jas@extundo.com>
11087
11088         * modules/gc-md5, modules/gc-hmac-md5: New files.
11089
11090         * modules/gc (Files): Remove md5, memxor and hmac files.
11091
11092 2005-10-12  Simon Josefsson  <jas@extundo.com>
11093
11094         * m4/gc-pbkdf2-sha1.m4: New file.
11095
11096         * m4/gc-hmac-sha1.m4: New file.
11097
11098         * m4/gc-sha1: New file.
11099
11100         * m4/hmac-sha1.m4: New file.
11101
11102 2005-10-12  Simon Josefsson  <jas@extundo.com>
11103
11104         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11105
11106         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11107
11108 2005-10-12  Simon Josefsson  <jas@extundo.com>
11109
11110         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11111         suggested by Bruno Haible <bruno@clisp.org>.
11112
11113 2005-10-12  Simon Josefsson  <jas@extundo.com>
11114
11115         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11116
11117 2005-10-12  Simon Josefsson  <jas@extundo.com>
11118
11119         * lib/gc-pbkdf2-sha1.c: New file.
11120
11121         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11122
11123 2005-10-12  Simon Josefsson  <jas@extundo.com>
11124
11125         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11126
11127         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11128
11129 2005-10-12  Simon Josefsson  <jas@extundo.com>
11130
11131         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11132         GC_USE_HMAC_MD5, respectively.
11133
11134         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11135         (gc_md5): Fix typo.
11136
11137         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11138
11139         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11140
11141         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11142
11143 2005-10-12  Bruno Haible  <bruno@clisp.org>
11144
11145         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11146         Reported by Stepan Kasal <kasal@ucw.cz>.
11147
11148 2005-10-11  Simon Josefsson  <jas@extundo.com>
11149
11150         * tests/test-crc.c: New file.
11151
11152         * modules/crc, modules/crc-tests: New files.
11153
11154 2005-10-11  Simon Josefsson  <jas@extundo.com>
11155
11156         * m4/crc.m4: New file.
11157
11158 2005-10-11  Simon Josefsson  <jas@extundo.com>
11159
11160         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11161
11162         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11163
11164         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11165
11166 2005-10-11  Simon Josefsson  <jas@extundo.com>
11167
11168         * lib/crc.h, lib/crc.c: New files.
11169
11170         * lib/gc.h (gc_hash_buffer): Add doc.
11171
11172 2005-10-11  Bruno Haible  <bruno@clisp.org>
11173
11174         * modules/c-strcasestr: New file.
11175         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11176
11177 2005-10-11  Bruno Haible  <bruno@clisp.org>
11178
11179         * modules/c-strcase: New file.
11180         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11181
11182 2005-10-11  Bruno Haible  <bruno@clisp.org>
11183
11184         * lib/strcasecmp.c: Include limits.h.
11185         (strcasecmp): Avoid integer overflow on exotic platforms.
11186         * lib/strncasecmp.c: Include limits.h.
11187         (strncasecmp): Avoid integer overflow on exotic platforms.
11188         Reported by Paul Eggert.
11189
11190 2005-10-11  Bruno Haible  <bruno@clisp.org>
11191
11192         * lib/c-strcasestr.h: New file, from GNU gettext.
11193         * lib/c-strcasestr.c: New file, from GNU gettext.
11194
11195 2005-10-11  Bruno Haible  <bruno@clisp.org>
11196
11197         * lib/c-strcase.h: New file, from GNU gettext.
11198         * lib/c-strcasecmp.c: New file, from GNU gettext.
11199         * lib/c-strncasecmp.c: New file, from GNU gettext.
11200
11201 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11202
11203         * modules/mempcpy (License): GPL -> LGPL.
11204         * modules/strchrnul (License): Likewise.
11205         * modules/sysexits (License): Likewise.
11206
11207 2005-10-08  Simon Josefsson  <jas@extundo.com>
11208
11209         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11210
11211 2005-10-07  Simon Josefsson  <jas@extundo.com>
11212
11213         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11214
11215 2005-10-06  Simon Josefsson  <jas@extundo.com>
11216
11217         * tests/test-hmac-md5.c: New file.
11218
11219         * modules/hmac-md5-tests: New file.
11220
11221         * modules/hmac-md5: New file.
11222
11223 2005-10-06  Simon Josefsson  <jas@extundo.com>
11224
11225         * m4/hmac-md5.m4: New file.
11226
11227         * m4/memxor.m4: Require gl_C_RESTRICT.
11228
11229 2005-10-06  Simon Josefsson  <jas@extundo.com>
11230
11231         * lib/memxor.c (memxor): Avoid casts and warnings.
11232
11233 2005-10-06  Simon Josefsson  <jas@extundo.com>
11234
11235         * lib/hmac-md5.c: New file.
11236
11237         * lib/hmac.h: New file.
11238
11239 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11242         promotes to int, not unsigned int, to catch the AIX 5.3
11243         compiler bug.
11244
11245 2005-10-05  Simon Josefsson  <jas@extundo.com>
11246
11247         * modules/memxor: New file.
11248
11249         * modules/iconv (Files): Move config.rpath to havelib, it is used
11250         there.
11251
11252         * modules/havelib (Files): Add config.rpath.
11253
11254 2005-10-05  Simon Josefsson  <jas@extundo.com>
11255
11256         * m4/memxor.m4: New file.
11257
11258 2005-10-05  Simon Josefsson  <jas@extundo.com>
11259
11260         * lib/memxor.c (memxor): Fix compiler error.
11261
11262         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11263         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11264
11265         * lib/memxor.h, lib/memxor.c: New files.
11266
11267         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11268         we assume all systems have it, suggested by Jim Meyering
11269         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11270         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11271         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11272         same reasons.
11273
11274 2005-10-05  Simon Josefsson  <jas@extundo.com>
11275
11276         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11277
11278 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11279
11280         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11281         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11282         needed, since the source code now assumes these .h files.
11283
11284 2005-10-05  Derek Price  <derek@ximbiot.com>
11285
11286         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11287
11288 2005-10-05  Bruno Haible  <bruno@clisp.org>
11289
11290         * modules/stdint (License): Change to LGPL.
11291
11292 2005-10-04  Simon Josefsson  <jas@extundo.com>
11293
11294         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11295         D. Baushke" <mdb@gnu.org>.
11296
11297 2005-10-04  Bruno Haible  <bruno@clisp.org>
11298
11299         * lib/verify.h (verify_true): Provide alternative definition for C++.
11300
11301 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11302
11303         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11304         (SSIZE_MAX): New macro, if not already defined.
11305         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11306         than 2 GiB.
11307
11308 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         Sync from coreutils.
11311         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11312         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11313         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11314         ULLONG_MAX doesn't work with 2.7.2.1.
11315
11316 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11317
11318         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11319         From Ben Pfaff.
11320
11321         * modules/exclude (Depends-on): Depend on verify.
11322         * modules/strtoimax (Depends-on): Likewise.
11323         * modules/utimecmp (Depends-on): Likewise.
11324
11325 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11326
11327         * lib/exclude.c: Include verify.h.
11328         (verify): Remove.  All callers changed to use verify.h's version.
11329         * lib/strtoimax.c: Likewise.
11330         * lib/utimecmp.c: Likewis.e
11331
11332         Sync from coreutils.
11333         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11334         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11335         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11336         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11337         bother returning ENOSYS if settimeofday or stime fails; just let
11338         them return whatever errno they want to return.
11339         * lib/utimens.c: Include unistd.h, for dup2.
11340         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11341         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11342
11343 2005-10-02  Jim Meyering  <jim@meyering.net>
11344
11345         Sync from coreutils.
11346         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11347         from glibc-2.2.5 that fails for read-only files.
11348
11349 2005-10-02  Jim Meyering  <jim@meyering.net>
11350
11351         Sync from coreutils.
11352         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11353         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11354         `#if HAVE_CONFIG_H'.
11355         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11356         Remove AT_FDCWD test.
11357         Do not consume the fd unless successful.
11358         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11359         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11360         block, so that we don't even try to compile it if settimeofday is
11361         available.  This works around a compilation failure on OSF1 V5.1,
11362         due to stime requiring a `long int*' while tv_sec is `int'.
11363
11364 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11365
11366         Sync from coreutils.
11367         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11368         against `yes', rather than just testing for nonempty.
11369
11370 2005-10-01  Simon Josefsson  <jas@extundo.com>
11371
11372         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11373         and Darwin.
11374
11375         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11376         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11377         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11378         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11379         Check if struct addrinfo is declared.
11380
11381 2005-10-01  Simon Josefsson  <jas@extundo.com>
11382
11383         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11384         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11385         AI_* and EAI_* definitions.  Protect function declarations.
11386
11387 2005-10-01  Jim Meyering  <jim@meyering.net>
11388
11389         Sync from coreutils.
11390
11391         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11392         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11393         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11394         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11395         in the inet and nsl libraries.  Required on Solaris 5.7.
11396
11397 2005-10-01  Jim Meyering  <jim@meyering.net>
11398
11399         Sync from coreutils.
11400         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11401         in the inet and nsl libraries.  Required on Solaris 5.7.
11402
11403 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11404
11405         * lib/getdelim.c (getdelim): Remove unused variables.
11406
11407 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11408
11409         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11410         so that the code works even with ancient cpp.  Portability problem
11411         with GCC 2.7.2.1 reported by Thomas M.Ott.
11412
11413 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         * modules/regex (Depends-on): Add strcase.
11416
11417         * modules/gethostname (Licence): Change from GPL to LGPL, since
11418         gethostname.c is a trivial implementation of a standard library
11419         function.
11420         * modules/poll (License): Change from GPL to LGPL, since it's
11421         derived from LGPL code.
11422
11423 2005-09-27  Jim Meyering  <jim@meyering.net>
11424
11425         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11426         HAVE_CONFIG_H.
11427
11428         * lib/intprops.h (signed_type_or_expr__): Define.
11429         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11430         for unsigned types.
11431
11432 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11433
11434         * lib/verify.h (verify_expr): Remove, replacing with:
11435         (verify_true): New macro that returns true instead of void.
11436         (verify_type__): Remove.
11437         (verify): Use verify_true rather than verify_type__.
11438
11439 2005-09-26  Bruno Haible  <bruno@clisp.org>
11440
11441         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11442         is necessary.
11443         (lib_SOURCES): Remove mbchar.c.
11444         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11445         (Files): Add m4/mbrtowc.m4.
11446         * modules/mbiter: Likewise.
11447         * modules/mbuiter: Likewise.
11448
11449 2005-09-26  Bruno Haible  <bruno@clisp.org>
11450
11451         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11452         compile mbchar.c if they are not both present.
11453         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11454         * m4/mbiter.m4 (gl_MBITER): Likewise.
11455         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11456         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11457         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11458
11459 2005-09-25  Jim Meyering  <jim@meyering.net>
11460
11461         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11462         also uses socklen_t.
11463
11464 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11465
11466         * lib/utimens.c (ENOSYS): Define if not already defined.
11467         (futimens): Support having a null PATH if the file descriptor
11468         is nonnegative.
11469
11470         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11471         Remove.
11472         (__attribute): Define to empty unless GCC 3.1 or later.
11473         This works around a core dump on OpenBSD 3.4, which has GCC
11474         2.95.3, which dumps core when given __attribute__(()).  It also
11475         simplifies other tests, since we really don't want to bother with
11476         worrying about which ancient version of GCC supported what.
11477         Original problem reported by Yoann Vandoorselaere, with part of
11478         the fix suggested by Derek Price.
11479
11480 2005-09-24  Jim Meyering  <jim@meyering.net>
11481
11482         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11483         so we can once again use a positive bitfield width of 1 -- now we
11484         don't have to explain why we were using a bitfield width of 2.
11485
11486 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11489         and similarly for the other external symbols.  Problem reported
11490         by James Gallager.
11491
11492         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11493         bug reported by Jim Meyering.
11494
11495         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11496         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11497         not needed, since socklen is a prerequisite module.
11498
11499 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11500
11501         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11502         Problem reported by Eric Blake.
11503         (getaddrinfo): Initialize se so that it's not garbage.
11504         Redo internal storage allocation so that it doesn't make unportable
11505         assumptions about alignment.
11506         Fix a memory leak.
11507
11508         * lib/utimens.c (futimens): Use futimesat if available.
11509         Prefer it to futimes since it doesn't have the futimes bug.
11510
11511         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11512         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11513         Instead, declare a function that returns a pointer to an array,
11514         and use verify_type__ to declare the size of the array.
11515         Problem and germ of a solution reported by Bruno Haible.
11516         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11517         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11518
11519 2005-09-23  Jim Meyering  <jim@meyering.net>
11520
11521         Sync from coreutils.
11522         Correct build failure (socklen_t not defined) on at least
11523         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11525
11526 2005-09-23  Jim Meyering  <jim@meyering.net>
11527
11528         * modules/getaddrinfo (Depends-on): Add socklen.
11529
11530 2005-09-23  Bruno Haible  <bruno@clisp.org>
11531
11532         * tests/test-verify.c: New file.
11533
11534 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11535
11536         Sync from coreutils.
11537
11538         * modules/argmatch (Depends-on): Add verify.
11539         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11540         unistd-safer.
11541         * modules/save-cwd (Depends-on): Likewise.
11542
11543         * modules/openat (Files): Add lib/openat-die.c.
11544         (Depends-on): Remove error, exitfail.
11545         Add dirname.
11546
11547         * modules/verify: New file.
11548         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11549         with "verify" module.
11550
11551 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         Sync from coreutils.
11554
11555         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11556         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11557         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11558         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11559         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11560         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11561         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11562         Don't bother checking for string.h, stdlib.h, unistd.h.
11563         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11564         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11565         module's job.
11566         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11567         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11568
11569         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11570         (gl_GETDATE): Use it.
11571
11572         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11573
11574 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11575
11576         Sync from coreutils.
11577
11578         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11579         stat-time.h.
11580         * lib/argmatch.h: Include verify.h
11581         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11582         (ARGMATCH_ASSERT): Remove; unused.
11583         * lib/canonicalize.c: Assume STDC_HEADERS.
11584         * lib/exclude.c: Include "strcase.h".
11585         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11586         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11587         and stdio-safer.h.
11588         (getusershell): Call fopen, not fopen_safer.
11589         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11590         Do not include unistd-safer.h.
11591         (save_cwd): Don't call fd_safer; no longer needed
11592         now that we include fcntl--.h.
11593
11594         * lib/getdate.y (relative_time): New type.
11595         (RELATIVE_TIME_0): New constant.
11596         (parser_control): Use relative_time instead of doing it ourselves.
11597         (%union): Add new relative_time rel member.
11598         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11599         Now typeless.
11600         (relunit, relunit_snumber): Now of type rel.
11601         (zone, rel, relunit, get_date): Adjust to above changes.
11602
11603         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11604         Do not include unistd-safer.h.
11605         (getloadavg): Don't call fd_safer; no longer needed
11606         now that we include fcntl--.h.
11607
11608         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11609         (make_dir_parents): Treat ENOSYS like EEXIST.
11610
11611         Improve quality of diagnostics on restore_cwd failure.
11612         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11613         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11614         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11615         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11616         each time through the loop.  Do not diagnose restore_cwd failure;
11617         that is the caller's job (and perhaps the caller does not care).
11618
11619         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11620         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11621         If the file already exists but is not a directory, don't bother
11622         to try to make its parents.
11623         Close potential file descriptor leak if we can't chdir("/") (!).
11624         Don't always return true if chdir($PWD) fails; return true only
11625         if the requested action was done successfully (except for the
11626         chdir($PWD)).
11627         Don't log final directory unless we actually made it.
11628         Refactor to avoid duplicate code to fix up permissions.
11629         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11630
11631         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11632         to make it a bit faster and (I hope) clearer.
11633         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11634         Fix bug in formats like %2N.
11635
11636         * lib/verify.h: New file.
11637
11638 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11639
11640         Sync from coreutils.
11641         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11642
11643 2005-09-22  Jim Meyering  <jim@meyering.net>
11644
11645         Sync from coreutils.
11646
11647         * m4/lstat.m4 (gl_FUNC_LSTAT):
11648         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11649         Remove obsolete comment.
11650         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11651         * m4/xstrtod.m4: Likewise.
11652
11653         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11654
11655 2005-09-22  Jim Meyering  <jim@meyering.net>
11656
11657         Sync from coreutils.
11658
11659         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11660
11661         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11662         the .tm_year member, since otherwise gcc-4.0 would now warn about
11663         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11664
11665         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11666         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11667
11668         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11669         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11670         when run in a time zone for which daylight savings time is in effect
11671         for the starting date.
11672
11673         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11674         stop us from restricting permissions of just-created absolute-named
11675         directories.
11676         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11677         to restore initial working directory.
11678         * lib/mkdir-p.c (make_dir_parents): New parameter:
11679         different_working_dir, to tell caller if/when we change the working
11680         directory and are unable to return to the initial one.
11681         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11682         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11683         `return false'.  This fixes a bug introduced on 2004-07-30.
11684
11685         * lib/openat.c (fdopendir): Be sure to close the supplied
11686         file descriptor before returning.  This makes our replacement
11687         implementation a little closer to Solaris's, where fdopendir
11688         ties the file descriptor to the returned DIR* pointer.
11689         * lib/openat.c (unlinkat): New function.
11690         * lib/openat.h (unlinkat): Add prototype.
11691         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11692         (openat_restore_fail): Rename from openat_restore_die.
11693         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11694
11695         Provide an alternative to exiting immediately upon save_cwd or
11696         restore_cwd failure.  Now, an application can arrange e.g.,
11697         to perform a longjump in that case.
11698         * lib/openat.c: Include dirname.h.
11699         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11700         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11701         and openat_restore_die rather than calling error directly.
11702         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11703
11704         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11705         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11706         define.
11707
11708         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11709         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11710                             int utc, int nanoseconds);
11711         Background:
11712         date should not have to allocate a megabyte of virtual memory to
11713         handle a format argument like +%1048575T.  When implemented with
11714         strftime, it must allocate such a buffer, use strftime to fill it
11715         in, print it, then free it.
11716         With fprintftime, it simply prints everything and exits.
11717         With no need for memory allocation, that's one fewer way to fail.
11718         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11719         optional field width, not before, so we accept %9:z, not %:9z.
11720         (my_strftime): Be sure to use L_('x') for literals.
11721
11722         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11723         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11724         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11725         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11726         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11727         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11728         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11729         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11730         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11731         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11732         * lib/xgethostname.c, lib/xreadlink.c:
11733         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11734
11735         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11736         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11737         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11738         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11739         and don't include <sys/file.h>).
11740
11741 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11742
11743         Sync from coreutils.
11744
11745         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11746         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11747         [!LDAV_DONE]: Avoid unused variable warning.
11748
11749 2005-09-21  Bruno Haible  <bruno@clisp.org>
11750
11751         * lib/unicodeio.h (unicode_to_mb): New declaration.
11752
11753 2005-09-20  Derek Price  <derek@ximbiot.com>
11754
11755         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11756         getaddrinfo.h.
11757
11758 2005-09-20  Bruno Haible  <bruno@clisp.org>
11759
11760         * gnulib-tool: Remove trailing slashes from the values specified for
11761         --source-base, --m4-base, --tests-base, --aux-dir.
11762         Suggested by Simon Josefsson <jas@extundo.com>.
11763
11764 2005-09-20  Bruno Haible  <bruno@clisp.org>
11765
11766         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11767         func_modules_to_filelist, func_import, func_create_testdir): Make all
11768         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11769         change when gnulib-tool is invoked in a different locale.
11770
11771 2005-09-19  Simon Josefsson  <jas@extundo.com>
11772
11773         * m4/socklen.m4: Fix typo.
11774
11775 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11776
11777         Use a consistent style for including <config.h>.
11778         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11779         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11780         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11781         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11782         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11783         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11784         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11785         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11786         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11787         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11788         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11789         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11790         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11791         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11792         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11793         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11794         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11795         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11796         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11797         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11798         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11799         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11800         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11801         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11802         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11803         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11804         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11805         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11806         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11807         lib/xstrtoumax.c, lib/yesno.c:
11808         Standardize inclusion of config.h.
11809         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11810         lib/inttostr.h:  Removed inclusion of config.h from header files.
11811         * lib/inttostr.c:  Adjusted in-tree users.
11812         * lib/timespec.h: Remove superfluous warning to include config.h.
11813         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11814         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11815         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11816         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11817         config.h with HAVE_CONFIG_H.
11818
11819 2005-09-19  Jim Meyering  <jim@meyering.net>
11820
11821         * modules/pathmax (License): Change to LGPL.
11822
11823 2005-09-19  Derek Price  <derek@ximbiot.com>
11824
11825         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11826
11827 2005-09-19  Bruno Haible  <bruno@clisp.org>
11828
11829         * gnulib-tool (import): Provide default for --tests-base.
11830
11831 2005-09-19  Bruno Haible  <bruno@clisp.org>
11832
11833         * doc/quote.texi: New file, extracted from gnulib.texi.
11834         * doc/ctime.texi: New file, extracted from gnulib.texi.
11835         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11836         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11837         * doc/gnulib.texi: Include them.
11838
11839 2005-09-18  Bruno Haible  <bruno@clisp.org>
11840
11841         Portability fix.
11842         * gnulib-tool (func_readlink): New function.
11843         (func_ln_if_changed): Use it.
11844
11845 2005-09-18  Bruno Haible  <bruno@clisp.org>
11846
11847         * gnulib-tool: Support --with-tests also with --import.
11848         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11849         (func_import): Use variables $testsbase and $inctests. Emit a
11850         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11851         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11852         SUBDIRS += $testsdir.
11853         (func_create_testdir): Update.
11854
11855 2005-09-18  Bruno Haible  <bruno@clisp.org>
11856
11857         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11858         instead of $dry_run.
11859         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11860         (func_ln_if_changed): Don't handle dry-run here.
11861         (func_import): In dry-run mode, detect more precisely which actions
11862         would be performed, and don't use "...ing" verbs.
11863
11864 2005-09-18  Bruno Haible  <bruno@clisp.org>
11865
11866         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11867         (func_import): Use join on two temporary files instead of three nested
11868         loops, in order to determine which files are new or old.
11869
11870 2005-09-18  Bruno Haible  <bruno@clisp.org>
11871
11872         * gnulib-tool (func_import): Comment out code that spits out the
11873         new files with --dry-run.
11874
11875 2005-09-18  Bruno Haible  <bruno@clisp.org>
11876
11877         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11878
11879 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11880
11881         * lib/stat-time.h: New file.
11882         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11883         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11884         in a different way.
11885         (timespec_cmp): New function.
11886         * lib/utimecmp.c: Include stat-time.h.
11887         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11888         members exist, not on the obsolescent ST_MTIM_NSEC.
11889         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11890
11891 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11894
11895 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         * MODULES.html.sh (File system functions): Add stat-time.
11898         * modules/stat-time: New file.
11899         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11900         is now done in a different way, by the stat-time module.
11901         * modules/utimecmp (Depends-on): Add stat-time.
11902
11903 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11904
11905         * m4/st_mtim.m4: Remove.  Superseded by...
11906         * m4/stat-time.m4: New file.
11907         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11908         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11909
11910 2005-09-15  Derek Price  <derek@ximbiot.com>
11911
11912         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11913
11914 2005-09-15  Derek Price  <derek@ximbiot.com>
11915
11916         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11917         * lib/regex_internal.c: Ditto, using this...
11918         (__GNUC_PREREQ): ...new macro.
11919         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11920         using...
11921         (__GNUC_PREREQ): ...this new macro.
11922
11923         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11924
11925 2005-09-15  Derek Price  <derek@ximbiot.com>
11926             Paul Eggert  <eggert@cs.ucla.edu>
11927
11928         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11929         changes, consolidating in...
11930         * lib/regex_internal.h: ...this file.
11931
11932 2005-09-13  Jim Meyering  <jim@meyering.net>
11933
11934         * lib/canon-host.c: Filter through gnu indent and reword comments
11935         slightly.
11936         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11937
11938 2005-09-13  Derek Price  <derek@ximbiot.com>
11939
11940         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11941         failure.
11942         Reported by Jim Meyering  <jim@meyering.net>.
11943
11944 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11945
11946         * lib/base64.c: Typo.
11947         (base64_encode): Put b64str in initialized data section.
11948
11949 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         Merge glibc and coreutils changes into gnulib, plus a few
11952         extra fixes.
11953         * lib/md5.c: Use #error rather than a string.
11954         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11955         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11956         (__attribute__): Define to empty for non recent-GCC.
11957         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11958         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11959         Renamed from their non-__ counterparts, with new macros replacing
11960         them if not _LIBC.  Add __THROW attribute.
11961         (rol): Remove.
11962         (struct md5_ctx): Align buffer if using GCC.
11963         * lib/sha1.h (struct sha1_ctx): Likewise.
11964         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11965         The old name was backwards.
11966         (NOTSWAP): Remove; not used.
11967         (rol): New macro, moved here from md5.h.
11968         (sha1_process_block): Remove a FIXME that doesn't make sense.
11969
11970 2005-09-12  Derek Price  <derek@ximbiot.com>
11971
11972         Return usable errors from canon-host.
11973         * lib/canon-host.h: New file.
11974         * lib/canon-host.c (canon_host): Wrap...
11975         (canon_host_r): ...this new function, which now relies exclusively on
11976         getaddrinfo.
11977         (ch_strerror): New function.
11978         (last_cherror): New global.
11979         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11980         interface.
11981         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11982         void *.
11983         (freeaddrinfo): Free ai->ai_canonname when set.
11984
11985 2005-09-12  Derek Price  <derek@ximbiot.com>
11986
11987         Make canon-host require getaddrinfo.
11988         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11989         AC_LIBSOURCE canon-host.h.  Call...
11990         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11991         gl_GETADDRINFO.
11992         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11993
11994 2005-09-12  Derek Price  <derek@ximbiot.com>
11995
11996         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11997         LGPL.
11998         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11999
12000 2005-09-12  Derek Price  <derek@ximbiot.com>
12001
12002         * lib/gai_strerror.c: Include config.h when available.  Include
12003         getaddrinfo.h before other headers to test interface.
12004         Reported by Larry Jones <lawrence.jones@ugs.com>.
12005
12006 2005-09-12  Derek Price  <derek@ximbiot.com>
12007             Paul Eggert  <eggert@cs.ucla.edu>
12008
12009         * modules/glob (Files): Add glob-libc.h.
12010
12011 2005-09-12  Derek Price  <derek@ximbiot.com>
12012             Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
12015         glob_.h, glob-libc.h.
12016         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
12017
12018 2005-09-12  Derek Price  <derek@ximbiot.com>
12019             Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
12022         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
12023         protecting things that should be done only in gnulib contexts.
12024         * lib/glob_.h: New file, containing only the glob things needed for
12025         gnulib.
12026         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
12027         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
12028         (glob, globfree, glob_pattern_p): Now defined simply in terms of
12029         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
12030         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
12031         and to respect the namespace rules better.
12032
12033 2005-09-08  Simon Josefsson  <jas@extundo.com>
12034
12035         * modules/socklen: New file.
12036
12037 2005-09-08  Simon Josefsson  <jas@extundo.com>
12038
12039         * m4/socklen.m4: New file.
12040
12041 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * modules/utimens (Files): Add m4/utimbuf.m4, since
12044         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
12045         Reported by Sergey Poznyakoff.
12046
12047 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
12050         definitions, since that's the preferred style in glibc.
12051         Fix a minor spacing issue, and update copyright notice to match
12052         glibc's.
12053
12054 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12055
12056         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
12057
12058 2005-09-06  Simon Josefsson  <jas@extundo.com>
12059
12060         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
12061         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
12062
12063 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12064
12065         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
12066         warning.
12067
12068 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12069
12070         * config/srclist.txt: Add glibc bug 1302.
12071
12072 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
12073
12074         Change bitset word type from unsigned int to unsigned long int,
12075         as this has better performance on typical 64-bit hosts.
12076         Port bitset code to hosts with unusual word sizes.
12077         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12078         (build_collating_symbol):
12079         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12080         argument is a bitset.  This is merely a style issue, but it makes
12081         it clearer that an entire array is expected.
12082         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12083         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12084         Port to the case where bitset_word is not the same as unsigned int.
12085         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12086         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12087         Likewise.
12088         * lib/regexec.c (check_dst_limits_calc_pos_1,
12089         check_subexp_matching_top):
12090         (build_trtable, group_nodes_into_DFAstates):
12091         Likewise.
12092         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12093         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12094         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12095         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12096         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12097         * lib/regcomp.c (optimize_subexps, lower_subexp):
12098         Work even if bitset_word has holes in its bitwise representation.
12099         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12100         * lib/regexec.c (check_dst_limits_calc_pos_1,
12101         check_subexp_matching_top):
12102         Likewise.
12103         * lib/regex_internal.c (re_string_reconstruct):
12104         Don't assume UCHAR_MAX == 255.
12105         * lib/regex_internal.h (bitset_set_all): Likewise.
12106         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12107         All uses changed.
12108         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12109         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12110         All uses changed.
12111         (BITSET_WORD_MAX): New macro.
12112         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12113         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12114         (bitset_empty, bitset_copy):
12115         Prefer sizeof (bitset) to multiplying it out ourselves.
12116         (bitset_not_merge): Remove; unused.
12117         (bitset_contain): Return bool, not unsigned int with one bit on.
12118         All callers changed.
12119         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12120         alignment than re_node_set; do this by defining a new internal
12121         type struct dests_alloc and using it to allocate memory.
12122
12123 2005-09-05  Bruno Haible  <bruno@clisp.org>
12124
12125         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12126         links.
12127
12128 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12129
12130         * modules/size_max (Makefile.am): Add size_max.h
12131
12132 2005-09-04  Derek Price  <derek@ximbiot.com>
12133
12134         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12135
12136 2005-09-03  Simon Josefsson  <jas@extundo.com>
12137
12138         * gnulib-tool: Fix typo.
12139
12140 2005-09-03  Simon Josefsson  <jas@extundo.com>
12141
12142         * config/srclist.txt: Add glibc bug 1293.
12143
12144 2005-09-03  Derek Price  <derek@ximbiot.com>
12145
12146         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12147         From Larry Jones <lawrence.jones@ugs.com>.
12148
12149 2005-09-02  Simon Josefsson  <jas@extundo.com>
12150
12151         * modules/socklen: New file.
12152
12153 2005-09-02  Simon Josefsson  <jas@extundo.com>
12154
12155         * modules/havelib: New module.
12156
12157         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12158         Use havelib.
12159
12160 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12161
12162         Check for arithmetic overflow when calculating sizes, to prevent
12163         some buffer-overflow issues.  These patches are conservative, in the
12164         sense that when I couldn't determine whether an overflow was possible,
12165         I inserted a run-time check.
12166         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12167         macros.
12168         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12169         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12170         (re_xnrealloc, re_x2nrealloc): New inline functions.
12171         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12172         parse_bracket_exp):
12173         (build_equiv_class, build_charclass): Check for arithmetic overflow
12174         in size expression calculations.
12175         * lib/regex_internal.c (re_string_realloc_buffers):
12176         (build_wcs_upper_buffer, re_node_set_add_intersect):
12177         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12178         (re_dfa_add_node, register_state): Likewise.
12179         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12180         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12181         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12182         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12183
12184 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12187         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12188
12189 2005-09-02  Bruno Haible  <bruno@clisp.org>
12190
12191         Support for lib vs. lib64 distinction on biarch platforms.
12192         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12193         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12194         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12195
12196 2005-09-02  Bruno Haible  <bruno@clisp.org>
12197
12198         * gnulib-tool (import): In the other first-use case, provide defaults
12199         as well.
12200
12201 2005-09-02  Bruno Haible  <bruno@clisp.org>
12202
12203         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12204         patches not yet found in the latest gettext release.
12205
12206 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12209         to avoid a collision with bits/local_lim.h in glibc.
12210         All uses changed.  Problem reported by Dmitry V. Levin in
12211         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12212
12213         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12214         bugs in int versus size_t comparisons.
12215         (re_string_context_at): Fix bug where the code assumed that
12216         Idx is signed.
12217
12218         Use bool where appropriate.
12219         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12220         All callers changed.
12221         (calc_eclosure_iter): Likewise, for ROOT arg.
12222         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12223         (build_charclass_op): Likewise, for NON_MATCH arg.
12224         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12225         (re_string_construct_common): Likewise, for ICASE arg.
12226         * lib/regexec.c (re_search_2_stub, re_search_stub):
12227         Likewise, for RET_LEN arg.
12228         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12229         (set_regs): Likewise, for FL_BACKTRACK arg.
12230         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12231         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12232         (calc_eclosure_iter, parse_bracket_exp):
12233         Use bool for internal variables that are booleans.
12234         * lib/regexec.c (re_search_internal, check_matching,
12235         proceed_next_node):
12236         (set_regs, build_sifted_states, sift_states_bkref):
12237         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12238         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12239         (find_collation_sequence_value):
12240         Likewise.
12241         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12242         (re_node_set_compare):
12243         Return bool, not int. All callers changed.
12244         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12245         (build_trtable, check_node_accept): Likewise.
12246         * lib/regex_internal.h: Include stdbool.h.
12247
12248         Fix bugs uncovered when converting to bool.
12249         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12250         failure instead of charging ahead blindly.
12251         * lib/regex_internal.c (register_state): Likewise.
12252         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12253         for freeing internal storage.
12254         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12255         bitset pieces used as boolean, to avoid undefined behavior
12256         on hosts that do int overflow checking.
12257
12258 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12259
12260         * config/srclist.txt: Add glibc bugs 1285-1287.
12261
12262 2005-09-01  Jim Meyering  <jim@meyering.net>
12263
12264         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12265         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12266         Require gl_STAT_MACROS, too.
12267
12268 2005-09-01  Bruno Haible  <bruno@clisp.org>
12269
12270         * gnulib-tool (import): In the first-use case, provide defaults.
12271
12272 2005-09-01  Bruno Haible  <bruno@clisp.org>
12273
12274         * gnulib-tool (func_import): Remove the .tmp files.
12275
12276 2005-09-01  Bruno Haible  <bruno@clisp.org>
12277
12278         * gnulib-tool (func_import): Fix handling of symbolic links.
12279
12280 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12283         old glibc regex code mishandles strings longer than 2**31 bytes.
12284         This patch fixes this when the regex code is used in gnulib
12285         (i.e., outside glibc).
12286
12287         This patch should not affect the use of the regex code inside
12288         glibc.  No doubt this problem also needs to be handled for glibc
12289         as well, but the result will be an incompatible change to the
12290         glibc ABI, and the old ABI will have to be supported too.  That
12291         can be the the subject for another patch.
12292
12293         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12294         governing whether the rest of this patch is active.  By default,
12295         the macro is disabled and the patch has no effect.
12296         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12297         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12298         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12299         (re_match_2, re_set_registers): Use the new types.
12300         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12301         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12302         New macros.
12303         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12304         (re_string_context_at, bin_tree_t, re_dfastate_t):
12305         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12306         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12307         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12308         (re_string_char_size_at, re_string_wchar_at):
12309         (re_string_elem_size_at):
12310         Use the new types and macros to port to 64-bit hosts.
12311         Use unsigned types for internal values, so that the code
12312         mostly works even for arrays larger than SSIZE_MAX.
12313         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12314         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12315         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12316         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12317         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12318         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12319         (calc_inveclosure, parse_dup_op, build_range_exp):
12320         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12321         (fetch_number, create_token_tree, mark_opt_subexp):
12322         Likewise.
12323         * lib/regex_internal.c (re_string_construct_common,
12324         create_ci_newstate):
12325         (create_cd_newstate, re_string_allocate, re_string_construct):
12326         (re_string_realloc_buffers, build_wcs_upper_buffer):
12327         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12328         (re_string_reconstruct, re_string_peek_byte_case):
12329         (re_string_fetch_byte_case, re_string_context_at):
12330         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12331         (re_node_set_init_copy, re_node_set_add_intersect):
12332         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12333         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12334         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12335         (re_acquire_state, re_acquire_state_context, register_state):
12336         Likewise.
12337         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12338         search_cur_bkref_entry):
12339         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12340         (re_search_internal, re_search_2_stub, re_search_stub)
12341         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12342         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12343         (update_cur_sifted_state, check_dst_limits):
12344         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12345         (check_subexp_limits, sift_states_bkref, merge_state_array):
12346         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12347         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12348         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12349         (expand_bkref_cache, check_node_accept_bytes):
12350         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12351         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12352         (acquire_init_state_context, check_halt_node_context):
12353         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12354         (sift_states_backward, clean_state_log_if_needed):
12355         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12356         (find_recover_state, transit_state_sb, transit_state_mb):
12357         (transit_state_bkref, build_trtable, match_ctx_clean):
12358         Likewise.
12359         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12360         to work around an assumption that REG_MISSING is negative.
12361
12362         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12363         (seek_collating_symbol_entry) [defined _LIBC]:
12364         (lookup_collation_sequence_value) [defined _LIBC]:
12365         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12366         Use prototypes rather than old-style function definitions.
12367         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12368         (transit_state_sb) [0]:
12369         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12370
12371         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12372         rm_eo.
12373
12374         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12375         (optimize_subexps, lower_subexp):
12376         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12377         since the signed shift might overflow.  Use 1u<<31 instead.
12378         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12379         Likewise.
12380         * lib/regexec.c (check_dst_limits_calc_pos_1,
12381         check_subexp_matching_top): Likewise.
12382
12383         * lib/regcomp.c (optimize_subexps, lower_subexp):
12384         Use CHAR_BIT rather than 8, for clarity.
12385         * lib/regexec.c (check_dst_limits_calc_pos_1):
12386         (check_subexp_matching_top): Likewise.
12387         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12388         have to worry about portability issues when shifting it left.
12389         Remove no-longer-needed test for table_size > 0.
12390         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12391         in a word, as the resulting behavior is undefined.
12392         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12393         in one case, a <= should have been an <, and in another case the
12394         whole test was missing.
12395         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12396         the standard name CHAR_BIT.
12397         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12398         this is not true on one's complement and signed-magnitude hosts.
12399
12400         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12401         next_last_offset.
12402         (struct re_dfa_t): Remove unused member states_alloc.
12403         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12404
12405 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12406
12407         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12408         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12409         and large-file glibc and in 32-bit large-file Solaris.
12410
12411 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12412
12413         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12414         lengths fit in regoff_t; this isn't true if regoff_t is the same
12415         width as size_t.
12416         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12417         (= START + RANGE) instead of RANGE.  This avoids overflow
12418         problems when regoff_t is the same width as size_t.
12419         All callers changed.
12420         (re_search_2_stub): Check for overflow when adding the
12421         sizes of the two strings.
12422         (re_search_stub): Check for overflow when adding START
12423         to RANGE; if it occurs, substitute the extreme value.
12424
12425 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12428
12429 2005-08-31  Jim Meyering  <jim@meyering.net>
12430
12431         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12432         a pointer-to-const.
12433         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12434         (register_state): Likewise.
12435         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12436         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12437         (group_nodes_into_DFAstates): Likewise.
12438
12439 2005-08-31  Jim Meyering  <jim@meyering.net>
12440
12441         * check-module: Add a FIXME comment.
12442
12443 2005-08-31  Eric Blake  <ebb9@byu.net>
12444
12445         * modules/unistd-safer (Files): Add unistd--.h.
12446         * modules/stdio-safer (Files): Add stdio--.h.
12447
12448 2005-08-31  Derek Price  <derek@ximbiot.com>
12449
12450         * lib/getdelim.c (getdelim): Return EOF on EOF.
12451         Reported by Larry Jones <lawrence.jones@ugs.com>.
12452
12453 2005-08-31  Bruno Haible  <bruno@clisp.org>
12454
12455         Avoid unnecessary diffs in the generated lib/Makefile.am.
12456         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12457         the generated files.
12458         (func_import): Don't set cmd.
12459
12460 2005-08-31  Bruno Haible  <bruno@clisp.org>
12461
12462         * lib/strstr.c: Include <stddef.h>, for NULL.
12463         * lib/strcasestr.c: Likewise.
12464         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12465
12466 2005-08-31  Bruno Haible  <bruno@clisp.org>
12467
12468         * gnulib-tool: New option --macro-prefix.
12469         (func_import): Use macro_prefix.
12470         (import): Handle option --macro-prefix.
12471
12472 2005-08-31  Bruno Haible  <bruno@clisp.org>
12473
12474         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12475         Also use new variables cached_lgpl, cached_libtool.
12476
12477 2005-08-31  Bruno Haible  <bruno@clisp.org>
12478
12479         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12480         always instantiating them.
12481
12482 2005-08-31  Bruno Haible  <bruno@clisp.org>
12483
12484         * gnulib-tool (func_import): Read the previous cached settings
12485         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12486         earlier added by gnulib but are now dropped. Warn when a gnulib file
12487         overwrites a non-gnulib file.
12488
12489 2005-08-31  Bruno Haible  <bruno@clisp.org>
12490
12491         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12492         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12493         projects that don't keep autogenerated files in CVS. Put into
12494         actioncmd only the specified modules, not the transitive closure.
12495
12496 2005-08-31  Bruno Haible  <bruno@clisp.org>
12497
12498         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12499         Create directories that shall be filled.
12500         (import): Don't look for gl_* macros in configure.ac. Recurse across
12501         all directories containing a gnulib-cache.m4 files, if meaningful.
12502
12503 2005-08-31  Bruno Haible  <bruno@clisp.org>
12504
12505         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12506         (import): Set seen_libtool when we see gl_LIBTOOL.
12507
12508 2005-08-31  Bruno Haible  <bruno@clisp.org>
12509
12510         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12511         declaration macro definitions from generated gnulib.m4.
12512
12513 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12514
12515         * lib/iconvme.h: Add prototype for iconv_alloc.
12516
12517 2005-08-29  Simon Josefsson  <jas@extundo.com>
12518
12519         * lib/iconvme.c: Fix errno.
12520
12521 2005-08-29  Bruno Haible  <bruno@clisp.org>
12522
12523         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12524         that it works when the directory contains spaces.
12525
12526 2005-08-29  Bruno Haible  <bruno@clisp.org>
12527
12528         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12529
12530 2005-08-29  Bruno Haible  <bruno@clisp.org>
12531
12532         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12533         Emit more advice.
12534
12535 2005-08-29  Bruno Haible  <bruno@clisp.org>
12536         and Stepan Kasal  <kasal@ucw.cz>
12537
12538         * check-module: If more parameters are given, check each of them
12539         separately; add more exceptions, as noted by Jim Meyering.
12540         (check_module): New procedure.
12541         (%exempt_header): Now contains all exceptions.
12542
12543 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12544
12545         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12546
12547 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12548
12549         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12550
12551 2005-08-28  Bruno Haible  <bruno@clisp.org>
12552
12553         * m4/gnulib-tool.m4: New file.
12554
12555 2005-08-27  Jim Meyering  <jim@meyering.net>
12556
12557         * modules/unistd-safer (Files): Add pipe-safer.c.
12558         * modules/fcntl-safer (Files): Add creat-safer.c.
12559
12560 2005-08-27  Jim Meyering  <jim@meyering.net>
12561
12562         * m4/stdlib-safer.m4: New file.  From coreutils.
12563         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12564         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12565         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12566         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12567         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12568
12569 2005-08-27  Jim Meyering  <jim@meyering.net>
12570
12571         * lib/fopen-safer.c: Merge minor changes from coreutils.
12572         * lib/dup-safer.c: Likewise.
12573         * lib/fd-safer.c: Likewise.
12574
12575         Merge from coreutils.
12576         * lib/stdio--.h: New file.
12577         * lib/stdlib--.h: New file.
12578         * lib/mkstemp-safer.c: New file.
12579
12580         GNU tar needs these.
12581         * lib/pipe-safer.c: New file.
12582         * lib/creat-safer.c: New file.
12583         * lib/fcntl--.h (creat): Define to creat_safer.
12584         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12585         * lib/unistd--.h (pipe): Define to pipe_safer.
12586         * lib/unistd-safer.h: Declare pipe_safer.
12587
12588 2005-08-26  Simon Josefsson  <jas@extundo.com>
12589
12590         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12591         Haible <bruno@clisp.org>.
12592
12593 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * lib/regex_internal.h: Remove all references to
12596         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12597         or better.
12598         (bitset_not, bitset_merge, bitset_not_merge):
12599         (bitset_mask, re_string_allocate, re_string_construct):
12600         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12601         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12602         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12603         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12604         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12605         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12606         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12607         (re_acquire_state_context):
12608         Remove unnecessary forward decls.
12609         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12610         Put __attribute at function definition,
12611         now that the function decl has been removed.
12612         * lib/regex_internal.c (re_string_peek_byte_case):
12613         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12614         Likewise.
12615
12616 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12617
12618         * m4/regex.m4: Add AC_PREREQ(2.50).
12619         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12620
12621 2005-08-25  Simon Josefsson  <jas@extundo.com>
12622
12623         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12624         __fsetlocking.
12625
12626 2005-08-25  Simon Josefsson  <jas@extundo.com>
12627
12628         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12629         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12630         GLIBC specific code.
12631
12632 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         Make regex safe for g++.  This fixes one real bug (an "err"
12635         that should have been "*err").  g++ problem reported by
12636         Sam Steingold.
12637         * lib/regex_internal.h (re_calloc): New macro, consistent with
12638         re_malloc etc.  All callers of calloc changed to use re_calloc.
12639         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12640         not int.  All callers changed.
12641         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12642         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12643         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12644         (find_recover_state): Change "err" to "*err"; this fixes what
12645         appears to be a real bug.
12646         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12647         versus int.
12648
12649 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         * modules/regex (Depends-on): Add malloc, since the code
12652         assumes that !malloc(0) means failure.
12653
12654 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12655
12656         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12657
12658         alloca modernization/simplification for regex.
12659         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12660         needs to be at the start of the file, and can be moved into
12661         regex_internal.h and simplified.
12662         * lib/regex_internal.h: Include <alloca.h>.
12663         (__libc_use_alloca) [!defined _LIBC]: New macro.
12664         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12665         now works outside glibc.
12666
12667 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12668
12669         * config/srclist.txt: Add glibc bugs 1241, 1245.
12670
12671 2005-08-25  Jim Meyering  <jim@meyering.net>
12672
12673         * lib/open-safer.c: Include <config.h>.
12674         Otherwise, we'd lose LARGEFILE support in any file using
12675         e.g. "fcntl--.h"
12676
12677 2005-08-25  Bruno Haible  <bruno@clisp.org>
12678
12679         * m4/minmax.m4: Require autoconf 2.52.
12680         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12681         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12682         alternatives of translit over the alphabet.
12683         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12684
12685 2005-08-24  Simon Josefsson  <jas@extundo.com>
12686
12687         * tests/test-getpass.c: New file.
12688
12689 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12690
12691         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12692         for GNU regex features.
12693
12694 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12695
12696         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12697         * lib/regex.h (regerror): Likewise.
12698
12699         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12700         requires this.  (The code never needed it.)
12701
12702         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12703         All uses of recently-renamed identifiers changed to use the new,
12704         POSIX-compliant names.  The code will build and run just fine
12705         without these changes, but it's better to eat our own dog food
12706         and use the standard-conforming names.
12707
12708         * lib/regex.h: Fix a multitude of POSIX name space violations.
12709         These changes have an effect only for programs that define
12710         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12711         do not change anything for programs compiled in the normal way.
12712         Also, there is no effect on the ABI.
12713
12714         (_REGEX_SOURCE): New macro.
12715         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12716         defined and _GNU_SOURCE is not; this fixes a name space violation.
12717
12718         Rename the following macros to obey POSIX requirements.
12719         The old names are still visible as macros if _REGEX_SOURCE is defined.
12720         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12721         RE_BACKSLASH_ESCAPE_IN_LISTS.
12722         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12723         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12724         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12725         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12726         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12727         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12728         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12729         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12730         (REG_INTERVALS): renamed from RE_INTERVALS.
12731         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12732         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12733         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12734         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12735         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12736         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12737         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12738         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12739         RE_UNMATCHED_RIGHT_PAREN_ORD.
12740         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12741         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12742         (REG_DEBUG): renamed from RE_DEBUG.
12743         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12744         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12745         unusual, since we can't clash with the POSIX REG_ICASE.
12746         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12747         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12748         (REG_NO_SUB): renamed from RE_NO_SUB.
12749         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12750         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12751         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12752         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12753         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12754         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12755         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12756         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12757         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12758         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12759         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12760         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12761         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12762         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12763         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12764         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12765         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12766         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12767         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12768         (REG_FIXED): Renamed from REGS_FIXED.
12769         (REG_NREGS): Renamed from RE_NREGS.
12770
12771         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12772         of other REG_* macros, since POSIX says the user is allowed to
12773         #undef these macros selectively.
12774
12775         (reg_errcode_t): Update comment stating what other tables need
12776         to be consistent.
12777
12778         Rename the following enum values to obey POSIX requirements.
12779         The old names are still visible as macros.
12780         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12781         is not defined, since GNU is supposed to be a superset of POSIX as
12782         much as possible, and since we want reg_errcode_t to be a signed
12783         type for implementation consistency.
12784         (_REG_NOERROR): Renamed from REG_NOERROR.
12785         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12786         (_REG_BADPAT): Renamed from REG_BADPAT.
12787         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12788         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12789         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12790         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12791         (_REG_EBRACK): Renamed from REG_EBRACK.
12792         (_REG_EPAREN): Renamed from REG_EPAREN.
12793         (_REG_EBRACE): Renamed from REG_EBRACE.
12794         (_REG_BADBR): Renamed from REG_BADBR.
12795         (_REG_ERANGE): Renamed from REG_ERANGE.
12796         (_REG_ESPACE): Renamed from REG_ESPACE.
12797         (_REG_BADRPT): Renamed from REG_BADRPT.
12798         (_REG_EEND): Renamed from REG_EEND.
12799         (_REG_ESIZE): Renamed from REG_ESIZE.
12800         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12801         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12802         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12803         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12804         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12805
12806         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12807         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12808         changed.  But support the old name if the new one is not defined
12809         and if _REGEX_SOURCE.
12810
12811         Change the following member names in struct re_pattern_buffer.
12812         The old names are still supported if !_REGEX_SOURCE.
12813         The new names are always supported, regardless of _REGEX_SOURCE.
12814         (re_buffer): Renamed from buffer.
12815         (re_allocated): Renamed from allocated.
12816         (re_used): Renamed from used.
12817         (re_syntax): Renamed from syntax.
12818         (re_fastmap): Renamed from fastmap.
12819         (re_translate): Renamed from translate.
12820         (re_can_be_null): Renamed from can_be_null.
12821         (re_regs_allocated): Renamed from regs_allocated.
12822         (re_fastmap_accurate): Renamed from fastmap_accurate.
12823         (re_no_sub): Renamed from no_sub.
12824         (re_not_bol): Renamed from not_bol.
12825         (re_not_eol): Renamed from not_eol.
12826         (re_newline_anchor): Renamed from newline_anchor.
12827
12828         Change the following member names in struct re_registers.
12829         The old names are still supported if !_REGEX_SOURCE.
12830         The new names are always supported, regardless of _REGEX_SOURCE.
12831         (rm_num_regs): Renamed from num_regs.
12832         (rm_start): Renamed from start.
12833         (rm_end): Renamed from end.
12834
12835         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12836         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12837         Prepend __ to parameter names.
12838
12839         Undo yesterday's changes.
12840
12841 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12844         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12845         lib/regex.c.
12846
12847 2005-08-24  Jim Meyering  <jim@meyering.net>
12848
12849         Sync from coreutils.
12850         * m4/fcntl-safer.m4: New file.
12851
12852         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12853         and object files for this module.
12854
12855 2005-08-24  Jim Meyering  <jim@meyering.net>
12856
12857         Sync from coreutils.
12858         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12859
12860 2005-08-24  Jim Meyering  <jim@meyering.net>
12861
12862         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12863         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12864
12865 2005-08-24  Jim Meyering  <jim@meyering.net>
12866
12867         * modules/fcntl-safer: New module.
12868         * modules/fts (Depends-on): Add fcntl-safer.
12869         * MODULES.html.sh (File descriptor based Input/Output):
12870         Add fcntl-safer.
12871
12872 2005-08-24  Bruno Haible  <bruno@clisp.org>
12873
12874         Support for unit test modules.
12875         * modules/README: Mention tests modules.
12876         * modules/TEMPLATE-TESTS: New file.
12877         * gnulib-tool: New options --extract-tests-module, --with-tests and
12878         --tests-base (unused for the moment).
12879         (testsbase, inctests): New variables.
12880         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12881         (func_verify_module): Exclude TEMPLATE-TESTS.
12882         (func_verify_nontests_module, func_verify_tests_module): New functions.
12883         (func_get_dependencies): Add implicit dependency for tests modules.
12884         (func_get_tests_module): New function.
12885         (func_modules_transitive_closure): When --with-tests was specified,
12886         include the unit tests as well, unless explicitly avoided.
12887         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12888         (func_emit_tests_Makefile_am): New function.
12889         (func_create_testdir): When --with-tests was specified, emit a
12890         tests/ directory.
12891         * MODULES.html.sh (Future developments): Update.
12892
12893 2005-08-24  Bruno Haible  <bruno@clisp.org>
12894
12895         * modules/tls-tests: New file.
12896         * tests/test-tls.c: New file, from GNU gettext.
12897
12898 2005-08-24  Bruno Haible  <bruno@clisp.org>
12899
12900         * modules/lock-tests: New file.
12901         * tests/test-lock.c: New file, from GNU gettext.
12902
12903 2005-08-24  Bruno Haible  <bruno@clisp.org>
12904
12905         * lib/lock.h: Add multiple inclusion guard.
12906         * lib/tls.h: Add multiple inclusion guard.
12907
12908 2005-08-24  Bruno Haible  <bruno@clisp.org>
12909
12910         * gnulib-tool: Add support for the --aux-dir option to
12911         --create-testdir, --create-megatestdir, --test, --megatest.
12912         (func_create_testdir, func_create_megatestdir): Optionally emit a
12913         AC_CONFIG_AUX_DIR directive.
12914         (create-testdir, create-megatestdir, test, megatest): Provide a
12915         default value for $auxdir.
12916
12917 2005-08-24  Bruno Haible  <bruno@clisp.org>
12918
12919         * gnulib-tool (import): Use compound statement instead of subshell
12920         where possible.
12921
12922 2005-08-24  Bruno Haible  <bruno@clisp.org>
12923
12924         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12925
12926 2005-08-24  Bruno Haible  <bruno@clisp.org>
12927
12928         * gnulib-tool (func_version): Update.
12929
12930 2005-08-24  Bruno Haible  <bruno@clisp.org>
12931
12932         * gnulib-tool (func_import, func_create_testdir,
12933         func_create_megatestdir): Quote all autoconf macro arguments.
12934
12935 2005-08-24  Bruno Haible  <bruno@clisp.org>
12936
12937         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12938         option --force, because --force causes the aclocal.m4 of each
12939         subdirectory to be newer than the corresponding config.h.in.
12940
12941 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12942
12943         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12944         All contents moved to gl_REGEX.
12945         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12946         assume that it does.
12947
12948 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * lib/regex.h (REG_NOSYS)
12951         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12952         Define, since POSIX requires it as of 2001.
12953         (_REG_ENOSYS)
12954         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12955         New private symbol, used to keep the enum signed in all cases.
12956         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12957         Youngman in
12958         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12959
12960         * lib/regex_internal.c (re_string_skip_chars, register_state):
12961         (calc_state_hash):
12962         Remove forward decls; no longer needed now that we use prototypes.
12963         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12964         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12965         (clean_state_log_if_needed): Likewise.
12966
12967 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12968
12969         * config/srclist.txt: Add glibc bugs 1231-1233.
12970
12971 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         Fix problems reported by Sam Steingold in
12974         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12975         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12976         assumed that reg_errcode_t is a signed type, which is not
12977         necessarily true if _XOPEN_SOURCE is not defined.
12978         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12979         since some compilers warn about it otherwise.
12980
12981 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12984         (init_word_char, create_initial_state, duplicate_node_closure):
12985         (fetch_token, peek_token_bracket, build_range_exp):
12986         (build_collating_symbol): Remove forward decls; no longer needed
12987         now that we use prototypes.
12988
12989         * lib/regcomp.c:
12990         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12991         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12992         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12993         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12994         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12995         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12996         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12997         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12998         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12999         (build_range_exp, build_collating_symbol, parse_bracket_exp):
13000         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
13001         (build_charclass, build_charclass_op, fetch_number, create_tree):
13002         (create_token_tree, mark_opt_subexp, duplicate_tree):
13003         Use prototypes rather than old-style definitions.
13004
13005         * lib/regex_internal.c:
13006         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
13007         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
13008         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
13009         (re_string_reconstruct, re_string_peek_byte_case):
13010         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
13011         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
13012         (re_node_set_init_copy, re_node_set_add_intersect):
13013         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
13014         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
13015         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
13016         (re_acquire_state, re_acquire_state_context, register_state):
13017         (create_ci_newstate, create_cd_newstate, free_state):
13018         Likewise.
13019         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
13020         re_search_2):
13021         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
13022         (re_search_internal, prune_impossible_nodes):
13023         (acquire_init_state_context, check_matching, static):
13024         (check_halt_node_context, check_halt_state_context, proceed_next_node):
13025         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
13026         (update_regs, sift_states_backward, build_sifted_states):
13027         (clean_state_log_if_needed, merge_state_array):
13028         (update_cur_sifted_state, add_epsilon_src_nodes):
13029         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
13030         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
13031         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
13032         (find_recover_state, check_subexp_matching_top, transit_state_mb):
13033         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
13034         (check_arrival, check_arrival_add_next_nodes):
13035         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
13036         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
13037         (check_node_accept_bytes, check_node_accept, extend_buffers):
13038         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
13039         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
13040         (sift_ctx_init):
13041         Likewise.
13042
13043         * lib/regex_internal.h:
13044         (re_string_allocate, re_string_construct, re_string_reconstruct):
13045         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
13046         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
13047         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
13048         (re_string_context_at, re_string_peek_byte_case):
13049         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
13050         is defined, since we now use prototypes always.
13051
13052         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
13053         C89 or better.  All uses removed.
13054
13055 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13056
13057         * config/srclist.txt: Add glibc bugs 1220-1227.
13058
13059 2005-08-20  Jim Meyering  <jim@meyering.net>
13060
13061         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
13062         of unused local, dfa.
13063
13064 2005-08-20  Bruno Haible  <bruno@clisp.org>
13065
13066         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
13067
13068 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13069
13070         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
13071         (re_node_set_insert_last, re_dfa_add_node):
13072         Rename local variables to avoid GCC shadowing warnings.
13073
13074 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13075
13076         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13077         [defined lint]: Suppress bogus uninitialized-variable warnings.
13078
13079         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13080         and let the caller return REG_ESPACE if out of space.  This
13081         removes an uninitialied-variable warning with GCC 4.0.1, and also
13082         avoids taking the address of a local variable.  All callers
13083         changed.
13084
13085 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13086
13087         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13088         $LIBCSRC/posix/regexec.c.
13089         Add glibc bug 1217 for regcomp.c.
13090
13091 2005-08-19  Jim Meyering  <jim@meyering.net>
13092
13093         * lib/regexec.c (proceed_next_node): Redo local variables to
13094         avoid GCC shadowing warnings.
13095
13096 2005-08-18  Bruno Haible  <bruno@clisp.org>
13097
13098         * lib/strstr.c (strstr): Fix return value in multibyte case.
13099         * lib/strcasestr.c (strcasestr): Likewise.
13100
13101 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13102
13103         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13104
13105 2005-08-17  Jim Meyering  <jim@meyering.net>
13106
13107         Make the %s format (seconds since the epoch) work for a negative
13108         number and when used with a zero-padded field width, e.g. %015s.
13109
13110         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13111         label so that it precedes the code to set `digits'.  Otherwise,
13112         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13113         print `00-22'.  Now, it prints `-0022', as it should.
13114
13115 2005-08-17  Bruno Haible  <bruno@clisp.org>
13116
13117         * modules/strstr (Files): Add m4/mbrtowc.m4.
13118         (Depends-on): Add mbuiter.
13119
13120 2005-08-17  Bruno Haible  <bruno@clisp.org>
13121
13122         * modules/strcasestr: New file.
13123         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13124         strcasestr.
13125
13126 2005-08-17  Bruno Haible  <bruno@clisp.org>
13127
13128         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13129
13130 2005-08-17  Bruno Haible  <bruno@clisp.org>
13131
13132         * modules/mbuiter: New file.
13133         * MODULES.html.sh (Extended multibyte and wide character utilities):
13134         Add mbuiter.
13135
13136 2005-08-17  Bruno Haible  <bruno@clisp.org>
13137
13138         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13139         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13140
13141 2005-08-17  Bruno Haible  <bruno@clisp.org>
13142
13143         * m4/strcasestr.m4: New file.
13144
13145 2005-08-17  Bruno Haible  <bruno@clisp.org>
13146
13147         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13148         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13149
13150 2005-08-17  Bruno Haible  <bruno@clisp.org>
13151
13152         * lib/strcasestr.h: New file.
13153         * lib/strcasestr.c: New file.
13154
13155 2005-08-17  Bruno Haible  <bruno@clisp.org>
13156
13157         * lib/strcasecmp.c: Use mbuiter.h.
13158
13159 2005-08-17  Bruno Haible  <bruno@clisp.org>
13160
13161         * lib/mbuiter.h: New file.
13162
13163 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13166         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13167         and gl_GETOPT are both invoked via different paths (as happens
13168         with GNU tar CVS because it uses both argp and getopt), the former
13169         wins.
13170
13171 2005-08-16  Bruno Haible  <bruno@clisp.org>
13172
13173         * modules/tls: New file.
13174         * MODULES.html.sh (Multithreading): Add tls.
13175
13176 2005-08-16  Bruno Haible  <bruno@clisp.org>
13177
13178         * modules/strnlen1: New file.
13179         * MODULES.html.sh (String handling): Add strnlen1.
13180
13181 2005-08-16  Bruno Haible  <bruno@clisp.org>
13182
13183         * modules/strcase (Files): Add m4/mbrtowc.m4.
13184         (Depends-on): Add strnlen1, mbchar.
13185
13186 2005-08-16  Bruno Haible  <bruno@clisp.org>
13187
13188         * modules/mbiter: New file.
13189         * MODULES.html.sh (Extended multibyte and wide character utilities):
13190         Add mbiter.
13191
13192 2005-08-16  Bruno Haible  <bruno@clisp.org>
13193
13194         * modules/mbfile: New file.
13195         * MODULES.html.sh (Extended multibyte and wide character utilities):
13196         Add mbfile.
13197
13198 2005-08-16  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/mbchar: New file.
13201         * MODULES.html.sh (Extended multibyte and wide character utilities):
13202         New section.
13203
13204 2005-08-16  Bruno Haible  <bruno@clisp.org>
13205
13206         * m4/tls.m4: New file, from GNU gettext.
13207
13208 2005-08-16  Bruno Haible  <bruno@clisp.org>
13209
13210         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13211         always.
13212         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13213
13214 2005-08-16  Bruno Haible  <bruno@clisp.org>
13215
13216         * m4/mbiter.m4: New file.
13217
13218 2005-08-16  Bruno Haible  <bruno@clisp.org>
13219
13220         * m4/mbfile.m4: New file.
13221
13222 2005-08-16  Bruno Haible  <bruno@clisp.org>
13223
13224         * m4/mbchar.m4: New file.
13225
13226 2005-08-16  Bruno Haible  <bruno@clisp.org>
13227
13228         * lib/tls.h: New file, from GNU gettext.
13229         * lib/tls.c: New file, from GNU gettext.
13230
13231 2005-08-16  Bruno Haible  <bruno@clisp.org>
13232
13233         * lib/strnlen1.h: New file.
13234         * lib/strnlen1.c: New file.
13235
13236 2005-08-16  Bruno Haible  <bruno@clisp.org>
13237
13238         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13239         (mbi_init): Update.
13240         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13241         NUL byte, not after it.
13242
13243 2005-08-16  Bruno Haible  <bruno@clisp.org>
13244
13245         * lib/strcase.h (strcasecmp): Add note in comments.
13246         * lib/strncasecmp.c: Use code from strcasecmp.c.
13247         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13248         (strcasecmp): Work correctly in multibyte locales.
13249
13250 2005-08-16  Bruno Haible  <bruno@clisp.org>
13251
13252         * lib/mbiter.h: New file.
13253
13254 2005-08-16  Bruno Haible  <bruno@clisp.org>
13255
13256         * lib/mbfile.h: New file.
13257
13258 2005-08-16  Bruno Haible  <bruno@clisp.org>
13259
13260         * lib/mbchar.h: New file.
13261         * lib/mbchar.c: New file.
13262
13263 2005-08-16  Bruno Haible  <bruno@clisp.org>
13264
13265         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13266         the valid ones. Makes the comparison operations transitive:
13267         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13268         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13269
13270 2005-08-15  Simon Josefsson  <jas@extundo.com>
13271
13272         * modules/ssize_t (License): Change to 'unlimited'.
13273
13274         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13275
13276 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13277
13278         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13279         Add comments for each pending glibc patch.
13280
13281 2005-08-15  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13284         __cplusplus is defined.
13285
13286 2005-08-14  Jim Meyering  <jim@meyering.net>
13287
13288         Sync from coreutils.
13289
13290         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13291         Use the hash-table-based cycle-detection code not just when
13292         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13293         Reported by James Youngman in
13294         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13295         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13296         FTS_TIGHT_CYCLE_CHECK.
13297         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13298         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13299         once again.
13300         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13301         * lib/fts.c (fd_safer): Remove decl.
13302         Include fcntl--.h rather than unistd-safer.h
13303         (fts_safe_changedir): Don't call fd_safer; no longer needed
13304         now that we include fcntl--.h.
13305
13306 2005-08-12  Simon Josefsson  <jas@extundo.com>
13307
13308         * modules/getndelim2: Use ssize_t module.
13309         * modules/getnline: Likewise.
13310         * modules/safe-read: Likewise.
13311         * modules/xreadlink: Likewise.
13312
13313         * modules/ssize_t: New file.
13314
13315 2005-08-12  Simon Josefsson  <jas@extundo.com>
13316
13317         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13318
13319 2005-08-12  Simon Josefsson  <jas@extundo.com>
13320
13321         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13322         ssize_t.
13323
13324 2005-08-12  Simon Josefsson  <jas@extundo.com>
13325
13326         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13327         readline, getdelim and check_version.
13328         (Support for systems lacking ISO C 99: Sizes of integer types):
13329         Add size_max.
13330
13331 2005-08-12  Bruno Haible  <bruno@clisp.org>
13332
13333         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13334
13335 2005-08-11  Simon Josefsson  <jas@extundo.com>
13336
13337         * modules/readline: New file.
13338
13339         * modules/strnlen (Files): Add strnlen.h.
13340
13341 2005-08-11  Simon Josefsson  <jas@extundo.com>
13342
13343         * m4/readline.m4: New file.
13344
13345 2005-08-11  Simon Josefsson  <jas@extundo.com>
13346
13347         * lib/readline.h, readline.c: New file.
13348
13349 2005-08-11  Simon Josefsson  <jas@extundo.com>
13350
13351         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13352         gl_AVOID.
13353
13354 2005-08-11  Bruno Haible  <bruno@clisp.org>
13355
13356         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13357
13358 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13359
13360         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13361
13362 2005-08-10  Simon Josefsson  <jas@extundo.com>
13363
13364         * tests/test-iconvme.c: New file.
13365
13366 2005-08-10  Simon Josefsson  <jas@extundo.com>
13367
13368         * m4/strnlen.m4: New file.
13369
13370         * m4/strndup.m4: Don't check for strnlen declaration, done in
13371         strnlen.m4.
13372
13373 2005-08-10  Simon Josefsson  <jas@extundo.com>
13374
13375         * lib/strndup.c: Use strnlen.h.
13376
13377         * lib/strnlen.h: New file.
13378
13379 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13380
13381         * README: Typos.
13382
13383 2005-08-02  Simon Josefsson  <jas@extundo.com>
13384
13385         * modules/readline: New file.
13386
13387 2005-08-02  Simon Josefsson  <jas@extundo.com>
13388
13389         * modules/getdelim: New file.
13390
13391         * modules/getline: Rewrite, don't use getndelim2.
13392
13393 2005-08-02  Simon Josefsson  <jas@extundo.com>
13394
13395         * m4/getline.m4: Separate out getdelim stuff into separate module.
13396
13397         * m4/getdelim.m4: New file.
13398
13399 2005-08-02  Simon Josefsson  <jas@extundo.com>
13400
13401         * lib/getline.h, getline.c: Rewrite.
13402
13403         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13404
13405 2005-07-31  Bruno Haible  <bruno@clisp.org>
13406
13407         * lib/lock.h (gl_lock_initializer): New macro.
13408         (gl_lock_define_initialized): Use it.
13409         (gl_rwlock_initializer): New macro.
13410         (gl_rwlock_define_initialized): Use it.
13411         (gl_recursive_lock_initializer): New macro.
13412         (gl_recursive_lock_define_initialized): Use it.
13413
13414 2005-07-30  Karl Berry  <karl@gnu.org>
13415
13416         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13417         Report from Ben Pfaff, regarding getopt.
13418
13419 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13422         normal way.
13423         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13424         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13425         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13426         (gl_GETOPT): Use the new macros.  Most of the implementation
13427         is moved to the new macros.  This is for programs like Emacs
13428         that don't want all the functionality of gl_GETOPT.
13429
13430 2005-07-26  Bruno Haible  <bruno@clisp.org>
13431
13432         * m4/lock.m4: Update from GNU gettext.
13433
13434 2005-07-26  Bruno Haible  <bruno@clisp.org>
13435
13436         * lib/lock.h: Update from GNU gettext.
13437         * lib/lock.c: Update from GNU gettext.
13438
13439 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13442         obsolescent AC_TRY_RUN.  Include the default includes files, for
13443         'exit'.
13444
13445 2005-07-24  Bruno Haible  <bruno@clisp.org>
13446
13447         * modules/visibility: New file.
13448         * MODULES.html.sh (Misc): Add visibility.
13449
13450 2005-07-24  Bruno Haible  <bruno@clisp.org>
13451
13452         * m4/visibility.m4: New file.
13453
13454 2005-07-24  Bruno Haible  <bruno@clisp.org>
13455
13456         * doc/visibility.texi: New file.
13457
13458 2005-07-22  Bruno Haible  <bruno@clisp.org>
13459
13460         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13461         $(ALLOCA_H), redundant through BUILT_SOURCES.
13462         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13463         redundant through BUILT_SOURCES.
13464         * modules/byteswap (Makefile.am): Remove explicit dependency on
13465         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13466         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13467         $(FNMATCH_H), redundant through BUILT_SOURCES.
13468         * modules/getopt (Makefile.am): Remove explicit dependency on
13469         $(GETOPT_H), redundant through BUILT_SOURCES.
13470         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13471         redundant through BUILT_SOURCES.
13472         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13473         redundant through BUILT_SOURCES.
13474         * modules/stdbool (Makefile.am): Remove explicit dependency on
13475         $(STDBOOL_H), redundant through BUILT_SOURCES.
13476         * modules/stdint (Makefile.am): Remove explicit dependency on
13477         $(STDINT_H), redundant through BUILT_SOURCES.
13478         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13479         Remove explicit dependency on $(SYSEXITS_H).
13480         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13481
13482 2005-07-18  Simon Josefsson  <jas@extundo.com>
13483
13484         * lib/check-version.c (check_version): Accept identical versions too.
13485
13486 2005-07-18  Bruno Haible  <bruno@clisp.org>
13487
13488         * modules/lock: New file.
13489         * MODULES.html.sh (Multithreading): New section.
13490
13491 2005-07-18  Bruno Haible  <bruno@clisp.org>
13492
13493         * m4/lock.m4: New file, from GNU gettext.
13494
13495 2005-07-18  Bruno Haible  <bruno@clisp.org>
13496
13497         * lib/lock.h: New file, from GNU gettext.
13498         * lib/lock.c: New file, from GNU gettext.
13499
13500 2005-07-18  Bruno Haible  <bruno@clisp.org>
13501
13502         * lib/lock.h (gl_once_t): New type.
13503         (gl_once_define, gl_once): New macros.
13504         * lib/lock.c (fresh_once): New variable.
13505         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13506         functions.
13507
13508 2005-07-16  Simon Josefsson  <jas@extundo.com>
13509
13510         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13511         workaround, suggested by Bruno.
13512
13513 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * modules/xalloc (Depends-on): Add xalloc-die.
13516         * modules/xvasprintf (Depends-on): Add xalloc-die.
13517
13518 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13519
13520         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13521         with a minor change.
13522
13523 2005-07-15  Bruno Haible  <bruno@clisp.org>
13524
13525         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13526         When using lib/poll.c, define poll as rpl_poll.
13527
13528 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13529
13530         * modules/argp (Depends-on): Remove unlocked-io.
13531
13532 2005-07-14  Derek Price  <derek@ximbiot.com>
13533
13534         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13535         for glob symlink bug.
13536
13537 2005-07-14  Bruno Haible  <bruno@clisp.org>
13538
13539         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13540         Instead, test for *_unlocked function declarations directly.
13541
13542 2005-07-11  Simon Josefsson  <jas@extundo.com>
13543
13544         * modules/size_max: New file.
13545
13546         * modules/xsize: Depend on size_max module for size_max.m4.
13547
13548 2005-07-11  Simon Josefsson  <jas@extundo.com>
13549
13550         * lib/size_max.h: New file.
13551
13552 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13555         copyright symbol and the year.
13556         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13557         (version_etc_va): Use parameterized copyright notice.
13558         Reword to conform to the current GNU coding standards.
13559
13560 2005-07-11  Karl Berry  <karl@gnu.org>
13561
13562         * doc/gnulib.texi (Quoting): new node.
13563         (Initial import): more info, from Patrice.
13564
13565 2005-07-11  Bruno Haible  <bruno@clisp.org>
13566
13567         * gnulib-tool (func_usage): Document option --avoid.
13568         (Command line options): Handle --avoid.
13569         (func_acceptable): New function.
13570         (func_modules_transitive_closure): Use it.
13571
13572 2005-07-11  Bruno Haible  <bruno@clisp.org>
13573
13574         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13575         Reported by Jim Meyering.
13576
13577 2005-07-10  Bruno Haible  <bruno@clisp.org>
13578
13579         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13580         Needed when size_t is smaller than 'unsigned int'.
13581         Reported by Paul Eggert.
13582
13583 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13584
13585         * modules/argp (Depends-on): Add unlocked-io
13586
13587 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13588
13589         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13590         block of defines.
13591
13592 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13595         fix now.
13596
13597 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13598         and Paul Eggert  <eggert@cs.ucla.edu>
13599
13600         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13601         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13602
13603 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13604
13605         * modules/regex (Files): Add lib/regex_internal.c,
13606         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13607         (Depends-on): Add extensions.
13608         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13609
13610 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13613         pathconf.
13614         * m4/same.m4 (gl_SAME): Likewise.
13615         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13616
13617         * m4/regex.m4: Adjust to new libc regex implementation.
13618         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13619         all the .c and .h parts of (the new) regex.
13620         Quote the m4 stuff better.
13621         Check for RE_ICASE bug of old gnulib.
13622         Check for REG_STARTEND of recent libc.
13623         Rename local variables from jm_* to gl_*.
13624         Quote operand of "test -f".
13625         Say "recent enough" version of libc, not "version 2".
13626         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13627         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13628         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13629         Remove check for btowc, isascii.
13630         Require AM_LANGINFO_CODESET.
13631
13632 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13633
13634         * lib/regex.c, regex.h: Sync from libc.
13635         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13636         * lib/regexec.c:
13637         New files, synced from libc, except that regex_internal.h
13638         currently has a small porting fix.
13639
13640 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13643         regex_internal.c, regexec.c.
13644         Add regex_internal.h too, but as a comment, since the libc version
13645         is currently broken in gnulib mode.
13646
13647 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13648
13649         Support programs like Emacs that use gnulib but not gettext.
13650         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13651         * modules/gettext-h: New file.
13652         * modules/gettext (Files): Remove lib/gettext.h.
13653         (Depends-on): Add gettext-h.
13654         (Makefile.am): Remove lib_SOURCES.
13655         * modules/argmatch, modules/c-stack, modules/closeout:
13656         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13657         * modules/execute, modules/file-type, modules/getaddrinfo:
13658         * modules/getopt, modules/human, modules/javacomp:
13659         * modules/javaexec, modules/mkdir-p, modules/obstack:
13660         * modules/openat, modules/pagealign_alloc, modules/pipe:
13661         * modules/quotearg, modules/regex, modules/rpmatch:
13662         * modules/unicodeio, modules/userspec, modules/version-etc:
13663         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13664         * modules/xsetenv:
13665         Depend on gettext-h, not gettext.
13666
13667 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * gnulib-tool (func_import): Add support for 'public domain' license.
13670         * modules/alloca, modules/atexit, modules/memmove:
13671         Now public domain, not GPL.
13672         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13673         * modules/realloc, modules/strerror, modules/strtod:
13674         Now LGPL, not GPL.
13675
13676 2005-07-05  Bruno Haible  <bruno@clisp.org>
13677
13678         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13679         autoconf CVS. Needed for mingw.
13680
13681 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         Remove the dependency of the strftime module on the tzset module.
13684         * modules/strftime (Depends-on): Remove dependency on tzset.
13685
13686 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         Remove the dependency of the strftime module on the tzset module.
13689         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13690         gl_FUNC_TZSET_CLOBBER.
13691
13692 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13693
13694         Remove the dependency of the strftime module on the tzset module.
13695         * lib/strftime.c (my_strftime)
13696         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13697         Copy the input structure, to work around some of the bug with
13698         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13699         Solaris releases, you should also use the tzset module, but we won't
13700         require it as a dependency any more since we don't want LGPLed code
13701         to depend on GPLed code.
13702
13703 2005-07-02  Jim Meyering  <jim@meyering.net>
13704
13705         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13706         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13707         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13708         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13709
13710 2005-07-02  Jim Meyering  <jim@meyering.net>
13711
13712         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13713
13714 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13715
13716         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13717         declares only 'struct timespec;' (!).
13718
13719 2005-07-01  Jim Meyering  <jim@meyering.net>
13720
13721         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13722         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13723         * lib/save-cwd.c, tempname.c:
13724         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13725         and don't include <sys/file.h>).
13726
13727 2005-06-29  Jim Meyering  <jim@meyering.net>
13728
13729         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13730         type name.  Use the variable name instead.
13731         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13732         Likewise.
13733
13734 2005-06-28  Simon Josefsson  <jas@extundo.com>
13735
13736         * modules/check-version (Files): Add check-version.m4.
13737
13738 2005-06-28  Simon Josefsson  <jas@extundo.com>
13739
13740         * m4/check-version.m4: New file, suggested by Jim Meyering
13741         <jim@meyering.net>.
13742
13743 2005-06-28  Simon Josefsson  <jas@extundo.com>
13744
13745         * lib/check-version.h, lib/check-version.c: New files.
13746
13747 2005-06-28  Simon Josefsson  <jas@extundo.com>
13748
13749         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13750         collision with global variable.  Better indentation.  Don't
13751         increment buffer pointer beyond buffer end.  Based on comments
13752         from Paul Eggert <eggert@cs.ucla.edu>.
13753
13754         * lib/base64.h: Indent.
13755
13756 2005-06-28  Simon Josefsson  <jas@extundo.com>
13757
13758         * doc/gnulib.texi (Library version handling): New section.
13759
13760 2005-06-28  Jim Meyering  <jim@meyering.net>
13761
13762         * check-module (find_included_lib_files): Hard-code another
13763         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13764         but modules/fts-lgpl (correctly) does not list those files.
13765
13766         * modules/canonicalize (Files): Add lib/pathmax.h.
13767
13768 2005-06-25  Simon Josefsson  <jas@extundo.com>
13769
13770         * modules/check-version: New file.
13771
13772 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13773
13774         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13775         initializer of struct addrinfo, as an indication that we don't
13776         care how many members the structure has.
13777
13778 2005-06-24  Derek Price  <derek@ximbiot.com>
13779         and Bruno Haible  <bruno@clisp.org>
13780
13781         Remove stat module & update lstat.
13782         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13783         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13784         * m4/stat.m4: Remove this file.
13785
13786 2005-06-24  Derek Price  <derek@ximbiot.com>
13787         and Bruno Haible  <bruno@clisp.org>
13788
13789         Remove stat module & update lstat.
13790         * lib/stat.c: Remove this file...
13791         (slash_aware_lstat): ...moving this content and its support...
13792         * lib/lstat.c (rpl_lstat): ...into here.
13793         * lib/lstat.h: New file.
13794
13795 2005-06-24  Derek Price  <derek@ximbiot.com>
13796         and Bruno Haible  <bruno@clisp.org>
13797
13798         Remove stat module & update lstat.
13799         * config/srclist.txt (libc sources): Remove stat.
13800
13801 2005-06-24  Derek Price  <derek@ximbiot.com>
13802         and Bruno Haible  <bruno@clisp.org>
13803
13804         Remove stat module & update lstat.
13805         * MODULES.html.sh (stat): Remove.
13806         * MODULES.html: Regenerated.
13807         * modules/lstat (Description): Correct function name.
13808         (Files): Add "lstat.h".
13809         (Depends-on): Remove stat, add xalloc, stat-macros.
13810         * modules/stat: Remove this file.
13811         (Include): Add "lstat.h", remove <sys/stat.h>.
13812
13813 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13816         (ranged_convert): Don't save conversion in a temporary struct.
13817         This causes a warning with GCC 4.0.0, and anyway in the typical
13818         case it's not worth the extra 100 bytes or so of code.
13819         (ranged_convert, __mktime_internal): When calling a function via a
13820         pointer P, use P () rather than (*P) (), as we now assume C89 or
13821         better.
13822
13823 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13826         "who -r" failed to give output.  Problem reported by Tim Waugh.
13827
13828         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13829         (xcalloc): Use it to avoid needless tests.
13830         Problem reported by Jim Meyering.
13831
13832 2005-06-20  Derek Price  <derek@ximbiot.com>
13833
13834         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13835         unnecessary for Autoconfs > 2.59c.
13836
13837 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13838
13839         * lib/argp.h (__option_is_short): Check upper limit of
13840         __key. Isprint() requires its argument to have the value
13841         of an unsigned char or EOF.
13842
13843 2005-06-16  Jim Meyering  <jim@meyering.net>
13844
13845         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13846         when either N or S is zero.
13847
13848 2005-06-16  Derek Price  <derek@ximbiot.com>
13849
13850         * m4/bison.m4: Declare YACC & YFLAGS precious.
13851
13852 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13855         multibyte string or pattern, fall back on unibyte matching.
13856         Problem reported by James Youngman.
13857
13858 2005-06-08  Bruno Haible  <bruno@clisp.org>
13859
13860         * modules/csharpcomp: New file.
13861         * MODULES.html.sh (C#): Add csharpcomp.
13862
13863 2005-06-08  Bruno Haible  <bruno@clisp.org>
13864
13865         * m4/csharpcomp.m4: New file, from GNU gettext.
13866
13867 2005-06-08  Bruno Haible  <bruno@clisp.org>
13868
13869         * lib/csharpcomp.h: New file, from GNU gettext.
13870         * lib/csharpcomp.c: New file, from GNU gettext.
13871         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13872
13873 2005-06-08  Bruno Haible  <bruno@clisp.org>
13874
13875         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13876         warning on mingw.
13877
13878 2005-06-07  Derek Price  <derek@ximbiot.com>
13879
13880         Sync from CVS.
13881         * lib/glob_.h: Indent nested #ifdef.
13882
13883 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         Sync from coreutils.
13886         Use "file name" when talking about file names, instead of "filename"
13887         or "path", as per the GNU coding standards.
13888         * lib/mkdir-p.c: Renamed from makepath.c.
13889         (make_dir_parents): Renamed from make_path.  All callers changed.
13890         * lib/mkdir-p.h: Likewise.  All includers changed.
13891         * lib/filenamecat.c: Renamed from path-concat.c.
13892         (file_name_concat): Renamed from path_concat.  All callers changed.
13893         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13894         * lib/filenamecat.h: Likewise.  All includers changed.
13895         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13896         in comments or local variable names.
13897         * lib/basename.c: Likewise.
13898         * lib/canonicalize.c, canonicalize.h: Likewise.
13899         * lib/dirname.c, dirname.h: Likewise.
13900         * lib/euidaccess.c: Likewise.
13901         * lib/exclude.c: Likewise
13902         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13903         * lib/fsusage.c, fsuage.h: Likewise.
13904         * lib/fts.c, fts_.h: Likewise.
13905         * lib/getcwd.c: Likewise.
13906         * lib/getloadavg.c: Likewise.
13907         * lib/mkstemp.c: Likewise.
13908         * lib/mountlist.c, mountlist.h: Likewise.
13909         * lib/openat.c, openat.h: Likewise.
13910         * lib/readlink-stub.c: Likewise.
13911         * lib/readutmp.c, readutmp.h: Likewise.
13912         * lib/rename.c: Likewise.
13913         * lib/rmdir.c: Likewise.
13914         * lib/same.c: Likewise.
13915         * lib/savedir.c: Likewise.
13916         * lib/stripslash.c: Likewise.
13917         * lib/tempname.c: Likewise.
13918         * lib/xreadlink.c: Likewise.
13919         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13920         All uses changed.
13921         * lib/exclude.h: Likewise.
13922
13923         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13924         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13925         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13926         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13927         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13928         files have been getting away with it for years (MORE/BSD 4.3
13929         is extinct now).
13930         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13931         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13932
13933         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13934         Define to 256, not 255, as per modern POSIX.
13935
13936 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13937
13938         Sync from coreutils.
13939         Use "file name" when talking about file names, instead of "filename"
13940         or "path", as per the GNU coding standards.
13941         * MODULES.html.sh: mkdir-p renamed from makepath.
13942         filenamecat renamed from path-concat.
13943         * modules/filenamecat: Renamed from modules/path-concat.
13944         (Files): filenamecat.h and filenamecat.c renamed from
13945         path-concat.h and path-concat.c.
13946         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13947         (Include): filenamecat.h, not path-concat.h.
13948         * modules/mkdir-p: Renamed from modules/makepath.
13949         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13950         makepath.c.
13951         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13952         (Include): mkdir-p.h, not makepath.h.
13953
13954 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13955
13956         Sync from coreutils.
13957         * m4/mkdir-p.m4: Renamed from makepath.m4.
13958         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13959         Rename files from makepath.c to mkdir-p.c, and from
13960         makepath.h to mkdir-p.h.
13961         * m4/filenamecat.m4: Renamed from path-concat.m4.
13962         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13963         Rename files from path-concat.c to filenamecat.c,
13964         and from path-concat.h to filenamecat.h.
13965         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13966         "file name" in local variables or comments.
13967         * m4/rename.m4: Likewise.
13968
13969 2005-06-01  Bruno Haible  <bruno@clisp.org>
13970
13971         * modules/csharpexec: New file.
13972         * MODULES.html.sh (C#): New section.
13973
13974 2005-06-01  Bruno Haible  <bruno@clisp.org>
13975
13976         * m4/csharp.m4: New file, from GNU gettext.
13977         * m4/csharpexec.m4: New file, from GNU gettext.
13978
13979 2005-06-01  Bruno Haible  <bruno@clisp.org>
13980
13981         * lib/csharpexec.h: New file, from GNU gettext.
13982         * lib/csharpexec.c: New file, from GNU gettext.
13983         * lib/csharpexec.sh.in: New file, from GNU gettext.
13984
13985 2005-05-31  Derek Price  <derek@ximbiot.com>
13986             Paul Eggert  <eggert@cs.ucla.edu>
13987
13988         Sync from cvs.
13989         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13990
13991 2005-05-31  Derek Price  <derek@ximbiot.com>
13992             Paul Eggert  <eggert@cs.ucla.edu>
13993
13994         Sync from cvs.
13995         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13996
13997 2005-05-29  Derek Price  <derek@ximbiot.com>
13998
13999         * config/srclist.txt (glob_.h, glob.c): Add these files.
14000
14001 2005-05-29  Derek Price  <derek@ximbiot.com>
14002
14003         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
14004         * modules/glob: New file.
14005         * modules/getlogin_r: Add link to POSIX spec in description.
14006
14007 2005-05-29  Derek Price  <derek@ximbiot.com>
14008             Paul Eggert  <eggert@cs.ucla.edu>
14009
14010         * m4/glob.m4: New file.
14011
14012 2005-05-29  Derek Price  <derek@ximbiot.com>
14013             Paul Eggert  <eggert@cs.ucla.edu>
14014
14015         * lib/glob_.h, lib/glob.c: New files.
14016
14017 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14018
14019         * modules/fts (Files): Remove m4/inttypes-pri.m4.
14020         * modules/fts-lgpl (Depends-on): Remove gettext.
14021
14022 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
14025         and don't require gt_INTTYPES_PRI.
14026
14027 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
14030
14031         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
14032         the configuration hassle isn't worth it.
14033         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
14034         (LONGEST_MODIFIER, PRIuMAX): Remove.
14035
14036 2005-05-27  Bruno Haible  <bruno@clisp.org>
14037
14038         * lib/getlogin_r.h: Remove second include of <stddef.h>.
14039
14040 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
14041
14042         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
14043         _POSIX_PTHREAD_SEMANTICS for Solaris.
14044
14045 2005-05-25  Derek Price  <derek@ximbiot.com>
14046
14047         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
14048
14049 2005-05-25  Derek Price  <derek@ximbiot.com>
14050             Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * modules/getlogin_r, m4/getlogin_r.m4: New files.
14053         * lib/getlogin_r.c, getlogin_r.h: New files.
14054
14055 2005-05-25  Bruno Haible  <bruno@clisp.org>
14056             Derek Price  <derek@ximbiot.com>
14057
14058         * lib/getlogin_r.h: Simplify API documentation.
14059
14060 2005-05-23  Derek Price  <derek@ximbiot.com>
14061
14062         * modules/minmax (Files): Add m4/minmax.m4.
14063         (configure.ac): Add gl_MINMAX.
14064
14065 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
14068         so that unistd-safer.h (GPL'ed code) need not be included.
14069
14070 2005-05-22  Bruno Haible  <bruno@clisp.org>
14071
14072         * m4/minmax.m4: New file.
14073         Based on a patch by Derek Price <derek@ximbiot.com>.
14074
14075 2005-05-22  Bruno Haible  <bruno@clisp.org>
14076
14077         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14078         (INT64_MIN): Fix definition.
14079         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14080
14081         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14082         NEED_SIGNED_INT_TYPES.
14083
14084         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14085         HAVE_SYSTEM_INTTYPES.
14086
14087 2005-05-22  Bruno Haible  <bruno@clisp.org>
14088
14089         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14090         Also include <sys/param.h> if it defines MIN, MAX.
14091         Based on a patch by Derek Price <derek@ximbiot.com>.
14092
14093 2005-05-21  Jim Meyering  <jim@meyering.net>
14094
14095         * modules/fts (Files): Add m4/inttypes-pri.m4.
14096         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14097
14098 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         New fts module.
14101         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14102         (setup_dir, free_dir): New functions.
14103         (enter_dir, leave_dir): Define trivial
14104         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14105         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14106         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14107         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14108         Move to fts-cycle.c.
14109         (fts_open): Use setup_dir.
14110         (fts_close): Use free_dir.
14111         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14112         This adds a label and some gotos, but the alternatives were messier.
14113         Check for memory allocation failure when entering a dir.
14114         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14115         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14116         (FTS): New member fts_cycle, that is a union that contains the
14117         old active_dir_ht and cycle_state.  All uses changed to mention
14118         fts_cycle.ht and fts_cycle.state.
14119         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14120         fts.c, with the following changes:
14121         (setup_dir, free_dir): New functions.
14122         (enter_dir): Now returns bool.  Return true if successful, false
14123         if memory exhausted.  All callers changed.
14124         Do not bother partly cleaning up on
14125         memory allocation failure; that is free_dir's job.
14126         However, free ad if hash_insert fails, to avoid memory leak.
14127         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14128         fts->fts_options to see which union member to use.
14129
14130 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14133         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14134
14135 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14138
14139 2005-05-20  Jim Meyering  <jim@meyering.net>
14140
14141         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14142         Now a macro, to pacify GCC.
14143
14144 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14145
14146         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14147         of -1.
14148
14149 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14150
14151         * lib/chown.c (rpl_chown): Return -1 on failure.
14152
14153 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14156         Don't check for stddef.h.
14157         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14158         don't use its results.
14159         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14160         since we include them unconditionally.  Don't require
14161         AM_STDBOOL_H, since stdbool is a prerequisite.
14162         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14163         since we assume C89 or better.
14164         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14165         as we don't use their results.
14166         Don't check for fchdir, memmove, memset, strrchr, as we use
14167         them unconditionally.
14168         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14169         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14170
14171 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14174         Include <stddef.h> unconditionally, since we assume C89 now.
14175         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14176         * lib/fts.c: Include fts_.h first, to check interface.
14177         Do not include intprops.h; no longer needed.
14178         Include cycle-check.h and hash.h, since fts_.h no longer does.
14179         Remove unnecessary casts of closedir to void.
14180         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14181         decide whether to decrement nlinks.
14182         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14183         (FTS): Use struct hash_table * instead of Hash_table, so that
14184         we no longer need to include hash.h here.
14185
14186 2005-05-18  Jim Meyering  <jim@meyering.net>
14187
14188         * modules/dirfd (License): Change to LGPL.  Most of the code
14189         is already in the public domain.
14190
14191 2005-05-18  Jim Meyering  <jim@meyering.net>
14192
14193         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14194         Reported by Yoann Vandoorselaere.
14195
14196 2005-05-17  Jim Meyering  <jim@meyering.net>
14197
14198         * m4/fts.m4: New file, from coreutils.
14199
14200 2005-05-17  Jim Meyering  <jim@meyering.net>
14201
14202         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14203
14204 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         Sync from coreutils.
14207         * m4/unlinkdir.m4: New file.
14208
14209 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         Sync from coreutils.
14212         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14213         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14214         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14215         White space changes only.
14216         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14217         special.
14218         * lib/yesno.c: Include getline.h, not ctype.h.
14219         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14220         Use getline to remove arbitrary restriction on response length.
14221
14222 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * config/srclist-update: Spell out "Street" in FSF postal
14225         mail address; this is the style the FSF seems to prefer.
14226
14227         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14228         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14229         this updates FSF postal mail address.
14230
14231         Sync from coreutils.
14232         * modules/unlinkdir: New file.
14233         * modules/yesno (Depends-on): Add getline.
14234         * MODULES.html.sh (File system functions): Add unlinkdir.
14235
14236 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14239         lib/strsep.h:
14240         Change the initial comment to refer to GPL, not LGPL.
14241         gnulib-tool will change it to LGPL as needed.
14242
14243         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14244         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14245         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14246         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14247         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14248         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14249         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14250         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14251         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14252         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14253         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14254         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14255         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14256         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14257         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14258         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14259         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14260         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14261         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14262         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14263         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14264         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14265         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14266         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14267         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14268         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14269         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14270         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14271         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14272         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14273         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14274         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14275         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14276         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14277         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14278         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14279         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14280         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14281         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14282         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14283         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14284         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14285         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14286         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14287         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14288         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14289         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14290         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14291         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14292         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14293         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14294         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14295         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14296         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14297         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14298         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14299         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14300         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14301         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14302         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14303         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14304         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14305         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14306         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14307         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14308         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14309         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14310         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14311         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14312         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14313         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14314         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14315         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14316         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14317         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14318         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14319         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14320         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14321         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14322         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14323         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14324         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14325         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14326         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14327         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14328         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14329         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14330         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14331         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14332         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14333         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14334         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14335         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14336         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14337         lib/yesno.c, lib/yesno.h:
14338         Update FSF postal mail address.
14339
14340 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14341
14342         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14343         tests/test-memmem.c, tests/test-stpncpy.c:
14344         Update FSF postal mail address.
14345
14346 2005-05-13  Bruno Haible  <bruno@clisp.org>
14347
14348         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14349         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14350         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14351         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14352         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14353         Add support for 64-bit integers in the MSVC compiler.
14354
14355 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14356
14357         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14358
14359 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14360
14361         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14362
14363 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14364
14365         * doc/getdate.texi (General date syntax): Don't say that date
14366         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14367         Problem reported by Nic Ferrier.
14368
14369 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14370
14371         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14372         specified in ai_socktype. Fix invalid ai_protocol
14373         check. ai_protocol is usually set to 0 or depending on
14374         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14375         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14376         ai_socktype / ai_protocol in the returned addrinfo structure.
14377
14378 2005-05-10  Simon Josefsson  <jas@extundo.com>
14379
14380         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14381         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14382
14383 2005-05-10  Karl Berry  <karl@gnu.org>
14384
14385         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14386         (from http://www.gnu.org/licenses).
14387         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14388         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14389         fdl.texi suffices.
14390
14391 2005-05-10  Karl Berry  <karl@gnu.org>
14392
14393         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14394         (COPYING.DOC): remove.
14395
14396         * config/srclist-update: new FSF address.
14397
14398 2005-05-10  Derek Price  <derek@ximbiot.com>
14399
14400         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14401         possible.
14402
14403 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14404             Bruno Haible  <bruno@clisp.org>
14405
14406         * modules/inet_ntop: New file.
14407         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14408         inet_ntop.
14409
14410 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14411             Bruno Haible  <bruno@clisp.org>
14412
14413         * m4/inet_ntop.m4: New file.
14414
14415 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14416             Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/inet_ntop.h: New file.
14419         * lib/inet_ntop.c: New file, from glibc with modifications.
14420
14421 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * modules/time_r (License): Change to LGPL.
14424         * modules/extensions (License): Change to LGPL.  Actually,
14425         the license is more permissive than that, but currently gnulib-tool
14426         doesn't know how to handle more-permissive licenses.
14427
14428         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14429         Problem reported by Dave Love.
14430
14431 2005-05-08  Jim Meyering  <jim@meyering.net>
14432
14433         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14434         blank.
14435
14436 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * modules/argmatch (Depends-on): Add stdbool.
14439         * modules/backupfile (Depends-on): Likewise.
14440         * modules/chdir-long (Depends-on): Likewise.
14441         * modules/closeout (Depends-on): Likewise.
14442         * modules/cycle-check (Depends-on): Likewise.
14443         * modules/dirname (Depends-on): Likewise.
14444         * modules/fnmatch (Depends-on): Likewise.
14445         * modules/fsusage (Depends-on): Likewise.
14446         * modules/fwriteerror (Depends-on): Likewise.
14447         * modules/getcwd (Depends-on): Likewise.
14448         * modules/getloadavg (Depends-on): Likewise.
14449         * modules/hard-locale (Depends-on): Likewise.
14450         * modules/makepath (Depends-on): Likewise.
14451         * modules/mountlist (Depends-on): Likewise.
14452         * modules/nanosleep (Depends-on): Likewise.
14453         * modules/posixtm (Depends-on): Likewise.
14454         * modules/quotearg (Depends-on): Likewise.
14455         * modules/readtokens (Depends-on): Likewise.
14456         * modules/readtokens0 (Depends-on): Likewise.
14457         * modules/readutmp (Depends-on): Likewise.
14458         * modules/save-cwd (Depends-on): Likewise.
14459         * modules/strftime (Depends-on): Likewise.
14460         * modules/userspec (Depends-on): Likewise.
14461         * modules/utimecmp (Depends-on): Likewise.
14462         * modules/xgetcwd (Depends-on): Likewise.
14463         * modules/xnanosleep (Depends-on): Likewise.
14464         * modules/xstrtod (Depends-on): Likewise.
14465         * modules/yesno (Depends-on): Likewise.
14466
14467 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14470         needless checks.
14471
14472 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         Merge from coreutils.  Among other things,
14475         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14476         * lib/fd-safer.c: New file.
14477         * lib/fcntl-safer.h, open-safer.c: Remove.
14478         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14479         * lib/dup-safer.c: Include unistd-safer.h first.
14480         Don't include errno.h.
14481         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14482         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14483         * lib/file-type.c: Rely on file-type.h change.
14484         * lib/getloadavg.c: Include unistd-safer.h.
14485         (getloadavg): Use safer open.
14486         * lib/getusershell.c: Include "stdio-safer.h".
14487         (getusershell): Use safer fopen.
14488         * lib/long-options.c (long_options): Use NULL rather than 0.
14489         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14490         'free'.
14491         * lib/modechange.c: Likewise.
14492         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14493         (MODE_DONE): New constant.
14494         (struct mode_change): Remove 'next' member.
14495         (make_node_op_equals): New function; like the old one of the
14496         same name, except it allocates an array.
14497         (mode_compile, mode_create_from_ref): Use it.
14498         (mode_compile): Allocate result as an array, not a linked list.
14499         Parse octal string ourself, so that we catch mistakes like "+0".
14500         (mode_adjust): Arg is an array, not a linked list.
14501         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14502         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14503         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14504         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14505         Remove.  This is now stat-macros.h's job.
14506         (talloc): Remove.  All callers replaced by xalloc, so that
14507         our invokers don't have to worry about reporting memory failures.
14508         (make_node_op_equals): Remove.
14509         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14510         New constants.
14511         (struct mode_change): Moved here from modechange.h.
14512         (mode_append_entry): Remove.
14513         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14514         apps to have incorrect behavior.  Use simpler algorithm for head
14515         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14516         Detect more invalid usages rather than having somewhat-random behavior.
14517         Don't insert an "a=" action, as that leads to incorrect behavior.
14518         (mode_compile, mode_create_from_ref): Return NULL on error instead
14519         of an enum, since now there's only one way to have an error.  All
14520         callers changed.
14521         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14522         at the correct time.  Simplify calculation of "+u" and its ilk.
14523         Don't mishandle "+X".
14524         (mode_free): Remove "register" and localize decls.
14525         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14526         (struct mode_change): Move to modechange.c; callers don't
14527         need to see this stuff.
14528         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14529         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14530         (mode_change, mode_adjust): Reflect the new signatures noted above.
14531         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14532         that might redefine system include files.
14533         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14534         (my_usleep): Use NULL rather than (void *) 0.
14535         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14536         Use siginterrupt to specify that system calls should be interrupted.
14537         (rpl_nanosleep): Move initialization of suspended closer to call of
14538         my_usleep.
14539         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14540         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14541         (desirable_utmp_entry): New function.
14542         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14543         using x2nrealloc, to simplify logic.
14544         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14545         size calculation.  Do not assume utmp file is a regular file.
14546         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14547         (READ_UTMP_CHECK_PIDS): New constant.
14548         * lib/save-cwd.c: Include unistd-safer.h.
14549         (save_cwd): Use fd_safer.
14550         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14551         [!_LIBC] Include "stat-macros.h" instead.
14552         * lib/unistd-safer.h (fd_safer): New decl.
14553
14554 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * modules/getloadavg (Depends-on): Add unistd-safer.
14557         * modules/getusershell (Depends-on): Add stdio-safer.
14558         * modules/lstat (Depends-on): Remove xalloc.
14559         * modules/mkstemp (Depends-on): Add stat-macros.
14560         * modules/modechange (Depends-on): Remove xstrtol.
14561         Add stat-macros, xalloc.
14562         * modules/save-cwd (Depends-on): Add unistd-safer.
14563         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14564         * modules/unistd-safer (Files): Add lib/fd-safer.c
14565         (Makefile.am): Remove lib_SOURCES.
14566
14567         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14568         Remove fcntl-safer; unistd-safer supersedes it.
14569
14570 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14573         AC_HEADER_STAT.
14574         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14575         (gl_PREREQ_CHOWN): Remove.
14576         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14577         it.  Don't require AC_HEADER_STAT.
14578         (gl_PREREQ_LSTAT): Remove.
14579         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14580         Don't require AC_HEADER_STAT.
14581         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14582         (gl_PREREQ_RMDIR): Remove.
14583         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14584         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14585         the stat-macros module a prerequisite.
14586         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14587         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14588         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14589         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14590         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14591         variable names.
14592         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14593         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14594         variable prefixes.
14595         * m4/fcntl-safer.m4: Remove.
14596         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14597         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14598         Invoke gl_PREREQ_FD_SAFER.
14599         (gl_PREREQ_FD_SAFER): New macro.
14600         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14601         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14602         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14603         Remove duplicate call to AC_LIBOBJ(readutmp).
14604         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14605
14606         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14607         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14608
14609 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14610
14611         * MODULES.html.sh (Misc): Add byteswap.
14612
14613 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14614
14615         * modules/getcwd (Depends-on): Add extensions.
14616         * modules/openat (Depends-on): Likewise.
14617
14618 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14619
14620         * modules/byteswap: New file.
14621
14622 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14623
14624         * m4/byteswap.m4: New file.
14625
14626 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14627
14628         * lib/byteswap_.h: New file.
14629
14630 2005-04-25  Karl Berry  <karl@gnu.org>
14631
14632         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14633
14634 2005-04-25  Albert Chin  <china@thewrittenword.com>
14635
14636         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14637         Toolkit C bug.
14638
14639 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14640
14641         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14642         (func_ln_if_changed) Remove forcibly for no error message
14643         in case file does not exist.
14644
14645 2005-04-19  Simon Josefsson  <jas@extundo.com>
14646
14647         * gnulib-tool (Options): Make --symlink mean --symbolic.
14648
14649 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14650
14651         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14652
14653 2005-04-16  Simon Josefsson  <jas@extundo.com>
14654
14655         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14656
14657 2005-04-15  Simon Josefsson  <jas@extundo.com>
14658
14659         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14660
14661 2005-04-15  Simon Josefsson  <jas@extundo.com>
14662
14663         * gnulib-tool: Rename --symlink to --symbolic.
14664
14665 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14666
14667         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14668         symbolic links to files instead of copying/moving.  Add --aux-dir,
14669         specifying directory relative --dir where auxiliary build tools
14670         are placed.
14671
14672 2005-04-14  Bruno Haible  <bruno@clisp.org>
14673
14674         * modules/allocsa (License): Change to LGPL.
14675         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14676
14677 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14680         that "UTC +1 second" continues to work.  Problem reported
14681         by Dmitry V. Levin.
14682         (relunit_snumber): New rule.
14683         (relunit): Use it.
14684
14685 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * lib/getdate.y (universal_time_zone_table): New constant.
14688         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14689         universal_time_zone_table.
14690         (lookup_zone): Prefer universal_time_zone_table to
14691         local_time_zone_table, so that "GMT" time stamps are allowed in
14692         London during the summer.  Problem reported by Ian Abbott.
14693
14694 2005-04-12  Jim Meyering  <jim@meyering.net>
14695
14696         * lib/human.c (humblock): Set *options even when returning due to
14697         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14698         warning from gcc-4.
14699
14700 2005-04-09  Jim Meyering  <jim@meyering.net>
14701
14702         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14703         -Wuninitialized: initialize tm0.tm_year.
14704
14705 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14708         count, since there's no maximum.  All uses changed.
14709         Add member dsts_seen.
14710         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14711         not being INT_MAX.
14712         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14713         Use pc_rels_seen to decide whther a date is absolute.
14714
14715         * lib/getdate.y (number): Don't overwrite year.
14716         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14717         check.
14718
14719 2005-04-02  Simon Josefsson  <jas@extundo.com>
14720
14721         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14722         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14723
14724 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14725
14726         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14727         where no absolute path name can be longer than PATH_MAX.
14728
14729 2005-03-27  Jim Meyering  <jim@meyering.net>
14730
14731         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14732
14733 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14734
14735         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14736         "one's complement" -> "ones' complement" in comment, as per Knuth.
14737         "value of type" -> "type or expression" in comment.
14738         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14739
14740 2005-03-26  Jim Meyering  <jim@meyering.net>
14741
14742         Comment nits.
14743         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14744         Correct typos: s/or/of/.
14745
14746 2005-03-26  Jim Meyering  <jim@meyering.net>
14747
14748         * modules/check-include-files: Move to ../ and rename to...
14749         * check-module: ...this.
14750
14751 2005-03-25  Jim Meyering  <jim@meyering.net>
14752
14753         * modules/xvasprintf (Files): Add xalloc.h.
14754
14755 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * modules/gettext (Files): config/config.rpath ->
14758         build-aux/config.rpath
14759         * modules/iconv (Files): Likewise.
14760         Problem reported by Oskar Liljeblad.
14761
14762 2005-03-23  Jim Meyering  <jim@meyering.net>
14763
14764         * modules/check-include-files: New script to check for
14765         missing dependencies, multiple includes, etc.
14766
14767         * modules/c-strtold (Depends-on): Add xalloc.
14768         * modules/c-strtod (Depends-on): Add xalloc.
14769         * modules/hash (Depends-on): Add xalloc.
14770         (Files): Remove lib/xalloc.h.
14771
14772         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14773         * modules/userspec (Files): Add lib/inttostr.h.
14774
14775 2005-03-23  Jim Meyering  <jim@meyering.net>
14776
14777         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14778
14779 2005-03-22  Jim Meyering  <jim@meyering.net>
14780
14781         * modules/stat-macros: New module.
14782         * modules/canonicalize, modules/euidaccess, modules/file-type,
14783         * modules/filemode, modules/lchown, modules/makepath,
14784         * modules/rmdir, modules/stat: Depend on new stat-macros module
14785         rather than listing lib/stat-macros.h manually.
14786         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14787
14788 2005-03-22  Jim Meyering  <jim@meyering.net>
14789
14790         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14791
14792 2005-03-22  Bruno Haible  <bruno@clisp.org>
14793
14794         * config/srclist.txt: Replace target directory 'config' with
14795         'build-aux'.
14796         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14797         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14798         ../build-aux/.
14799
14800 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14801
14802         * modules/chdir-long (Depends-on): Add mempcpy.
14803
14804         * modules/acl, modules/backupfile, modules/c-strtod,
14805         modules/c-strtold, modules/canon-host, modules/canonicalize,
14806         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14807         modules/exclude, modules/exitfail, modules/file-type,
14808         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14809         modules/getdate, modules/getline, modules/getpagesize,
14810         modules/getpass, modules/getugroups, modules/group-member,
14811         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14812         modules/inttostr, modules/long-options, modules/makepath,
14813         modules/md5, modules/memcasecmp, modules/memcoll,
14814         modules/modechange, modules/mountlist, modules/path-concat,
14815         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14816         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14817         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14818         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14819         modules/strftime, modules/strndup, modules/strverscmp,
14820         modules/timespec, modules/unlocked-io, modules/userspec,
14821         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14822         modules/yesno:
14823         Remove lib_SOURCES line from Makefile.am section, as this is now
14824         done automatically by the corresponding Autoconf macro.
14825
14826 2005-03-21  Jim Meyering  <jim@meyering.net>
14827
14828         Changes imported from coreutils.
14829
14830         * lib/cycle-check.c: Don't include xalloc.h.
14831
14832         * lib/path-concat.c: Don't include assert.h.
14833         (path_concat): Remove assertion that would have triggered
14834         for ABASE starting with more than one slash.
14835         Reported by Andreas Schwab.
14836
14837         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14838         properly when ABASE is an absolute file name.
14839         Correct the description of this function.
14840         Include <assert.h>.
14841         Add an assertion and a test driver.
14842         This fixes a bug introduced on 2004-07-02.
14843         Andreas Schwab reported the resulting failure of cp --parents:
14844         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14845
14846 2005-03-21  Jim Meyering  <jim@meyering.net>
14847
14848         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14849         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14850
14851 2005-03-21  Jim Meyering  <jim@meyering.net>
14852         and  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14855         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14856         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14857         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14858         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14859         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14860         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14861         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14862         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14863         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14864         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14865         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14866         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14867         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14868         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14869         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14870         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14871         for these modules.
14872
14873 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14874
14875         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14876         (which shouldn't happen), generate nothing instead of returning 0
14877         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14878
14879 2005-03-16  Bruno Haible  <bruno@clisp.org>
14880
14881         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14882         HAVE_LONGLONG_64BIT.
14883
14884 2005-03-16  Bruno Haible  <bruno@clisp.org>
14885
14886         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14887         HAVE_LONGLONG_64BIT.
14888
14889 2005-03-16  Bruno Haible  <bruno@clisp.org>
14890
14891         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14892         HAVE_LONGLONG_64BIT.
14893
14894 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14897         reliably distinguish strftime failure from empty output on POSIX
14898         hosts.
14899
14900 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14901
14902         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14903         (iconv_string): Don't guess a size-zero buffer, as that might cause
14904         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14905         result would be 'too large', where 'too large' is (heuristically)
14906         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14907         overflow concerns.  This will prevent some unwanted malloc failures
14908         when the inputs are very large.
14909
14910 2005-03-15  Karl Berry  <karl@gnu.org>
14911
14912         * config/srclist.txt (config.rpath): from gettext.
14913         * config/config.rpath: update.
14914
14915 2005-03-15  Bruno Haible  <bruno@clisp.org>
14916
14917         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14918         to 'negate'.
14919
14920         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14921         variable.
14922
14923         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14924         results.
14925
14926 2005-03-14  Simon Josefsson  <jas@extundo.com>
14927
14928         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14929         <fx@gnu.org>.
14930
14931 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14934         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14935         intprops.h.
14936         * lib/strtol.c: Likewise.
14937
14938 2005-03-14  Jim Meyering  <jim@meyering.net>
14939
14940         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14941         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14942         to be nonzero so that we (and caller) can detect the difference
14943         between a valid zero-length expansion and an error return, even
14944         when the underlying strftime fails before writing anything into
14945         that location.
14946
14947 2005-03-14  Bruno Haible  <bruno@clisp.org>
14948
14949         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14950         Update from GNU gettext 0.14.3.
14951
14952 2005-03-10  Jim Meyering  <jim@meyering.net>
14953
14954         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14955
14956 2005-03-10  Jim Meyering  <jim@meyering.net>
14957
14958         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14959         so that this module works on systems without fchdir.
14960
14961 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         Factor int-properties macros into a single file, except for
14964         glibc-related files.
14965         * lib/intprops.h: New file.
14966         * lib/getloadavg.c: Include it instead of limits.h.
14967         (INT_STRLEN_BOUND): Remove.
14968         * lib/human.c: Include intprops.h.
14969         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14970         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14971         302/1000.
14972         * lib/inttostr.h: Include intprops.h instead of limits.h.
14973         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14974         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14975         for consistency with intprops.h.
14976         (time_t_is_integer, twos_complement_arithmetic): Use them.
14977         * lib/sig2str.h: Include <signal.h>, intprops.h.
14978         (INT_STRLEN_BOUND): Remove.
14979         * lib/strftime.c (TYPE_SIGNED): Remove.
14980         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14981         * lib/strtol.c: Adjust comments to match intprops.h.
14982         * lib/userspec.c: Include intprops.h.
14983         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14984         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14985         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14986         instead of rolling our own expressions.
14987         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14988
14989         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14990         instead of int.
14991         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14992         the right thing even if adding 1900 would overflow.  Similarly
14993         for tm_mon + 1 and tm_yday + 1.
14994         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14995         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14996         (DO_SIGNED_NUMBER): New macro.
14997         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14998
14999 2005-03-07  Bruno Haible  <bruno@clisp.org>
15000
15001         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
15002
15003 2005-03-07  Bruno Haible  <bruno@clisp.org>
15004
15005         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
15006
15007 2005-03-04  Derek R. Price  <derek@ximbiot.com>
15008
15009         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
15010         (func_import): Only replace files via --import when they have actually
15011         changed.
15012
15013 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15014
15015         * m4/mmap-anon.m4: New file.
15016         * m4/pagealign_alloc.m4: New file.
15017
15018 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15019             Bruno Haible  <bruno@clisp.org>
15020
15021         * modules/pagealign_alloc: New file.
15022         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
15023
15024 2005-03-03  Derek R. Price  <derek@ximbiot.com>
15025             Bruno Haible  <bruno@clisp.org>
15026
15027         * lib/pagealign_alloc.h: New file.
15028         * lib/pagealign_alloc.c: New file.
15029
15030 2005-03-03  Bruno Haible  <bruno@clisp.org>
15031
15032         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
15033         Use an all-permissive copyright notice, recommended by RMS.
15034
15035 2005-03-02  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
15038         of AIX, the replacement has to be done only after <string.h> is
15039         included, therefore not in config.h. stpncpy.h does the replacement,
15040         and stpncpy.c uses it.
15041
15042 2005-03-02  Bruno Haible  <bruno@clisp.org>
15043
15044         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
15045         stpncpy.c uses it.
15046
15047 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15048
15049         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
15050         The workaround isn't strictly needed for POSIX conformance, and
15051         it's too much of a pain to configure and maintain.  We'll ask
15052         people to fix their kernels instead.
15053         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
15054         (NANOSLEEP_BUG_WORKAROUND): Remove.
15055         (xnanosleep): Remove the workaround.
15056
15057 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15058
15059         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
15060         Reported by Derek Price.
15061         (Include): Add "timespec.h".
15062
15063         * modules/xnanosleep (Depends-on): Remove gethrxtime.
15064
15065 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15066
15067         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
15068         to detect nanosleep bug.
15069
15070 2005-03-01  Bruno Haible  <bruno@clisp.org>
15071
15072         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
15073
15074 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * modules/gethrxtime: New file.
15077         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15078         (Depends-on): Add gethrxtime.
15079         (configure.ac): Add gl_XNANOSLEEP.
15080         (Makefile.am): Remove lib_SOURCES line.
15081
15082 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15083
15084         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15085         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15086
15087 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15088
15089         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15090         * lib/timespec.h (gettime): Return void, since it always
15091         succeeds now.  All uses changed.
15092         * lib/gettime.c (gettime) Likewise.
15093         [HAVE_NANOTIME]: Prefer nanotime.
15094         Assume gettimeofday succeeds, as POSIX requires.
15095         Assime time () succeeds, since other code already does.
15096         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15097         (timespec_subtract): Remove.
15098         (NANOSLEEP_BUG_WORKAROUND): New constant.
15099         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15100         things considerably.  Use it only on GNU/Linux hosts, since the
15101         workaround shouldn't be needed elsewhere.
15102
15103 2005-02-24  Bruno Haible  <bruno@clisp.org>
15104
15105         * modules/gettext (Files): Add m4/glibc2.m4.
15106
15107 2005-02-24  Bruno Haible  <bruno@clisp.org>
15108
15109         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15110         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15111         * m4/progtest.m4:
15112         Update from GNU gettext 0.14.2.
15113         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15114
15115 2005-02-24  Bruno Haible  <bruno@clisp.org>
15116
15117         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15118         * lib/config.charset: Update from GNU gettext 0.14.2.
15119
15120 2005-02-24  Bruno Haible  <bruno@clisp.org>
15121
15122         * lib/gettext.h: Update from GNU gettext 0.14.2.
15123
15124 2005-02-23  Simon Josefsson  <jas@extundo.com>
15125
15126         * m4/iconvme.m4: New file.
15127
15128 2005-02-23  Jim Meyering  <jim@meyering.net>
15129
15130         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15131         change.
15132         Thanks to Bruno Haible for catching it.
15133
15134 2005-02-22  Simon Josefsson  <jas@extundo.com>
15135
15136         * modules/iconvme: New file.
15137
15138         * MODULES.html.sh: Add iconvme.
15139
15140 2005-02-22  Simon Josefsson  <jas@extundo.com>
15141
15142         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15143
15144 2005-02-22  Simon Josefsson  <jas@extundo.com>
15145
15146         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15147
15148 2005-02-22  Jim Meyering  <jim@meyering.net>
15149
15150         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15151         s/ifndef/ifdef/.
15152
15153 2005-02-20  Neil Conway  <neilc@samurai.com>
15154
15155         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15156         returned by OSX/Darwin if the specified buffer is not large
15157         enough for the hostname.
15158
15159 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15160
15161         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15162         pass it to _help, otherwise the latter coredumps trying to
15163         dereference state.root_argp.
15164
15165 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * modules/chdir-long (Depends-on): Add memrchr.
15168         * modules/memrchr (Files): Add lib/memrchr.h.
15169         (Include): "memrchr.h".
15170
15171 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15174
15175 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15176
15177         * lib/memrchr.h: New file.
15178         * lib/chdir-long.c: Include it.
15179         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15180         Don't bother including stddef.h.
15181
15182 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15183
15184         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15185         inclusion.
15186         Include <sys/types.h>, for dev_t.
15187         (ME_DUMMY, ME_REMOTE): Move from here....
15188         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15189         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15190         Dmitry V. Levin.
15191         Include mountlist.h first, to test the interface.
15192
15193 2005-01-29  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/progname.c (program_name): Initialize.
15196         Needed when linking statically on MacOS X.
15197
15198 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         Sync from coreutils.
15201         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15202         (Depends-on): Add c-strtod.
15203         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15204
15205 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         Sync from coreutils.
15208         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15209
15210         Remove files that are specific to coreutils.
15211         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15212
15213 2005-01-28  Bruno Haible  <bruno@clisp.org>
15214
15215         * modules/javacomp: New file.
15216         * MODULES.html.sh (Java): Add javacomp.
15217
15218 2005-01-28  Bruno Haible  <bruno@clisp.org>
15219
15220         * m4/javacomp.m4: New file, from GNU gettext.
15221
15222 2005-01-28  Bruno Haible  <bruno@clisp.org>
15223
15224         * lib/javacomp.sh.in: New file, from GNU gettext.
15225         * lib/javacomp.h: New file, from GNU gettext.
15226         * lib/javacomp.c: New file, from GNU gettext.
15227
15228 2005-01-26  Simon Josefsson  <jas@extundo.com>
15229
15230         * lib/gai_strerror.c: Use GPL in header.
15231
15232 2005-01-26  Bruno Haible  <bruno@clisp.org>
15233
15234         * modules/javaexec: New file.
15235         * MODULES.html.sh (Java): Add javaexec.
15236
15237 2005-01-26  Bruno Haible  <bruno@clisp.org>
15238
15239         * m4/javaexec.m4: New file, from GNU gettext.
15240
15241 2005-01-26  Bruno Haible  <bruno@clisp.org>
15242
15243         * lib/javaexec.sh.in: New file, from GNU gettext.
15244         * lib/javaexec.h: New file, from GNU gettext.
15245         * lib/javaexec.c: New file, from GNU gettext.
15246
15247 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15248
15249         * modules/lchown (Depends-on): Remove lchown.h
15250
15251 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15252
15253         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15254         must be defined if the header file was not found, in order
15255         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15256
15257 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15258
15259         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15260         initializers for struct pentry_state.
15261         (__argp_error): Check return value of __asprintf
15262         (__argp_failure): Translate error message
15263
15264         * lib/argp-parse.c: Removed braces around the expansion of N_()
15265
15266 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15269         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15270         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15271         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15272         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15273         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15274         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15275         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15276         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15277         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15278         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15279         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15280         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15281         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15282         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15283         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15284         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15285         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15286         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15287         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15288         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15289         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15290         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15291         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15292         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15293         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15294         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15295         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15296         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15297         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15298         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15299         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15300         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15301         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15302         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15303         Use an all-permissive copyright notice, recommended by RMS.
15304
15305 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15306
15307         * modules/chdir-long (Depends-on): Remove mempcpy.
15308
15309 2005-01-21  Jim Meyering  <jim@meyering.net>
15310
15311         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15312         same value as for Solaris 9.
15313
15314         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15315         component length.  This included changing the parameter to be
15316         of type `char *' rather than `char const *'.
15317         * lib/chdir-long.h (chdir_long): Update prototype.
15318
15319         * lib/openat.c (fdopendir, fstatat): New functions.
15320         * lib/openat.h: Include headers required for use of DIR and struct
15321         stat.
15322         [AT_SYMLINK_NOFOLLOW]: Define.
15323         (fdopendir, fstatat): Add prototypes.
15324
15325 2005-01-21  Bruno Haible  <bruno@clisp.org>
15326
15327         * modules/classpath: New file.
15328         * MODULES.html.sh (Java): Add classpath.
15329
15330 2005-01-21  Bruno Haible  <bruno@clisp.org>
15331
15332         * lib/classpath.h: New file, from GNU gettext.
15333         * lib/classpath.c: New file, from GNU gettext.
15334
15335 2005-01-20  Simon Josefsson  <jas@extundo.com>
15336
15337         * modules/version-etc-fsf: New file.
15338
15339 2005-01-20  Simon Josefsson  <jas@extundo.com>
15340
15341         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15342         * lib/version-etc.c: Remove version_etc_copyright.
15343         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15344         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15345
15346 2005-01-20  Simon Josefsson  <jas@extundo.com>
15347
15348         * lib/base64.h (isbase64): Add.
15349
15350         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15351         using a unsigned prototype, don't inline.
15352         (base64_decode): Use it.
15353
15354 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15355
15356         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15357         it.
15358
15359 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         * lib/save-cwd.c (save_cwd): Remove code to support the case
15362         where fchdir is missing or flaky.
15363
15364 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15367
15368 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15371         AC_LIBSOURCES now does this.
15372         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15373         with new ullong_max module.
15374
15375 2005-01-19  Bruno Haible  <bruno@clisp.org>
15376
15377         * modules/sh-quote: New file.
15378         * MODULES.html.sh (Executing programs): Add sh-quote.
15379
15380 2005-01-19  Bruno Haible  <bruno@clisp.org>
15381
15382         * lib/sh-quote.h: New file, from GNU gettext.
15383         * lib/sh-quote.c: New file, from GNU gettext.
15384
15385 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15386
15387         Merge from coreutils.
15388         * m4/ullong_max.m4: New file.
15389         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15390         (gl_MACROS): Assume localeconv exists.
15391
15392 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         Merge changes from coreutils, as described below in several
15395         changelogs dated today.
15396
15397         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15398         (O_DIRECTORY): Remove; not needed here, since "." must be
15399         a directory.  All uses removed.
15400         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15401         universal on Suns, and we also need to test for IRIX.
15402         Revamp code to use 'if' rather than '#if'.
15403         Avoid unnecessary comparison of cwd->desc to 0.
15404
15405         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15406         for known valid error numbers rather than observed invalid ones.
15407
15408 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * modules/ullong_max: New file.
15411
15412         * modules/chdir-long, modules/openat: New files.
15413         * modules/save-cwd (Depends-on): Depend on chdir-long.
15414         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15415
15416 2005-01-18  Jim Meyering  <jim@meyering.net>
15417
15418         Merge from coreutils.
15419         * m4/chdir-long.m4, m4/openat.m4: New files.
15420         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15421         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15422         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15423         is sane and DOES follow symlinks.  Besides, testing 20 different
15424         systems found no broken chown implementations.
15425         Prompted by a change in rsync's copy of this macro.
15426         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15427
15428         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15429
15430         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15431         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15432         NULL-means-set-to-current-time semantics.
15433         Remove temporary file immediately, rather than waiting
15434         for configure's at-exit trap code to do it.
15435
15436 2005-01-18  Jim Meyering  <jim@meyering.net>
15437
15438         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15439
15440         * lib/utimens.c (futimens): Account for the fact that futimes
15441         can also fail with errno == ENOSYS or errno == ENOENT.
15442         Patch from Dmitry V. Levin.
15443
15444         Change the name of the robust chdir function from chdir to chdir_long.
15445         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15446         (restore_cwd): Use chdir_long, not chdir.
15447         * lib/chdir-long.c: Renamed from chdir.c.
15448         * lib/chdir-long.h: Renamed from chdir.h.
15449         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15450         Hurd.
15451
15452 2005-01-18  Bruno Haible  <bruno@clisp.org>
15453
15454         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15455         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15456         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15457         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15458         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15459         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15460         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15461         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15462         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15463         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15464         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15465         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15466         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15467         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15468         Use an all-permissive copyright notice, recommended by RMS.
15469
15470 2005-01-18  Bob Proulx  <bob@proulx.com>
15471
15472         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15473         simplify offsetof() macro construct to avoid compile failure with
15474         native HP-UX 11.0 ANSI C compiler.
15475
15476 2005-01-17  Bruno Haible  <bruno@clisp.org>
15477
15478         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15479         redundant because stpncpy.m4 takes care of it.
15480
15481 2005-01-17  Bruno Haible  <bruno@clisp.org>
15482
15483         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15484
15485 2005-01-17  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15488         used.
15489
15490 2005-01-17  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/fwriteerror.h (fwriteerror): Change specification to include
15493         fclose.
15494         * lib/fwriteerror.c: Include <stdbool.h>.
15495         (fwriteerror): At the end, close the file stream. Record whether
15496         stdout was already closed.
15497
15498 2005-01-17  Bruno Haible  <bruno@clisp.org>
15499
15500         * lib/execute.c (environ): Declare if needed.
15501         * lib/pipe.c (environ): Likewise.
15502         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15503
15504 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15505
15506         * modules/argp: Depend on vsnprintf
15507
15508 2005-01-10  Jim Meyering  <jim@meyering.net>
15509
15510         * modules/closeout (Depends-on): Add atexit.
15511
15512 2005-01-06  Bruno Haible  <bruno@clisp.org>
15513
15514         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15515
15516 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15519         definitions to be after all include files, to avoid collisions.
15520         Problem reported by Bob Proulx.
15521
15522 2005-01-04  Jim Meyering  <jim@meyering.net>
15523
15524         Changes imported from coreutils.
15525         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15526         as the mkstemp template, use a temporary directory and an
15527         8.3-friendly template to avoid trouble on systems like DJGPP.
15528         Reported by Juan M. Guerrero via Stepan Kasal.
15529         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15530         close. Remove the temporary directory right away, rather than waiting
15531         for configure's at-exit trap code to do it.
15532         Suggestion from Stepan Kasal.
15533
15534 2005-01-01  Simon Josefsson  <jas@extundo.com>
15535
15536         * gnulib-tool: Print #include directives when --import'ing.
15537
15538 2004-12-28  Simon Josefsson  <jas@extundo.com>
15539
15540         * tests/test-base64.c: Include required header files.  Remove
15541         unused variables.
15542
15543 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15544
15545         * modules/error (Depends-on): Remove gettext.
15546
15547 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15548
15549         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15550         not needed.  This removes a dependency on the gettext module.
15551         [defined _LIBC]: Do not include <libintl.h>; not needed.
15552
15553 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15554
15555         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15556         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15557
15558 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15561         HAVE_DECL_STRTOLD.
15562
15563 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15564
15565         * modules/getdate (Depends-on): Remove alloca-opt.
15566
15567 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15570
15571 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * lib/argp-parse.c: Include <stddef.h>.
15574         (alignof, alignto): New macros.
15575         (parser_init): Don't assume that void * is aligned sufficiently
15576         for struct option.
15577
15578         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15579         need to extend the stack.
15580         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15581         large.
15582
15583 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15584
15585         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15586
15587 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15588
15589         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15590         (2004-10-24) change.  Apparently this was a false alarm.
15591
15592         * modules/getdate: Depend on alloca-opt, not alloca.
15593
15594 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15597         Remove now-obsolete comment about AIX.
15598         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15599         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15600         (YYMAXDEPTH): New macro.
15601
15602 2004-12-18  Simon Josefsson  <jas@extundo.com>
15603
15604         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15605
15606 2004-12-18  Bruno Haible  <bruno@clisp.org>
15607
15608         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15609
15610 2004-12-18  Bruno Haible  <bruno@clisp.org>
15611
15612         * lib/fatal-signal.c (fatal_signals): Make non-const.
15613         (init_fatal_signals): New function.
15614         (uninstall_handlers, install_handlers): Ignore signals that were set to
15615         SIG_IGN.
15616         (at_fatal_signal): Call init_fatal_signals.
15617         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15618         SIG_IGN.
15619         Reported by Paul Eggert.
15620
15621 2004-12-18  Bruno Haible  <bruno@clisp.org>
15622
15623         * doc/alloca.texi: New file.
15624         * doc/alloca-opt.texi: New file.
15625
15626 2004-12-17  Jim Meyering  <jim@meyering.net>
15627
15628         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15629         Otherwise, install-sh could exit with improper exit status when
15630         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15631
15632 2004-12-16  Simon Josefsson  <jas@extundo.com>
15633
15634         * tests/test-base64.c: Add license.
15635
15636 2004-12-15  Stepan Kasal  <address@hidden>
15637
15638         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15639
15640 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * modules/getcwd (Files): Add m4/d-ino.m4.
15643         Suggested by Mark D. Baushke.
15644
15645 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15646
15647         * lib/getdate.y (textint): New member "negative".
15648         (time_zone_hhmm): New function.
15649         Expect 14 shift-reduce conflicts, not 13.
15650         (o_colon_minutes): New rule.
15651         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15652         (yylex): Set the "negative" member of signed numbers.
15653
15654 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         * doc/getdate.texi (Time of day items, Time zone items):
15657         Describe new formats +00:00, UTC+00:00.
15658
15659 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15660
15661         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15662         spurious "-l"s.  Problem reported by Stepan Kasal.
15663
15664 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15667         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15668
15669 2004-12-04  Simon Josefsson  <jas@extundo.com>
15670
15671         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15672         Vandoorselaere <yoann@prelude-ids.org>.
15673
15674 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15675
15676         Changes imported from coreutils.
15677         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15678         exist.
15679         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15680
15681 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         Changes imported from coreutils.
15684         * lib/hard-locale.c: Assume <locale.h> exists.
15685         Include "strdup.h".
15686         (GLIBC_VERSION): New macro.
15687         (hard_locale): Assume setlocale exists.
15688         Rewrite to avoid #ifdef.
15689         Use strdup rather than malloc + strcpy.
15690         * lib/human.c: Assume <locale.h> exists.
15691         (human_readable): Assume localeconv exists.
15692
15693 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * modules/hard-locale (Depends-on): Add strdup.
15696
15697 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15698
15699         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15700         convert T2, not T.  (Imported from libc.)
15701
15702 2004-11-30  Simon Josefsson  <jas@extundo.com>
15703
15704         * modules/restrict (License): Change to LGPL.
15705
15706 2004-11-30  Simon Josefsson  <jas@extundo.com>
15707
15708         * m4/restrict.m4: Add copyright and copying conditions.
15709
15710 2004-11-30  Simon Josefsson  <jas@extundo.com>
15711
15712         * m4/base64.m4: New file.
15713
15714 2004-11-30  Simon Josefsson  <jas@extundo.com>
15715
15716         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15717         base64.
15718
15719         * tests/test-base64.c: New file.
15720
15721         * modules/base64: New file.
15722
15723 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15724
15725         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15726         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15727
15728         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15729
15730 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15733         (__getcwd.c): Don't restore errno; glibc doesn't.
15734         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15735         first, falling back to our code only if its results look suspicious.
15736         Ensure that the resulting buffer is only as large as necessary.
15737
15738         * lib/readutmp.c: Include readutmp.h first.
15739         Include <errno.h>, since readutmp.h no longer does that.
15740         * lib/readutmp.h: Don't include <errno.h>,
15741         <sys/param.h>, <time.h>; not needed to establish interface.
15742         (errno): Remove decl.
15743         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15744         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15745         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15746
15747 2004-11-28  Simon Josefsson  <jas@extundo.com>
15748
15749         * lib/base64.h, base64.c: New file.
15750
15751 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15754
15755 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15758         (Depends-on): Remove pathmax, same.  Add mempcpy.
15759         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15760         (Makefile.am): Append getcwd.h to lib_SOURCES.
15761         (Include): Add getcwd.h.
15762         (Maintainer): Change from Jim Meyering to "all, glibc",
15763         since getdate now uses intended-for-glibc code.
15764         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15765         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15766
15767 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15770         HP's ANSI C compiler.
15771         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15772         Declaring int functions causes warnings on some modern systems and
15773         shouldn't be needed to compile on ancient ones.
15774         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15775         defined.
15776
15777         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15778         with the following changes.
15779         (__set_errno): Parenthesize properly.
15780         Include <stdbool.h>.
15781         (MIN, MAX, MATCHING_INO): New macros.
15782         (__getcwd): Define with prototype, not K&R form.
15783         Use heuristics to allocate default buffer on stack if possible.
15784         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15785         behavior, and to avoid the PATH_MAX limit when computing
15786         ../../../../...
15787         Use MATCHING_INO to compare inode number to file.
15788         Check for arithmetic overflow in size calculations.
15789         Fix bug in reallocation of dot array that caused getcwd to fail
15790         on directories nested deeper than 75.
15791         Be more careful about saving errno on error.
15792         Do not use realloc; use only free+malloc, as this is a bit
15793         more flexible and avoids a needless copy operation.
15794         Do not inspect st_dev and st_ino for symbolic links; POSIX
15795         doesn't specify the latter.
15796         Check for closedir errors.
15797         Avoid needless casts.
15798         Use "#ifdef weak_alias" around weak_alias, to be like other
15799         glibc code.
15800         The following changes to getcwd.c have effect only when used in
15801         gnulib; they have no effect inside glibc proper.
15802         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15803         as alloca isn't used.
15804         (alloca, __alloca): Likewise.
15805         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15806         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15807         unconditionally, as gnulib assumes C89 or better.
15808         Do not include <sys/param.h>.
15809         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15810         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15811         better.
15812         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15813         Include <dirent.h> in a way that is compatible with modern Autoconf.
15814         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15815         New macros, if not already defined.
15816         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15817         Use "_LIBC", not "defined _LIBC", for consistency.
15818         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15819         a mempcpy module.
15820         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15821         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15822         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15823         credit only to Jim Meyering and adjust the copyright dates.
15824         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15825         <stdlib.h>, <unistd.h>, "pathmax.h".
15826         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15827         (INITIAL_BUFFER_SIZE): Remove.
15828         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15829
15830 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15831
15832         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15833         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15834         Use the _ONCE methods, for efficiency.
15835         Check for fcntl.h.  In test program, include <errno.h>
15836         and <fcntl.h> if available.  Remove old K&R cruft from
15837         test program.  Check for common errors in GNU/Linux,
15838         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15839         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15840         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15841         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15842         name accordingly.
15843         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15844         accommodate new getcwd.c.
15845         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15846         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15847         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15848         that's all we need now.
15849
15850 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15851
15852         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15853         argp-parse.c depends on getopt internals, that means we should
15854         always use our getopt, to be on the safe side.
15855         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15856         order not to spoil the result of an eventual previous invocation
15857         of gl_GETOPT_SUBSTITUTE.
15858
15859 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15860
15861         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15862         redefinition warnings. To avoid them, include the defines
15863         in `#if !defined __need_getopt ... #endif'. The only place
15864         where __getopt_argv_const is used is in definitions
15865         of getopt_long and getopt_long_only below, which are as well
15866         protected by `#ifndef __need_getopt'.
15867         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15868         __need_getopt after including <stdio.h> and <unistd.h> These
15869         headers might have defined it.
15870
15871 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15874
15875 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15878         (futimens): New function, which uses futimes if available.
15879         (futimens, utimens): Support timespec==NULL, with same semantics
15880         as utime and utimens.
15881         * lib/utimens.h (futimens): New decl.
15882
15883 2004-11-23  Jim Meyering  <jim@meyering.net>
15884
15885         * lib/getopt_.h: Remove trailing blanks.
15886
15887 2004-11-23  Jim Meyering  <jim@meyering.net>
15888
15889         * lib/__fpending.c: Add comment.
15890
15891 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * modules/canonicalize (Depends-on): Add xreadlink.
15894         Problem reported by James Youngman.
15895
15896 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15899         New macros.
15900         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15901         optopt): Use them instead of invoking ## directly; otherwise, the
15902         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15903
15904 2004-11-19  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/strtok_r.c: Move comments from here...
15907         * lib/strtok_r.h: ... to here.
15908
15909 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15910
15911         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15912         implementations that mishandle size_t overflow.
15913
15914 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15915
15916         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15917         might fail.  Problem reported by Yoann Vandoorselaere.
15918         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15919         implementations that mishandle size_t overflow.
15920
15921 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15922
15923         * modules/canon-host (Depends-on): Add strdup.
15924
15925 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15926
15927         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15928
15929 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         * lib/canon-host.c: Include "strdup.h".
15932         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15933         Use strdup instead of malloc/strcpy to duplicate strings.
15934
15935         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15936         (human_space_before_unit): New constant.
15937         * lib/human.c (human_readable): Support it.
15938
15939         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15940         (xgetcwd): Set errno correctly when failing.
15941         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15942         the failure is actually due to a PATH_MAX problem.
15943
15944         Further getopt changes to make it more likely that glibc will
15945         buy the changes back.
15946         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15947         (getopt): Use it, so to preserve glibc semantic
15948         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15949         when compiling for libc.
15950         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15951         (getopt_long, getopt_long_only): Use it.
15952
15953         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15954         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15955         (getopt): Argv is now char * const *, as per standard.
15956         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15957         not char *__getopt_argv_const *.
15958         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15959         _getopt_long_only_r): Likewise.
15960         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15961         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15962         _getopt_long_r, _getopt_long_only_r): Likewise.
15963         * lib/getopt_.h (__getopt_argv_const): Remove.
15964         (getopt): Argv is now char * const *, as per standard.
15965
15966         * lib/getdate.y (tORDINAL): New token.
15967         (day, relunit): Allow it for relative times.
15968         (relative_time_table): Use tORDINAL for ordinals.
15969
15970 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15971
15972         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15973         Document that "second" isn't allowed as an ordinal number.
15974
15975 2004-11-16  Jim Meyering  <jim@meyering.net>
15976
15977         * modules/closeout (Depends-on): Add fpending.
15978
15979 2004-11-15  Jim Meyering  <jim@meyering.net>
15980
15981         * lib/closeout.c: Include "__fpending.h" once again.
15982         Include <stdbool.h>.
15983         (close_stdout): Don't fail just because stdout was closed initially,
15984         since some programs don't write to stdout in the normal course of
15985         operation (other than --version and --help), and we don't want this
15986         function to make e.g. `touch file >&-' fail.
15987         But do fail if it was closed and someone has tried to write to it.
15988         E.g., `printf foo >&-' must fail.
15989
15990 2004-11-13  Jim Meyering  <jim@meyering.net>
15991
15992         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15993
15994 2004-11-12  Simon Josefsson  <jas@extundo.com>
15995
15996         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15997         small doc fix is still pending.
15998
15999 2004-11-11  Simon Josefsson  <jas@extundo.com>
16000
16001         * modules/strtok_r: New file.
16002
16003         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16004         strtok_r.
16005
16006 2004-11-11  Simon Josefsson  <jas@extundo.com>
16007
16008         * m4/strtok_r.m4: New file.
16009
16010         * m4/getopt.m4: Replace opterr.
16011
16012 2004-11-11  Simon Josefsson  <jas@extundo.com>
16013
16014         * lib/strtok_r.h, strtok_r.c: New file.
16015
16016 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16017
16018         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
16019         of replacing opterr, getopt, etc.  This should handle the
16020         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
16021
16022 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
16025         we can stop lying to compilers about the constness of argv when we
16026         are compiled outside glibc.
16027         (getopt, getopt_long, getopt_long_only): Use it.
16028         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
16029         _getopt_internal, getopt): Likewise.
16030         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
16031         _getopt_long_only_r): Likewise.
16032         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
16033         _getopt_long_r, _getopt_long_only_r): Likewise.
16034
16035         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
16036         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
16037         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
16038         the other external symbols.
16039         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
16040         declaration, since the above renaming now works around collisions.
16041
16042 2004-11-11  Jim Meyering  <jim@meyering.net>
16043
16044         * lib/linebreak.c: Remove trailing blanks.
16045         * lib/alloca_.h: Likewise.
16046         * lib/acosl.c: Likewise.
16047         * lib/euidaccess.c: Likewise.
16048         * lib/allocsa.h: Likewise.
16049
16050 2004-11-10  Simon Josefsson  <jas@extundo.com>
16051
16052         * m4/getaddrinfo.m4: New file.
16053
16054 2004-11-10  Simon Josefsson  <jas@extundo.com>
16055
16056         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
16057
16058 2004-11-10  Simon Josefsson  <jas@extundo.com>
16059
16060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16061         getaddrinfo.
16062
16063         * modules/getaddrinfo: New file.
16064
16065 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16066
16067         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
16068
16069 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16070
16071         * lib/mktime.c (SHR): New macro, which is a portable
16072         substitute for >> that should work even on Crays.
16073         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16074         Problem reported by Mark D. Baushke in
16075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16076         * lib/getdate.y (SHR): Likewise.
16077         (tm_diff): Use it.
16078         * lib/strftime.c (SHR): Likewise.
16079         (tm_diff): Use it.
16080         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16081         quote_these_too, so that right shifts are well defined.  All uses
16082         changed.
16083
16084 2004-11-10  Jim Meyering  <jim@meyering.net>
16085
16086         Ensure that no close failure goes unreported.
16087         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16088         return early when it seems there's nothing to flush.
16089         Don't include __fpending.h.
16090
16091 2004-11-10  Jim Meyering  <jim@meyering.net>
16092
16093         * modules/closeout (Depends-on): Remove fpending.
16094
16095 2004-11-10  Jim Meyering  <jim@meyering.net>
16096
16097         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16098
16099 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16100
16101         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16102         gl_FUNC_STRFTIME.
16103         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16104         and AC_REQUIRE when possible, to avoid duplicate checks.
16105         Check for <wchar.h>.
16106
16107 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16108
16109         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16110
16111 2004-11-09  Bruno Haible  <bruno@clisp.org>
16112
16113         * m4/sockpfaf.m4: New file.
16114
16115 2004-11-05  Bruno Haible  <bruno@clisp.org>
16116
16117         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16118         Reported by Mark D. Baushke <mdb@cvshome.org>.
16119
16120 2004-11-04  Bruno Haible  <bruno@clisp.org>
16121
16122         2004-09-11  Bruno Haible  <bruno@clisp.org>
16123                 * allocsa.valgrind: New file.
16124         2004-02-06  Bruno Haible  <bruno@clisp.org>
16125                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16126                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16127                 Reported by Christopher Seip <chris.seip@hp.com>.
16128
16129 2004-11-04  Bruno Haible  <bruno@clisp.org>
16130
16131         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16132         (Makefile.am): Distribute it.
16133
16134 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16135
16136         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16137         with errno == ERANGE if the buffer is too small.
16138         Problem reported by Mark D. Baushke.
16139
16140 2004-11-03  Albert Chin  <china@thewrittenword.com>
16141             Paul Eggert  <eggert@cs.ucla.edu>
16142
16143         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16144         equivalent, substitute $ac_type for equivalent type rather than
16145         blindly using uint32_t *always* which won't work if uint32_t is not
16146         available.  Define _UINT32_T to work around typedef of uint32_t if
16147         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16148         2.5.1.
16149
16150 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16151
16152         * m4/jm-macros.m4: Sync from coreutils.
16153         (gl_MACROS): Check for mbrlen, for pathchk.
16154         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16155
16156 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * lib/xreadlink.c (MAXSIZE): New macro.
16159         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16160         size does not exceed MAXSIZE.  Avoid cast.
16161         As suggested by Mark D. Baushke in
16162         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16163         if readlink fails with buffer size just under MAXSIZE, try again
16164         with MAXSIZE.
16165
16166 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16167
16168         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16169
16170 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16171         and  Paul Eggert  <eggert@cs.ucla.edu>
16172
16173         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16174         (get_date): Overparenthesize to avoid GCC warning.
16175
16176 2004-11-02  Bruno Haible  <bruno@clisp.org>
16177
16178         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16179         returns void.
16180
16181 2004-11-02  Bruno Haible  <bruno@clisp.org>
16182
16183         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16184         function returns void.
16185
16186 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16189         fflush_unlocked, flockfile, funlockfile, funlockfile,
16190         fputs_unlocked, putc_unlocked.
16191
16192 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16195         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16196         already declared.
16197
16198 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * modules/getdate (Files): Add doc/getdate.texi.
16201         (Depends-on): Add setenv, xalloc.
16202
16203 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16204
16205         * lib/getdate.y: Add support for TZ="foo" within a date string.
16206         Fix some bugs near time_t boundaries.  Reject dates with
16207         out-of-range components, e.g., "Sept 31".
16208         Include <stdlib.h>, "setenv.h", "xalloc.h".
16209         (ISDIGIT_LOCALE): Remove; unused.
16210         Note that the TZ and time functions used here are not reentrant.
16211         (mktime_ok, get_tz): New functions.
16212         (TZBUFSIZE): New constant.
16213         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16214         This requires that we sometimes generate our own TZ="XXX..." setting.
16215
16216 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16217
16218         * doc/getdate.texi: New file, from coreutils with modifications for
16219         the new TZ parsing.
16220
16221 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16222
16223         * lib/mktime.c (not_equal_tm): Remove redundant check.
16224
16225 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * modules/regex (lib_SOURCES): Add regex.c.
16228         Reported by James Youngman in
16229         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16230
16231 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * lib/getdate.y: Use Bison 1.875 features, and some minor
16234         code cleanups.  This change does not affect semantics.
16235         Don't include <stdlib.h>; no longer needed.
16236         Don't include unlocked-io.h; only the "#if TEST" code uses
16237         stdio, and performance isn't crucial there.
16238         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16239         Bison 1.875 features as described below.
16240         All uses of "PC." replaced by "pc->".
16241         (YYSTYPE): Add a forward declaration.
16242         (yylex, yyerror): Use full prototypes in forward decls.
16243         Use "%pure-parser" rather than obsolescent "%pure_parser".
16244         Use %parse-param and %lex-param instead of obsolescent
16245         YYPARSE_PARAM and YYLEX_PARAM.
16246         (meridian_table, month_and_day_table, time_units_table,
16247         relative_time_table, time_zone_table, military_table,
16248         lookup_zone, lookup_word, get_date):
16249         Use NULL instead of 0 where appropriate.
16250         (to_hour): Avoid abort (), to avoid a dependency on
16251         stdlib.h.
16252         (yyerror, yylex): Now accepts parser_control * arg.
16253         (main) [TEST]: Use '\0' rather than 0 for char.
16254
16255 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16256
16257         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16258
16259 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16262         It's now the caller's responsibility to handle the case where
16263         !HAVE_GETPAGESIZE && !defined getpagesize.
16264
16265         * lib/mktime.c (leapyear): Arg is long int, not int.
16266
16267 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16270
16271 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16274         missing.  Problem reported by James Youngman.
16275
16276 2004-10-16  Simon Josefsson  <jas@extundo.com>
16277
16278         * gnulib-tool: Fix comments.  Fix parse problem.
16279         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16280
16281 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16282
16283         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16284         implementation of getopt_long.  Problem reported by Alexander Taler in:
16285         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16286
16287 2004-10-15  Bruno Haible  <bruno@clisp.org>
16288
16289         * gnulib-tool: Untabify. Initialize supplied_libname.
16290         (func_usage): More homogenous output.
16291         (func_modules_transitive_closure, func_modules_to_filelist,
16292         func_emit_lib_Makefile_am): New functions.
16293         (func_import): New function, extracted from big case statement. Use
16294         func_get_license, func_modules_transitive_closure,
16295         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16296         opt_lgpl. Don't use test -a, as it's not portable.
16297         (func_create_testdir): Use func_modules_transitive_closure,
16298         func_modules_to_filelist, func_emit_lib_Makefile_am.
16299
16300 2004-10-15  Bruno Haible  <bruno@clisp.org>
16301
16302         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16303
16304 2004-10-15  Bruno Haible  <bruno@clisp.org>
16305
16306         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16307         the portions belonging to each module.
16308         Suggested by Derek Robert Price <derek@ximbiot.com>.
16309
16310 2004-10-12  Simon Josefsson  <jas@extundo.com>
16311
16312         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16313         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16314         to real functions.
16315
16316 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16317
16318         * modules/vsnprintf: New file.
16319
16320 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16321
16322         * m4/vsnprintf.m4: New file.
16323
16324 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16325
16326         * lib/vsnprintf.h: New file.
16327         * lib/vsnprintf.c: New file.
16328
16329 2004-10-11  Bruno Haible  <bruno@clisp.org>
16330
16331         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16332         vsnprintf.
16333
16334 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16335
16336         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16337
16338 2004-10-07  Bruno Haible  <bruno@clisp.org>
16339
16340         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16341         fits into the provided buffer.
16342
16343 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16344
16345         * lib/diacrit.c, diacrit.h: Add GPL notice.
16346
16347         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16348         notice.
16349         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16350         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16351         This avoids a potential constant-folding bug.
16352
16353 2004-10-05  Bruno Haible  <bruno@clisp.org>
16354
16355         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16356         for the declaration of strsep.
16357
16358 2004-10-05  Bruno Haible  <bruno@clisp.org>
16359
16360         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16361
16362 2004-10-04  Simon Josefsson  <jas@extundo.com>
16363
16364         * modules/memmem: New file.
16365         * tests/test-memmem.c: New file.
16366         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16367
16368 2004-10-04  Simon Josefsson  <jas@extundo.com>
16369
16370         * m4/memmem.m4: New file.
16371
16372 2004-10-04  Simon Josefsson  <jas@extundo.com>
16373
16374         * lib/memmem.h: New file.
16375         * lib/memmem.c: New file, taken from glibc.
16376
16377 2004-10-04  Simon Josefsson  <jas@extundo.com>
16378
16379         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16380         '#ifdef USE_UNLOCKED_IO'.
16381
16382 2004-10-04  Simon Josefsson  <jas@extundo.com>
16383
16384         * config/srclist.txt: Add memmem from glibc.
16385
16386 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16387
16388         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16389
16390         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16391         modules/exclude, modules/getdate, modules/getline,
16392         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16393         modules/getusershell, modules/linebuffer, modules/md5,
16394         modules/mountlist, modules/posixtm, modules/readtokens,
16395         modules/readutmp, modules/regex, modules/sha1,
16396         modules/version-etc, modules/yesno:
16397         Remove dependency on unlocked-io.
16398
16399 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16400
16401         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16402
16403         * m4/unlocked-io.m4: Add copyright notice.
16404         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16405
16406 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16409         * lib/xmalloc.c (xmemdup): Likewise.
16410         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16411         XFREE): Remove these long-obsolescent macros.
16412         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16413         * lib/xstrdup.c: Remove.
16414
16415         * lib/regex.c (re_comp): Cast gettext return value to char *,
16416         Problem reported by Martin Neitzel via Mark D. Baushke.
16417
16418 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16421         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16422         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16423         regex.c, sha1.c, version-etc.c, yesno.c:
16424         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16425         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16426         the includer's responsibility.
16427
16428         Sync from coreutils.
16429
16430         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16431         points to the start of a string, as the C Standard says the
16432         resulting behavior is undefined.
16433
16434         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16435         simple -> simple_backups, numbered_existing ->
16436         numbered_existing_backups, numbered -> numbered_backups
16437         to avoid shadowing problems.  All uses changed.
16438         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16439         * lib/backupfile.c (check_extension, numbered_backup):
16440         Rename locals to avoid shadowing 'basename'.
16441         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16442         once.
16443
16444         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16445         * lib/.cvsignore: Add getopt.h.
16446
16447 2004-10-04  Bruno Haible  <bruno@clisp.org>
16448
16449         * modules/README: New file.
16450         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16451         not a module.
16452
16453 2004-10-02  Jim Meyering  <jim@meyering.net>
16454
16455         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16456
16457 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16458
16459         * modules/strsep: New file.
16460
16461 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16462
16463         * m4/strsep.m4: New file.
16464
16465 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16466
16467         * lib/strsep.h: New file.
16468         * lib/strsep.c: New file.
16469
16470 2004-10-01  Simon Josefsson  <jas@extundo.com>
16471
16472         * lib/snprintf.c (snprintf): Handle size==0.
16473
16474 2004-10-01  Simon Josefsson  <jas@extundo.com>
16475             Bruno Haible  <bruno@clisp.org>
16476
16477         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16478         (snprintf): Declare 'args'.
16479
16480 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         * lib/snprintf.c: Remove comments as to why each header is needed.
16483
16484 2004-10-01  Bruno Haible  <bruno@clisp.org>
16485
16486         * MODULES.html.sh: Add strsep.
16487
16488 2004-09-30  Simon Josefsson  <jas@extundo.com>
16489
16490         * modules/snprintf: New file.
16491
16492 2004-09-30  Simon Josefsson  <jas@extundo.com>
16493
16494         * m4/snprintf.m4: New file.
16495
16496 2004-09-30  Simon Josefsson  <jas@extundo.com>
16497
16498         * lib/snprintf.h, lib/snprintf.c: New files.
16499
16500 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16501
16502         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16503         (hol_entry_help): Never translate an empty string.
16504         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16505         * lib/argp.h (OPTION_NO_TRANS): New option.
16506
16507 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * modules/argp (Maintainer): Replace Simon Josefsson
16510         by Sergey Poznyakoff.
16511
16512 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16513
16514         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16515         changes merged back into glibc.
16516
16517 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16518
16519         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16520
16521 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16522
16523         * lib/xvasprintf.c: Include xalloc.h.
16524         (xvasprintf): Use xalloc_die, not xmalloc_die.
16525
16526 2004-09-29  Bruno Haible  <bruno@clisp.org>
16527
16528         * modules/alloca-opt: New file, derived from modules/alloca.
16529         * modules/allocsa: Depend on alloca-opt instead of alloca.
16530         * modules/setenv: Likewise.
16531         * modules/vasnprintf: Likewise.
16532         * MODULES.html.sh: Add alloca-opt.
16533
16534 2004-09-28  Simon Josefsson  <jas@extundo.com>
16535
16536         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16537         LGPL, and to replace license template from GPL to LGPL.
16538
16539 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * modules/dummy: Change license to LGPL.
16542
16543 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16546
16547 2004-09-24  Simon Josefsson  <jas@extundo.com>
16548
16549         * modules/minmax (License): Change from GPL to LGPL.
16550
16551 2004-09-23  Simon Josefsson  <jas@extundo.com>
16552
16553         * gnulib-tool (--import): Typo.
16554
16555 2004-09-23  Simon Josefsson  <jas@extundo.com>
16556
16557         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16558
16559 2004-09-22  Bruno Haible  <bruno@clisp.org>
16560
16561         * modules/*: Add 'License' field.
16562         * gnulib-tool: Accept --extract-license option.
16563         (func_get_license): New function.
16564
16565 2004-09-21  Bruno Haible  <bruno@clisp.org>
16566
16567         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16568         Reported by Simon Josefsson.
16569
16570 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16573         gl_AC_TYPE_LONG_LONG.
16574
16575 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16576
16577         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16578
16579 2004-09-18  Simon Josefsson  <jas@extundo.com>
16580         and  Paul Eggert  <eggert@cs.ucla.edu>
16581
16582         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16583         calls with autoreconf.  Define GL_LIB.
16584
16585 2004-09-14  Karl Berry  <karl@gnu.org>
16586
16587         * config/srclist.txt: unsync setenv.c, sigh.
16588
16589 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16590
16591         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16592         Problem reported by Bruno Haible in:
16593         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16594
16595 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16596
16597         * config/srclist.txt: Comment out argp-pvh.c.
16598
16599 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16602         in case some system header has #define'd it.  Problem reported by
16603         Soeren D. Schulze in
16604         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16605
16606 2004-09-09  Karl Berry  <karl@gnu.org>
16607
16608         * regex.[ch]: delete from the root.  These were supposed to be
16609                 synced with emacs cvs, but this has not happened for about
16610                 a year, and anyway nothing else uses emacs regex.[ch].
16611                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16612                 lib/regex[.ch] is untouched.
16613
16614 2004-09-09  Bruno Haible  <bruno@clisp.org>
16615
16616         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16617
16618 2004-09-09  Bruno Haible  <bruno@clisp.org>
16619
16620         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16621         modifications.
16622         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16623
16624 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16625
16626         * modules/xvasprintf: New file.
16627         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16628
16629 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16630
16631         * lib/xvasprintf.h: New file.
16632         * lib/xvasprintf.c: New file.
16633         * lib/xasprintf.c: New file.
16634
16635 2004-09-08  Bruno Haible  <bruno@clisp.org>
16636
16637         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16638
16639 2004-09-08  Bruno Haible  <bruno@clisp.org>
16640
16641         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16642         length is > INT_MAX.
16643         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16644         more.
16645
16646 2004-09-08  Bruno Haible  <bruno@clisp.org>
16647
16648         * lib/stdint_.h: New file, taken from GNU clisp.
16649
16650 2004-09-08  Bruno Haible  <bruno@clisp.org>
16651             Oskar Liljeblad  <oskar@osk.mine.nu>
16652
16653         * modules/stdint: New file.
16654         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16655
16656 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         Import from coreutils.
16659         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16660         strings on unbounded length.  alloca's performance benefits aren't
16661         that important here.
16662         (V_STRDUP): Remove.
16663         (parse_with_separator): New function, with most of the internals
16664         of the old parse_user_spec.  Allow user to omit both user and group,
16665         for compatibility with FreeBSD.
16666         Clone only the user name, not the entire spec.
16667         Do not set *uid, *gid unless entirely successful.
16668         Avoid memory leak in some failing cases.
16669         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16670         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16671         (parse_user_spec): Rewrite to use parse_with_separator.
16672
16673 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         * modules/userspec: Don't depend on alloca.
16676
16677 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16680
16681 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16684         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16685         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16686
16687 2004-08-16  Simon Josefsson  <jas@extundo.com>
16688
16689         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16690         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16691         Add --dry-run for --import.
16692         Let user provided command line parameters override configure.ac
16693         settings.
16694
16695 2004-08-12  Simon Josefsson  <jas@extundo.com>
16696
16697         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16698         as discussed with Paul Eggert in threads rooted at
16699         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16700         and
16701         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16702         Before, the test was empty, and relied on ELIDE_CODE in source
16703         code.)
16704         (gl_PREREQ_GETOPT): New macro.
16705         (gl_GETOPT): Use them.
16706
16707 2004-08-12  Simon Josefsson  <jas@extundo.com>
16708
16709         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16710         * lib/getopt_.h: Renamed from getopt.h.
16711
16712 2004-08-12  Simon Josefsson  <jas@extundo.com>
16713
16714         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16715         Change default library name from libfoo to libgnu.
16716         Now, if you have a configure.ac that says:
16717                 gl_SOURCE_BASE(gl)
16718                 gl_M4_BASE(gl/m4)
16719                 gl_MODULES(error getopt etcetera)
16720                 gl_INIT
16721         you can import all you need by running:
16722                 ../gnulib/gnulib-tool --import
16723
16724         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16725         (Makefile.am): Rewrite, use logic from argz.
16726         (Include): Use <getopt.h> instead of "getopt.h".
16727
16728 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16729
16730         * modules/argp (Files): Add m4/unlocked-io.m4.
16731         (Depends-on): Add extensions.
16732
16733 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16734
16735         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16736         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16737         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16738         Check for program_invocation_name, program_invocation_short_name,
16739         flockfile, funlockfile, features.h, _getopt_long_only_r.
16740
16741 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16744         its complicated substitute.
16745         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16746         and program_invocation_name.
16747         (__argp_basename) [!_LIBC]: Remove; the only use was
16748         replaced by its body.
16749         (__argp_short_program_name): Change condition from
16750         !defined __argp_short_program_name to
16751         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16752         to match argp-namefrob.h.
16753         (__argp_failure): Don't assume strerror_r returns char *.
16754         * lib/argp-parse.c (N_): Define unconditionally.
16755         (argp_default_options): Fill out initializers with 0 to avoid
16756         gcc warnings.
16757
16758 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16759
16760         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16761         getopt1.c.
16762
16763 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16764
16765         Merge from coreutils.
16766
16767         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16768
16769         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16770         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16771
16772 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         Merge from coreutils.
16775
16776         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16777         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16778         for Reliant Unix 5.43.
16779
16780         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16781         (union fooround): Use uintmax_t, not long int.
16782         The rest is a merge from libc:
16783         [defined _LIBC]: Include <shlib-compat.h>.
16784         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16785
16786         * lib/settime.c (settime): Recode to avoid warning with
16787         Sun Forte C 6U2.
16788
16789         * lib/strverscmp.c: Convert to UTF-8.
16790
16791 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16792
16793         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16794         m4/uintmax_t.m4.
16795
16796 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         * modules/xalloc-die: New file.
16799         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16800
16801         * modules/md5 (Files): Add m4/uint32_t.m4.
16802         * modules/sha1: Renamed from modules/sha.
16803         (Files):
16804         Rename lib/sha.h to lib/sha1.h.
16805         Rename lib/sha.c to lib/sha1.c.
16806         Rename m4/sha.m4 to m4/sha1.m4.
16807         (lib_SOURCES): Likewise.
16808         (configure.ac): Rename gl_SHA to gl_SHA1.
16809         (Include): sha.h -> sha1.h.
16810
16811 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16814         * m4/sha1.m4: Renamed from sha.m4.
16815         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16816
16817 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         * lib/obstack.h (obstack_empty_p):
16820         Don't assume that chunk->contents is suitably aligned.
16821         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16822         Likewise. Problem reported by Benno in
16823         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16824
16825         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16826         readable.  This could be improved further but it'd take some work.
16827
16828 2004-08-08  Simon Josefsson  <jas@extundo.com>
16829
16830         * modules/xgethostname (Depends-on): Remove exit and error (not
16831         used).
16832
16833         * modules/getpass-gnu: Add getpass.h.
16834         (Depends-on): Add stdbool.
16835         * modules/getpass: Add getpass.h.
16836
16837 2004-08-08  Simon Josefsson  <jas@extundo.com>
16838
16839         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16840         Check getpass declaration.
16841
16842 2004-08-08  Simon Josefsson  <jas@extundo.com>
16843
16844         * lib/xgethostname.c: Don't include error.h (not used).
16845
16846         * lib/getpass.h: Add.
16847         * lib/getpass.c: Include getpass.h first.
16848
16849 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * lib/xalloc-die.c: New file.
16852         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16853         All uses removed.
16854         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16855         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16856         xalloc-die.c.
16857         (_, N_, xalloc_die): Move to xalloc-die.c.
16858         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16859         so that we needn't mess with xalloc_msg_memory_exhausted.
16860
16861         * lib/sha1.h: Renamed from sha.h.
16862         (SHA1_H): Renamed from _SHA_H.
16863         (sha1_ctx): Renamed from sha_ctx.
16864         (sha1_init_ctx): Renamed from sha_init_ctx.
16865         (sha1_process_block): Renamed from sha_process_block.
16866         (sha1_process_bytes): Renamed from sha_process_bytes.
16867         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16868         (sha1_read_ctx): Renamed from sha_read_ctx.
16869         (sha1_stream): Renamed from sha_stream.
16870         (sha1_buffer): Renamed from sha_buffer.
16871         * lib/sha1.c: Likewise; renamed from sha.c.
16872         Do not include <sys/types.h>.
16873         Include <stddef.h> rather than <stdlib.h>.
16874
16875 2004-08-08  Bruno Haible  <bruno@clisp.org>
16876
16877         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16878         FILESYSTEM_PREFIX_LEN.
16879         * lib/progreloc.c: Likewise.
16880         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16881
16882 2004-08-06  Simon Josefsson  <jas@extundo.com>
16883
16884         * modules/progname (Depends-on): Don't depend on stdbool.
16885
16886 2004-08-06  Simon Josefsson  <jas@extundo.com>
16887
16888         * modules/getsubopt: New file.
16889         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16890         getsubopt.
16891
16892 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         More merge from coreutils.
16895
16896         * m4/utimens.m4, m4/utimecmp.m4: New files.
16897         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16898         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16899         prereq.m4, sha.m4: Import changes from coreutils.
16900
16901 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16902
16903         More merge from coreutils.
16904         * modules/raise, modules/readtokens0, modules/utimens:
16905         * modules/utimecmp, module/xnanosleep: New files.
16906         * modules/strftime: Add lib/strftime.h.
16907         Change include from <time.h> to "strftime.h".
16908         * modules/yesno: Add lib/yesno.h.
16909         * modules/backupfile: Remove lib/addext.c.
16910         * modules/euidaccess: Add stat-macros.h.
16911         * modules/canonicalize, modules/euidaccess,
16912         modules/filemode, modules/lchown, modules/makepath,
16913         modules/rmdir, modules/stat: Likewise.
16914
16915 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16916
16917         Merge from tar.
16918         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16919         SIZE_MAX is a valid preprocessor constant.
16920         (__argp_basename): Change from "#ifndef _LIBC"
16921         to "#ifndef __argp_short_program_name", so that
16922         we don't compile these functions for tar.
16923
16924         More merges from coreutils.
16925         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16926         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16927         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16928         * lib/addext.c: Remove; no longer needed.
16929         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16930         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16931         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16932         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16933         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16934         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16935         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16936         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16937         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16938         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16939         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16940         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16941         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16942         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16943         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16944         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16945         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16946         Import changes from coreutils.
16947
16948 2004-08-05  Simon Josefsson  <jas@extundo.com>
16949
16950         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16951
16952 2004-08-05  Simon Josefsson  <jas@extundo.com>
16953
16954         * m4/getsubopt.m4: New file.
16955
16956 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         Merge from coreutils.
16959
16960         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16961         * m4/getcwd-path-max.m4: New files.
16962
16963         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16964         FILESYSTEM_PREFIX_LEN ->
16965         FILE_SYSTEM_PREFIX_LEN.
16966         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16967         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16968         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16969         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16970
16971         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16972         prerequisite modules now handle the DOS stuff.
16973         Don't check for unistd.h.
16974
16975 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         Merge from coreutils.
16978
16979         * lib/.gdb-history: Remove; this doesn't belong here.
16980
16981         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16982         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16983         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16984         * lib/getcwd.c: New files.
16985
16986         * lib/dirname.h: Include <stdbool.h>.
16987         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16988         for consistency with POSIX terminology.  All uses changed.
16989         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16990         (strip_trailing_slashes): Use bool for booleans.
16991         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16992
16993         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16994         sometimes returns a positive errno value even when it succeeds.
16995         (print_errno_message) [!LIBC]: Fall back on strerror if
16996         __strerror_r fails.
16997
16998         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16999         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
17000         (longest_relative_suffix): New function.
17001         (path_concat): Use it.  Assume first argument is not NULL.
17002         Port to DOS.  Omit redundant separators.
17003         Report an error instead of returning NULL.
17004         Use mempcpy instead of memcpy.
17005         (xpath_concat): Remove: not declared or used.
17006
17007         * lib/same.h: Include <stdbool.h>
17008         (same_name): Return bool, not int.
17009         * lib/same.c (same_name): Likewise.
17010         (errno): Don't declare; we assume C89 or better now.
17011
17012         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
17013         if not already defined.
17014
17015         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
17016         * lib/dup-safer.c (errno): Likewise.
17017
17018 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         Merge from coreutils.
17021         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
17022         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
17023         * modules/path-concat: Don't depend on strdup.
17024
17025 2004-08-03  Simon Josefsson  <jas@extundo.com>
17026
17027         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
17028         * lib/progname.h: Don't include stdbool.h.
17029
17030 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17031
17032         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
17033         * MODULES.html.sh (func_all_modules): Remove fatal.
17034
17035 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
17038
17039 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
17042         working.
17043
17044 2004-08-02  Simon Josefsson  <jas@extundo.com>
17045
17046         * lib/getsubopt.h: New file, with comments from Bruno Haible.
17047         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
17048         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
17049
17050 2004-08-01  Simon Josefsson  <jas@extundo.com>
17051
17052         * lib/xgetdomainname.c: Include stdlib.h, for free().
17053
17054 2004-07-19  Bruno Haible  <bruno@clisp.org>
17055
17056         * MODULES.html.sh (func_all_modules): Add dummy.
17057
17058 2004-07-16  Simon Josefsson  <jas@extundo.com>
17059
17060         * modules/dummy: New file.
17061
17062 2004-07-16  Simon Josefsson  <jas@extundo.com>
17063
17064         * lib/dummy.c: New file.
17065
17066 2004-07-16  Bruno Haible  <bruno@clisp.org>
17067
17068         * lib/backupfile.h: Add extern "C" for C++.
17069         * lib/closeout.h: Likewise.
17070         * lib/copy-file.h: Likewise.
17071         * lib/findprog.h: Likewise.
17072         * lib/full-write.h: Likewise.
17073         * lib/pathname.h: Likewise.
17074         * lib/progname.h: Likewise.
17075         * lib/stpcpy.h: Likewise.
17076         * lib/stpncpy.h: Likewise.
17077         * lib/strcase.h: Likewise.
17078         * lib/strstr.h: Likewise.
17079         * lib/xalloc.h: Likewise.
17080
17081         * lib/mbswidth.h: Add extern "C" for C++.
17082         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17083
17084 2004-07-13  Robert Millan  <robertmh@gnu.org>
17085
17086         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17087
17088 2004-07-09  Simon Josefsson  <jas@extundo.com>
17089
17090         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17091         failed without this.)
17092
17093 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * modules/chown (Files): Add lib/fchown-stub.c, since
17096         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17097
17098 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17099
17100         * lib/fchown-stub.c: New file.
17101
17102 2004-06-24  Jim Meyering  <jim@meyering.net>
17103
17104         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17105
17106 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17107
17108         * modules/argz: Omit "#include".
17109
17110         * MODULES.html.sh (func_all_modules): Add calloc, to match
17111         2004-06-01 addition of calloc module.
17112
17113 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17114
17115         * m4/argz.m4: New file, which is autoupdated from libtool.
17116
17117 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17120         libtool.
17121
17122 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         * config/srclist-update: Don't insist on "USA." before the
17125         close-comment, as libtool omits the period and puts the */ on a
17126         separate line.
17127         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17128         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17129
17130 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17131
17132         * modules/argz: New file.
17133         * MODULES.html.sh (func_all_modules): Add argz.
17134
17135 2004-06-12  Jim Meyering  <jim@meyering.net>
17136         and  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * modules/hash (Files): Add lib/xalloc.h.
17139         * modules/pipe (Depends-on): Add wait-process.
17140         * modules/stat (Depends-on): Add xalloc.
17141         * modules/userspec (Files): Add lib/userspec.h.
17142         * modules/xstrto
17143
17144         Upgrade from gettext-0.13.
17145         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17146         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17147         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17148
17149 2004-06-10  Jim Meyering  <jim@meyering.net>
17150
17151         * lib/calloc.c: New file.
17152
17153 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * lib/getdate.y (yylex): Allow space between sign and number.
17156         Problem reported by Dan Jacobson.
17157
17158 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17159
17160         Merge from coreutils CVS.
17161
17162         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17163         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17164         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17165         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17166         xstrtol.m4: Fix copyright date and/or serial number.
17167
17168         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17169         See if we need an fchown replacement.
17170         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17171         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17172         and use the replacement function if we detect either defect.
17173
17174         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17175         gl_UTIMECMP.
17176
17177 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17178         and  Jim Meyering  <jim@meyering.net>
17179
17180         Merge from coreutils CVS.
17181
17182         * lib/stat-macros.h: New file, with contents from file-type.h
17183         and coreutils' system.h.
17184         * lib/file-type.c: Include "stat-macros.h".
17185         * lib/file-type.h (file_type): Move all macro definitions to new file,
17186         stat-macros.h.
17187
17188         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17189         Wrap old code with this conditional.
17190         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17191         function that does not dereference symlinks.
17192         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17193
17194         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17195         dependency problems.
17196         (xreadlink): Accept new arg SIZE, for efficiency.
17197         All decls and uses changed.
17198         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17199
17200         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17201         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17202
17203         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17204         sysexits.h.
17205
17206 2004-06-01  Jim Meyering  <jim@meyering.net>
17207
17208         * m4/calloc.m4: New file.
17209
17210 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17213         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17214         Also, fix a typo in a diagnostic.
17215
17216 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17219         or AC_FUNC_REALLOC.
17220
17221 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17222
17223         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17224         macros to be defined.
17225         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17226         the allocator returns NULL because the requested size is zero.
17227
17228 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17229
17230         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17231         var.  Add comment explaining why libc still defines it.  This
17232         merges the following patch from glibc:
17233         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17234
17235 2004-05-20  Andreas Schwab  <schwab@suse.de>
17236
17237         * m4/free.m4: Replace free if it not known to work, not the other
17238         way round.
17239
17240 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17241
17242         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17243         present in glibc since revision 1.1 of this file.
17244         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17245         obstack_alignment_mask, obstack_alloc, obstack_base,
17246         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17247         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17248         obstack_grow0, obstack_init, obstack_int_grow,
17249         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17250         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17251         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17252         nonexistent functions.
17253
17254 2004-05-18  Karl Berry  <karl@gnu.org>
17255
17256         * config/srclist.txt: break link for vasnprintf.c.
17257
17258 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17259
17260         Port obstack to the AS/400, where pointers are 16 bytes wide and
17261         you cannot cast an integer to a valid pointer.  This patch is
17262         currently waiting to be integrated into glibc; see
17263         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17264
17265         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17266         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17267         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17268         (struct obstack): temp member is now a union of a pointer and
17269         an integer, instead of an integer.  All integer uses changed.
17270         This does not affect the physical layout of struct obstack,
17271         except on hosts (like the AS/400) where the size or alignment of
17272         void * is greater than that of ptrdiff_t.
17273         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17274         __STDC__)]: Store temporary in pointer member of union, not
17275         integer member.
17276         * lib/obstack.c: Include <stddef.h>, for offsetof.
17277         (struct fooalign): Remove; it doesn't need a name.
17278         (union fooround): Change double to long double, and add void *.
17279         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17280         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17281         not a macro.  Hence the values are always int; so remove all
17282         casts-to-int in uses.
17283
17284 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17285
17286         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17287         we can get this patch merged into glibc.
17288
17289 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17290             Paul Eggert  <eggert@cs.ucla.edu>
17291
17292         * m4/argp: Depend on alloca.
17293
17294 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17295             Paul Eggert  <eggert@cs.ucla.edu>
17296
17297         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17298         freecoding.
17299
17300 2004-05-17  Bruno Haible  <bruno@clisp.org>
17301
17302         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17303         precision that consists of a '.' followed by an empty digit string.
17304         Patch by Tor Lillqvist <tml@iki.fi>.
17305
17306 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17309         for backward compatibility with older code.  We need our own
17310         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17311         it under some other name, and our alloca.h will define it.
17312
17313 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17314             Derek Price  <derek@ximbiot.com>
17315
17316         * lib/alloca.c: Include <alloca.h>, to get our interface.
17317         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17318         include <alloca.h> first.  Use C89 prototype for alloca; this
17319         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17320         Use #elif for simplicity, since we can assume C89 now.
17321         Don't try to source the system alloca.h since it will not be found
17322         and to prevent recursively including its replacement.
17323         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17324         * lib/regex.c: Likewise.
17325
17326 2004-05-16  Derek Price  <derek@ximbiot.com>
17327             Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         getline cleanup.  This changes the getndelim2 API: both order of
17330         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17331         no delimiter).
17332
17333         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17334         interface does that.
17335         (getline): Always use getdelim, so that we don't have two
17336         copies of this code.
17337         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17338         if available.
17339         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17340         (GETNDELIM2_MAXIMUM): New macro.
17341         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17342         instead of the old practice of delim2==0.  All callers changed.
17343         Return -1 on overflow, instead of returning junk.
17344         Do not set *linesize unless allocation succeeds.
17345         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17346         that we include sys/types.h.
17347         * lib/getnline.h: Likewise.
17348         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17349         (getndelim2): Reorder arguments.
17350         * lib/getnline.c (getnline, getndelim):
17351         Don't discard the NMAX argument.
17352         (getnline): Invoke getndelim, to avoid code duplication.
17353         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17354         of (size_t) -1 by callers of the getnline family.
17355
17356 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17357
17358         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17359         Check for gettimeofday.
17360         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17361         Check for settimeofday, stime.
17362
17363 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17364
17365         * lib/nanosleep.c (suspended): Change its type from int to
17366         sig_atomic_t volatile.
17367         (first_call): Make it private to rpl_nanosleep, and have it
17368         be zero initially as that's a bit faster.
17369         (my_usleep): Round up fractional times instead of truncating them,
17370         as this is the usual meaning for 'sleep'.
17371
17372         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17373         doesn't work.
17374         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17375         (ENOSYS): Define if not defined.
17376         (settime): Fall back on stime if it exists and settimeofday fails.
17377         But don't bother with fallbacks if a method fails with errno == EPERM.
17378
17379 2004-05-11  Jim Meyering  <jim@meyering.net>
17380
17381         Prior to this change, the save_cwd caller required read access to the
17382         current directory on most systems (ones with the fchdir function).
17383
17384         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17385         fails, try write-only, and finally, resort to using xgetcwd.
17386
17387 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17388
17389         * lib/obstack.c, obstack.h: Import changes from libc.
17390
17391 2004-04-28  Bruno Haible  <bruno@clisp.org>
17392
17393         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17394         also implicitly appends .exe to executables.
17395         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17396         accepts Windows pathnames.
17397         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17398         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17399         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17400         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17401         Reported by Derek Robert Price <derek@ximbiot.com>.
17402
17403 2004-04-21  Karl Berry  <karl@gnu.org>
17404
17405         * config/srclist.txt (localcharset.c): break sync.
17406
17407 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17408
17409         * m4/host-os.m4: Add a copyright notice.
17410
17411 2004-04-20  Jim Meyering  <jim@meyering.net>
17412
17413         Change UTILS_ to gl_ in AC_DEFINE'd names.
17414         Change utils_- and jm_-prefixed variables, too.
17415         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17416         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17417         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17418
17419         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17420         Don't emit trailing blanks.
17421         Also rename jm_-prefixed variables to have gl_ prefix.
17422
17423         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17424         Also rename jm_-prefixed variables to have gl_ prefix.
17425
17426         * m4/jm-macros.m4: Reflect the renamings.
17427         * m4/prereq.m4: Likewise.
17428
17429 2004-04-20  Jim Meyering  <jim@meyering.net>
17430
17431         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17432         memory.
17433
17434 2004-04-20  Jim Meyering  <jim@meyering.net>
17435             Bruno Haible  <bruno@clisp.org>
17436
17437         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17438         memory when realloc fails.
17439
17440 2004-04-19  Jim Meyering  <jim@meyering.net>
17441
17442         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17443         now that readutmp.c may call `free (0)'.
17444
17445 2004-04-19  Bruno Haible  <bruno@clisp.org>
17446
17447         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17448         * m4/inttypes_h.m4: Likewise.
17449         * m4/stdint_h.m4: Likewise.
17450         * m4/intmax_t.m4: Likewise.
17451         * m4/uintmax_t.m4: Likewise.
17452
17453 2004-04-18  Jim Meyering  <jim@meyering.net>
17454
17455         * m4/prereq.m4: Don't forbid jm_ prefix.
17456
17457         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17458         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17459         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17460         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17461         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17462         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17463         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17464         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17465         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17466         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17467         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17468         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17469         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17470         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17471         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17472         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17473         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17474         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17475         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17476
17477 2004-04-18  Jim Meyering  <jim@meyering.net>
17478
17479         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17480         failure, don't leak memory and do call END_UTMP_ENT.
17481
17482 2004-04-16  Jim Meyering  <jim@meyering.net>
17483
17484         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17485         coreutils' stat program.
17486         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17487
17488 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17489
17490         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17491         C89.
17492         (CHAR_BIT): Remove, since we assume C89.
17493         Include <stdint.h> if available, as per current Autoconf CVS advice.
17494
17495 2004-03-31  Jim Meyering  <jim@meyering.net>
17496
17497         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17498         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17499         * m4/xalloc.m4: Likewise.
17500
17501 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17502
17503         Merge from coreutils.
17504
17505         * m4/inttostr.m4: New file.
17506         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17507         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17508         Require gl_CLOCK_TIME.
17509         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17510
17511 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17512
17513         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17514         not bool, to be more consistent with Unix conventions.
17515         Suggested by Bruno Haible.
17516
17517         Merge from coreutils.
17518
17519         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17520         * lib/umaxtostr.c: New files.
17521
17522         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17523         the usual <time.h> dance.
17524         (get_date): Change signature to support fractional time stamps.
17525         All callers changed.
17526         * lib/getdate.y: Include "getdate.h" first, as we can now
17527         assume C89 and don't need to worry about 'const'.
17528         Similarly, include "unlocked-io.h" near start, not in middle.
17529         Include <limits.h>.
17530         (textint.value): Use long int rather than int.
17531         (textint.digits): Use size_t rather than int.
17532         (BILLION, LOG10_BILLION): New constants.
17533         (parser_control): New member rel_ns.  Members day_ordinal,
17534         time_zone, month, day, hour, minutes, rel_year, rel_month,
17535         rel_day, rel_hour, rel_minutes, rel_seconds
17536         are now long int, not int.  Member seconds is now struct timespec,
17537         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17538         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17539         not int.
17540         (%union.intval): Now long int, not int.
17541         New member timespec.
17542         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17543         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17544         (spec): Now is a timespec or an item list.
17545         (timespec, items): New nonterminals.
17546         (time, rel, relunit, number, get_date):
17547         Add support for fractional seconds.
17548         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17549         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17550         (to_hour): First arg is now long int, not int.
17551         (to_year): Returns long int, not int.
17552         Don't treat year -70 like 70.
17553         (tm_diff): Returns long int, not int.
17554         (lookup_word): Use bool instead of int when appropriate.
17555         (yylex): Use size_t for count, not int.
17556         Detect overflow when parsing large integer constants.
17557         Add support for fractions.
17558         (get_date): Make pointers 'const' if possible.
17559         Use more-portable code to detect integer overflow.
17560         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17561         Don't use ctime; it's not reliable if the year has >4 digits.
17562
17563         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17564         This is for compatibility with BSD.
17565
17566         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17567         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17568         From coreutils' system.h.
17569
17570         * lib/userspec.c: Don't include "posixver.h".
17571         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17572         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17573         compatible extension.  Simplify code by removing a boolean int
17574         that was always nonzero if a string was nonnull.
17575
17576 2004-03-30  Jim Meyering  <jim@meyering.net>
17577
17578         Merge from coreutils.
17579
17580         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17581         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17582         on some systems one must include <grp.h> before it.
17583         Reported by Christian Krackowizer.
17584
17585 2004-03-30  Jim Meyering  <jim@meyering.net>
17586
17587         Merge from coreutils.
17588
17589         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17590
17591         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17592         an empty input stream.
17593
17594         * lib/readtokens.c: Include <stdbool.h>.
17595         (readtoken): Use `size_t' rather than int/long.
17596         All callers adjusted.
17597         Use `bool' rather than `int' where appropriate.
17598         Use memset rather than an explicit loop.
17599         Use x2nrealloc rather than xrealloc.
17600         Allow the use of `\0' as a delimiter.
17601         (readtokens): Likewise.
17602         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17603
17604 2004-03-30  Jim Meyering  <jim@meyering.net>
17605
17606         * m4/realloc.m4: Remove file, since now it does no more than
17607         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17608         the `configure.ac' section of module/realloc.
17609         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17610
17611 2004-03-30  Bruno Haible  <bruno@clisp.org>
17612
17613         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17614         nonnull.
17615
17616 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17617
17618         Merge changes to getloadavg.c from coreutils and Emacs.
17619
17620         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17621         Define to an expression, not to the empty string.
17622         Include cloexec.h and xalloc.h.
17623         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17624         Use set_cloexec_flag rather than rolling our own.
17625         * lib/cloexec.c, lib/cloexec.h: New files.
17626
17627 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17628
17629         * m4/cloexec.m4: New file.
17630
17631 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17632
17633         * lib/getopt.h: Sync with libc CVS.
17634
17635 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17636             Bruno Haible  <bruno@clisp.org>
17637
17638         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17639         mbswidth.
17640
17641 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17642             Bruno Haible  <bruno@clisp.org>
17643
17644         * lib/mbswidth.h: Include <wchar.h> only if
17645         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17646         <wchar.h>.
17647         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17648
17649 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17650
17651         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17652         Sync with libc CVS.
17653         * lib/getopt_int.h: New file, also synced from libc.
17654
17655 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17656
17657         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17658         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17659         Bring back getopt.c, getopt.h, getopt1.c.
17660
17661 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17662
17663         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17664         All uses changed.  Check for sa_sigaction member; this fixes
17665         a bug first reported by Jason Andrade in
17666         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17667
17668 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17669
17670         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17671         '#if' expressions.  Unlike the code it replaces, it does not
17672         depend on (defined _SC_PAGESIZE).  However, it does depend on
17673         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17674         first reported by Jason Andrade in
17675         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17676
17677 2004-02-25  Simon Josefsson  <jas@extundo.com>
17678
17679         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17680
17681 2004-02-25  Simon Josefsson  <jas@extundo.com>
17682
17683         * lib/strdup.h: New file.
17684         * lib/strdup.c: Include it.
17685         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17686         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17687
17688 2004-02-23  Karl Berry  <karl@gnu.org>
17689
17690         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17691         (from fencepost.gnu.org:/gd/gnuorg).
17692
17693 2004-02-23  Karl Berry  <karl@gnu.org>
17694
17695         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17696         * config/srclist.txt: add maintain/standards documents.
17697
17698 2004-02-18  Bruno Haible  <bruno@clisp.org>
17699
17700         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17701         Reported by Derek Robert Price <derek@ximbiot.com>.
17702
17703 2004-02-16  Karl Berry  <karl@gnu.org>
17704
17705         * config/mkinstalldirs, install-sh: update from automake.
17706
17707 2004-02-06  Karl Berry  <karl@gnu.org>
17708
17709         * m4/po.m4: update from gettext 0.14.1.
17710
17711 2004-02-06  Karl Berry  <karl@gnu.org>
17712
17713         * lib/config.charset: update from gettext 0.14.1.
17714
17715 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17716
17717         Add comments and code, prompted by suggestions from Bruno Haible
17718         for sh-quote.
17719         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17720         describing the enum quoting_style values.
17721         * lib/quotearg.c (quotearg_alloc): New function.
17722         (quotearg_buffer_restyled): Treat lone { and } as special.
17723         Treat = as special.  Work around bug with older shells
17724         that "see" a '\' that is really the 2nd byte of a multibyte char.
17725         Quote empty string with shell_quoting_style.
17726
17727 2004-02-03  Bruno Haible  <bruno@clisp.org>
17728
17729         * m4/pipe.m4: New file, from GNU gettext.
17730
17731 2004-02-03  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/pipe.h: New file, from GNU gettext.
17734         * lib/pipe.c: New file, from GNU gettext.
17735
17736 2004-01-27  Bruno Haible  <bruno@clisp.org>
17737
17738         * m4/execute.m4: New file, from GNU gettext.
17739
17740 2004-01-27  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/execute.h: New file, from GNU gettext.
17743         * lib/execute.c: New file, from GNU gettext.
17744         * lib/w32spawn.h: New file, from GNU gettext.
17745
17746 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17747
17748         Merge from diffutils.
17749
17750         * lib/file-type.c (file_type): Add typed memory objects.
17751         * lib/file-type.h (S_TYPEISTMO): New macro.
17752
17753         * lib/c-stack.h (c_stack_action): Remove argv argument.
17754         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17755         (die): Don't calculate message unless segv_action returns.
17756         (get_stack_location, min_address_from_argv, max_address_from_argv,
17757         volatile stack_base, volatile_stack_size): Remove.
17758         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17759         that every segmentation violation is a stack overflow.  (Ouch!)
17760         See Debian bug 136249 (still outstanding) for more info about why
17761         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17762
17763 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17764
17765         Exit-status fix from coreutils.
17766
17767         Use exit_failure consistently in place of EXIT_FAILURE,
17768         so that program exit statuses are consistent on failure.
17769
17770         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17771         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17772         * lib/argmatch.h: Comment fix to match the above.
17773         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17774         Now a macro referring to exit_failure, instead of a separate
17775         variable.  Include "exitfail.h" to get it.
17776         * lib/xstrtol.h: Include "exitfail.h".
17777         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17778
17779         * lib/long-options.c (parse_long_options): Use prototype
17780         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17781         for clarity.
17782
17783 2004-01-21  Jim Meyering  <jim@meyering.net>
17784
17785         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17786         so as not to conflict with a different-sized __mktime_internal
17787         function in GNU libc.
17788         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17789         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17790
17791 2004-01-20  Karl Berry  <karl@gnu.org>
17792
17793         * config/config.guess: update from config.
17794
17795         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17796
17797 2004-01-20  Bruno Haible  <bruno@clisp.org>
17798
17799         Safer stack allocation.
17800         * lib/setenv.c: Include allocsa.h.
17801         (alloca): Remove fallback definition.
17802         (freea): Remove macro.
17803         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17804         instead of freea.
17805
17806 2004-01-20  Bruno Haible  <bruno@clisp.org>
17807
17808         * m4/eealloc.m4: New file, from GNU gettext.
17809
17810 2004-01-20  Bruno Haible  <bruno@clisp.org>
17811
17812         * m4/allocsa.m4: New file, from GNU gettext.
17813
17814 2004-01-20  Bruno Haible  <bruno@clisp.org>
17815
17816         * lib/xallocsa.h: New file, from GNU gettext.
17817         * lib/xallocsa.c: New file, from GNU gettext.
17818
17819 2004-01-20  Bruno Haible  <bruno@clisp.org>
17820
17821         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17822
17823 2004-01-20  Bruno Haible  <bruno@clisp.org>
17824
17825         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17826         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17827         specially.
17828
17829 2004-01-20  Bruno Haible  <bruno@clisp.org>
17830
17831         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17832         patch.
17833
17834 2004-01-20  Bruno Haible  <bruno@clisp.org>
17835
17836         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17837
17838 2004-01-20  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/eealloc.h: New file.
17841
17842 2004-01-20  Bruno Haible  <bruno@clisp.org>
17843
17844         * lib/binary-io.h: Avoid warnings on Cygwin.
17845
17846 2004-01-20  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/allocsa.h: New file, from GNU gettext.
17849         * lib/allocsa.c: New file, from GNU gettext.
17850
17851 2004-01-18  Karl Berry  <karl@gnu.org>
17852
17853         * doc/gpl.texi, doc/lgpl.texi: new files.
17854
17855 2004-01-18  Karl Berry  <karl@gnu.org>
17856
17857         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17858         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17859
17860 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17861
17862         Merge from coreutils.
17863
17864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17865         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17866         (gl_DEFAULT_POSIX2_VERSION): Move
17867         the documentation from 'configure' into 'config.hin',
17868         so that 'configure --help' isn't burdened by it and
17869         we don't have to worry about its formatting there.
17870         Reword the documentation so that it's more succinct
17871         and can be run together into a single paragraph.
17872         * m4/same.m4 (gl_SAME): Check for pathconf.
17873
17874 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17875
17876         Merge from coreutils.
17877
17878         * lib/posixver.c: Include posixver.h.
17879
17880         * lib/same.c: Include <stdbool.h>, <limits.h>.
17881         (_POSIX_NAME_MAX): Define if not defined.
17882         (MIN): New macro.
17883         (same_name): If file names are silently truncated, report
17884         that the file names are the same if they are the same after
17885         the silent truncation.
17886
17887         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17888         conversion function.
17889         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17890         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17891         longer needed.
17892
17893 2004-01-15  Jim Meyering  <jim@meyering.net>
17894
17895         Merge from coreutils.
17896
17897         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17898         if no library is required.
17899         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17900         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17901         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17902         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17903         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17904         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17905         value, $ac_cv_search_crypt, if it's "none required".
17906         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17907         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17908         not gl_FUNC_GETLOADAVG.
17909         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17910         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17911
17912 2004-01-15  Jim Meyering  <jim@meyering.net>
17913
17914         Merge from coreutils.
17915
17916         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17917         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17918         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17919
17920         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17921         optional configure-time default.
17922
17923         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17924
17925         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17926
17927 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17928
17929         Merge from coreutils.
17930
17931         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17932         value, $ac_cv_search_nanosleep, if it's "none required".
17933
17934 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17935
17936         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17937         with like-named macro in fnmatch.c.
17938         (EXT): Use an internal constant instead.
17939
17940         Merge fnmatch patches from glibc.
17941         * lib/fnmatch.c (mbsinit): Remove define.
17942         Add libc_hidden_ver (__fnmatch, fnmatch).
17943         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17944         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17945
17946 2004-01-14  Karl Berry  <karl@gnu.org>
17947
17948         * config/install-sh: update from automake.
17949
17950 2004-01-13  Karl Berry  <karl@gnu.org>
17951
17952         * config/install-sh: update from automake.
17953
17954 2004-01-09  Karl Berry  <karl@gnu.org>
17955
17956         * config/install-sh: update from automake.
17957
17958 2004-01-05  Karl Berry  <karl@gnu.org>
17959
17960         * config/config.{sub,guess}: update from config.
17961
17962 2003-12-31  Karl Berry  <karl@gnu.org>
17963
17964         * config/depcomp: update from automake.
17965
17966 2003-12-14  Karl Berry  <karl@gnu.org>
17967
17968         * lib/config.charset: update from gettext-runtime.
17969
17970 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17971
17972         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17973         Bug reported by Alfred M. Szmidt.
17974
17975 2003-12-03  Bruno Haible  <bruno@clisp.org>
17976
17977         * m4/gettext.m4: Upgrade from gettext-0.13.
17978         * m4/po.m4: Upgrade from gettext-0.13.
17979         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17980         * m4/intmax.m4: New file, from gettext-0.13.
17981         * m4/printf-posix.m4: New file, from gettext-0.13.
17982
17983 2003-11-29  Karl Berry  <karl@gnu.org>
17984
17985         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17986
17987 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17988             Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/printf-parse.h: Don't include sys/types.h.
17991         (ARG_NONE): New macro.
17992         (char_directive): Change type of *arg_index fields to size_t.
17993         * lib/printf-parse.c: Don't include sys/types.h.
17994         (SSIZE_MAX): Remove macro.
17995         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17996         Remove unnecessary overflow check.
17997         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17998         fields.
17999
18000 2003-11-25  Bruno Haible  <bruno@clisp.org>
18001
18002         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
18003
18004 2003-11-25  Bruno Haible  <bruno@clisp.org>
18005
18006         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
18007         gt_TYPE_SSIZE_T.
18008
18009 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18010
18011         * modules/alloca: Remove dependency on xalloc.
18012
18013 2003-11-24  Paul Eggert  <eggert@twinsun.com>
18014
18015         * lib/alloca.c: Remove dependency on xalloc module.
18016         (xalloc_die): Remove.
18017         (memory_full) [!defined emacs]: New macro.
18018         [!defined emacs]: Don't include xalloc.h.
18019         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
18020         address arithmetic overflows.  Change datatypes a bit to avoid
18021         unnecessary casts.
18022
18023 2003-11-22  Jim Meyering  <jim@meyering.net>
18024
18025         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
18026         s/size/size_t/.
18027
18028 2003-11-21  Karl Berry  <karl@gnu.org>
18029
18030         * config/config.{sub,guess}: update from config.
18031
18032 2003-11-18  Karl Berry  <karl@gnu.org>
18033
18034         * config/config.{sub,guess}: update from config.
18035
18036         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
18037
18038 2003-11-17  Paul Eggert  <eggert@twinsun.com>
18039
18040         * README: Mention that S+T cannot overflow if S is the size of
18041         an existing object and T is sufficiently small.
18042
18043 2003-11-17  Jim Meyering  <jim@meyering.net>
18044
18045         On systems without utime and without a utimes function capable of
18046         dealing with a NULL struct utimbuf* argument, this utime replacement
18047         could -- in unusual circumstances -- leak a file descriptor.
18048         * lib/utime.c: Include <unistd.h> and <errno.h>.
18049         (utime_null): Be sure to close `fd' and to preserve errno.
18050         Reported by Geoff Collyer via Arnold Robbins.
18051
18052 2003-11-17  Bruno Haible  <bruno@clisp.org>
18053
18054         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
18055         (Depends-on): Add xsize.
18056
18057 2003-11-17  Bruno Haible  <bruno@clisp.org>
18058
18059         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
18060
18061 2003-11-17  Bruno Haible  <bruno@clisp.org>
18062
18063         * lib/vasnprintf.c (alloca): Remove fallback definition.
18064         (freea): Remove definition.
18065         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
18066         Reported by Paul Eggert.
18067
18068 2003-11-16  Paul Eggert  <eggert@twinsun.com>
18069             Bruno Haible  <bruno@clisp.org>
18070
18071         Protect against address arithmetic overflow.
18072         * lib/printf-args.h: Include stddef.h.
18073         (arguments): Change type of field 'count' to size_t.
18074         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18075         'unsigned int' where appropriate.
18076         * lib/printf-parse.h: Include sys/types.h.
18077         (char_directive): Change type of *arg_index fields to ssize_t.
18078         (char_directives): Change type of fields 'count', max_*_length to
18079         size_t.
18080         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18081         (SSIZE_MAX): Define fallback value.
18082         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18083         instead of 'int' where appropriate. Check a_allocated, d_allocated
18084         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18085         * lib/vasnprintf.c: Include xsize.h.
18086         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18087         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18088         overflow. Avoid wraparound when converting a width or precision from
18089         decimal to binary.
18090
18091 2003-11-16  Bruno Haible  <bruno@clisp.org>
18092
18093         Update from GNU gettext.
18094         * lib/printf-parse.c: Generalize to it can be compiled for wide
18095         strings.
18096         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18097         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18098         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18099         SNPRINTF): New macros.
18100         Don't include <alloca.h> if the file is used inside libintl.
18101         (local_wcslen): New function, for Solaris 2.5.1.
18102         (VASNPRINTF): Use it instead of wcslen.
18103
18104 2003-11-16  Bruno Haible  <bruno@clisp.org>
18105
18106         * lib/xsize.h (xmax): New function.
18107         (xsum, xsum3, xsum4): Declare as "pure" functions.
18108
18109 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18110
18111         * modules/xalloc (Files): Undo latest change, since xalloc.h
18112         no longer needs SIZE_MAX or PTRDIFF_MAX.
18113
18114 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18115
18116         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18117         gl_PTRDIFF_MAX.
18118
18119 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18120
18121         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18122         "return", to pacify some unknown compiler.  Problem reported
18123         by Joerg Schilling.
18124
18125 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18126
18127         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18128         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18129         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18130         heuristic is just as accurate as far as we know, and it removes a
18131         dependency on size_max.m4 and ptrdiff_max.m4.
18132
18133 2003-11-11  Bruno Haible  <bruno@clisp.org>
18134
18135         * modules/xsize (Files): Add m4/size_max.m4.
18136         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18137
18138 2003-11-11  Bruno Haible  <bruno@clisp.org>
18139
18140         * m4/size_max.m4: New file.
18141         * m4/ptrdiff_max.m4: New file.
18142         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18143         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18144         (gl_XALLOC): Invoke it.
18145
18146 2003-11-11  Bruno Haible  <bruno@clisp.org>
18147
18148         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18149         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18150         defined.
18151
18152 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18153
18154         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18155         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18156         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18157         From Bruno Haible.
18158         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18159         not (size_t) -1, since it's defined here.
18160
18161 2003-11-09  Karl Berry  <karl@gnu.org>
18162
18163         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18164
18165 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18166
18167         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18168         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18169         Reject sizes of exactly SIZE_MAX bytes.
18170         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18171         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18172
18173 2003-11-05  Bruno Haible  <bruno@clisp.org>
18174
18175         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18176         SIZE_MAX defined in <limits.h> on Solaris.
18177
18178 2003-11-04  Jim Meyering  <jim@meyering.net>
18179
18180         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18181         variable names, rather than @VAR@.
18182         * modules/poll: Likewise.
18183
18184 2003-11-04  Bruno Haible  <bruno@clisp.org>
18185
18186         * modules/xsize: New file.
18187         * modules/linebreak: Depend on xsize.
18188         * MODULES.html.sh (func_all_modules): Add xsize.
18189
18190 2003-11-04  Bruno Haible  <bruno@clisp.org>
18191
18192         * m4/xsize.m4: New file.
18193
18194 2003-11-04  Bruno Haible  <bruno@clisp.org>
18195
18196         * lib/xsize.h: New file.
18197         * lib/linebreak.c: Include xsize.h.
18198         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18199         argument for overflow.
18200         Suggested by Paul Eggert.
18201
18202 2003-11-03  Karl Berry  <karl@gnu.org>
18203
18204         * config/config.{guess,sub}: update from config.
18205
18206 2003-11-03  Jim Meyering  <jim@meyering.net>
18207
18208         * modules/userspec (lib_SOURCES): Add userspec.h.
18209         (Include): Add "userspec.h".
18210         Improve description.
18211
18212 2003-11-03  Jim Meyering  <jim@meyering.net>
18213
18214         * lib/userspec.c: Include "userspec.h".
18215         * lib/userspec.h: New file.
18216
18217 2003-11-03  Bruno Haible  <bruno@clisp.org>
18218
18219         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18220
18221 2003-11-03  Bruno Haible  <bruno@clisp.org>
18222
18223         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18224         available, to avoid (extremely rare) race condition.
18225         Suggested by Paul Eggert.
18226
18227 2003-11-02  Karl Berry  <karl@gnu.org>
18228
18229         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18230
18231 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18232
18233         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18234         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18235         (read_filesystem_list): Set and use me_type_malloced.
18236         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18237         whatever the type happens to be), for brevity and consistency.
18238         Check for size calculation overflow on Alphas running OSF/1.
18239
18240 2003-10-31  Jim Meyering  <jim@meyering.net>
18241
18242         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18243
18244         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18245
18246 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18247             Bruno Haible  <bruno@clisp.org>
18248
18249         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18250         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18251
18252 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18253
18254         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18255         netbsd*-gnu*.  Suggested by Robert Millan.
18256
18257 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18258
18259         * modules/group-member: Depend on stdbool.
18260
18261 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18262
18263         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18264
18265 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18266
18267         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18268         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18269         after the 'gnu' in these cases.  This fixes some bugs in the
18270         previous change, and is based on suggestions by Robert Millan.
18271
18272 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18273
18274         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18275         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18276         no longer needed.
18277         * lib/quotearg.c (quotearg_n_options): Use it.
18278         * lib/group-member.c: Include <stdbool.h>.
18279         (free_group_info): Arg is now const *; don't free arg.
18280         (get_group_info): Now returns bool and accepts struct group_info *,
18281         rather than returning a malloc'ed struct group_info *.
18282         All uses changed.  Check for overflow in internal size calculation.
18283
18284         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18285         rather than xmalloc/xrealloc.
18286         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18287         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18288         conformance bug: the old code used a pointer after freeing the
18289         storage that it addressed.
18290         * lib/hash.c (hash_initialize): Simplify the code by using
18291         xalloc_oversized rather than doing it by hand.
18292         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18293         the buffer preserved.  Use free and xmalloc instead.
18294         * lib/quotearg.c (quotearg_n_options): Likewise.
18295         Use a simpler test for size overflow.  Don't use xalloc_oversized
18296         because unsigned int might be wider than size_t (!); this suggests
18297         that we should switch from unsigned int to size_t for slot numbers.
18298
18299 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18300
18301         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18302         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18303         NetBSD kernels.  Requested by Richard Stallman.
18304
18305 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18306
18307         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18308         to allocate the returned structure.  Do not allocate a subarray,
18309         as x2nrealloc will do that.
18310         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18311         instead of xnrealloc.
18312         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18313
18314 2003-10-27  Bruno Haible  <bruno@clisp.org>
18315
18316         * lib/stdbool_.h: Better support for BeOS.
18317
18318 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18319
18320         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18321         now uses inline.
18322
18323 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18324
18325         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18326         callers that want to do their own size-overflow checking.  Include
18327         <stdbool.h>, since xalloc_oversized returns bool.
18328         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18329         to use xalloc_oversized.
18330
18331         Add two functions x2realloc, x2nrealloc, for programs that grow
18332         arrays dynamically by doubling their sizes.
18333         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18334         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18335         New functions.
18336
18337         Port to C99 semantics for 'inline' of external functions.
18338         Bug reported by Bruno Haible.
18339         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18340         with the old contents of xnmalloc.
18341         (xnmalloc, xmalloc): Use it.
18342         (xnrealloc_inline): New static inline function,
18343         with the old contents of xnrealloc.
18344         (xnrealloc, xrealloc): Use it.
18345
18346         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18347         that.
18348
18349 2003-10-26  Karl Berry  <karl@gnu.org>
18350
18351         * config/srclist.txt (COPYING.DOC): no longer available from
18352         /gd/gnuorg; don't know where the ultimate source is.
18353
18354 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18355
18356         Fix several address-calculation bugs in the hash modules,
18357         plus some minor code cleanup.
18358
18359         * lib/hash.h: Include <stdbool.h>, for bool.
18360         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18361         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18362         hash_get_n_entries, hash_get_max_bucket_length,
18363         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18364         hash_rehash): Use size_t rather than unsigned.
18365         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18366         hash_get_n_buckets_used, hash_get_n_entries,
18367         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18368         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18369         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18370         Likewise.
18371         (SIZE_MAX): Define if not defined.
18372         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18373         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18374         hash_print):
18375         Use const * when possible.
18376         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18377         (check_tuning): Fix bug: if tuning parameters were very close to
18378         0 or 1, rounding errors could have caused subscript violations.
18379         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18380         (hash_initialize): Add 'fail:' label
18381         to free table and return NULL, and use it to simplify code.
18382         Use calloc rather than clearing the storage ourself.
18383         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18384         buffer size calculations.
18385         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18386         Include <stddef.h>, for size_t.
18387         * lib/hash-pjw.c (hash_pjw): Likewise.
18388         Switch to method described by Bruno Haible.
18389         Include <limits.h>, for CHAR_BIT.
18390         (SIZE_BITS): New macro.
18391
18392 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18393
18394         * m4/getline.m4 (AM_FUNC_GETLINE):
18395         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18396         hosts.  Problem reported by Derek Robert Price in
18397         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18398         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18399         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18400
18401 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18402
18403         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18404         ceiling the allocation at NMAX bytes rather than silently
18405         discarding input bytes before NMAX is reached.  This makes
18406         a difference only if NMAX exceeds SIZE_MAX / 2.
18407
18408         * lib/obstack.c: Merge from glibc.
18409         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18410         Add libc_hidden_def (_obstack_newchunk).
18411         (_obstack_free) [! defined _LIBC]: Remove.
18412         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18413         a clone of the function body.
18414         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18415         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18416
18417         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18418         glibc.
18419         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18420         arg to memcpy.
18421
18422         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18423         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18424         Don't use lvalue casts, as GCC plans to remove support for them
18425         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18426         was also present in the non-GCC version, indicating that this
18427         code had always been buggy and had never been widely used.
18428         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18429         Use the fast variant of each macro, rather than copying the
18430         definiens of the fast variant; that way, we'll be more likely to
18431         catch future bugs in the fast variants.
18432
18433 2003-10-20  Bruno Haible  <bruno@clisp.org>
18434
18435         * modules/wait-process: New file.
18436         * MODULES.html.sh (func_all_modules): Add wait-process.
18437
18438 2003-10-20  Bruno Haible  <bruno@clisp.org>
18439
18440         * m4/wait-process.m4: New file.
18441
18442 2003-10-20  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/wait-process.h: New file, from GNU gettext.
18445         * lib/wait-process.c: New file, from GNU gettext.
18446
18447 2003-10-19  Jim Meyering  <jim@meyering.net>
18448
18449         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18450         HPUX 10.20.
18451
18452 2003-10-18  Karl Berry  <karl@gnu.org>
18453
18454         * config/config.guess: update from config.
18455
18456 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18457
18458         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18459         (getgroups): First arg is int, not size_t.
18460         Don't let 'free' mangle errno.
18461
18462 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18463
18464         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18465
18466 2003-10-16  Karl Berry  <karl@gnu.org>
18467
18468         * config/config.{guess,sub}: update from config.
18469
18470 2003-10-16  Jim Meyering  <jim@meyering.net>
18471
18472         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18473         memcpy.
18474
18475 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18476
18477         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18478         (SIZE_MAX): Remove.
18479         (new_exclude, add_exclude_file): Initial size no longer needs to
18480         be a power of 2.
18481         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18482         our own address arithmetic overflow checking.
18483
18484         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18485         (fnmatch): Do not alloca more than 2000 wide characters;
18486         instead, use malloc for large buffers.
18487         Check for address arithmetic overflow, and return -1
18488         with errno set to ENOMEM in that case.
18489         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18490         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18491         instead, return -1.  Check for address arithmetic overflow.
18492
18493 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18494
18495         Handle invalid suffixes and overflow independently, so that
18496         callers can treat them independently as needed.  Fix some bugs in
18497         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18498         suffix for a human-readable blocksize.  The major caller-visible
18499         change is the addition of a new
18500         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18501         that both overflow and suffix chars were found.
18502
18503         * lib/human.c (humblock): Don't check separately for invalid suffix
18504         char; that is xstrtoumax's job (now that its bug is fixed).
18505         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18506         INTMAX_MAX]: New macros.
18507         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18508         TYPE_MAXIMUM): New macros.
18509         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18510         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18511         if overflow occurs, as it's what __strtol does and it's more useful
18512         in practice.
18513         (__xstrtol): If __strtol reports some error other than ERANGE,
18514         reflect it to the caller as LONGINT_INVALID.  If it reports
18515         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18516         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18517         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18518         value.
18519         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18520         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18521         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18522         [defined UINTMAX_MAX]: New macros.
18523
18524 2003-10-14  Bruno Haible  <bruno@clisp.org>
18525
18526         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18527
18528 2003-10-14  Bruno Haible  <bruno@clisp.org>
18529
18530         * m4/sig_atomic_t: New file, from GNU gettext.
18531         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18532
18533 2003-10-14  Bruno Haible  <bruno@clisp.org>
18534
18535         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18536         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18537         Also use volatile where needed.
18538
18539 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18540
18541         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18542         Change maintainer from Bruno Haible to 'all'.
18543
18544 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18545
18546         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18547
18548 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18549
18550         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18551         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18552         and define in terms of the other primitives.
18553         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18554         (SIZE_MAX): Define if not already defined.
18555         (array_size_overflow): New function.
18556         (xalloc_die): Abort instead of exiting if 'error' returns.
18557         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18558         (xmalloc, xrealloc): Use them.
18559         (xcalloc): Check for address arithmetic overflow.
18560         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18561         a bit faster than strcpy.
18562
18563 2003-10-10  Simon Josefsson  <jas@extundo.com>
18564
18565         * modules/argp (Depends-on): Add restrict and strcase.
18566
18567 2003-10-10  Simon Josefsson  <jas@extundo.com>
18568
18569         * m4/argp.m4: Add AC_C_INLINE.
18570
18571 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18572
18573         Merge getpass from libc, plus a few fixes.
18574
18575         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18576         Include <stdbool.h>.
18577         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18578         __fsetlocking to empty.
18579         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18580         do include <bits/libc-lock.h>.
18581         Do not include <fcntl.h>; not needed.
18582         [_LIBC]: Include <wchar.h>.
18583         (NOTCANCEL_MODE): New macro.
18584         (flockfile, funlockfile) [_LIBC]: New macros.
18585         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18586         [!_LIBC]: New macros.
18587         (call_fclose): New function.
18588         (getpass): Use it.  Save tty stream separately; this simplifies the
18589         code and makes it more reliable if stdin happens to equal stdout.
18590         Invoke __fsetlocking on tty.
18591         Handle thread cancellation if needed.
18592         Namespace cleanup (use __tcgetattr, __getline).
18593         Use bool for Booleans.
18594         [USE_IN_LIBIO]: Handle wide streams.
18595         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18596         stream might go where.
18597
18598         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18599         doesn't have to include <stdio.h> before us.
18600         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18601         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18602         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18603         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18604         if not declared, so that we can use getpass.c code from libc without
18605         rewriting it.
18606         (flockfile, ftrylockfile, funlockfile): New macros.
18607
18608 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18609
18610         * modules/getpass: Depend on stdbool.
18611
18612 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18613
18614         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18615
18616 2003-10-07  Karl Berry  <karl@gnu.org>
18617
18618         * config/config.{guess,sub}: update from config.
18619
18620 2003-10-06  Jim Meyering  <jim@meyering.net>
18621             Bruno Haible  <bruno@clisp.org>
18622
18623         This lets translators provide better translations for the
18624         "Written by ..." part of --version output.
18625         * lib/version-etc.h: Include stdarg.h.
18626         (version_etc_copyright): Declare as readonly.
18627         (version_etc): Make this function variadic with a NULL-terminated list
18628         of author name strings.
18629         (version_etc_va): New declaration.
18630         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18631         (version_etc_copyright): Declare as readonly.
18632         (version_etc_va): New function. Provide a different translatable string
18633         for each possible number of authors < 10. Abbreviate when there are 10
18634         authors or more.
18635         (version_etc): Make this function variadic. Call version_etc_va.
18636         Suggestion from Gary V. Vaughan.
18637
18638         * lib/long-options.h (parse_long_options): Change prototype: the
18639         authors string is moved to the end and becomes variadic.
18640         * lib/long-options.c: Include stdarg.h.
18641         (parse_long_options): Make this function variadic, too.
18642         Call version_etc_va, not version_etc.
18643
18644 2003-10-06  Bruno Haible  <bruno@clisp.org>
18645
18646         * modules/version-etc-2: Remove file.
18647         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18648
18649 2003-10-06  Bruno Haible  <bruno@clisp.org>
18650
18651         * modules/fatal-signal: New file.
18652         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18653
18654 2003-10-06  Bruno Haible  <bruno@clisp.org>
18655
18656         * m4/fatal-signal.m4: New file.
18657         * m4/signalblocking.m4: New file, from GNU gettext.
18658
18659 2003-10-06  Bruno Haible  <bruno@clisp.org>
18660
18661         * lib/version-etc-2.h: Remove file.
18662         * lib/version-etc-2.c: Remove file.
18663
18664 2003-10-06  Bruno Haible  <bruno@clisp.org>
18665
18666         * lib/fatal-signal.h: New file, from GNU gettext.
18667         * lib/fatal-signal.c: New file, from GNU gettext.
18668
18669 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18670
18671         * README: Rework advice for preventing empty .o files.
18672         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18673         not <sys/types.h>.
18674
18675 2003-10-04  Karl Berry  <karl@gnu.org>
18676
18677         * lib/argp*: update from libc.
18678
18679 2003-10-04  Karl Berry  <karl@gnu.org>
18680
18681         * config/config.{guess,sub}: update from config.
18682
18683 2003-10-02  Bruno Haible  <bruno@clisp.org>
18684
18685         * modules/lchown (Include): Add lchown.h.
18686         * modules/time_r (Include): Use "..." syntax.
18687         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18688
18689 2003-10-01  Simon Josefsson  <jas@extundo.com>
18690
18691         * MODULES.html.sh (func_all_modules): Move gethostname from section
18692         'based on' to section 'lacking' POSIX:2001.
18693
18694 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18695
18696         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18697         to output mode on the same stream.
18698
18699 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18700
18701         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18702         Fix arg typo in previous patch.
18703
18704 2003-09-28  Jim Meyering  <jim@meyering.net>
18705
18706         * lib/error.c: Correct cpp indentation.
18707
18708 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18709
18710         * modules/free: New file.
18711
18712 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18713
18714         * m4/free.m4: New file.
18715
18716 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18717
18718         * lib/minmax.h (MIN, MAX)
18719         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18720         Omit the special code that used __typeof__, since we worry that
18721         it could be more trouble than it's worth.  See:
18722         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18723         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18724
18725         * lib/free.c: New file.
18726
18727 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18728
18729         Trivial fixes to Makefile.am parts of module listings.
18730         * modules/strstr: Append strstr.h to lib_SOURCES.
18731         * modules/strcase: Likewise, for strcase.h.
18732
18733 2003-09-27  Karl Berry  <karl@gnu.org>
18734
18735         * config/mkinstalldirs: update from automake.
18736
18737 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18738
18739         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18740         (error_tail): Do not loop, reallocating temporary buffer, since
18741         the output cannot contain more wide characters than the input
18742         contains bytes, the size must be big enough already.  This avoids
18743         one potential size overflow calculation.  Check for size overflow
18744         when calculating temporary buffer size.  Free temporary buffer
18745         when done, if it was allocated with malloc; this plugs a memory
18746         leak.  Remove casts from void * to pointers, that are no longer
18747         needed now that we're assuming C89 or better.
18748
18749         Merge error changes from glibc.
18750
18751         * lib/error.c, error.h: Update copyright notice header to match glibc.
18752         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18753         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18754         Disable cancellation while printing error.
18755         * lib/error.h: Prepend __ to parameter names.
18756
18757 2003-09-26  Jim Meyering  <jim@meyering.net>
18758
18759         * lib/error.c (error_tail): Move some declarations
18760         into inner scope where the local variables are used.
18761
18762 2003-09-26  Bruno Haible  <bruno@clisp.org>
18763
18764         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18765         stpncpy().
18766         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18767
18768 2003-09-26  Bruno Haible  <bruno@clisp.org>
18769
18770         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18771         (stpncpy): Define as alias for gnu_stpncpy.
18772         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18773
18774 2003-09-25  Simon Josefsson  <jas@extundo.com>
18775
18776         * lib/xgetdomainname.h: New file.
18777         * lib/xgetdomainname.c: New file.
18778
18779 2003-09-25  Simon Josefsson  <jas@extundo.com>
18780             Bruno Haible  <bruno@clisp.org>
18781
18782         * modules/getdomainname: New file.
18783         * modules/xgetdomainname: New file.
18784         * MODULES.html.sh (func_all_modules): Add getdomainname,
18785         xgetdomainname.
18786
18787 2003-09-25  Simon Josefsson  <jas@extundo.com>
18788             Bruno Haible  <bruno@clisp.org>
18789
18790         * m4/getdomainname.m4: New file.
18791
18792 2003-09-25  Simon Josefsson  <jas@extundo.com>
18793             Bruno Haible  <bruno@clisp.org>
18794
18795         * lib/getdomainname.h: New file.
18796         * lib/getdomainname.c: New file.
18797
18798 2003-09-25  Karl Berry  <karl@gnu.org>
18799
18800         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18801
18802 2003-09-25  Karl Berry  <karl@gnu.org>
18803
18804         * config/install-sh: update from automake.
18805
18806 2003-09-25  Bruno Haible  <bruno@clisp.org>
18807
18808         * modules/version-etc-2: New file, from modules/version-etc with
18809         modifications.
18810         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18811
18812 2003-09-25  Bruno Haible  <bruno@clisp.org>
18813
18814         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18815         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18816
18817 2003-09-24  Simon Josefsson  <jas@extundo.com>
18818
18819         * modules/xgethostname: Add xgethostname.h.
18820
18821 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18822
18823         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18824         the buffer associated with the argument.  Bug reported by
18825         Simon Josefsson.
18826
18827 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18828
18829         * README: Document assumptions that 'int' is at least 32 bits
18830         wide, that integer arithmetic is 2's complement without overflow,
18831         that there are no holes in integer values, that adding sizes of
18832         two nonoverlapping objects can't overflow, and that all-bits-zero
18833         yields scalar zero.  Fix spelling and capitalization typos.
18834
18835 2003-09-19  Karl Berry  <karl@gnu.org>
18836
18837         * lib/argp.h: update from libc.
18838
18839 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18840
18841         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18842         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18843         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18844
18845 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18846
18847         * gnulib-tool: Use "test -h", not "test -L", for portability
18848         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18849         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18850         (sed_extract_prog): Issue s commands one-by-one, rather than
18851         using \| in one s command.
18852
18853 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18854
18855         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18856         input error, instead of returning NULL the next time we are called
18857         (and therefore losing track of errno).
18858
18859 2003-09-16  Bruno Haible  <bruno@clisp.org>
18860
18861         * gnulib-tool (func_create_testdir): Warn about duplicated
18862         dependencies.
18863
18864 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18865
18866         * modules/argmatch, modules/fatal, modules/obstack,
18867         modules/xalloc, modules/xgethostname: Sort dependencies by
18868         importance, not alphabetically.
18869
18870 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18871
18872         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18873         fails, so that the caller gets the proper errno.
18874
18875         * lib/readutmp.c (read_utmp): Likewise.
18876         Check for fstat error.  Close stream and free storage
18877         when failing.
18878
18879 2003-09-14  Karl Berry  <karl@gnu.org>
18880
18881         * config/srclist.txt (strdup.c): disable for c89 changes.
18882
18883 2003-09-14  Jim Meyering  <jim@meyering.net>
18884
18885         * lib/getloadavg.c: Correct cpp indentation.
18886         * lib/strdup.c: Likewise.
18887         * lib/vasnprintf.c: Likewise.
18888
18889 2003-09-14  Bruno Haible  <bruno@clisp.org>
18890
18891         * modules/fwriteerror: New file.
18892         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18893
18894 2003-09-14  Bruno Haible  <bruno@clisp.org>
18895
18896         * lib/fwriteerror.h: New file.
18897         * lib/fwriteerror.c: New file.
18898
18899 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18900
18901         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18902         modules/xgethostname, modules/xalloc: Depend on exit.
18903
18904 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18905
18906         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18907
18908         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18909         and AC_MINIX, too, so that their extensions are available.
18910
18911         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18912         This macro has been superseded by gl_BACKUPFILE.
18913
18914         More patches to assume C89 or better.
18915
18916         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18917
18918         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18919         unconditionally.
18920         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18921         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18922         Include <string.h>, <stdlib.h> unconditionally.
18923         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18924         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18925         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18926         headers or for string.h.
18927         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18928         or strtoul.
18929
18930         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18931         headers.
18932         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18933         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18934         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18935         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18936         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18937         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18938         memcpy, memset.
18939         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18940         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18941         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18942         strtol.
18943         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18944         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18945         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18946         strtoul.
18947
18948 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18949
18950         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18951         * lib/obstack.c [!defined _LIBC]: Likewise.
18952         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18953         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18954         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18955
18956         More changes to assume C89 or better.
18957
18958         * lib/error.c (error_tail): Assume vprintf.
18959
18960         * lib/argmatch.c (getenv): Remove decl.
18961         * lib/progreloc.c (get_full_program_name): Define via prototype.
18962         * lib/setenv.c (clearenv): Likewise.
18963         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18964         needed.
18965         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18966         (malloc, memcpy): Remove decls.
18967         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18968         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18969         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18970         (memcpy): Remove macro.
18971         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18972         (__P): Remove.  All uses removed.
18973         (PTR): Remove.  All uses changed to void *.
18974         (CHAR_BIT, NULL): Remove.
18975         (spaces, zeros, memset_space, memset_zero)
18976         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18977         Remove.
18978         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18979         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18980         Define with prototype.
18981         Remove now-unnecessary prototype decl.
18982         (extra_args_spec): Assume ANSI C.  All uses changed.
18983         (extra_args_spec_iso): Remove.
18984         (my_strftime, emacs_strftimeu): Define via prototype.
18985         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18986         unconditionally.
18987         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18988         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18989         (strtoul, strtol): Remove decls.
18990         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18991         LONG_MAX): Remove.
18992         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18993         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18994         (LOCALE_PARAM_PROTO): New macro.
18995         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18996         (INTERNAL (strtol), strtol): Define with a prototype.
18997         (PARAMS): Remove.  All uses removed.
18998         * lib/tempname.c: Include <string.h> unconditionally.
18999         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
19000         * lib/xgethostname.c (main): Define with a prototype.
19001         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
19002         Include <stdlib.h> unconditionally.
19003         (calloc, malloc, realloc, free): Remove decls.
19004         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
19005         Include <stdlib.h> unconditionally.  Sort include file names.
19006         (strtod): Remove.
19007         (xstrtod): Define with a prototype.
19008         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
19009         (strtol, strtoul): Remove decls.
19010
19011 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19012
19013         More patches to assume C89 or better.
19014         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
19015         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
19016         string.h, memchr, STDC_HEADERS.
19017
19018 2003-09-11  Paul Eggert  <eggert@twinsun.com>
19019
19020         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
19021         Include <stdlib.h>, <string.h> unconditionally.
19022         Remove now-unnecessary cast to char *.
19023         * lib/strnlen.c: Include <string.h> unconditionally.
19024         * lib/yesno.c (yesno): Define with a prototype.
19025
19026 2003-09-11  Bruno Haible  <bruno@clisp.org>
19027
19028         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
19029
19030 2003-09-10  Jim Meyering  <jim@meyering.net>
19031
19032         * lib/error.c: Correct indentation of cpp directives.
19033
19034 2003-09-10  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
19037         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
19038         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
19039         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
19040         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
19041         <stdlib.h> and <string.h> checks.
19042         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
19043         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
19044
19045 2003-09-10  Bruno Haible  <bruno@clisp.org>
19046
19047         * lib/strcspn.c: Include <string.h> unconditionally.
19048         * lib/strpbrk.c: Include <string.h> unconditionally.
19049         * lib/strstr.c: Include <string.h> unconditionally.
19050         * lib/unicodeio.c: Include <string.h> unconditionally.
19051         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
19052         * lib/unsetenv.c: Likewise.
19053         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
19054         * lib/yesno.c: Include <stdlib.h> unconditionally.
19055         (rpmatch): Add prototype.
19056
19057 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19058
19059         More patches to assume C89 or better.
19060         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
19061         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
19062         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
19063         or for string.h.
19064         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
19065         stdlib.h.
19066         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
19067         C headers.
19068         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
19069         string.h.
19070         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
19071         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
19072         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
19073         or for string.h.
19074         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19075         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19076         C headers.
19077         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19078         memcpy.
19079         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19080         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19081         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19082         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19083         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19084         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19085         string.h, free.
19086         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19087         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19088         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19089         C headers, or for string.h.
19090         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19091         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19092         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19093         headers, memory.h, stdlib.h, string.h, strings.h.
19094         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19095         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19096         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19097         strchr.
19098         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19099         headers, memory.h, string.h.
19100         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19101         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19102         free.
19103         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19104         headers.
19105         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19106         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19107         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19108         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19109         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19110
19111 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19112
19113         More K&R removal.
19114
19115         * lib/acosl.c (main): Use a prototype.
19116         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19117         tanl.c: Likewise.
19118
19119         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19120
19121         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19122         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19123         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19124         with a prototype.
19125         * lib/getopt.c (const): Remove macro.
19126         Include <string.h> unconditionally.
19127         (my_index): Remove; all uses changed to strchr.
19128         (strlen): Remove decl.
19129         (exchange): Remove forward decl; no longer needed.
19130         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19131         Define with prototype.
19132         * lib/getopt1.c (const): Remove macro.
19133         (getopt_long, getopt_long_only, main): Define with prototype.
19134
19135         * lib/getugroups.c: Include <string.h> unconditionally.
19136
19137         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19138         (getusershell, setusershell, endusershell, readname, main):
19139         Define with prototypes.
19140
19141         * lib/group-member.c: Include group-member.h first.
19142         Include <stdlib.h> unconditionally.
19143
19144         * lib/hard-locale.c: Include hard-locale.h first.
19145         Include <stdlib.h>, <string.h> unconditionally.
19146
19147         * lib/hash.c (free, malloc): Remove decls.
19148         Include <stdlib.h> unconditionally.
19149
19150         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19151         (getenv): Do not declare.
19152
19153         * lib/idcache.c: Include <string.h> unconditionally.
19154
19155         * lib/long-options.c: Include long-options.h first, to test interface.
19156         Include <stdlib.h> unconditionally.
19157
19158         * lib/makepath.c: Include makepath.h first, to test interface.
19159         Include <stdlib.h> and <string.h> unconditionally.
19160
19161         * lib/linebuffer.c: Include <stdlib.h>.
19162         (free): Remove decl.
19163
19164         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19165         stddef.h. rpl_malloc returns void *, not char *.
19166         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19167         prototype.
19168
19169         * lib/md5.h: Include <limits.h> unconditionally.
19170         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19171         (__P): Remove; all uses removed.
19172         * lib/md5.c: Include "md5.h" first.
19173         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19174         md5_buffer, md5_process_bytes, md5_process_block):
19175         Define with prototypes.
19176         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19177         * lib/sha.c: Include "sha.h" first.
19178         Include <stdlib.h>, <string.h> unconditionally.
19179
19180         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19181         * lib/memcmp.c (__ptr_t): Likewise.
19182         * lib/memrchr.c (__ptr_t): Likewise.
19183         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19184         Include <string.h> unconditionally.
19185         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19186         * lib/memchr.c: Include <stdlib.h> unconditionally.
19187         * lib/memchr.c (LONG_MAX): Remove.
19188         * lib/memrchr.c (LONG_MAX): Likewise.
19189         * lib/memchr.c (__memchr): Define via a prototype.
19190         * lib/memrchr.c (__memrchr): Likewise.
19191         * lib/memcmp.c (__P): Remove, and remove all uses.
19192         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19193         Remove forward decls; no longer needed.
19194         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19195         Use types required by C89 in prototype.
19196
19197         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19198         * lib/savedir.c: Likewise.
19199         * lib/mkdir.c (free): Remove decl.
19200         * lib/rmdir.c (rmdir): Define with a prototype.
19201         * lib/savedir.c: Include savedir.h first, to test interface.
19202
19203         * lib/mktime.c (STDC_HEADERS): Remove.
19204         Include <stdlib.h>, <string.h> unconditionally.
19205
19206         * lib/modechange.c: Include <stdlib.h> unconditionally.
19207         (malloc): Remove decl.
19208
19209         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19210         (free): Remove decl.
19211
19212         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19213         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19214         (This type really should be intptr_t, but that's a C99ism.)
19215         (_obstack_memcpy): Remove: all uses changed to memcpy.
19216         Include <string.h> unconditionally.
19217         (struct obstack): Assume __STDC__ for types of members
19218         chunkfun, freefun, extra_arg.
19219         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19220         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19221         obstack_begin, obstack_specify_allocation,
19222         obstack_specify_allocation_with_arg, obstack_chunkfun,
19223         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19224         Remove unprototyped decls and the macros that use them.
19225         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19226         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19227         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19228         (defined __STDC__ && __STDC__)]:
19229         Remove nonprototyped code.
19230         Include <stdlib.h> unconditionally.
19231         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19232         _obstack_allocated_p, _obstack_free, obstack_free,
19233         _obstack_memory_used, print_and_abort):
19234         Define using prototypes.
19235         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19236         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19237         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19238         obstack_next_free, obstack_object_size, obstack_room) [0]:
19239         Remove unused, unprototyped code.
19240
19241         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19242
19243         * lib/physmem.c (physmem_total, physmem_available, main): Define
19244         with prototypes.
19245
19246         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19247         (main): Define with a prototype.
19248
19249         * lib/posixver.c (getenv): Remove decl.
19250
19251         * lib/putenv.c (malloc): Returns void *, not char *.
19252         Include <string.h> unconditionally.
19253         (strchr, memcpy, NULL): Do not define.
19254
19255         * lib/readtokens.c: Include readtokens.h first, to test interface.
19256         Include <stdlib.h>, <string.h> unconditionally.
19257         (init_tokenbuffer): Define with a prototype.
19258
19259         * lib/regex.c (PARAMS): Remove.  All uses removed.
19260         All uses of _RE_ARGS removed, too.
19261         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19262         unconditionally.
19263         (bzero): Assume memset exists.
19264         (memcmp, memcpy, NULL): Remove.
19265         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19266         char, or assignments to local vars of type signed char.
19267         (init_syntax_once, PREFIX(extract_number_and_incr),
19268         PREFIX(print_partial_compiled_pattern),
19269         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19270         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19271         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19272         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19273         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19274         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19275         wcs_compile_range, byte_compile_range, truncate_wchar,
19276         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19277         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19278         count_mbs_length, wcs_re_match_2_internal,
19279         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19280         PREFIX(alt_match_null_string_p),
19281         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19282         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19283         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19284         now-unnecessary declaration, if any.
19285         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19286         regcomp, regexec):
19287         Remove now-unnecessary casts among pointer types.
19288         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19289
19290         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19291         (free): Remove decl.
19292
19293         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19294
19295         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19296         (free): Remove decl.
19297
19298         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19299         * lib/xgetcwd.c: Likewise.
19300
19301         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19302         (free): Remove decl.
19303
19304         * lib/strchrnul.c (strchrnul): Define with a prototype.
19305         Fix bug: c_in was not converted to char before searching.
19306
19307         The following changes are not K&R related:
19308
19309         * lib/group-member.h: Include <sys/types.h>, so that this file is
19310         self-contained.
19311         * lib/makepath.h: Likewise.
19312
19313         * lib/getusershell.c (readname, default_index, line_size, readname):
19314         Use size_t, not int, for sizes.
19315         (readname): If the size overflows, report an error instead of
19316         looping forever.
19317
19318 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19319
19320         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19321         libc.
19322
19323 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19324
19325         * README: New section: portability guidelines.
19326
19327 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19328
19329         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19330         C89 spec.
19331
19332 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19333
19334         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19335
19336 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19337
19338         Assume C89 or better; remove K&R cruft.
19339         A few of these changes were first proposed by Derek Robert Price
19340         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19341
19342         * lib/addext.c: Include <string.h> unconditionally.
19343         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19344         Don't declare getenv or malloc.
19345
19346         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19347         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19348         (NULL): Remove.
19349         (find_stack_direction, alloca): Use prototypes.
19350
19351         * lib/atexit.c (atexit): Define using a prototype.
19352
19353         * lib/basename.c, dirname.c, stripslash.c:
19354         Include <string.h> unconditionally.
19355
19356         * lib/bcopy.c: Include <stddef.h>.
19357         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19358
19359         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19360
19361         * lib/error.h (error, error_at_line, error_print_progname)
19362         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19363         * lib/error.c: Include error.h first, to check interface.
19364         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19365         (VA_START): Remove; all uses changeed to va_start.
19366         (exit, strerror): Remove decls.
19367         (error_print_progname): Prototype uncondionally.
19368         Don't include <errno.h>; no longer needed.
19369         (private_strerror): Remove.
19370         (error_tail): Always define.
19371         (error, error_at_line): Assume C89 or better; always use prototypes.
19372         * lib/fatal.c: Include "fatal.h" first, to test interface.
19373         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19374         (VA_START): Remove; all uses changed to va_start.
19375         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19376         this case.
19377         (exit): Remove decl.
19378         (fatal): Prototype unconditionally.  Assume va_start works.
19379         Abort at end, to pacify gcc.
19380
19381         * lib/euidaccess.c (main): Define with a prototype.
19382
19383         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19384
19385         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19386
19387         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19388         prototypes.
19389         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19390         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19391         (getenv): Remove decl.
19392         (fnmatch): Define using a prototype.
19393         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19394         (FCT): Define using a prototype.
19395
19396         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19397
19398         * lib/gethostname.c: Include <stddef.h>.
19399         (gethostname): Define with prototype.  Length is size_t, not int.
19400
19401 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19402
19403         Assume C89 or better; remove K&R cruft.
19404         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19405         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19406         string.h, getenv, malloc.
19407         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19408         headers.
19409         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19410         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19411         do not check for strerror.
19412         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19413         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19414         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19415         do not check for doprnt or vprintf.
19416         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19417         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19418
19419 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19420
19421         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19422         getversion.c should have been removed then, but was accidentally
19423         preserved.
19424
19425         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19426         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19427
19428 2003-09-08  Karl Berry  <karl@gnu.org>
19429
19430         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19431                 config, forget about prep.
19432
19433         * config/depcomp, missing: update from automake.
19434
19435 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19436
19437         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19438         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19439
19440 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19441
19442         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19443         copy_tm_result.  Bug reported by Simon Josefsson in
19444         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19445
19446 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19447
19448         * m4/time_r.m4: New file.
19449         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19450         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19451         is. Check for timegm declaration.
19452         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19453         Do not check for gmtime_r.
19454         Replace mktime if __mktime_internal does not exist and if mktime
19455         hasn't been replaced already.
19456
19457 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19458
19459         * lib/time_r.c, lib/time_r.h: New files.
19460
19461         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19462         __localtime_r.
19463         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19464         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19465
19466         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19467         __gmtime_r.
19468         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19469         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19470         Include <time_r.h>.
19471
19472         * lib/timegm.c: Switch to glibc implementation, with the following
19473         changes:
19474         [defined HAVE_CONFIG_H]: Include <config.h>.
19475         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19476         (__mktime_internal) [!defined _LIBC]: New decl.
19477         (__gmtime_r) [!defined _LIBC]: New macro and function.
19478         (timegm): Use a prototype, since gnulib assumes C89.
19479         Do not bother declaring tmp to be const, as it's not really usefu.
19480         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19481         (timegm): Declare only if HAVE_DECL_TIMEGM.
19482
19483 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19484
19485         * MODULES.html.sh (func_all_modules): Add time_r.
19486         * modules/time_r: New file.
19487         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19488         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19489
19490 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19491
19492         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19493         Bug reported by Lute Kamstra in
19494         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19495
19496         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19497         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19498         course with correspondingly smaller numbers for tomorrow and
19499         yesterday.  From Tadayoshi Funaba.  Originally installed into
19500         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19501         coreutils merge?).
19502
19503 2003-08-31  Simon Josefsson  <jas@extundo.com>
19504
19505         * modules/timegm: New file.
19506         * MODULES.html.sh (func_all_modules): Add timegm.
19507
19508 2003-08-31  Simon Josefsson  <jas@extundo.com>
19509
19510         * m4/timegm.m4: New file.
19511
19512 2003-08-31  Simon Josefsson  <jas@extundo.com>
19513
19514         * lib/timegm.h: New file.
19515         * lib/timegm.c: New file.  Based on
19516         wget-1.8.2/src/http.c:mktime_from_utc.
19517
19518 2003-08-31  Karl Berry  <karl@gnu.org>
19519
19520         * lib/argp.h: update from libc.
19521
19522 2003-08-28  Bruno Haible  <bruno@clisp.org>
19523
19524         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19525         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19526         followed by '#define fnmatch fnmatch_posix' gives an error.
19527
19528 2003-08-28  Bruno Haible  <bruno@clisp.org>
19529
19530         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19531         warning on QNX, which defines O_BINARY to 000000.
19532
19533 2003-08-27  Jim Meyering  <jim@meyering.net>
19534
19535         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19536         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19537         would fail after 32.  Reported by Danny Levinson.  Details here:
19538         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19539
19540 2003-08-24  Bruno Haible  <bruno@clisp.org>
19541
19542         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19543         MSVC7 <stdio.h> is included later.
19544
19545 2003-08-22  Simon Josefsson  <jas@extundo.com>
19546
19547         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19548
19549 2003-08-20  Karl Berry  <karl@gnu.org>
19550
19551         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19552
19553 2003-08-20  Bruno Haible  <bruno@clisp.org>
19554
19555         * modules/progname: New file.
19556         * MODULES.html.sh (func_all_modules): Add progname.
19557
19558 2003-08-20  Bruno Haible  <bruno@clisp.org>
19559
19560         * lib/progname.h: New file, from GNU gettext.
19561         * lib/progname.c: New file, from GNU gettext.
19562         * lib/progreloc.c: New file, from GNU gettext.
19563
19564 2003-08-19  Jim Meyering  <jim@meyering.net>
19565
19566         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19567         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19568
19569 2003-08-19  Bruno Haible  <bruno@clisp.org>
19570
19571         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19572         more.
19573
19574 2003-08-19  Bruno Haible  <bruno@clisp.org>
19575
19576         * lib/xstrdup.c: Assume <string.h> exists.
19577
19578 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19579
19580         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19581         in makefile rules.
19582
19583 2003-08-18  Jim Meyering  <jim@meyering.net>
19584
19585         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19586         * m4/lib-ld.m4: Likewise.
19587
19588 2003-08-18  Jim Meyering  <jim@meyering.net>
19589
19590         * lib/setenv.h: Indent nested cpp directive.
19591         * lib/vasnprintf.c: Remove trailing blanks.
19592
19593 2003-08-17  Simon Josefsson  <jas@extundo.com>
19594
19595         * modules/xstrndup: New file.
19596         * MODULES.html.sh (func_all_modules): Add xstrndup.
19597
19598 2003-08-17  Simon Josefsson  <jas@extundo.com>
19599
19600         * modules/argp: Fix autoconf macro name. Add more dependencies.
19601
19602 2003-08-17  Simon Josefsson  <jas@extundo.com>
19603
19604         * m4/xstrndup.m4: New file.
19605
19606 2003-08-17  Simon Josefsson  <jas@extundo.com>
19607
19608         * m4/argp.m4: New file.
19609
19610 2003-08-17  Simon Josefsson  <jas@extundo.com>
19611             Bruno Haible  <bruno@clisp.org>
19612
19613         * lib/xstrndup.h: New file.
19614         * lib/xstrndup.c: New file.
19615
19616 2003-08-17  Bruno Haible  <bruno@clisp.org>
19617
19618         * modules/strndup (Files, Include): Add lib/strndup.h.
19619
19620 2003-08-17  Bruno Haible  <bruno@clisp.org>
19621
19622         * modules/euidaccess (Files): Add lib/euidaccess.h.
19623
19624 2003-08-17  Bruno Haible  <bruno@clisp.org>
19625
19626         * lib/strndup.h: New file.
19627
19628 2003-08-17  Bruno Haible  <bruno@clisp.org>
19629
19630         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19631         like AC_GNU_SOURCE.
19632         * modules/extensions (configure.ac): Comment out the invocation of
19633         gl_USE_SYSTEM_EXTENSIONS.
19634
19635 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19636
19637         Merges from coreutils, etc.
19638         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19639         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19640         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19641         fixing a typo.
19642         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19643         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19644
19645 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19646
19647         Document merge from coreutils.
19648         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19649         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19650         * modules/utime: Add m4/utimes-null.m4.
19651
19652 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19653
19654         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19655         space, undoing this 2003-08-12 change:
19656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19657
19658 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19659
19660         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19661         strtoul.c from libc, undoing this 2003-08-12 change:
19662         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19663
19664 2003-08-16  Jim Meyering  <jim@meyering.net>
19665
19666         Merges from coreutils.
19667         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19668         prefix.  Adjust cache variables similarly.  Create 500 rather than
19669         just 300 files, to exercise bug on Darwin6.5, too.
19670         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19671         $missing_dir.
19672         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19673         AM_SYS_POSIX_TERMIOS.
19674         Reported by mkc@mathdogs.com.
19675         Also change use of $am_cv_sys_posix_termios
19676         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19677         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19678         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19679         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19680         in /proc/mounts until it finds one with matching device number.  This
19681         is unnecessary when the FILE argument *is* a mount point.  No stat call
19682         is necessary in that case.  So, disable the statvfs-testing code on
19683         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19684         as RedHat bug# 84846.
19685         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19686         to 1MB, so as not to render systems with no stack size limit (e.g.,
19687         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19688         Include <unistd.h>.  On some systems,
19689         it is required for the definition of _SC_PAGESIZE.
19690
19691 2003-08-16  Jim Meyering  <jim@meyering.net>
19692
19693         Merge from coreutils.
19694         * lib/xstrtoimax.c: #else #if -> #elif.
19695         * lib/xstrtoumax.c: Likewise.
19696
19697 2003-08-16  Jim Meyering  <jim@meyering.net>
19698
19699         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19700         * m4/utimes.m4: Removed.
19701         * m4/utimes-null.m4: Renamed from utimes.m4.
19702
19703         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19704         to 1MB, so as not to render systems with no stack size limit (e.g.,
19705         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19706         Include <unistd.h>.  On some systems,
19707         it is required for the definition of _SC_PAGESIZE.
19708
19709 2003-08-16  Jim Meyering  <jim@meyering.net>
19710         and Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         Merges from coreutils, etc.
19713
19714         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19715         using the latest version from cvs.  This avoids problems with #line
19716         directives using a vendor (Sun) compiler.
19717         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19718         Don't set GETGROUPS_LIB here; now it's
19719         done via getgroups.m4's wrapper function.
19720         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19721         rather than just in sh-util/configure.in, so that the
19722         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19723         same.
19724         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19725         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19726         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19727         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19728         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19729         Remove code that is now done by the newly-required macros.
19730         Append $(EXEEXT) to DF_PROG.
19731         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19732         Do not invoke or require the following here,
19733         since prereq.m4 or some gnulib .m4 now does this for us:
19734         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19735         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19736         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19737         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19738         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19739         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19740         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19741         AC_FUNC_OBSTACK.
19742         Do not replace the following functions, as this is now the job
19743         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19744         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19745         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19746         atexit getpass, strdup, getpagesize.
19747         Replace 'raise'.
19748         Do not check for the following functions, as this is now the job
19749         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19750         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19751         setregid.
19752         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19753         Check for sys/sysctl.h.
19754         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19755         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19756         of checking for ssize_t ourselves.
19757
19758         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19759         Require every macro that gnulib/modules/* suggests for us.
19760         (jm_PREREQ_ADDEXT): New macro.
19761         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19762         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19763
19764         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19765         (gl_PHYSMEM): Use it.
19766         Also check for `table' function.
19767         Check for new headers and functions.
19768         Add check for sys/sysmp.h.
19769         With suggestions from Kaveh Ghazi.
19770         Ignore headers that are present but cannot be compiled.  This
19771         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19772         C 5.4.
19773
19774 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19775
19776         Document merge from coreutils.
19777         * modules/userspec: Depend on posixver.
19778         * modules/strftime: Depend on tzset.
19779
19780 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19781
19782         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19783         rather than tab, after '#' in shell-script copyright notices.
19784         Suggested by Bruno Haible.
19785
19786 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19787
19788         * config/srclist-update: Use three spaces, rather than tab, after '#'
19789         in shell-script copyright notices.  Suggested by Bruno Haible.
19790         Remove unnecessary parenthesization in regular expression.
19791
19792 2003-08-15  Jim Meyering  <jim@meyering.net>
19793
19794         Merge from coreutils.
19795         * lib/xgethostname.c: Include <stdlib.h>.
19796         (xghostname): Don't exit for anything other than memory-related
19797         failure; just return NULL.
19798         * lib/userspec.c: Include "posixver.h".
19799         (parse_user_spec): Accept `.' as a separator only
19800         in pre-POSIX-200112 mode.
19801         * lib/strtoimax.c: Use #elif rather than #else #if.
19802         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19803         Remove function, now that we can rely on a working tzset function.
19804         [!_LIBC]: Ensure that the required autoconf test has been run.
19805         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19806         Use underlying_strftime for %r.
19807         * lib/sha.c: Merge in some clean-up and optimization changes from
19808         glibc.
19809         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19810         Ensure that it is a multiple of 64.
19811         Rearrange loop exit tests so as to avoid performing an
19812         additional fread after encountering an error or EOF.
19813         * lib/realloc.c: Update copyright date.
19814
19815 2003-08-15  Jim Meyering  <jim@meyering.net>
19816         and Paul Eggert  <eggert@twinsun.com>
19817
19818         Merge from coreutils.
19819         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19820         member but strut utmpx does not.  Needed for AIX 4.3.3.
19821         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19822
19823 2003-08-15  Jim Meyering  <jim@meyering.net>
19824         and Paul Eggert  <eggert@cs.ucla.edu>
19825
19826         Merges from coreutils, etc.
19827         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19828         Require gl_FUNC_TZSET_CLOBBER.
19829         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19830         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19831         members.
19832
19833 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19834
19835         Help the merge from coreutils.
19836         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19837         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19838         * m4/tzset.m4: Use it too.
19839
19840 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19841
19842         * modules/tzset: New file.
19843
19844 2003-08-14  Jim Meyering  <jim@meyering.net>
19845
19846         Merges from coreutils.
19847         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19848         variable names, rather than @FNMATCH_H@.
19849         * modules/alloca: Likewise for $(ALLOCA_H).
19850
19851         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19852         the three copies of the literal target, `fnmatch.h'.
19853         * modules/alloca (alloca.h): Likewise.
19854
19855 2003-08-14  Jim Meyering  <jim@meyering.net>
19856
19857         Merge from coreutils.
19858         * m4/tzset.m4: New file.
19859         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19860         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19861         otherwise, AIX 5.1 systems would end up using the latter.
19862         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19863         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19864         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19865         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19866
19867 2003-08-14  Jim Meyering  <jim@meyering.net>
19868
19869         Merge from coreutils.
19870         * lib/obstack.h: Whitespace changes.
19871         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19872         and xcalloc return values.
19873         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19874         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19875         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19876         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19877         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19878         error from mntctl.
19879         Use mntctl's return value to drive the entry-processing loop, since
19880         we can't rely on the value of the vmt_length member in the last
19881         entry.  On some systems doing so could result in exhausting
19882         virtual memory.  Based in part on a patch from Mike Jetzer.
19883
19884 2003-08-14  Jim Meyering  <jim@meyering.net>
19885         and Paul Eggert  <eggert@twinsun.com>
19886
19887         Merges from coreutils, plus other fixes.
19888         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19889         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19890         for credits and details.  Thanks to Kaveh Ghazi for helping
19891         to keep these files in sync.
19892         (ARRAY_SIZE): Define it.
19893         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19894         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19895         (memcasecmp): Don't assume size_t fits in unsigned int.
19896         Remove casts and duplicate code.
19897         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19898         (memcpy): Remove definition.
19899         Merge in some clean-up and optimization changes from glibc.
19900         [BLOCKSIZE]: Move definition to top of file.
19901         Ensure that it is a multiple of 64.
19902         Rearrange loop exit tests so as to avoid performing an
19903         additional fread after encountering an error or EOF.
19904         * lib/md5.h (md5_uintptr): Define.
19905         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19906         return to the initial working directory.  Preserve errno
19907         for caller.
19908         * lib/idcache.c: Include "xalloc.h".
19909         (xmalloc, xrealloc): Remove decls.
19910         (getuser): Remove casts no longer required in C89.
19911         * lib/human.c: Include stdio.h, for sprintf.
19912         * lib/group-member.c: Include "xalloc.h".
19913         (xmalloc, xrealloc): Remove decls.
19914         (get_group_info): Remove casts no longer required in C89.
19915         * lib/getusershell.c (readname): Remove casts no longer required in
19916         C89.
19917         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19918         * lib/getline.c: Whitespace fix, from coreutils.
19919
19920 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19921
19922         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19923         Check for isascii.
19924
19925         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19926         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19927         Undo previous (whitespace-only) change.
19928
19929 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19930
19931         * lib/exclude.c: Include <ctype.h>
19932         (IN_CTYPE_DOMAIN): New macro.
19933         (is_space): New fn.
19934         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19935         and empty lines.
19936
19937         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19938         Undo previous (whitespace-only) change.
19939
19940 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19941
19942         * config/srclist-update: Change update back to the old behavior,
19943         leaving whitespace alone.  Use one 'sed' command rather than a
19944         pipeline.
19945         (fixlicense): Now a variable, not a function.
19946         (remove_trailing_blanks): Remove.
19947         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19948         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19949         Undo previous (whitespace-only) change.
19950
19951 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19952
19953         Merge from coreutils.
19954         * modules/euidaccess: Add lib_SOURCES, include for new
19955         file euidaccess.h
19956
19957 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19958
19959         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19960         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19961         Normalize leading white space and remove trailing white space.
19962
19963         Merge from coreutils
19964         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19965
19966         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19967         0.12.1.  These files are now being upgraded automatically by
19968         ../config/srclist-update.
19969
19970 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19971
19972         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19973         Normalize leading white space and remove trailing white space.
19974         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19975         notice, as per ../config/srclist-update.
19976
19977         Merge from coreutils.
19978         * lib/euidaccess.h: New file.
19979         * lib/euidaccess.c: Include it.
19980         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19981         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19982         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19983
19984 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19985
19986         * config/srclist-update: Add copyright notice.
19987         (remove_id_lines, remove_trailing_blanks): New constants.
19988         (fixfile): Use them to normalize spacing a bit in copied files.
19989         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19990         Normalize leading white space and remove trailing white space.
19991
19992         * config/texinfo.tex: Sync with texinfo.
19993
19994         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19995         strtoul.c from libc, to merge coreutils whitespace changes.
19996
19997         * config/srclist.txt: Get the following m4 files from gettext:
19998         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19999         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
20000         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
20001         wint_t.m4.
20002
20003 2003-08-12  Karl Berry  <karl@gnu.org>
20004
20005         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
20006         been made.
20007
20008 2003-08-11  Paul Eggert  <eggert@twinsun.com>
20009
20010         * modules/gnu-source, m4/gnu-source.m4:
20011         Remove; we're assuming Autoconf 2.54 or later now.
20012         Suggested by Bruno Haible.
20013         * MODULES.html.sh (func_all_modules): Remove gnu-source.
20014
20015 2003-08-11  Bruno Haible  <bruno@clisp.org>
20016
20017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
20018
20019 2003-08-11  Bruno Haible  <bruno@clisp.org>
20020
20021         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
20022         (vasnprintf): Use it instead of wcslen.
20023
20024 2003-08-11  Bruno Haible  <bruno@clisp.org>
20025
20026         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
20027         value to ensure that _Bool promotes to int. Use #define for _Bool when
20028         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
20029
20030 2003-08-10  Karl Berry  <karl@gnu.org>
20031
20032         * lib/regex.h: update from libc (whitespace fix).
20033
20034 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20035
20036         Merge some files from coreutils.  These changes were
20037         originally made by Jim Meyering.
20038         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
20039         many older Unixes require this.
20040         * lib/alloca.c (alloca): Remove cast to argument of free;
20041         no longer needed in C89.
20042         * lib/alloca_.h, regex.h: Fix white space to match
20043         what GNU indent does.
20044
20045 2003-08-09  Paul Eggert  <eggert@twinsun.com>
20046
20047         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
20048         apparently Emacs's Unicode mode got confused before my 2003-08-05
20049         checkin.
20050
20051 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20052
20053         * m4/extensions.m4: New file.
20054         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
20055         Require gl_USE_SYSTEM_EXTENSIONS.
20056         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
20057         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
20058
20059 2003-08-08  Paul Eggert  <eggert@twinsun.com>
20060
20061         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
20062         * modules/extensions, modules/gnu-source: New files.
20063         * modules/timespec, modules/unlocked-io: Depend on extensions.
20064
20065 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20066
20067         * modules/restrict: New file.
20068         * MODULES.html.sh (func_all_modules): Add restrict.
20069         * modules/regex: Depend on restrict.
20070
20071 2003-08-07  Paul Eggert  <eggert@twinsun.com>
20072
20073         * m4/restrict.m4: New file.
20074         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20075
20076 2003-08-07  Bruno Haible  <bruno@clisp.org>
20077
20078         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20079         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20080
20081 2003-08-07  Bruno Haible  <bruno@clisp.org>
20082
20083         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20084         makes the module 'getndelim2' compatible with the module 'getline'.
20085
20086 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20087
20088         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20089         byte with "\201" to avoid glitches when editing that source file
20090         with multi-gnome-terminal.
20091
20092 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20093
20094         * lib/bumpalloc.h: Remove.
20095
20096 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20097
20098         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20099         * modules/bumpalloc: Remove.
20100
20101 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20102
20103         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20104         GNU coding style.
20105
20106         Merge from coreutils.
20107         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20108         1. From glibc.
20109         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20110         from Karl Berry, implemented by Jim Meyering.
20111         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20112         from Dmitry V. Levin.
20113         Remove anachronistic cast of xrealloc.
20114         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20115         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20116         type. Otherwise, it wouldn't compile with at least /bin/cc on
20117         ymp-cray-unicos9.0.2.X.
20118         Combine two mostly-identical uses of alloca into one.
20119         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20120
20121 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20122
20123         [From Emacs.]
20124
20125         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20126         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20127         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20128         obsolete NLIST_NAME_UNION.
20129         [__GNU__]: Undef BSD and FSCALE.
20130         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20131
20132 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20133
20134         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20135         an enum type, so that it's guaranteed to promote to int.  See:
20136         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20137
20138 2003-08-03  Karl Berry  <karl@gnu.org>
20139
20140         * config/depcomp: update from automake.
20141
20142 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20143
20144         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20145         (strerror): Don't assume that a printable int fits in 14 bytes.
20146
20147 2003-07-31  Bruno Haible  <bruno@clisp.org>
20148
20149         * modules/getpass-gnu: New file.
20150         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20151
20152 2003-07-31  Bruno Haible  <bruno@clisp.org>
20153
20154         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20155
20156 2003-07-24  Karl Berry  <karl@gnu.org>
20157
20158         * config/missing: update from automake.
20159
20160 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20161             Bruno Haible  <bruno@clisp.org>
20162
20163         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20164         * lib/getline.c (getline, getdelim): Likewise.
20165         Remove _GNU_SOURCE define; now it's defined in config.h through
20166         m4/getline.m4.
20167
20168 2003-07-23  Karl Berry  <karl@gnu.org>
20169
20170         * config/config.sub: update from prep.
20171
20172 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20173
20174         * modules/xalloc (Depends-on): Add exitfail.
20175         * modules/xmemcoll: Likewise.
20176
20177 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20178
20179         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20180         over-parenthesization in macros.
20181
20182         Sync with coreutils.
20183
20184         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20185         required by C99.
20186
20187         Use `exit_failure' for xalloc and xmemcoll instead of their own
20188         private exit-failure variables.
20189         * lib/xalloc.h (xalloc_exit_failure): Remove.
20190         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20191         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20192         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20193         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20194         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20195
20196 2003-07-20  Jim Meyering  <jim@meyering.net>
20197
20198         * modules/closeout (Depends-on): Add exitfail.
20199         Suggestion from Bruno Haible.
20200
20201 2003-07-19  Karl Berry  <karl@gnu.org>
20202
20203         * config/config.sub: update from prep.
20204
20205 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20206
20207         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20208         Remove.
20209         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20210         to test that it can stand by itself.  Include "exitfail.h".
20211         Clients should set exit_failure instead.
20212         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20213
20214 2003-07-18  Bruno Haible  <bruno@clisp.org>
20215
20216         * modules/getndelim2: New file.
20217         * modules/getline: Share files with module getndelim2.
20218         * modules/getnline: Depend on getndelim2 instead of sharing files with
20219         it. Add getnline.c to lib_SOURCES.
20220         * MODULES.html.sh (func_all_modules): Add getndelim2.
20221
20222 2003-07-18  Bruno Haible  <bruno@clisp.org>
20223
20224         * m4/getndelim2.m4: New file.
20225         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20226         invoke gl_PREREQ_GETNDELIM2.
20227         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20228         gl_PREREQ_GETNDELIM2.
20229         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20230         gl_GETNDELIM2.
20231
20232 2003-07-18  Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/getndelim2.h: New file.
20235         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20236         getndelim2.h.
20237         (getndelim2): Make non-static. Change return type to ssize_t.
20238         * lib/getline.h: Change argument names.
20239         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20240         * lib/getnline.c: Include getndelim2.h.
20241
20242 2003-07-18  Andreas Schwab  <schwab@suse.de>
20243
20244         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20245
20246 2003-07-17  Karl Berry  <karl@gnu.org>
20247
20248         * config/config.sub: update from prep.
20249
20250 2003-07-17  Bruno Haible  <bruno@clisp.org>
20251
20252         * modules/getnline: New file.
20253         * modules/getline: Add lib/getndelim2.c to source file list.
20254         * MODULES.html.sh (func_all_modules): Add getnline.
20255
20256 2003-07-17  Bruno Haible  <bruno@clisp.org>
20257
20258         * m4/getnline.m4: New file.
20259
20260 2003-07-17  Bruno Haible  <bruno@clisp.org>
20261
20262         * m4/Makefile.am.in: Remove file.
20263         * m4/Makefile.am: Remove file.
20264         * m4/Makefile.in: Remove file.
20265
20266 2003-07-17  Bruno Haible  <bruno@clisp.org>
20267
20268         * lib/getnline.h: New file.
20269         * lib/getnline.c: New file.
20270         * lib/getndelim2.c: New file, extracted from getline.c.
20271         (getndelim2): Renamed from getdelim2, with added nmax argument.
20272         * lib/getline.c: Include getndelim2.c.
20273         (getdelim2): Moved out to getndelim2.c.
20274         (getline, getdelim): Update.
20275
20276 2003-07-17  Bruno Haible  <bruno@clisp.org>
20277
20278         * lib/Makefile.am: Remove file.
20279         * lib/Makefile.in: Remove file.
20280
20281 2003-07-17  Bruno Haible  <bruno@clisp.org>
20282
20283         * configure.in: Remove file.
20284         * Makefile.in: Remove file.
20285
20286 2003-07-17  Bruno Haible  <bruno@clisp.org>
20287
20288         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20289
20290 2003-07-16  Karl Berry  <karl@gnu.org>
20291
20292         * config/srclist-update: was running fixlicense twice, which caused
20293                 texinfo.tex to be nullified for some reason.  Simplify,
20294                 $gplsrc is no longer needed as far as I can see?
20295
20296 2003-07-16  Jim Meyering  <jim@meyering.net>
20297
20298         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20299
20300 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20301
20302         * config/srclist.txt: Get the following files from gettext-runtime/intl
20303         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20304         ref-del.sin.  From Bruno Haible.
20305         * config/srclist-update (fixfile): Change grep pattern again, since the
20306         previous fix didn't work (there was another trailing $).  Use
20307         '[$]' to escape the $s.
20308
20309 2003-07-15  Karl Berry  <karl@gnu.org>
20310
20311         * lib/vasnprintf.c: update from gettext.
20312
20313 2003-07-15  Karl Berry  <karl@gnu.org>
20314
20315         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20316         gets expanded when surrounded by '$'.
20317
20318 2003-07-15  Jim Meyering  <jim@meyering.net>
20319
20320         * modules/save-cwd: Don't depend on error.  From Derek Price.
20321
20322 2003-07-15  Jim Meyering  <jim@meyering.net>
20323
20324         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20325
20326 2003-07-14  Simon Josefsson  <jas@extundo.com>
20327
20328         * modules/mempcpy: New file.
20329         * MODULES.html.sh (func_all_modules): Add mempcpy.
20330
20331 2003-07-14  Simon Josefsson  <jas@extundo.com>
20332
20333         * m4/mempcpy.m4: New file.
20334
20335 2003-07-14  Simon Josefsson  <jas@extundo.com>
20336
20337         * lib/mempcpy.h: New file.
20338         * lib/mempcpy.c: New file.
20339
20340 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20341
20342         * modules/getdate, modules/posixtm: Depend on mktime.
20343
20344 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20345
20346         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20347         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20348         unicodeio.c, unicodeio.h, unlocked-io.h:
20349         Switch from LGPL to GPL.
20350
20351 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20352
20353         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20354         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20355         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20356         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20357         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20358         updated automatically by ../config/srclist-update.  This changes
20359         their license from LPGL to GPL.
20360
20361 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20362
20363         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20364         assumed to refer to the root of the most recent stable gettext version.
20365         * config/srclistvars.sh: Add defaults for eggert.
20366         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20367         Match "This program" as well as "The program".  This is needed
20368         for gettext.
20369
20370 2003-07-14  Jim Meyering  <jim@meyering.net>
20371
20372         Don't emit diagnostics.  Let callers do that.
20373         * lib/save-cwd.c: Don't include "error.h".
20374         (save_cwd): Don't call error.  Ensure that errno is valid
20375         when returning nonzero.
20376
20377         * lib/save-cwd.h (restore_cwd): Update prototype.
20378         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20379         Simplify.  Don't call error upon failure.  Let callers do that.
20380         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20381         when auditing is enabled.  But don't bother updating the #if.
20382
20383 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20384
20385         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20386         it breaks C++ compilation.
20387         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20388
20389 2003-07-10  Simon Josefsson  <jas@extundo.com>
20390
20391         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20392
20393 2003-07-10  Jim Meyering  <jim@meyering.net>
20394
20395         * m4/clock_time.m4: Remove trailing blank.
20396         * m4/intmax_t.m4: Likewise.
20397
20398 2003-07-10  Jim Meyering  <jim@meyering.net>
20399
20400         * lib/vasnprintf.c: Remove trailing blanks.
20401         Make cpp indentation consistent.
20402
20403 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20404
20405         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20406         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20407         Switch from LGPL to GPL.
20408
20409 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20410
20411         * config/srclist.txt: Sort sublists.  Add
20412         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20413         that differ from gnulib for one reason or another; we'd like this list
20414         to be smaller but for now let's document what we have.
20415
20416 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20417
20418         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20419         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20420         and sweeter "eval x=$x".
20421         * config/srclist.txt: Get lib/argp* from glibc.
20422
20423 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20424
20425         * lib/mktime.c: Fix some boundary cases and remove need for floating
20426         point.
20427
20428         Issue a compile-time diagnostic if time_t is floating point, or if
20429         two's complement arithmetic is not in effect, or if arithmetic
20430         right shift does not propagate the sign.  These assumptions were
20431         all in the original code but they weren't checked.
20432
20433         (TIME_T_MIDPOINT, verify): New macros.
20434         (__isleap): Remove; it has integer overflow problems.
20435         (leapyear): New function, without those problems.
20436         (ydhms_tm_diff): Remove; splitting into two parts.
20437         (ydhms_diff): New function, containing the arithmetic part of
20438         the old ydhms_tm_diff function.  Issue a compile-time
20439         diagnostic if we are not using C99 integer division.
20440         Avoid casts when possible.
20441         (guess_time_tm): New function, containing the checking part of
20442         the old ydhms_tm_diff function.  Return the new value, rather than
20443         the difference between it and the old.  Accept a new argument T
20444         so that *T specifies the old value.  Check for overflow in the result.
20445
20446         (__mktime_internal): Use a time_t offset, not a long int offset.
20447         This undoes the 2003-06-04 change, which is no longer needed now
20448         that we have better overflow checking.
20449         (localtime_offset): Likewise.
20450
20451         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20452         and long are 64-bit but int is only 32-bit.
20453         (ydhms_diff): Use long int to store year1 and yday1.
20454         Issue a compile-time diagnostic if long int is not wide enough.
20455
20456         (__mktime_internal): Use long int to store adjusted year and yday.
20457         Use plain C rather than preprocessor commands, if that doesn't
20458         affect efficiency.
20459         Check for overflow (and try to repair) after each probe
20460         rather than checking only at the very end.  This avoids some bugs
20461         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20462         does not equal GMT offset at maximum time).
20463         Use integer to check for overflow rather than floating point; this
20464         is more portable to non-IEEE hosts, and is a tad faster.
20465         When we detect that we are oscillating between two values,
20466         don't check whether tm_isdst has the requested value, since
20467         we already know the answer.  When tm_isdst has the wrong value,
20468         use a different heuristic to find the right one, based on the
20469         extreme values actually observed in practice in tz2003a,
20470         rather than the (overly optimistic) "previous 3 calendar quarters".
20471
20472         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20473         "T const" to accommodate glibc style.
20474         (check_result): Use less-confusing report format.  "long" -> "long int.
20475         (main): Likewise.
20476         Don't loop if the iteration overflows time_t.
20477         Allow a negative step in the iteration.
20478
20479 2003-07-06  Karl Berry  <karl@gnu.org>
20480
20481         * config/depcomp: update from automake.
20482         * config/config.sub: update from prep.
20483
20484 2003-07-03  Karl Berry  <karl@gnu.org>
20485
20486         * config/config.guess: update from prep.
20487
20488 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20489
20490         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20491         xreadlink.c now includes it unconditionally.
20492
20493 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20494
20495         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20496         having it depend on HAVE_SYS_TYPES_H.
20497
20498 2003-07-01  Bruno Haible  <bruno@clisp.org>
20499
20500         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20501         <sys/types.h> should be sufficient.
20502         Reported by Paul Eggert.
20503
20504 2003-06-26  Karl Berry  <karl@gnu.org>
20505
20506         * config/depcomp: update from automake.
20507
20508 2003-06-26  Bruno Haible  <bruno@clisp.org>
20509
20510         * modules/human: Depend on module stdbool.
20511
20512 2003-06-25  Bruno Haible  <bruno@clisp.org>
20513
20514         * modules/readlink: New file.
20515         * modules/xreadlink: Depend on it.
20516         * MODULES.html.sh (func_all_modules): Add readlink.
20517
20518 2003-06-25  Bruno Haible  <bruno@clisp.org>
20519
20520         * m4/readlink.m4: New file.
20521
20522 2003-06-25  Bruno Haible  <bruno@clisp.org>
20523
20524         * lib/readlink.c: New file.
20525
20526 2003-06-22  Karl Berry  <karl@gnu.org>
20527
20528         * config/srclist.txt: update mkinstalldirs from automake.
20529         * config/mkinstalldirs: update.
20530
20531 2003-06-22  Bruno Haible  <bruno@clisp.org>
20532
20533         Portability to mingw32.
20534         * m4/ssize_t.m4: New file, from GNU gettext.
20535         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20536         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20537
20538 2003-06-22  Bruno Haible  <bruno@clisp.org>
20539
20540         * modules/safe-read: Add m4/ssize_t.m4.
20541         * modules/xreadlink: Add m4/ssize_t.m4.
20542
20543 2003-06-20  Bruno Haible  <bruno@clisp.org>
20544
20545         Assume C89, so PARAMS isn't needed.
20546         * lib/unicodeio.h (PARAMS): Remove.
20547         * lib/unicodeio.c: Don't use PARAMS.
20548
20549 2003-06-18  Karl Berry  <karl@gnu.org>
20550
20551         * config/config.{guess,sub}: update from prep.
20552
20553 2003-06-18  Jim Meyering  <jim@meyering.net>
20554
20555         Merge changes from coreutils.
20556         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20557         Remove explicit declarations of xmalloc and realloc.
20558         Include xalloc.h.
20559         (read_utmp): Remove anachronistic cast of xmalloc.
20560
20561 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20562
20563         Assume C89, so PARAMS isn't needed.
20564         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20565         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20566         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20567         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20568         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20569         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20570         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20571         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20572         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20573         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20574         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20575         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20576         no longer needed. Anyway, config.h should always be included before any
20577         other file.
20578
20579 2003-06-11  Simon Josefsson  <jas@extundo.com>
20580
20581         * modules/sysexits: New file.
20582         * MODULES.html.sh (func_all_modules): Add sysexits.
20583
20584 2003-06-11  Simon Josefsson  <jas@extundo.com>
20585
20586         * lib/sysexit_.h: New file.
20587
20588 2003-06-11  Derek Price  <derek@ximbiot.com>
20589
20590         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20591         necessary.
20592
20593 2003-06-11  Bruno Haible  <bruno@clisp.org>
20594
20595         * m4/sysexits.m4: New file.
20596
20597 2003-06-10  Simon Josefsson  <jas@extundo.com>
20598
20599         * lib/argp.h: New file, from glibc.
20600         * lib/argp-ba.c: New file, from glibc.
20601         * lib/argp-eexst.c: New file, from glibc.
20602         * lib/argp-fmtstream.c: New file, from glibc.
20603         * lib/argp-fmtstream.h: New file, from glibc.
20604         * lib/argp-fs-xinl.c: New file, from glibc.
20605         * lib/argp-help.c: New file, from glibc.
20606         * lib/argp-namefrob.h: New file, from glibc.
20607         * lib/argp-parse.c: New file, from glibc.
20608         * lib/argp-pv.c: New file, from glibc.
20609         * lib/argp-pvh.c: New file, from glibc.
20610         * lib/argp-xinl.c: New file, from glibc.
20611
20612 2003-06-10  Simon Josefsson  <jas@extundo.com>
20613
20614         * modules/strchrnul: New file.
20615
20616 2003-06-10  Simon Josefsson  <jas@extundo.com>
20617
20618         * modules/argp: New file.
20619
20620 2003-06-10  Simon Josefsson  <jas@extundo.com>
20621
20622         * m4/strchrnul.m4: New file.
20623
20624 2003-06-10  Simon Josefsson  <jas@extundo.com>
20625
20626         * lib/strchrnul.h: New file.
20627         * lib/strchrnul.c: New file.
20628
20629 2003-06-10  Bruno Haible  <bruno@clisp.org>
20630
20631         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20632
20633 2003-06-07  Karl Berry  <karl@gnu.org>
20634
20635         * config/config.{guess,sub}: update from prep.
20636
20637 2003-06-07  Jim Meyering  <jim@meyering.net>
20638
20639         * modules/strtod: Use $(...) notation, not @...@ for
20640         AC_REPLACE'd variables.
20641         * modules/localcharset: Likewise.
20642
20643 2003-06-07  Jim Meyering  <jim@meyering.net>
20644
20645         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20646         in place of my name in the copyright comment.
20647         Remove definition and uses of __P.
20648
20649         From coreutils.
20650         * lib/stat.c: Don't declare xmalloc explicitly.
20651         Instead, include "xalloc.h".
20652         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20653         xrealloc, and xcalloc return values.
20654         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20655         Improve comment.
20656         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20657
20658 2003-06-07  Bruno Haible  <bruno@clisp.org>
20659
20660         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20661         avoid AC_CONFIG_LINKS.
20662         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20663         fnmatch.h, to avoid AC_CONFIG_LINKS.
20664         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20665
20666 2003-06-07  Bruno Haible  <bruno@clisp.org>
20667
20668         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20669         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20670         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20671         directory.
20672         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20673         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20674         directory.
20675
20676 2003-06-06  Jim Meyering  <jim@meyering.net>
20677
20678         Merge from coreutils.
20679         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20680         Consolidate declarations and initializations of *_base* locals.
20681
20682         Merge from coreutils.
20683         This avoids a core dump on systems without GNU putenv,
20684         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20685         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20686         (unsetenv): New static function, from GNU libc.
20687         (rpl_putenv): Use it.
20688
20689         * lib/modechange.c: Remove trailing blanks.
20690
20691         Merge from coreutils.
20692         * lib/fsusage.c: Remove declaration of statfs.
20693         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20694
20695         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20696
20697 2003-06-06  Jim Meyering  <jim@meyering.net>
20698
20699         * lib/stdbool_.h: Renamed from stdbool.h.in.
20700
20701 2003-06-06  Jim Meyering  <jim@meyering.net>
20702             Bruno Haible  <bruno@clisp.org>
20703
20704         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20705         Adjust Makefile.am snippet not to redirect directly to target.
20706         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20707
20708 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20709
20710         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20711         mismatch, look in future quarters as well as past.  This fixes a
20712         bug when processing fall-backwards gaps immediately after a long
20713         period of daylight-saving time.
20714
20715         * lib/mktime.c: Assume freestanding C89 or better.
20716         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20717         (__P): Remove; not used.
20718         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20719         (mktime, not_equal_tm, print_tm, check_result,
20720         main): Use prototypes.  Use const * where appropriate.
20721         (main): Fix typo in testing code that uncovered by above changes.
20722         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20723
20724 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20725
20726         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20727         locale.h, localeconv.  This merges changes from coreutils.
20728
20729         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20730         It can be removed after the next Autoconf is released.
20731         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20732         needed.
20733
20734 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20735
20736         * lib/mktime.c: Fix Debian bug 177940
20737         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20738         (localtime_offset): Now long int, not time_t, because we want it
20739         to be guaranteed to be signed.  All uses changed.
20740         (__mktime_internal): If overflow would occur when adding offset,
20741         don't add it.
20742
20743         Merge 'human' changes from coreutils.  Rewrite to support
20744         locale-specific notations like thousands separators.
20745         * lib/human.c: Simplify authorship notice.
20746         Include human.h immediately after config.h.
20747         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20748         <limits.h>: Do not include, since human.h does.
20749         (SIZE_MAX, UINTMAX_MAX): New macros.
20750         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20751         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20752         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20753         (power_letter): Renamed from suffixes.
20754         (generate_suffix_backwards): Remove.
20755         (adjust_value): Now takes int style (because of human.h changes)
20756         and long double value (for greater precision on some platforms).
20757         (group_number): New function.
20758         (human_readable): Use it.  Use integer options, not enum.
20759         Put the options before the sizes in the arg list.
20760         Support all the new options.
20761         The old human_readable function has been removed;
20762         use inttostr.h instead.
20763         (human_readable, default_block_size, humblock):
20764         Use uintmax_t, not int, for block sizes.
20765         (human_readable_inexact, block_size_types): Remove.
20766         (block_size_opts): New constant.
20767         (human_options): Renamed from human_block_size, with new signature
20768         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20769         * lib/human.h: Add copyright and authorship notice.
20770         Include <limits.h> and <stdbool.h> unconditionally.
20771         (PARAMS): Remove.  All uses removed.
20772         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20773         (enum human_inexact_style): Remove tag; now a nameless enum.
20774         (human_floor, human_ceiling, human_round_to_even): Now have
20775         values 2, 0, 1 rather than -1, 1, 0.
20776         (human_group_digits, human_suppress_point_zero, human_autoscale,
20777         human_base_1024, human_SI, human_B): New constants.
20778         (human_readable_inexact, human_block_size): Remove.
20779         (human_readable): Size args are now uintmax_t, not int.
20780         (human_options): New decl.
20781
20782         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20783         unnecessary now that we assume C89 or better.  This change
20784         imported from coreutils.
20785
20786         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20787         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20788         in the 2003-05-30 sync from glibc.
20789
20790         .h files should stand alone, but we shouldn't include <sys/types.h>
20791         if we can get away with just <stddef.h>.
20792
20793         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20794         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20795         rather than <sys/types.h>, as we merely need size_t.
20796         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20797         to get size_t.
20798         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20799         Include <stdio.h>, to get FILE.
20800         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20801         memcasecmp.h has included <stddef.h> and all we need is size_t.
20802         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20803         our interface, instead of including <sys/types.h>
20804
20805 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20806
20807         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20808         now, as glibc mktime is buggy on non-glibc systems.
20809
20810 2003-06-03  Karl Berry  <karl@gnu.org>
20811
20812         * config/config.sub: update from prep.
20813
20814 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20815
20816         [from coreutils]
20817         Fix some minor time-related bugs with POSIX time arguments.
20818         Some valid time stamps were being rejected (notably -1, and
20819         time stamps before 1900 on 64-bit hosts).  And some invalid
20820         time stamps were being accepted, e.g. September 31.
20821
20822         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20823         that we can return (time_t) -1 successfully.
20824         * lib/posixtm.c: Likewise.
20825         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20826         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20827         (t): Remove static var.
20828         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20829         of static var.  All uses changed.
20830         (year): Do not reject years before 1900; they can occur with
20831         64-bit time_t.
20832         (posix_time_parse): Do not check for out-of-range components;
20833         that is now the caller's responsibility, since our checks were
20834         only approximations.
20835         (posixtime): Use mktime to check for out-of-range components,
20836         since it knows them exactly.
20837         If mktime returns (time_t) -1, check whether an error actually occurred
20838         by invoking localtime on -1.
20839         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20840         posixtime failures better.
20841         Improve the test data (in comments only).
20842
20843 2003-06-02  Karl Berry  <karl@gnu.org>
20844
20845         * config/mkinstalldirs (version): new variable.
20846         (--version): new option.
20847         (usage): improve message.
20848
20849 2003-05-30  Karl Berry  <karl@gnu.org>
20850
20851         * lib/mktime.c: update from libc.
20852
20853 2003-05-30  Bruno Haible  <bruno@clisp.org>
20854
20855         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20856         * config/config.rpath: Upgrade to gettext-0.12.1.
20857
20858 2003-05-30  Bruno Haible  <bruno@clisp.org>
20859
20860         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20861         * m4/nls.m4: New file, from gettext-0.12.1.
20862         * m4/po.m4: New file, from gettext-0.12.1.
20863         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20864
20865 2003-05-30  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20868         * lib/localcharset.h: Likewise.
20869         * lib/localcharset.c: Likewise.
20870
20871 2003-05-29  Karl Berry  <karl@gnu.org>
20872
20873         * config/config.rpath: update from gettext.
20874
20875 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20876
20877         Assume the headers required for C89 freestanding compilers.
20878         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20879         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20880         * m4/human.m4 (gl_HUMAN): Likewise.
20881         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20882         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20883         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20884         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20885         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20886         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20887
20888 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20889
20890         Assume the headers required for C89 freestanding compilers.
20891         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20892         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20893         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20894         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20895         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20896         define, since <limits.h> is guaranteed to do that.
20897         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20898         * lib/exclude.c: Include <stdbool.h> unconditionally.
20899         * lib/tempname.c: Include <stddef.h> unconditionally.
20900         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20901         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20902         <stddef.h> does that.
20903         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20904         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20905         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20906         needed.
20907         * lib/xstrtol.c: Likewise.
20908         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20909         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20910
20911         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20912         warnings on some platforms.
20913
20914         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20915         arbitrarily.
20916
20917 2003-05-26  Jim Meyering  <jim@meyering.net>
20918
20919         Merge in a change from coreutils:
20920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20921         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20922         that condition, rather than `-1' which is slightly misleading.
20923         Change the name of the cache variable to have the gl_ prefix.
20924         Prompted by a patch from Richard Dawe for DJGPP.
20925
20926 2003-05-24  Karl Berry  <karl@gnu.org>
20927
20928         * config/config.guess: update from prep.
20929
20930 2003-05-22  Karl Berry  <karl@gnu.org>
20931
20932         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20933
20934 2003-05-20  Karl Berry  <karl@gnu.org>
20935
20936         * config/config.guess: update from prep.
20937
20938 2003-05-18  Karl Berry  <karl@gnu.org>
20939
20940         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20941         might actually be set by the user.
20942
20943         * config/depcomp, install-sh, mdate-sh: update from automake.
20944
20945 2003-05-17  Bruno Haible  <bruno@clisp.org>
20946
20947         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20948         invalid expansion for AC_EGREP_CPP.
20949         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20950         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20951         Suggested by Akim Demaille <akim@epita.fr> in
20952         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20953
20954 2003-05-12  Jim Meyering  <jim@meyering.net>
20955
20956         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20957         the space-padded-by-default conversion specifiers, %e, %k, %l.
20958
20959 2003-05-12  Bruno Haible  <bruno@clisp.org>
20960
20961         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20962         the string is longer than 4 KB.
20963
20964 2003-05-11  Karl Berry  <karl@gnu.org>
20965
20966         * config/config.{guess,sub}: update from prep.
20967
20968 2003-05-09  Bruno Haible  <bruno@clisp.org>
20969
20970         * modules/error: Add m4/strerror_r.m4 to file list.
20971
20972 2003-05-03  Bruno Haible  <bruno@clisp.org>
20973
20974         Upgrade to Unicode-4.0.
20975         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20976         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20977         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20978         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20979         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20980         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20981         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20982         Change width of U+E0100..U+E01EF from 1 to 0.
20983
20984 2003-04-25  Jim Meyering  <jim@meyering.net>
20985
20986         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20987         of type size_t, not int.
20988
20989 2003-04-25  Bruno Haible  <bruno@clisp.org>
20990
20991         * lib/copy-file.c: Include <stddef.h>, for size_t.
20992
20993 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20994
20995         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20996         code which expansion is under static control.  Patch imported from
20997         Akim Demaille's patch to Bison; see
20998         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20999
21000 2003-04-14  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
21003
21004 2003-04-11  Jim Meyering  <jim@meyering.net>
21005
21006         Merge changes from Coreutils.
21007
21008         2003-03-22  Jim Meyering  <jim@meyering.net>
21009
21010         * lib/strftime.c (widen): Cast alloca return value to proper type.
21011
21012         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
21013
21014         From GNU libc.
21015         * lib/strftime.c (my_strftime): Handle very large width
21016         specifications for numeric values correctly.  Improve checks for
21017         overflow.
21018
21019         2003-01-19  Jim Meyering  <jim@meyering.net>
21020
21021         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
21022         definitions.
21023         (nl_get_alt_digit) [! defined my_strftime]: Define.
21024         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
21025         _nl_get_alt_digit and _nl_get_walt_digit.
21026
21027         * lib/strftime.c (my_strftime): Merge in locale-related changes from
21028         libc. These changes have no effect outside of _LIBC.
21029
21030 2003-04-10  Bruno Haible  <bruno@clisp.org>
21031
21032         * modules/findprog: New file.
21033         * MODULES.html.sh (func_all_modules): Add it.
21034
21035 2003-04-10  Bruno Haible  <bruno@clisp.org>
21036
21037         * m4/findprog.m4: New file.
21038         * m4/eaccess.m4: New file.
21039
21040 2003-04-10  Bruno Haible  <bruno@clisp.org>
21041
21042         * lib/findprog.h: New file, from GNU gettext.
21043         * lib/findprog.c: New file, from GNU gettext.
21044
21045 2003-04-05  Jim Meyering  <jim@meyering.net>
21046
21047         Merge changes from Coreutils.
21048
21049         * lib/exclude.h (PARAMS): Remove definition and uses.
21050         * lib/exclude.c: Remove uses of `PARAMS'.
21051
21052         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
21053         Add test-cases for DOS filenames. Declare program_name.
21054         (main): Set up program_name.  Patch by Rich Dawe.
21055
21056         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
21057         error from mntctl.
21058         Use mntctl's return value to drive the entry-processing loop, since
21059         we can't rely on the value of the vmt_length member in the last
21060         entry.  On some systems doing so could result in exhausting
21061         virtual memory.  Based in part on a patch from Mike Jetzer.
21062
21063 2003-04-04  Bruno Haible  <bruno@clisp.org>
21064
21065         * modules/linebreak: New file.
21066         * MODULES.html.sh (func_all_modules): Add it.
21067
21068 2003-04-04  Bruno Haible  <bruno@clisp.org>
21069
21070         * m4/linebreak.m4: New file.
21071
21072 2003-04-04  Bruno Haible  <bruno@clisp.org>
21073
21074         * lib/linebreak.h: New file, from GNU gettext.
21075         * lib/linebreak.c: New file, from GNU gettext with slight
21076         modifications.
21077         * lib/lbrkprop.h: New file, from GNU gettext.
21078
21079 2003-04-03  Bruno Haible  <bruno@clisp.org>
21080
21081         * modules/utf8-ucs4: New file.
21082         * modules/utf16-ucs4: New file.
21083         * modules/ucs4-utf8: New file.
21084         * modules/ucs4-utf16: New file.
21085         * MODULES.html.sh (func_all_modules): Add them.
21086
21087 2003-04-03  Bruno Haible  <bruno@clisp.org>
21088
21089         * m4/utf-ucs4.m4: New file.
21090         * m4/ucs4-utf.m4: New file.
21091
21092 2003-04-03  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/utf8-ucs4.h: New file, from GNU gettext.
21095         * lib/utf16-ucs4.h: New file, from GNU gettext.
21096         * lib/ucs4-utf8.h: New file, from GNU gettext.
21097         * lib/ucs4-utf16.h: New file, from GNU gettext.
21098
21099 2003-04-02  Bruno Haible  <bruno@clisp.org>
21100
21101         * modules/binary-io: New file.
21102         * MODULES.html.sh (func_all_modules): Add it.
21103
21104 2003-04-02  Bruno Haible  <bruno@clisp.org>
21105
21106         * lib/binary-io.h: New file, from GNU gettext.
21107
21108 2003-04-01  Bruno Haible  <bruno@clisp.org>
21109
21110         * modules/pathname: New file.
21111         * MODULES.html.sh (func_all_modules): Add it.
21112
21113 2003-04-01  Bruno Haible  <bruno@clisp.org>
21114
21115         * lib/pathname.h: New file, from GNU gettext.
21116         * lib/concatpath.c: New file, from GNU gettext.
21117
21118 2003-03-30  Bruno Haible  <bruno@clisp.org>
21119
21120         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21121
21122 2003-03-30  Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21125         function chown() doesn't exist.
21126
21127 2003-03-28  Bruno Haible  <bruno@clisp.org>
21128
21129         * modules/copy-file: New file.
21130         * MODULES.html.sh (func_all_modules): Add it.
21131
21132 2003-03-28  Bruno Haible  <bruno@clisp.org>
21133
21134         * m4/copy-file.m4: New file.
21135
21136 2003-03-28  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/copy-file.h: New file, from GNU gettext.
21139         * lib/copy-file.c: New file, from GNU gettext.
21140
21141 2003-03-18  Jim Meyering  <jim@meyering.net>
21142
21143         * lib/quote.c (quote_n): Fix typo in comment.
21144
21145 2003-03-18  Bruno Haible  <bruno@clisp.org>
21146
21147         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21148         checking.
21149         * m4/onceonly_2_57.m4: Likewise.
21150
21151 2003-03-17  Bruno Haible  <bruno@clisp.org>
21152
21153         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21154         (m4_quote): Remove macro.
21155         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21156
21157 2003-03-14  Jim Meyering  <jim@meyering.net>
21158
21159         Merge changes from Coreutils.
21160         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21161         to be const, in order to avoid warnings.
21162         (obstack_room): Likewise.
21163         (obstack_empty_p): Likewise.
21164
21165 2003-03-14  Bruno Haible  <bruno@clisp.org>
21166
21167         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21168         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21169
21170 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21171
21172         Merge changes from Bison.
21173         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21174         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21175         when compiling Bison 1.875's `bitset bset = obstack_alloc
21176         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21177         * lib/hash.c: Include <stdbool.h> unconditionally.
21178
21179 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21180
21181         * m4/onceonly.m4 (m4_quote): New macro.
21182         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21183         Quote AC_FOREACH variable-expansions properly.
21184
21185 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21186
21187         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21188
21189 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21190
21191         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21192         Reported by Bruce Becker; see:
21193         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21194
21195 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21196             Bruno Haible  <bruno@clisp.org>
21197
21198         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21199         Reported by John Hughes, see
21200         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21201
21202 2003-02-20  Bruno Haible  <bruno@clisp.org>
21203
21204         * MODULES.html.sh (func_all_modules): Add poll.
21205
21206 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21207
21208         * modules/poll: New file.
21209
21210 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21211
21212         * lib/poll_.h: New file.
21213         * lib/poll.c: New file.
21214
21215 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21216
21217         * m4/poll.m4: New file.
21218
21219 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21220
21221         * modules/mathl: New file.
21222
21223 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21224
21225         * lib/mathl.h: New file.
21226         * lib/acosl.c: New file.
21227         * lib/asinl.c: New file.
21228         * lib/atanl.c: New file.
21229         * lib/ceill.c: New file.
21230         * lib/cosl.c: New file.
21231         * lib/expl.c: New file.
21232         * lib/floorl.c: New file.
21233         * lib/frexpl.c: New file.
21234         * lib/ldexpl.c: New file.
21235         * lib/logl.c: New file.
21236         * lib/sincosl.c: New file.
21237         * lib/sinl.c: New file.
21238         * lib/sqrtl.c: New file.
21239         * lib/tanl.c: New file.
21240         * lib/trigl.c: New file.
21241         * lib/trigl.h: New file.
21242
21243 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21244
21245         * m4/mathl.m4: New file.
21246
21247 2003-02-18  Bruno Haible  <bruno@clisp.org>
21248
21249         * MODULES.html.sh (func_all_modules): Add mathl.
21250
21251 2003-02-17  Bruno Haible  <bruno@clisp.org>
21252
21253         * modules/mkdtemp: New module.
21254         * MODULES.html.sh (func_all_modules): Add it.
21255
21256 2003-02-17  Bruno Haible  <bruno@clisp.org>
21257
21258         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21259
21260 2003-02-17  Bruno Haible  <bruno@clisp.org>
21261
21262         * lib/mkdtemp.h: New file, from GNU gettext.
21263         * lib/mkdtemp.c: New file, from GNU gettext.
21264
21265 2003-02-02  Jim Meyering  <jim@meyering.net>
21266
21267         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21268         e.g. glibc-2.2.93.
21269
21270 2003-01-31  Bruno Haible  <bruno@clisp.org>
21271
21272         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21273         'rpl_rename'.
21274         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21275         'rpl_strnlen'.
21276         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21277         'rpl_strtod'.
21278         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21279         'rpl_utime'.
21280
21281 2003-01-31  Bruno Haible  <bruno@clisp.org>
21282
21283         * lib/rename.c: #undef rename before defining rpl_rename.
21284         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21285
21286 2003-01-30  Bruno Haible  <bruno@clisp.org>
21287
21288         * modules/vasnprintf, modules/vasprintf: New modules.
21289         * MODULES.html.sh (func_all_modules): Add them.
21290
21291 2003-01-30  Bruno Haible  <bruno@clisp.org>
21292
21293         * m4/signed.m4: New file, from GNU gettext.
21294         * m4/longdouble.m4: New file, from GNU gettext.
21295         * m4/wchar_t.m4: New file, from GNU gettext.
21296         * m4/wint_t.m4: New file, from GNU gettext.
21297         * m4/vasnprintf.m4: New file.
21298         * m4/vasprintf.m4: New file.
21299
21300 2003-01-30  Bruno Haible  <bruno@clisp.org>
21301
21302         * lib/printf-args.h: New file, from GNU gettext.
21303         * lib/printf-args.c: New file, from GNU gettext.
21304         * lib/printf-parse.h: New file, from GNU gettext.
21305         * lib/printf-parse.c: New file, from GNU gettext.
21306         * lib/vasnprintf.h: New file, from GNU gettext.
21307         * lib/vasnprintf.c: New file, from GNU gettext.
21308         * lib/asnprintf.c: New file, from GNU gettext.
21309         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21310         * lib/vasprintf.c: New file, from GNU gettext.
21311         * lib/asprintf.c: New file, from GNU gettext.
21312
21313 2003-01-29  Bruno Haible  <bruno@clisp.org>
21314
21315         * modules/stpncpy: New module.
21316         * MODULES.html.sh (func_all_modules): Add it.
21317
21318 2003-01-29  Bruno Haible  <bruno@clisp.org>
21319
21320         * m4/stpncpy.m4: New file.
21321
21322 2003-01-29  Bruno Haible  <bruno@clisp.org>
21323
21324         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21325         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21326
21327 2003-01-28  Bruno Haible  <bruno@clisp.org>
21328
21329         * modules/c-ctype: New module.
21330         * MODULES.html.sh (func_all_modules): Add it.
21331
21332 2003-01-28  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21335         Paul Eggert.
21336         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21337         Paul Eggert.
21338
21339 2003-01-27  Bruno Haible  <bruno@clisp.org>
21340
21341         * modules/xsetenv: New module.
21342         * MODULES.html.sh (func_all_modules): Add it.
21343
21344 2003-01-27  Bruno Haible  <bruno@clisp.org>
21345
21346         * lib/xsetenv.h: New file, from GNU gettext.
21347         * lib/xsetenv.c: New file, from GNU gettext.
21348
21349 2003-01-23  Jim Meyering  <jim@meyering.net>
21350
21351         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21352         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21353
21354 2003-01-23  Bruno Haible  <bruno@clisp.org>
21355
21356         * modules/minmax: New module.
21357         * MODULES.html.sh (func_all_modules): Add it.
21358
21359 2003-01-23  Bruno Haible  <bruno@clisp.org>
21360
21361         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21362         Eggert.
21363
21364 2003-01-22  Bruno Haible  <bruno@clisp.org>
21365
21366         * modules/exit: New module.
21367         * MODULES.html.sh (func_all_modules): Add it.
21368
21369 2003-01-22  Bruno Haible  <bruno@clisp.org>
21370
21371         * lib/exit.h: New file, from GNU gettext.
21372
21373 2003-01-19  Bruno Haible  <bruno@clisp.org>
21374
21375         * gnulib-tool: Recognize option --extract-maintainer.
21376         (func_get_maintainer): New function.
21377         * modules/*: Add Maintainer entry.
21378
21379 2003-01-16  Jim Meyering  <jim@meyering.net>
21380
21381         * m4/regex.m4: The `regex' struct is both input and output.
21382         Initialize it before each use.  Patch by Tim Waugh.
21383
21384 2003-01-16  Bruno Haible  <bruno@clisp.org>
21385
21386         * MODULES.html.sh: Add a table of contents. Add the module name as
21387         leftmost column. Add hyperlinks.
21388
21389 2003-01-15  Bruno Haible  <bruno@clisp.org>
21390
21391         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21392
21393 2003-01-15  Bruno Haible  <bruno@clisp.org>
21394
21395         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21396         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21397         suffix.
21398
21399 2003-01-15  Bruno Haible  <bruno@clisp.org>
21400
21401         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21402
21403 2003-01-15  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21406         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21407
21408 2003-01-14  Jim Meyering  <jim@meyering.net>
21409
21410         * lib/same.c (same_name): Tweak a comment.
21411
21412 2003-01-14  Bruno Haible  <bruno@clisp.org>
21413
21414         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21415         when a string comparison is sufficient.
21416
21417 2003-01-14  Bruno Haible  <bruno@clisp.org>
21418
21419         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21420         'unsigned int'.
21421
21422 2003-01-14  Bruno Haible  <bruno@clisp.org>
21423
21424         * lib/hash-pjw.c: Add comment about low quality of this function.
21425
21426 2003-01-13  Bruno Haible  <bruno@clisp.org>
21427
21428         * modules/stpcpy: Distribute lib/stpcpy.h.
21429         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21430
21431 2003-01-13  Bruno Haible  <bruno@clisp.org>
21432
21433         * modules/*: Add a description.
21434         * modules/strpbrk: Fix Makefile.am snippet.
21435         * modules/strtoimax: Fix dependencies.
21436         * modules/strtoumax: Likewise.
21437
21438 2003-01-13  Bruno Haible  <bruno@clisp.org>
21439
21440         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21441         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21442         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21443
21444 2003-01-13  Bruno Haible  <bruno@clisp.org>
21445
21446         * gnulib-tool (func_create_testdir): Store config/* files in the main
21447         directory.
21448         * config.rpath: Move to ...
21449         * config/config.rpath: ... here.
21450         * modules/gettext: Contains config/config.rpath, not config.rpath.
21451         * modules/iconv: Likewise.
21452
21453 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21454
21455         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21456         to avoid collisions with libcurses and libreadline.
21457
21458         * m4/getstr.m4: Remove.
21459         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21460
21461 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21462
21463         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21464         to avoid collisions with libcurses and libreadline.
21465
21466         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21467         * lib/getstr.h, getstr.c: Remove.
21468         * lib/getline.c: Include "getline.h", to check interface.
21469         Move body of old getstr.c here: this defines MIN_CHUNK and
21470         declares getdelim2, which is renamed from getstr.
21471         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21472
21473         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21474         All uses changed.
21475         * lib/linebuffer.h: Likewise.
21476         (readline): Remove backward-compatibility macro.
21477
21478 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21479
21480         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21481         to avoid collisions with libcurses and libreadline.
21482         * getstr: Remove.
21483         * MODULES.html.sh: Remove getstr.
21484         * modules/getline: Depend on unlocked-io, not getstr.
21485
21486 2003-01-12  Jim Meyering  <jim@meyering.net>
21487
21488         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21489
21490 2003-01-10  Bruno Haible  <bruno@clisp.org>
21491
21492         * modules/alloca: Change Makefile.am requirements. Simplify Include
21493         requirements. Add lib/alloca_.h to file list.
21494
21495 2003-01-10  Bruno Haible  <bruno@clisp.org>
21496
21497         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21498
21499 2003-01-10  Bruno Haible  <bruno@clisp.org>
21500
21501         * lib/alloca_.h: New file.
21502         * lib/getdate.y: Unconditionally include alloca.h.
21503         * lib/makepath.c: Likewise.
21504         * lib/setenv.c: Likewise.
21505         * lib/userspec.c: Likewise.
21506
21507 2003-01-09  Karl Berry  <karl@gnu.org>
21508
21509         * MODULES.html.sh: include `dirname $0` in PATH, to find
21510         gnulib-tool.
21511
21512 2003-01-09  Bruno Haible  <bruno@clisp.org>
21513
21514         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21515         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21516
21517 2003-01-09  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21520
21521 2003-01-09  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/stdbool.h.in: New file.
21524
21525 2003-01-09  Bruno Haible  <bruno@clisp.org>
21526
21527         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21528         * MODULES.html.sh: Likewise.
21529
21530 2003-01-08  Jim Meyering  <jim@meyering.net>
21531
21532         * lib/full-write.c: Undefine and define-away `const' after inclusion
21533         of errno.h, not before.  Suggestion from Bruno Haible.
21534
21535 2003-01-08  Bruno Haible  <bruno@clisp.org>
21536
21537         * modules/full-read: Depend on full-write.
21538
21539 2003-01-08  Bruno Haible  <bruno@clisp.org>
21540
21541         * lib/safe-read.c: Include specification header first, to ensure its
21542         selfcontainedness.
21543         * lib/full-write.c: Likewise.
21544
21545 2003-01-07  Jim Meyering  <jim@meyering.net>
21546
21547         * lib/full-write.c: Rework so that it may serve to define full_read,
21548         too.
21549         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21550
21551 2003-01-07  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21554         <inttypes.h>.
21555         * lib/xstrtol.h: Likewise.
21556         * lib/xstrtoimax.c: Likewise.
21557         * lib/xstrtoumax.c: Likewise.
21558         * lib/human.h: Likewise.
21559
21560         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21561         on systems that have <inttypes.h> but not <stdint.h>.
21562
21563 2003-01-07  Bruno Haible  <bruno@clisp.org>
21564
21565         * MODULES.html.sh: Add copyright notice.
21566         (missed_files): Omit CVS directory entries.
21567         (func_module): Make it work with sed-3.02.
21568         * MODULES.txt: Remove file.
21569
21570 2003-01-06  Jim Meyering  <jim@meyering.net>
21571
21572         * lib/version-etc.c: Update year in translatable copyright string.
21573
21574 2003-01-03  Karl Berry  <karl@gnu.org>
21575
21576         * config/config.{guess,sub}: update from prep.
21577
21578 2003-01-02  Karl Berry  <karl@gnu.org>
21579
21580         * doc/COPYING.DOC: belatedly updated to 1.2.
21581
21582 2003-01-01  Karl Berry  <karl@gnu.org>
21583
21584         * gnulib-tool (func_verify_module): report module name $module in
21585         error message, not $1.
21586         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21587         be created, only if it doesn't exist.
21588         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21589
21590 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21591
21592         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21593
21594 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21595
21596         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21597         memcmp if strcoll doesn't work.
21598
21599 2002-12-31  Bruno Haible  <bruno@clisp.org>
21600
21601         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21602         nonempty.
21603
21604 2002-12-31  Bruno Haible  <bruno@clisp.org>
21605
21606         * lib/memcoll.c (STRCOLL): New macro.
21607         (memcoll): Use it.
21608
21609 2002-12-31  Bruno Haible  <bruno@clisp.org>
21610
21611         * lib/localcharset.h: New file.
21612         * lib/localcharset.c: Include it.
21613         * lib/unicodeio.c: Likewise.
21614
21615 2002-12-31  Bruno Haible  <bruno@clisp.org>
21616
21617         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21618         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21619
21620 2002-12-31  Bruno Haible  <bruno@clisp.org>
21621
21622         * lib/getline.h: Include <stddef.h>, for size_t.
21623
21624         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21625         * lib/unicodeio.c: Don't include <stddef.h>.
21626
21627 2002-12-31  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21630         HAVE_TM_ZONE.
21631
21632 2002-12-24  Karl Berry  <karl@gnu.org>
21633
21634         * config/config.guess: update from prep.
21635
21636 2002-12-24  Bruno Haible  <bruno@clisp.org>
21637
21638         General infrasructure.
21639         * m4/README: Rewritten.
21640         * m4/onceonly.m4: New file.
21641         * m4/onceonly_2_57.m4: New file.
21642
21643         Module atexit.
21644         * m4/atexit.m4: New file.
21645
21646         Module strtod.
21647         * m4/strtod.m4: New file.
21648
21649         Module strtol.
21650         * m4/strtol.m4: New file.
21651
21652         Module strtoul.
21653         * m4/strtoul.m4: New file.
21654
21655         Module memchr.
21656         * m4/memchr.m4: New file.
21657
21658         Module memcmp.
21659         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21660         (jm_FUNC_MEMCMP): Invoke it.
21661
21662         Module memcpy.
21663         * m4/memcpy.m4: New file.
21664
21665         Module memmove.
21666         * m4/memmove.m4: New file.
21667
21668         Module memset.
21669         * m4/memset.m4: New file.
21670
21671         Module strcspn.
21672         * m4/strcspn.m4: New file.
21673
21674         Module strpbrk.
21675         * m4/strpbrk.m4: New file.
21676
21677         Module strstr.
21678         * m4/strstr.m4: New file.
21679
21680         Module strerror.
21681         * m4/strerror.m4: New file.
21682
21683         Module mktime.
21684         * m4/mktime.m4: Renamed from jm-mktime.m4.
21685         (gl_PREREQ_MKTIME): New macro.
21686         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21687
21688         Module malloc.
21689         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21690         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21691         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21692
21693         Module realloc.
21694         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21695         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21696         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21697
21698         Module strftime.
21699         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21700         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21701         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21702         gl_TM_GMTOFF.
21703         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21704
21705         Module xalloc.
21706         * m4/xalloc.m4: New file.
21707
21708         Module alloca.
21709         * m4/alloca.m4: New file.
21710
21711         Module putenv.
21712         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21713         (jm_FUNC_PUTENV): Invoke it.
21714
21715         Module setenv.
21716         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21717         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21718         when invoked twice.
21719         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21720         gt_FUNC_SETENV.
21721
21722         Module memrchr.
21723         * m4/memrchr.m4: New file.
21724
21725         Module stpcpy.
21726         * m4/stpcpy.m4: New file.
21727
21728         Module strcase.
21729         * m4/strcase.m4: New file.
21730
21731         Module strdup.
21732         * m4/strdup.m4: New file.
21733
21734         Module strnlen.
21735         * m4/strnlen.m4: New file.
21736
21737         Module strndup.
21738         * m4/strndup.m4: New file.
21739
21740         Module xstrtod.
21741         * m4/xstrtod.m4: New file.
21742
21743         Module xstrtol.
21744         * m4/xstrtol.m4: New file.
21745
21746         Module getdate.
21747         * m4/getdate.m4: New file.
21748
21749         Module unlocked-io.
21750         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21751         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21752         * m4/jm-glibc-io.m4n: Remove file.
21753
21754         Module long-options.
21755         * m4/long-options.m4: New file.
21756
21757         Module md5.
21758         * m4/md5.m4: New file.
21759
21760         Module sha.
21761         * m4/sha.m4: New file.
21762
21763         Module getstr.
21764         * m4/getstr.m4: New file.
21765
21766         Module getline.
21767         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21768         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21769         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21770         simply getline. Infoke gl_PREREQ_GETLINE.
21771
21772         Module obstack.
21773         * m4/obstack.m4: New file.
21774
21775         Module hash.
21776         * m4/hash.m4: New file.
21777
21778         Module readtokens.
21779         * m4/readtokens.m4: New file.
21780
21781         Module strverscmp.
21782         * m4/strverscmp.m4: New file.
21783
21784         Module stdbool.
21785         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21786         OSF/1.
21787
21788         Module strtoll.
21789         * m4/strtoll.m4: New file.
21790
21791         Module strtoull.
21792         * m4/strtoull.m4: New file.
21793
21794         Module strtoimax.
21795         * m4/strtoimax.m4: New file.
21796
21797         Module strtoumax.
21798         * m4/strtoumax.m4: New file.
21799
21800         Module xstrtoimax.
21801         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21802         jm_AC_PREREQ_XSTRTOIMAX.
21803         Moved the strtol prerequisites to strtol.m4.
21804         Moved the strtoll prerequisites to strtoll.m4.
21805         Moved the strtoimax prerequisites to strtoimax.m4.
21806
21807         Module xstrtoumax.
21808         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21809         jm_AC_PREREQ_XSTRTOUMAX.
21810         Moved the strtoul prerequisites to strtoul.m4.
21811         Moved the strtoull prerequisites to strtoull.m4.
21812         Moved the strtoumax prerequisites to strtoumax.m4.
21813
21814         Module chown.
21815         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21816         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21817
21818         Module dup2.
21819         * m4/dup2.m4: New file.
21820
21821         Module ftruncate.
21822         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21823         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21824
21825         Module getgroups.
21826         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21827         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21828
21829         Module gettimeofday.
21830         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21831         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21832         gl_PREREQ_GETTIMEOFDAY.
21833
21834         Module mkdir.
21835         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21836         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21837
21838         Module mkstemp.
21839         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21840         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21841         jm_AC_TYPE_UINTMAX_T.
21842         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21843
21844         Module stat.
21845         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21846         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21847
21848         Module lstat.
21849         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21850         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21851
21852         Module timespec.
21853         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21854         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21855         * m4/st_mtim.m4: Indentation.
21856
21857         Module nanosleep.
21858         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21859         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21860         gl_PREREQ_NANOSLEEP.
21861
21862         Module regex.
21863         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21864         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21865         (gl_REGEX): New macro.
21866
21867         Module rename.
21868         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21869         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21870
21871         Module rmdir.
21872         * m4/rmdir.m4: New file.
21873
21874         Module utime.
21875         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21876         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21877         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21878
21879         Module dirname.
21880         * m4/dirname.m4: New file.
21881
21882         Module getopt.
21883         * m4/getopt.m4: New file.
21884
21885         Module unistd-safer.
21886         * m4/unistd-safer.m4: New file.
21887
21888         Module fnmatch.
21889         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21890         declaration.
21891         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21892         (gl_FUNC_FNMATCH_POSIX): New macro.
21893         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21894         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21895         simply fnmatch.
21896
21897         Module exclude.
21898         * m4/exclude.m4: New file.
21899
21900         Module human.
21901         * m4/human.m4: New file.
21902
21903         Module acl.
21904         * m4/acl.m4: Nop.
21905
21906         Module backupfile.
21907         * m4/backupfile.m4: New file.
21908         * m4/d-ino.m4: Indentation.
21909
21910         Module fsusage.
21911         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21912         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21913         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21914
21915         Module dirfd.
21916         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21917         requirements.
21918
21919         Module euidaccess.
21920         * m4/euidaccess.m4: New file.
21921
21922         Module file-type.
21923         * m4/file-type.m4: New file.
21924
21925         Module fileblocks.
21926         * m4/fileblocks.m4: New file.
21927
21928         Module filemode.
21929         * m4/filemode.m4: New file.
21930
21931         Module isdir.
21932         * m4/isdir.m4: New file.
21933
21934         Module lchown.
21935         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21936         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21937
21938         Module makepath.
21939         * m4/makepath.m4: New file.
21940
21941         Module modechange.
21942         * m4/modechange.m4: New file.
21943
21944         Module mountlist.
21945         * m4/mountlist.m4: New file.
21946         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21947         Indentation.
21948
21949         Module path-concat.
21950         * m4/path-concat.m4: New file.
21951
21952         Module pathmax.
21953         * m4/pathmax.m4: New file.
21954
21955         Module same.
21956         * m4/same.m4: New file.
21957
21958         Module save-cwd.
21959         * m4/save-cwd.m4: New file.
21960
21961         Module savedir.
21962         * m4/savedir.m4: New file.
21963
21964         Module xgetcwd.
21965         * m4/xgetcwd.m4: New file.
21966         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21967
21968         Module xreadlink.
21969         * m4/xreadlink.m4: New file.
21970
21971         Module safe-read.
21972         * m4/safe-read.m4: New file.
21973
21974         Module safe-write.
21975         * m4/safe-write.m4: New file.
21976
21977         Module closeout.
21978         * m4/closeout.m4: New file.
21979
21980         Module stdio-safer.
21981         * m4/stdio-safer.m4: New file.
21982
21983         Module getpass.
21984         * m4/getpass.m4: New file.
21985
21986         Module getugroups.
21987         * m4/getugroups.m4: New file.
21988
21989         Module group-member.
21990         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21991         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21992
21993         Module idcache.
21994         * m4/idcache.m4: New file.
21995
21996         Module userspec.
21997         * m4/userspec.m4: New file.
21998
21999         Module gettime.
22000         * m4/clock_time.m4: New file.
22001         * m4/gettime.m4: New file.
22002
22003         Module settime.
22004         * m4/settime.m4: New file.
22005
22006         Module posixtm.
22007         * m4/posixtm.m4: New file.
22008
22009         Module gethostname.
22010         * m4/gethostname.m4: New file.
22011
22012         Module canon-host.
22013         * m4/canon-host.m4: New file.
22014
22015         Module gettext.
22016         * m4/codeset.m4: New file, from gettext-0.11.5.
22017         * m4/gettext.m4: New file, from gettext-0.11.5.
22018         * m4/glibc21.m4: New file, from gettext-0.11.5.
22019         * m4/iconv.m4: New file, from gettext-0.11.5.
22020         * m4/intdiv0.m4: New file, from gettext-0.11.5.
22021         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
22022         * m4/inttypes.m4: New file, from gettext-0.11.5.
22023         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
22024         * m4/isc-posix.m4: New file, from gettext-0.11.5.
22025         * m4/lcmessage.m4: New file, from gettext-0.11.5.
22026         * m4/lib-ld.m4: New file, from gettext-0.11.5.
22027         * m4/lib-link.m4: New file, from gettext-0.11.5.
22028         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
22029         * m4/progtest.m4: New file, from gettext-0.11.5.
22030         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
22031         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
22032         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
22033
22034         Module localcharset.
22035         * m4/localcharset.m4: New file.
22036
22037         Module hard-locale.
22038         * m4/hard-locale.m4: New file.
22039
22040         Module mbswidth.
22041         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
22042         onceonly macros.
22043         * m4/mbrtowc.m4: Add comment.
22044
22045         Module memcasecmp.
22046         * m4/memcasecmp.m4: New file.
22047
22048         Module memcoll.
22049         * m4/memcoll.m4: New file.
22050
22051         Module unicodeio.
22052         * m4/unicodeio.m4: New file.
22053
22054         Module rpmatch.
22055         * m4/rpmatch.m4: New file.
22056
22057         Module yesno.
22058         * m4/yesno.m4: New file.
22059
22060         Module exitfail.
22061         * m4/exitfail.m4: New file.
22062
22063         Module c-stack.
22064         * m4/c-stack.m4 (gl_C_STACK): New macro.
22065         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
22066
22067         Module error.
22068         * m4/error.m4 (gl_ERROR): New macro.
22069         (jm_PREREQ_ERROR): Use onceonly macros.
22070
22071         Module fatal.
22072         * m4/fatal.m4: New file.
22073
22074         Module getloadavg.
22075         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22076         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22077
22078         Module getpagesize.
22079         * m4/getpagesize.m4: New file.
22080
22081         Module getusershell.
22082         * m4/getusershell.m4: New file.
22083
22084         Module physmem.
22085         * m4/physmem.m4: New file.
22086
22087         Module posixver.
22088         * m4/posixver.m4: New file.
22089
22090         Module quotearg.
22091         * m4/quotearg.m4: New file.
22092
22093         Module quote.
22094         * m4/quote.m4: New file.
22095
22096         Module readutmp.
22097         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22098
22099         Module sig2str.
22100         * m4/sig2str.m4: New file.
22101
22102         Other.
22103         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22104         ulonglong.m4.
22105         * m4/intmax_t.m4: New file.
22106         * m4/d-type.m4: Indentation.
22107         * m4/jm-macros.m4: Update.
22108         * m4/prereq.m4 (jm_PREREQ): Update.
22109         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22110         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22111         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22112         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22113         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22114         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22115         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22116         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22117         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22118         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22119         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22120         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22121         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22122         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22123         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22124         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22125         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22126         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22127         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22128
22129 2002-12-24  Bruno Haible  <bruno@clisp.org>
22130
22131         * MODULES.txt: Update according to m4/ changes.
22132
22133         Module gettext.
22134         * config.rpath: New file, from gettext-0.11.5.
22135
22136         * modules/*: New module descriptions.
22137         * gnulib-tool: New file.
22138         * MODULES.html.sh: New file.
22139
22140 2002-12-21  Karl Berry  <karl@gnu.org>
22141
22142         * doc/fdl.texi: update to version 1.2.
22143
22144 2002-12-19  Karl Berry  <karl@gnu.org>
22145
22146         * config/config.guess: update from prep.
22147
22148 2002-12-18  Bruno Haible  <bruno@clisp.org>
22149
22150         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22151         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22152
22153 2002-12-17  Bruno Haible  <bruno@clisp.org>
22154
22155         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22156         stdlib.h, string.h.
22157
22158 2002-12-17  Bruno Haible  <bruno@clisp.org>
22159
22160         * lib/canon-host.c (strdup): Remove unused declaration.
22161
22162         * lib/fsusage.c: Include full_read.h.
22163         (get_fs_usage): Use full_read instead of safe_read.
22164
22165         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22166
22167 2002-12-12  Karl Berry  <karl@gnu.org>
22168
22169         * config/config.guess: update from prep.
22170
22171 2002-12-11  Bruno Haible  <bruno@clisp.org>
22172
22173         * m4/setenv.m4: New file, from gettext-0.11.5.
22174
22175 2002-12-11  Bruno Haible  <bruno@clisp.org>
22176
22177         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22178         not unsetenv().
22179         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22180         modifications:
22181
22182         2002-12-11  Bruno Haible  <bruno@clisp.org>
22183
22184                 * setenv.c (alloca): Fall back to malloc.
22185                 (freea): New macro.
22186                 (setenv): Use freea() to free memory allocated with alloca().
22187
22188         2002-11-13  Bruno Haible  <bruno@clisp.org>
22189
22190                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22191                 function declarations.
22192                 * unsetenv.c (unsetenv): Likewise.
22193
22194         2002-03-04  Bruno Haible  <bruno@clisp.org>
22195
22196                 Portability to AIX 4.3.3.
22197                 * unsetenv.c: New file, extracted from setenv.c.
22198                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22199
22200         2001-12-20  Bruno Haible  <bruno@clisp.org>
22201
22202                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22203                 use malloc instead. For SunOS 4.
22204
22205         2001-12-11  Bruno Haible  <bruno@clisp.org>
22206
22207                 * setenv.c: Declare alloca.
22208                 (compar_fn_t): New typedef.
22209                 (KNOWN_VALUE, STORE_VALUE): Use it.
22210
22211         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22212         setenv.h.
22213
22214 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22215
22216         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22217         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22218         Choose values that are less likely to collide with system fnmatch
22219         options.
22220         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22221         defined (e.g., a pure POSIX system).
22222         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22223         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22224
22225 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22226
22227         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22228         a pain in practice to deal with generated m4 files.  This change
22229         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22230
22231         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22232         and jm-glibc-io.m4, as they are no longer a special case.
22233         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22234         kludge and the auto-generation stuff.  Check only whether the
22235         functions are declared, not whether they exist, since older hosts
22236         that don't declare the functions can't use the optimization anyway.
22237
22238 2002-12-06  Jim Meyering  <jim@meyering.net>
22239
22240         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22241
22242         Merge in changes from libc's misc/error.c, in preparation
22243         for the merge of gnulib's changes back into libc.
22244
22245         * lib/error.c (_): Define only if not already defined.
22246         Move definition to follow all #include directives.
22247         Include unlocked-io.h only if !_LIBC.
22248         [_LIBC]: Include <libio/libioP.h>.
22249         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22250         (fflush): Tweak definition to use INTUSE.
22251         (putc): Define.
22252
22253 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22254
22255         * lib/alloca.c [defined emacs]: Include "lisp.h".
22256         (xalloc_die) [defined emacs]: New macro.
22257         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22258         [! defined emacs]: Include <xalloc.h>.
22259         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22260         (pointer): Typedef to POINTER_TYPE *.
22261         (malloc): Remove decl; we now always use xmalloc.
22262         (alloca): Use old-style definition, since Emacs needs this.
22263         Check for arithmetic overflow when computing combined size.
22264
22265 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22266
22267         Do not generate unlocked-io.h automatically, since it's easier to
22268         maintain it by hand.
22269
22270         * lib/unlocked-io.h: New file, from GNU diffutils,
22271         but with proper copyright notice and attribution.
22272         * lib/gen-uio: Remove.
22273         * lib/Makefile.am: Add copyright notice.
22274         (libfetish_a_SOURCES): Add unlocked-io.h.
22275         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22276         (DISTCLEANFILES, io_functions): Remove macros.
22277         (EXTRA_DIST): Remove gen_uio.
22278         (unlocked-io.h): Remove rule.
22279
22280 2002-12-04  Jim Meyering  <jim@meyering.net>
22281
22282         Reflect the fact that stat.c and lstat.c are no longer generated.
22283         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22284         (DISTCLEANFILES): Likewise.
22285         (EXTRA_DIST): Likewise.
22286         (all_local): Don't depend on stat.c or lstat.c.
22287         (stat.c, lstat.c): Remove rules.
22288         (EXTRA_DIST): Remove xstat.in.
22289
22290         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22291         * lib/stat.c: New file.  Contents mostly from xstat.in.
22292         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22293         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22294
22295         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22296         too.
22297         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22298
22299 2002-12-03  Jim Meyering  <jim@meyering.net>
22300
22301         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22302         but not semantics, to minimize the differences between these two files.
22303         (safe_read): Change comment to mention SAFE_READ_ERROR.
22304
22305         * lib/safe-read.c (IS_EINTR): Define.
22306         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22307
22308 2002-12-02  Jim Meyering  <jim@meyering.net>
22309
22310         * lib/safe-read.c (EINTR): Define.
22311         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22312         (INT_MAX): Provide fallback.
22313         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22314
22315         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22316
22317 2002-12-02  Bruno Haible  <bruno@clisp.org>
22318
22319         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22320         Define, taken from safe-read.c.
22321         (INT_MAX): Provide fallback.
22322         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22323         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22324
22325         * lib/safe-read.c (EINTR): Remove definition.
22326         (safe_read): Don't use EINTR if it is absent.
22327
22328 2002-12-01  Jim Meyering  <jim@meyering.net>
22329
22330         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22331         zero.
22332         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22333
22334 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22335
22336         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22337         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22338         with `if (! (value < limit)) abort ();', for readability.
22339
22340 2002-11-26  Karl Berry  <karl@gnu.org>
22341
22342         * lib/strdup.c: copy from libc again, with jim's ok.
22343         * lib/.cppi-disable: re-add strdup.c
22344
22345 2002-11-25  Karl Berry  <karl@gnu.org>
22346
22347         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22348         instead of "strtol.c".
22349
22350 2002-11-25  Karl Berry  <karl@gnu.org>
22351
22352         * config/install-sh: update from automake for variable quoting, $0 in
22353         error msgs, etc.
22354
22355         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22356         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22357         entry.
22358
22359 2002-11-25  Jim Meyering  <jim@meyering.net>
22360
22361         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22362
22363 2002-11-24  Karl Berry  <karl@gnu.org>
22364
22365         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22366         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22367
22368 2002-11-24  Jim Meyering  <jim@meyering.net>
22369
22370         Update from coreutils:
22371
22372         * lib/mktime.c: Merge in changes from libc.
22373
22374         Avoid a link-time failure on some Linux systems.
22375         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22376         (otherwise).
22377         (__mon_yday): Declare with the STATIC attribute.
22378         (__mktime_internal): Likewise.
22379         Based on a report from Greg Schafer.
22380
22381 2002-11-23  Jim Meyering  <jim@meyering.net>
22382
22383         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22384         Use `unsigned', not `int', as type of index.
22385
22386         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22387
22388         * lib/fsusage.c: Remove unneeded parentheses around operands of
22389         `defined'.
22390
22391 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22392
22393         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22394         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22395         so that we can be included first.
22396         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22397         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22398         No need to include stddef.h or sys/types.h any more.
22399         Surround local include files with "", not "<>".
22400         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22401         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22402         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22403         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22404         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22405         (ISPRINT): Remove; no longer needed now that we assume C89.
22406
22407         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22408         Preserve errno.
22409
22410         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22411         quotearg_char): Use SIZE_MAX rather than
22412         (size_t) -1 when we are talking about "infinity".
22413
22414         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22415
22416 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22417
22418         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22419         hint that one should use `if (! x) abort ();' rather than `assert
22420         (x);', and anyway it's one less thing to worry about configuring.
22421         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22422         hash_rehash, hash_insert): Use abort rather than assert.
22423
22424 2002-11-22  Bruno Haible  <bruno@clisp.org>
22425
22426         * lib/safe-read.h: Assume C89. Add comments.
22427         (safe_read): Change return type to size_t.
22428         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22429         byte counts > SSIZE_MAX correctly.
22430         * lib/safe-write.h: New file.
22431         * lib/safe-write.c: New file.
22432         * lib/full-read.h: New file.
22433         * lib/full-read.c: New file.
22434         * lib/full-write.h: Assume C89. Add comments.
22435         * lib/full-write.c: Include safe-write.h.
22436         (full_write): Rewritten to use safe_write.
22437         Suggested by Jim Meyering and Paul Eggert.
22438
22439 2002-11-21  Jim Meyering  <jim@meyering.net>
22440
22441         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22442
22443         Merge in changes from the coreutils.
22444
22445         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22446         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22447         <stdint.h>.
22448         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22449         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22450         int.  Work more efficiently if X is the same width as uintmax_t.
22451         Do not compare X to -1, to avoid bogus compiler warning.
22452         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22453         Don't assume that f_frsize and f_bsize are the same type.
22454
22455         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22456         warning on FreeBSD.
22457
22458         * lib/makepath.c (make_path): Restore umask *before* creating the final
22459         component.
22460         (make_path): Minor reformatting.
22461
22462         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22463         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22464         HAVE_MALLOC/HAVE_REALLOC.
22465
22466         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22467         dummy ones.  At least on GNU/Linux systems, `auto' means something
22468         else.
22469         From Michael Stone.
22470
22471 2002-11-21  Bruno Haible  <bruno@clisp.org>
22472
22473         Remove case insensitive option matching.
22474         * lib/argmatch.h (argcasematch): Remove declaration.
22475         (ARGCASEMATCH): Remove macro.
22476         (__xargmatch_internal): Remove case_sensitive argument.
22477         (XARGMATCH): Update.
22478         (XARGCASEMATCH): Remove macro.
22479         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22480         case_sensitive argument.
22481         (argcasematch): Remove function.
22482         (__xargmatch_internal): Remove case_sensitive argument.
22483         (main): Use XARGMATCH instead of XARGCASEMATCH.
22484
22485         * lib/xmalloc.c: Change compile-time error message. Add comment about
22486         required autoconf version.
22487
22488 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22489
22490         Merge argmatch cleanups from Bison.  Assume C89.
22491
22492         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22493         Include stdlib.h, for EXIT_FAILURE.
22494         Always include <string.h>, since we assume C89.
22495         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22496         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22497         Include <stddef.h> instead, since it's all we need for size_t.
22498         (PARAMS): Remove.  All uses removed.
22499         (ARRAY_CARDINALITY): Do not bother to #undef.
22500         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22501         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22502         Remove unnecessary parentheses.
22503         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22504         Insert necessary parentheses.
22505         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22506         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22507
22508 2002-11-19  Bruno Haible  <bruno@clisp.org>
22509
22510         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22511         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22512
22513         * lib/mbswidth.h (PARAMS): Remove macro.
22514         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22515         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22516
22517         * lib/gcd.h (PARAMS): Remove macro.
22518         (gcd): Use ANSI C function declarations.
22519         * lib/gcd.c (gcd): Likewise.
22520
22521 2002-11-15  Bruno Haible  <bruno@clisp.org>
22522
22523         * lib/strcspn.c: Include <stddef.h>.
22524         (strcspn): Use ANSI C function declaration. Change return type to
22525         size_t. Use NULL.
22526         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22527         (strpbrk): Use NULL.
22528         * lib/strpbrk.h (PARAMS): Remove macro.
22529         (strpbrk): Use ANSI C function declaration.
22530         * lib/strstr.c: Don't include <sys/types.h>.
22531         * lib/strstr.h (PARAMS): Remove macro.
22532         (strstr): Use ANSI C function declarations.
22533
22534 2002-11-14  Karl Berry  <karl@gnu.org>
22535
22536         * config/mkinstalldirs: `do' on separate line, instead of
22537         `for var; do'.
22538
22539 2002-11-06  Bruno Haible  <bruno@clisp.org>
22540
22541         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22542         * lib/gcd.c (gcd): Likewise.
22543
22544 2002-11-05  Bruno Haible  <bruno@clisp.org>
22545
22546         * lib/gcd.h: New file, from gettext-0.11.5.
22547         * lib/gcd.c: New file, from gettext-0.11.5.
22548
22549 2002-11-05  Bruno Haible  <bruno@clisp.org>
22550
22551         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22552         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22553         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22554         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22555
22556         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22557         <libintl.h>.
22558         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22559         <libintl.h>.
22560
22561         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22562         * lib/human.c: Include gettext.h instead of <libintl.h>.
22563         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22564         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22565         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22566         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22567         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22568         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22569         (textdomain): Remove definition.
22570         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22571
22572         * lib/long-options.c: Remove include of <libintl.h> and definition of
22573         _.
22574         * lib/same.c: Remove include of <libintl.h> and definition of _.
22575
22576 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22577
22578         * lib/config.charset: A few additions for Solaris.
22579
22580 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22581
22582         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22583         * lib/localcharset.c (locale_charset): Declare as extern "C".
22584
22585 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22586
22587         * lib/config.charset: msdos in uk_UA uses CP1125.
22588
22589 2002-11-04  Bruno Haible  <bruno@clisp.org>
22590
22591         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22592         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22593         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22594         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22595         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22596
22597 2002-11-04  Bruno Haible  <bruno@clisp.org>
22598
22599         * lib/localcharset.c (locale_charset): Don't return an empty string.
22600
22601 2002-11-04  Bruno Haible  <bruno@clisp.org>
22602
22603         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22604         aliases.
22605
22606 2002-11-04  Bruno Haible  <bruno@clisp.org>
22607
22608         * lib/config.charset: Update for newest glibc. Add canonical names
22609         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22610
22611 2002-11-04  Bruno Haible  <bruno@clisp.org>
22612
22613         * lib/config.charset: Add support for NetBSD.
22614
22615 2002-11-04  Bruno Haible  <bruno@clisp.org>
22616
22617         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22618
22619 2002-11-01  Bruno Haible  <bruno@clisp.org>
22620
22621         * configure.in: Add AC_CONFIG_AUX_DIR call.
22622         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22623         test/Makefile.
22624         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22625
22626 2002-09-28  Karl Berry  <karl@gnu.org>
22627
22628         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22629         installed automake until the next release, since changes have been
22630         made.
22631
22632 2002-09-25  Karl Berry  <karl@gnu.org>
22633
22634         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22635         * lib/getopt*: copy from libc/posix.
22636         * lib/gettext.h: copy from gettext.
22637         * lib/.cppi-disable: add strdup.c, gettext.h.
22638
22639 2002-09-25  Karl Berry  <karl@gnu.org>
22640
22641         * config/srclist.txt: enable gettext.h check.
22642         * config/config.{guess,sub}: update from prep.
22643         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22644                 from automake 1.6.3.
22645         See srclist*.
22646
22647 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22648
22649         * regex.c (PATFETCH): Remove the translating fetch.
22650         (PATFETCH_RAW): Rename to PATFETCH.
22651         (set_image_of_range): New fun.
22652         (SET_RANGE_TABLE_WORK_AREA): Use it.
22653         (regex_compile): Don't translate the pattern chars so eagerly.
22654         Only do it when inserting an `exactn' bytecode or when handling
22655         a char-range.
22656         (mutually_exclusive_p): Avoid empty statement.
22657
22658 2002-07-06  Jim Meyering  <meyering@lucent.com>
22659
22660         * m4/README: Don't mention Makefile.am.in.
22661         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22662
22663 2002-07-01  Jim Meyering  <meyering@lucent.com>
22664
22665         * lib/c-stack.c: Include sys/time.h.
22666         From Volker Borchert.
22667
22668 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22669
22670         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22671
22672 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22673
22674         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22675         New macro.  Use it uniformly instead of
22676         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22677         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22678         reported by Vin Shelton.
22679
22680 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22681
22682         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22683         Do not assume SA_SIGINFO behavior.
22684         Bug reported by Jim Meyering on NetBSD 1.5.2.
22685
22686 2002-06-22  Jim Meyering  <meyering@lucent.com>
22687
22688         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22689         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22690
22691         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22692         now that configure.ac uses AC_GNU_SOURCE.
22693         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22694         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22695
22696         Update to latest tools.  Suggestions from Paul Eggert.
22697         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22698         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22699         * m4/fnmatch.m4: Likewise.
22700         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22701         to AC_HEADER_STDBOOL
22702
22703 2002-06-22  Jim Meyering  <meyering@lucent.com>
22704
22705         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22706         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22707
22708 2002-06-22  Jim Meyering  <meyering@lucent.com>
22709
22710         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22711
22712         * lib/exitfail.c, exitfail.h: Likewise.
22713         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22714
22715         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22716         of fnmatch.h.
22717         (EXTRA_DIST): Add fnmatch_loop.c.
22718         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22719
22720         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22721         * lib/fnmatch.c: Update from diffutils-2.8.2.
22722         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22723         * lib/fnmatch.h: Remove file.
22724
22725 2002-06-21  Jim Meyering  <meyering@lucent.com>
22726
22727         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22728         * m4/mbrtowc.m4: Likewise.
22729
22730         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22731         * m4/mbswidth.m4: Reflect name change:
22732         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22733         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22734
22735         * m4/lib-link.m4: Update from gettext-0.11.2.
22736         * m4/gettext.m4: Likewise.
22737
22738         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22739         From Alfred M. Szmidt.
22740
22741 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22742
22743         * lib/file-type.h: Report an error if neither S_ISREG nor
22744         S_IFREG is defined, instead of using a test specific to glibc
22745         2.2.  This should be safe, since POSIX requires S_ISREG and
22746         Unix Version 7 had S_IFREG.  We don't need to check for
22747         <sys/types.h> since we don't use any symbols that it defines.
22748
22749 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22750
22751         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22752         $@-t, so that each temporary file name is unique and valid in the first
22753         8 characters, for operation under DOS.
22754
22755 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22756
22757         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22758
22759 2002-06-15  Jim Meyering  <meyering@lucent.com>
22760
22761         Work even with DJGPP 2.03, which lacks support for symlinks.
22762         From Richard Dawe.
22763         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22764         is defined.
22765         * lib/lchown.c (S_ISLNK): Likewise.
22766
22767 2002-06-15  Jim Meyering  <meyering@lucent.com>
22768
22769         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22770         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22771         have been included before this file.
22772
22773 2002-06-14  Jim Meyering  <meyering@lucent.com>
22774
22775         * lib/file-type.h: Use the version from diffutils-2.8.2.
22776         * lib/file-type.c: Likewise.
22777
22778 2002-06-07  Jim Meyering  <meyering@lucent.com>
22779
22780         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22781         They're needed at least for NetBSD 1.5.2.
22782         ($statxfs_includes): Include those same headers.
22783         ($statxfs_includes): Include sys/vfs.h if available.
22784         ($statxfs_includes): Likewise for sys/statvfs.h.
22785         Check for the following members in both structs statfs and statvfs:
22786         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22787
22788 2002-06-01  Jim Meyering  <meyering@lucent.com>
22789
22790         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22791         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22792
22793 2002-05-28  Jim Meyering  <meyering@lucent.com>
22794
22795         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22796         Reported by Volker Borchert.
22797
22798 2002-05-27  Jim Meyering  <meyering@lucent.com>
22799
22800         Fix a problem seen only on nonconforming systems whereby ls.c's
22801         use of localtime, and then of gettimeofday would cause trouble:
22802         the localtime call used to initialize rpl_gettimeofday's save
22803         mechanism would clobber ls's current local time information so
22804         that in any long listing the first file would always be listed
22805         with date 1970-01-01.  Analysis by Volker Borchert.
22806
22807         * lib/gettimeofday.c (localtime): Undefine.
22808         (rpl_localtime): New function.
22809
22810 2002-05-27  Jim Meyering  <meyering@lucent.com>
22811
22812         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22813         localtime.
22814
22815         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22816         use the replacement function; it wouldn't resolve at link time.
22817         Reported by Volker Borchert.
22818
22819 2002-05-22  Jim Meyering  <meyering@lucent.com>
22820
22821         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22822         file-type.h.
22823         * lib/file-type.h: New file.
22824         * lib/file-type.c (file_type): New file/function.  Extracted from
22825         diffutils.
22826
22827 2002-04-30  Jim Meyering  <meyering@lucent.com>
22828
22829         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22830
22831 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22832
22833         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22834
22835 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22836
22837         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22838         Do not check for alloca.h (no longer used) or stdbool.h (was never
22839         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22840
22841 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22842
22843         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22844
22845 2002-04-29  Jim Meyering  <meyering@lucent.com>
22846
22847         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22848         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22849         Use AC_FUNC_STRNLEN here instead.
22850
22851         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22852         With autoconf-2.53a, it's part of AC_PROG_CC.
22853
22854 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22855
22856         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22857         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22858
22859 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22860
22861         * lib/sig2str.h, lib/sig2str.c: New files.
22862         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22863
22864 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22865
22866         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22867         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22868         of 127, since 64 is the largest conceivable number for ancient
22869         nonstandard hosts.
22870         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22871
22872 2002-04-28  Jim Meyering  <meyering@lucent.com>
22873
22874         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22875
22876 2002-04-24  Jim Meyering  <meyering@lucent.com>
22877
22878         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22879         (jm_PREREQ): Use it.
22880
22881         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22882         mach/mach.h fcntl.h.
22883         Check for this function: setlocale.
22884
22885 2002-04-24  Jim Meyering  <meyering@lucent.com>
22886
22887         * lib/gettext.h: New file, from Gettext.
22888         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22889         (libfetish_a_SOURCES): Add gettext.h.
22890
22891 2002-04-16  Jim Meyering  <meyering@lucent.com>
22892
22893         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22894         ut_pid, ut_id, ut_exit.
22895
22896 2002-04-16  Jim Meyering  <meyering@lucent.com>
22897
22898         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22899         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22900         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22901
22902 2002-04-12  Jim Meyering  <meyering@lucent.com>
22903
22904         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22905         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22906         existence of the getmntinfo function.  Needed for Darwin 5.3.
22907
22908         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22909         This is necessary at least on Darwin 5.3.
22910
22911         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22912         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22913         strnlen.o in the library, and that makes some versions of ranlib
22914         object.
22915
22916 2002-04-12  Jim Meyering  <meyering@lucent.com>
22917
22918         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22919
22920 2002-04-09  Jim Meyering  <meyering@lucent.com>
22921
22922         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22923         to be more precise.  Rather than saying we're checking whether the
22924         function `works', say what we're testing.
22925         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22926         Reported by Bruno Haible.
22927
22928 2002-03-10  Jim Meyering  <meyering@lucent.com>
22929
22930         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22931         Suggestion from Santiago Vila.
22932
22933 2002-03-08  Jim Meyering  <meyering@lucent.com>
22934
22935         * lib/rename.c: Mention that this wrapper is needed also on
22936         mips-dec-ultrix4.4 systems.
22937
22938 2002-03-02  Jim Meyering  <meyering@lucent.com>
22939
22940         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22941         not HAVE_CLOCK_SETTIME.
22942
22943 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22944
22945         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22946         Check for clock_settime.
22947
22948 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22949
22950         * lib/nanosleep.h: Rename to....
22951         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22952
22953         * lib/gettime.c: New file.
22954         * lib/settime.c: New file.
22955         * lib/stime.c: Remove.
22956
22957         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22958         timespec.h.  Remove nanosleep.h.
22959
22960 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22961
22962         * m4/acl.m4: New file.
22963         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22964         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22965
22966 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22967
22968         * lib/acl.c, lib/acl.h: New files.
22969         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22970
22971 2002-02-24  Jim Meyering  <meyering@lucent.com>
22972
22973         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22974         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22975         cause trouble.  Reported by Nelson Beebe.
22976
22977 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22978
22979         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22980         compilers that don't know that xalloc_die never returns.
22981
22982 2002-02-20  Jim Meyering  <meyering@lucent.com>
22983
22984         * lib/getdate.c: Regenerate using bison-1.33.
22985
22986 2002-02-17  Jim Meyering  <meyering@lucent.com>
22987
22988         * config/config.guess (main): Don't use `head -1'; it's no longer
22989         portable. Use `sed 1q' instead.
22990
22991 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22992
22993         * m4/codeset.m4: Upgrade to gettext-0.11.
22994         * m4/gettext.m4: Upgrade to gettext-0.11.
22995         * m4/glibc21.m4: Upgrade to gettext-0.11.
22996         * m4/iconv.m4: Upgrade to gettext-0.11.
22997         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22998         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22999         * m4/lib-ld.m4: New file, from gettext-0.11.
23000         * m4/lib-link.m4: New file, from gettext-0.11.
23001         * m4/lib-prefix.m4: New file, from gettext-0.11.
23002         * m4/progtest.m4: Upgrade to gettext-0.11.
23003
23004 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23005
23006         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
23007         (jm_PREREQ): Use it.
23008
23009 2002-02-15  Paul Eggert  <eggert@twinsun.com>
23010
23011         * lib/posixver.c, lib/posixver.h: New files.
23012         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23013
23014 2002-02-02  Paul Eggert  <eggert@twinsun.com>
23015             Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
23018         (fwrite_success_callback): New declaration.
23019         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
23020         print_unicode_char. Call failure callback instead of error.
23021         (fwrite_success_callback): New function.
23022         (exit_failure_callback): New function.
23023         (fallback_failure_callback): New function.
23024         (print_unicode_char): Call unicode_to_mb.
23025
23026 2002-01-26  Jim Meyering  <meyering@lucent.com>
23027
23028         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
23029         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
23030
23031 2002-01-26  Jim Meyering  <meyering@lucent.com>
23032
23033         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
23034
23035 2002-01-22  Paul Eggert  <eggert@twinsun.com>
23036
23037         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
23038
23039 2002-01-22  Jim Meyering  <meyering@lucent.com>
23040
23041         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
23042         Otherwise, some versions of automake would omit the rule that makes
23043         Makefile from Makefile.in.
23044
23045 2002-01-21  Paul Eggert  <eggert@twinsun.com>
23046
23047         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
23048         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
23049         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
23050         (memcoll): Set errno to zero if there is no error.
23051
23052         * lib/quotearg.c (quotearg_buffer_restyled):
23053         Fix bug with quoting buffers containing NUL when backslashing escapes.
23054         This bug was exposed by the other changes in this patch.
23055         (quotearg_n_options): New arg ARGSIZE.
23056         All callers changed.
23057         (quoting_options_from_style): New function.
23058         (quotearg_n_style): Use it.
23059         (quotearg_n_style_mem): New function.
23060
23061         * lib/quotearg.h (quotearg_n_style_mem): New function.
23062
23063 2002-01-19  Jim Meyering  <meyering@lucent.com>
23064
23065         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
23066         Remove useless quotes: DF_PROG="df".
23067         * m4/strnlen.m4: New file.
23068
23069 2002-01-16  Paul Eggert  <eggert@twinsun.com>
23070
23071         * lib/backupfile.c (ISDIGIT): Comment fix.
23072         * lib/getdate.y (ISDIGIT): Likewise.
23073         * lib/posixtm.c (ISDIGIT, year): Likewise.
23074         * lib/strverscmp.c (ISDIGIT): Likewise.
23075         * lib/userspec.c (ISDIGIT): Likewise.
23076
23077 2002-01-16  Jim Meyering  <meyering@lucent.com>
23078
23079         * lib/getdate.y: Add three semicolons, each just before a closing
23080         brace. Bison (as of version 1.31) no longer papers over that mistake.
23081
23082 2002-01-05  Jim Meyering  <meyering@lucent.com>
23083
23084         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23085
23086 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23087
23088         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23089         not silently exit merely because the output buffer happens to
23090         have nothing pending.
23091
23092 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23093
23094         See the big note in ../ChangeLog.
23095         * lib/human.c (suffixes): Prefer K to k for 1024.
23096         (generate_suffix_backwards): New function.
23097         (human_readable_inexact): Use it.
23098         * lib/xstrtol.c (__xstrtol): If there is no number but there
23099         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23100         Accept 'K' as well as 'k'.
23101
23102 2001-12-15  Jim Meyering  <meyering@lucent.com>
23103
23104         * lib/regex.h (__restrict_arr): Update from libc.
23105
23106         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23107         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23108         (STREQ): Define.
23109
23110 2001-12-14  Jim Meyering  <meyering@lucent.com>
23111
23112         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23113         Suggestion from Bruno Haible.
23114
23115 2001-12-10  Jim Meyering  <meyering@lucent.com>
23116
23117         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23118         xrealloc, Instead, include "xalloc.h".
23119         (initbuffer): Don't cast xmalloc return value to char*.
23120         (readline): Reword comment.
23121         Don't cast xrealloc return value to char*
23122         Return NULL, not 0.
23123
23124 2001-12-09  Jim Meyering  <meyering@lucent.com>
23125
23126         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23127         about `signed and unsigned type in conditional expression'.
23128         * lib/posixtm.c (posix_time_parse): Likewise.
23129
23130         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23131
23132         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23133         to avoid a pedantic warning.
23134
23135         * lib/getstr.c: Don't include assert.h.
23136         (getstr): Remove warning-evoking assertions.
23137         Return -1 if offset parameter is out of bounds.
23138         Change the type of a local from int to size_t.
23139
23140         * lib/strftime.c (my_strftime_localtime_r): Include this function
23141         definition in the `#if ! HAVE_TM_GMTOFF' block.
23142
23143         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23144         Include xalloc.h instead.
23145
23146 2001-12-02  Jim Meyering  <meyering@lucent.com>
23147
23148         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23149         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23150         included.
23151
23152         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23153         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23154
23155 2001-11-30  Akim Demaille  <akim@epita.fr>
23156
23157         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23158         before being defined.
23159
23160 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23161
23162         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23163         First arg is int, not unsigned.
23164         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23165         (SIZE_MAX, UINT_MAX): New macros.
23166         (quotearg_n_options): Abort if N is negative.
23167         Avoid overflow check on hosts where size_t is 64 bits and int
23168         is 32 bits, as overflow is impossible there.
23169         Fix off-by-one typo that caused unnecessary reallocation.
23170
23171 2001-11-27  Jim Meyering  <meyering@lucent.com>
23172
23173         * lib/tempname.c: Merge with version from libc.
23174         * lib/regex.c: Likewise.
23175
23176         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23177         systems for which STDC_HEADERS is 0, it was not included, resulting in
23178         a warning about an integer-to-pointer conversion problem with getenv.
23179         Reported by Volker Borchert.
23180
23181 2001-11-26  Jim Meyering  <meyering@lucent.com>
23182
23183         * lib/gtod.h: Remove file.
23184         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23185         * lib/gettimeofday.c: Don't include gtod.h.
23186         (GTOD_init): Remove function.
23187         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23188         Suggestion from Volker Borchert.
23189
23190 2001-11-23  Jim Meyering  <meyering@lucent.com>
23191
23192         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23193         it.
23194         * lib/hash.c (struct hash_table): Define it here instead.
23195
23196 2001-11-22  Jim Meyering  <meyering@lucent.com>
23197
23198         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23199
23200 2001-11-20  Jim Meyering  <meyering@lucent.com>
23201
23202         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23203         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23204
23205 2001-11-19  Jim Meyering  <meyering@lucent.com>
23206
23207         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23208         directory.  Use "conftestXXXXXX" as the template.
23209         Suggestion from Paul Eggert.
23210
23211         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23212         immediately, so the test doesn't mistakenly hit the max-open-files
23213         limit.
23214
23215 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23216
23217         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23218         (TEMPORARIES): New macro.
23219         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23220         removes an artificial limitation (e.g. HP-UX 10.20, where
23221         TMP_MAX is 17576).
23222
23223 2001-11-18  Jim Meyering  <meyering@lucent.com>
23224
23225         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23226
23227 2001-11-18  Jim Meyering  <meyering@lucent.com>
23228
23229         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23230         on SunOS 4.
23231
23232         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23233         files will be created before anything else.
23234
23235 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23236
23237         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23238         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23239
23240 2001-11-17  Jim Meyering  <meyering@lucent.com>
23241
23242         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23243         Prompted by a report from Bob Proulx.
23244
23245         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23246         Instead, require UTILS_FUNC_MKSTEMP.
23247
23248 2001-11-17  Jim Meyering  <meyering@lucent.com>
23249
23250         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23251         Now, that's done as part of AC_FUNC_STRTOD.
23252
23253 2001-11-17  Jim Meyering  <meyering@lucent.com>
23254
23255         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23256         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23257         rather than group writable.  Patch by Juan F. Codagnone.
23258
23259         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23260         xrealloc, Instead, include "xalloc.h".
23261
23262         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23263         Remove explicit declarations of xmalloc, xrealloc,
23264         and xstrdup.  Instead, include "xalloc.h".
23265
23266         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23267         unlocked-io.h.
23268         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23269         Likewise.
23270         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23271
23272         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23273         Reported by Padraig Brady.
23274
23275         * lib/mkstemp.c: #undef mkstemp.
23276         Include config.h.
23277         (rpl_mkstemp): Rename from mkstemp.
23278         Protoize.
23279
23280 2001-11-16  Jim Meyering  <meyering@lucent.com>
23281
23282         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23283         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23284         determine the amount of total physical memory, use pstat_getstatic.
23285         HPUX-11 doesn't define _SC_PHYS_PAGES.
23286         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23287         If sysconf couldn't be used to determine the amount of available
23288         physical memory, use both pstat_getstatic and pstat_getdynamic.
23289         Based on a patch from Bob Proulx.
23290
23291 2001-11-10  Jim Meyering  <meyering@lucent.com>
23292
23293         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23294         (jm_PREREQ): Use it.
23295
23296 2001-11-09  Jim Meyering  <meyering@lucent.com>
23297
23298         * m4/jm-macros.m4: Require autoconf-2.52f.
23299         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23300         Use these AC_-prefixed names, not the AM_-prefixed ones.
23301
23302         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23303
23304 2001-11-05  Jim Meyering  <meyering@lucent.com>
23305
23306         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23307
23308 2001-11-04  Jim Meyering  <meyering@lucent.com>
23309
23310         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23311         $DEFS.
23312
23313 2001-11-03  Jim Meyering  <meyering@lucent.com>
23314
23315         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23316         of AC_DEFUN.
23317
23318         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23319         know the name of the variable in the macro definition.
23320
23321 2001-11-03  Jim Meyering  <meyering@lucent.com>
23322
23323         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23324         in argmatch_to_argument call.
23325
23326         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23327         argument.
23328
23329         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23330         e.g., a fault due to an attempt to free a NULL pointer.
23331
23332 2001-11-01  Jim Meyering  <meyering@lucent.com>
23333
23334         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23335         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23336
23337 2001-11-01  Jim Meyering  <meyering@lucent.com>
23338
23339         * lib/dirfd.c, lib/dirfd.h: New files.
23340         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23341
23342         * lib/hash.c (hash_print) [TESTING]: Clean up.
23343
23344 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23345
23346         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23347         to avoid a warning if -Wall.
23348
23349 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23350
23351         * README: New file
23352         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23353         (per RMS's instructions, this is now the canonical source)
23354         * lgpl/, gpl/: New directories.
23355
23356 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23357
23358         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23359
23360 2001-10-21  Jim Meyering  <meyering@lucent.com>
23361
23362         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23363         this code would end up calling gettext even in packages built
23364         with --disable-nls.
23365         * lib/getopt.c (_): Likewise.
23366         * lib/regex.c (_): Likewise.
23367
23368 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23369
23370         * m4/error.m4 (jm_PREREQ_ERROR):
23371         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23372         AC_FUNC_STRERROR_R does that.
23373         Check for strerror declaration.
23374
23375         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23376         are supposed to have them these days.
23377         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23378         Merge changes from latest Autoconf CVS.
23379         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23380         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23381         POSIX decided to standardize on the int flavor of strerror_r.
23382
23383 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23384
23385         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23386         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23387         Use strerror_r that is only a macro, even if it is not a function.
23388         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23389         (private_strerror): Use prototypes, not old-style function definition.
23390         (print_errno_message): New function.
23391         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23392         char*-flavored one.
23393         (error_tail, error, error_at_line): Use it.
23394
23395 2001-10-11  Jim Meyering  <meyering@lucent.com>
23396
23397         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23398         and quote_n (1, ... to avoid clobbering a buffer.
23399
23400 2001-10-05  Jim Meyering  <meyering@lucent.com>
23401
23402         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23403         hash-pjw.h.
23404         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23405         * lib/hash-pjw.h: New file.
23406
23407 2001-09-30  Jim Meyering  <meyering@lucent.com>
23408
23409         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23410         `struct fsstat' has the `f_fstypename' member.
23411         Use that to define FS_TYPE, which is now used to make
23412         the getfsstat link test tighter.
23413
23414 2001-09-30  Jim Meyering  <meyering@lucent.com>
23415
23416         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23417         Include <sys/ucred.h>, for Apple Darwin.
23418         Include sys/mount.h and sys/fs_types.h only if available.
23419         (FS_TYPE): Define.
23420         (read_filesystem_list): Use FS_TYPE.
23421
23422 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23423
23424         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23425         a boolean context.
23426
23427 2001-09-29  Jim Meyering  <meyering@lucent.com>
23428
23429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23430         [one-argument getmntent function]): Include stdio.h before mntent.h.
23431         SunOS 4.1.x needs it for the declaration of `FILE'.
23432         Patch by Volker Borchert.
23433
23434         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23435         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23436         sys/fs_types.h, and make the link-test for getfsstat guard #include
23437         directives with appropriate #if HAVE_*_H tests so that we can
23438         detect getfsstat on Apple Darwin1.3.7 systems.
23439         Reported by Nelson Beebe.
23440         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23441
23442 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23443
23444         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23445         #defines strtoimax.  Also treat the other strto* functions
23446         like strtoimax.
23447
23448         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23449         Check for strtoul and strtoumax,
23450         as those declarations are made even in the signed case.
23451         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23452         Likewise, for strtol and strtoimax.
23453
23454 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23455
23456         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23457         #defines strtoimax.  Also treat the other strto* functions
23458         like strtoimax.
23459
23460         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23461         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23462         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23463
23464 2001-09-26  Jim Meyering  <meyering@lucent.com>
23465
23466         Most macros in unlocked-io.h had the wrong number of arguments.
23467         * lib/gen-uio: New script.
23468         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23469         * lib/unlocked-io.hin: Remove file.
23470         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23471         rather than trying to embed it here.
23472         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23473         Reported by Padraig Brady.
23474
23475 2001-09-25  Volker Borchert  <bt@teknon.de>
23476
23477         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23478         `result'.
23479
23480 2001-09-24  Jim Meyering  <meyering@lucent.com>
23481
23482         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23483
23484 2001-09-23  Jim Meyering  <meyering@lucent.com>
23485
23486         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23487         instead of the mere test for existence of mntent.h.  The latter
23488         would get a false-positive on AIX 3.4 systems.
23489         In the outer getmntent if-block, don't die if neither of the getmntent
23490         tests succeeds.  Instead, just fall through and continue with the
23491         remaining tests.
23492
23493 2001-09-23  Jim Meyering  <meyering@lucent.com>
23494
23495         * lib/mountlist.c: Remove useless parentheses in #if directives.
23496         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23497         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23498
23499 2001-09-22  Jim Meyering  <meyering@lucent.com>
23500
23501         * m4/gettext.m4: New file.  From gettext.
23502         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23503         * m4/progtest.m4: Likewise
23504         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23505         * m4/glibc21.m4: Likewise.
23506
23507         * m4/libintl.m4: Remove.  No longer used.
23508
23509 2001-09-22  Jim Meyering  <meyering@lucent.com>
23510
23511         * lib/localcharset.c: Update from latest gettext.
23512         * lib/config.charset: Likewise.
23513
23514 2001-09-20  Jim Meyering  <meyering@lucent.com>
23515
23516         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23517         strtoimax.
23518         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23519         strtoumax.
23520
23521 2001-09-20  Jim Meyering  <meyering@lucent.com>
23522
23523         * lib/xstrtol.c (strtoimax): Guard declaration with
23524         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23525         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23526         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23527         (strtoumax): Likewise, for completeness (it wasn't necessary).
23528
23529 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23530
23531         * lib/strtoimax.c (HAVE_LONG_LONG):
23532         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23533         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23534         to work around bug in IBM C compiler.
23535
23536 2001-09-17  Jim Meyering  <meyering@lucent.com>
23537
23538         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23539         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23540         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23541         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23542         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23543         whenever the right hand side need not be expanded by the shell.
23544
23545 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23546
23547         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23548         library.  It's not correct, as some older glibcs are buggy.
23549         fnmatch wasn't fixed until glibc 2.2.
23550
23551         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23552         special shell magic here.
23553
23554 2001-09-16  Jim Meyering  <meyering@lucent.com>
23555
23556         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23557         * m4/jm-macros.m4: Require it.
23558
23559 2001-09-16  Jim Meyering  <meyering@lucent.com>
23560
23561         * lib/mkdir.c: New file.
23562
23563 2001-09-15  Jim Meyering  <meyering@lucent.com>
23564
23565         * m4/jm-macros.m4: Check for help2man.
23566
23567 2001-09-11  Jim Meyering  <meyering@lucent.com>
23568
23569         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23570         The body, by Paul Eggert, was moved here from configure.in.
23571         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23572
23573 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23574
23575         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23576         (jm_PREREQ): Use it.
23577
23578 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23579
23580         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23581         Use ssize_t, not int, to store result of readlink.
23582         Check for ssize_t overflow as well as size_t overflow,
23583         as POSIX says the result of readlink is implementation-defined
23584         when ssize_t overflows.
23585         Remove unnecessary cast to char*.
23586         Use free+malloc instead of realloc, as the storage doesn't need
23587         to be preserved and it's clearer and can be more efficient that way.
23588         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23589         * lib/xreadlink.h (xreadlink): Update prototype.
23590
23591 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23592
23593         * lib/xgetcwd.c: Revert some of the previous change; intead,
23594         fix the HAVE_GETCWD_NULL code to behave more like the
23595         !HAVE_GETCWD_NULL code used to.
23596
23597         Include "xalloc.h".
23598         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23599         invoke xalloc_die.
23600
23601 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23602
23603         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23604         sys/param.h, as pathmax.h includes them.
23605
23606 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23607
23608         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23609         (jm_PREREQ_XGETCWD): New macro.
23610
23611         * m4/getcwd.m4: New file.
23612
23613 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23614
23615         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23616         like the HAVE_GETCWD_NULL code.
23617         Include pathmax.h if not HAVE_GETCWD.
23618         Do not include xalloc.h.
23619         (INITIAL_BUFFER_SIZE): New symbol.
23620         Do not use xmalloc / xrealloc, since the caller is responsible for
23621         handling errors.  Preserve errno around `free' during failure.
23622         Do not overrun buffer when using getwd.
23623
23624 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23625
23626         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23627         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23628         getcwd (NULL, 0).
23629
23630 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23631
23632         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23633         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23634         spotted by Jim Meyering.
23635
23636 2001-09-03  Jim Meyering  <meyering@lucent.com>
23637
23638         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23639         failure.
23640
23641 2001-09-02  Jim Meyering  <meyering@lucent.com>
23642
23643         * lib/error.c: Update from GNU libc.
23644
23645 2001-09-01  Jim Meyering  <meyering@lucent.com>
23646
23647         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23648         Used by df.
23649
23650 2001-09-01  Jim Meyering  <meyering@lucent.com>
23651
23652         * lib/xreadlink.c: New file.
23653         * lib/xreadlink.h: New file.
23654         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23655         xreadlink.h.
23656
23657         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23658         doesn't conflict with sparc Solaris 7's definition in
23659         /usr/include/sys/int_types.h.
23660
23661         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23662         files.
23663         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23664         and strncasecmp as r-values.  Unixware didn't have declarations.
23665
23666 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23667
23668         * lib/xstrtol.h: Add copyright notice.
23669         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23670         LONGINT_INVALID_SUFFIX_CHAR.
23671
23672 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23673
23674         * lib/xstrtol.c (strtoimax): New decl.
23675
23676 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23677
23678         * lib/xgetcwd.c: Don't include pathmax.h.
23679         Include stdlib.h and unistd.h if available.
23680         Include xalloc.h.
23681         (xmalloc, xstrdup, free): Remove decls.
23682         (xgetcwd): Don't assume sizes fit in unsigned.
23683         Check for overflow when computing sizes.
23684         Simplify reallocation code.
23685
23686 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23687
23688         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23689         a directory's st_size can have an arbitrary value, so the old
23690         usage could waste an arbitrary amount of memory.  All uses
23691         changed.
23692         * lib/savedir.h: Update prototype.
23693
23694 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23695
23696         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23697
23698         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23699         old strtoimax.c.
23700
23701         Also, make the following further changes to make this file's
23702         configuration more similar to that of strtol.c:
23703         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23704         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23705         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23706         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23707         changed to signed values.
23708
23709         And make the following changes as well:
23710         Fix copyright notice, as 1999 was missing.
23711         (verify): New macro.
23712         (strtoimax): Check sizes at compile-time, not run-time.
23713         Prefer strtol to strtoll if both work.
23714         (main): Remove; it was not that useful and was a pain to maintain.
23715
23716         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23717
23718 2001-08-31  Jim Meyering  <meyering@lucent.com>
23719
23720         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23721         Use an initial, malloc'd, buffer of length 128 rather than
23722         a statically allocated one of length 1024.
23723
23724 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23725
23726         Simplify code, partly by assuming autoconf 2.52 semantics.
23727
23728         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23729
23730         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23731         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23732         All uses removed.
23733         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23734         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23735         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23736         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23737         jm_AC_HEADER_INTTYPES_H.
23738         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23739
23740         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23741
23742         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23743         Quote first arg of AC_DEFUN.
23744         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23745         since they are needed to parse the include file even if we need
23746         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23747         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23748         but with opposite signedness.
23749
23750 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23751
23752         Merge 'exclude' changes from tar 1.13.22.
23753         This fixes one or two unlikely storage allocation overflow bugs,
23754         but doesn't change user-visible behavior otherwise.
23755
23756 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23757
23758         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23759         (jm_PREREQ_EXCLUDE): New macro.
23760
23761 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23762
23763         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23764         tm to be declared.
23765
23766 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23767
23768         * lib/hash.c: Remove '2001' from copyright notice.
23769
23770 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23771
23772         * lib/full-write.h: New file.
23773         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23774         * lib/full-write.c: Correct credits, as cccp.c no longer
23775         exists and anyway it was so heavily changed from the old cccp
23776         code as to be unrecognizable.  Include full-write.h.
23777         (full_write) Return size_t, with short writes meaning failure.
23778         All callers changed.  This fixes a bug with large buffers
23779         on 64-bit hosts.
23780         * lib/utime.c: Include full-write.h.
23781
23782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23783
23784         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23785         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23786         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23787         Include if available.
23788         (<xalloc.h>): Include
23789         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23790         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23791         collide with FNM macros.
23792         (struct patopts): New struct.
23793         (struct exclude): Use it, as exclude patterns now come with options.
23794         (new_exclude): Support above changes.
23795         (new_exclude, add_exclude_file):
23796         Initial size must now be a power of two to simplify overflow checking.
23797         (free_exclude, fnmatch_no_wildcards): New function.
23798         (excluded_filename): No longer requires options arg, as the options
23799         are determined by add_exclude.  Now returns bool, not int.
23800         (excluded_filename, add_exclude):
23801         Add support for the fancy new exclusion options.
23802         (add_exclude, add_exclude_file): Now takes int options arg.
23803         Check for arithmetic overflow when computing sizes.
23804         (add_exclude_file): xrealloc might modify errno, so don't
23805         realloc until after errno might be used.
23806
23807         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23808         New macros.
23809         (free_exclude): New decl.
23810         (add_exclude, add_exclude_file): Now takes int options arg.
23811         (excluded_filename): No longer requires options arg, as the options
23812         are determined by add_exclude.  Now returns bool, not int.
23813
23814 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23815
23816         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23817
23818 2001-08-27  Jim Meyering  <meyering@lucent.com>
23819
23820         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23821
23822         * lib/version-etc.c (N_): Remove definition.
23823         Revert most of last change.
23824         Instead, simply don't mark the `Copyright...' string for translation.
23825         Based on advice from Paul Eggert.
23826
23827         * lib/strtoxmax.c: Tweak comment.
23828
23829 2001-08-26  Jim Meyering  <meyering@lucent.com>
23830
23831         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23832
23833         * m4/xstrtoimax.m4: New file.
23834         * m4/xstrtoumax.m4: Add comments explaining why we
23835         AC_REPLACE_FUNCS(strtol).
23836
23837 2001-08-26  Jim Meyering  <meyering@lucent.com>
23838
23839         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23840         of copyright with `%s' so translators don't get an untranslated
23841         message in 2002.
23842         (COPYRIGHT_YEAR): Define.
23843         (version_etc): Use fprintf rather than fputs.
23844         Suggestion from Ulrich Drepper.
23845
23846         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23847
23848         * lib/strtoll.c: New file, from GNU libc.
23849         * lib/xstrtoimax.c: New file.
23850
23851         * lib/xstrtol.h: Add xstrtoimax.
23852         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23853         * lib/strtoimax.c: New file.  Likewise, but first define
23854         STRTOUXMAX_SIGNED.
23855
23856         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23857         ...
23858         * lib/strtoxmax.c: ... then renamed to this.
23859
23860 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23861
23862         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23863         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23864         (jm_AC_TYPE_INTMAX_T): New macro.
23865         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23866
23867         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23868
23869         * m4/longlong.m4: Renamed from ulonglong.m4.
23870         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23871         * m4/uintmax_t.m4: Removed.
23872
23873 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23874
23875         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23876         Port to Solaris 8, where 'sed' requires a space after the 'r'
23877         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23878         Redirect output to $tmp just once.
23879
23880 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23881
23882         * lib/addext.c (<errno.h>): Include.
23883         (errno): Declare if not defined.
23884         (addext): Work correctly when pathconf returns -1 and leaves
23885         errno alone because there is no limit.  Also, work even if
23886         pathconf returns a value greater than SIZE_MAX.
23887
23888 2001-08-12  Jim Meyering  <meyering@lucent.com>
23889
23890         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23891         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23892         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23893         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23894         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23895         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23896         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23897         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23898         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23899         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23900         utime.m4, utimes.m4, xstrtoumax.m4:
23901         Quote the first argument in each use of AC_DEFUN.
23902
23903 2001-08-12  Jim Meyering  <meyering@lucent.com>
23904
23905         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23906         Simply `return getcwd (NULL, 0);'.
23907         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23908         Use 1300 as initial value for length, not PATH_MAX.
23909
23910         * lib/pathmax.h: Clean up cpp syntax.
23911
23912 2001-08-12  Jim Meyering  <meyering@lucent.com>
23913
23914         * lib/gettimeofday.c: New file.
23915         * lib/gtod.h: New file.
23916         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23917
23918 2001-08-05  Jim Meyering  <meyering@lucent.com>
23919
23920         * m4/jm-macros.m4: Require autoconf-2.52.
23921
23922 2001-08-04  Jim Meyering  <meyering@lucent.com>
23923
23924         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23925         stmt, to get in sync with glibc.
23926
23927 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23928
23929         The following changes are from gettext 0.10.39 as maintained by
23930         Bruno Haible.
23931
23932         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23933         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23934         with inverted sense.  All uses changed.
23935
23936         * lib/mbswidth.c: Don't include <limits.h>.
23937         Include <stdlib.h> and <string.h> unconditionally.
23938         (iswcntrl, mbsinit, ISCNTRL): New macros.
23939         (mbsnwidth): Use K&R style function declarations.
23940         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23941         can optimize it when MB_CUR_MAX == 1.
23942         The width of control characters is zero, not 1.
23943
23944 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23945
23946         The following changes are from gettext 0.10.39 as maintained by
23947         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23948
23949         * m4/codeset.m4: Upgrade to serial AM1.
23950         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23951         all uses changed.  Quote first arg of AC_DEFUN.
23952         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23953
23954         * m4/iconv.m4: Upgrade to serial AM2.
23955         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23956         Add --with-libconv-prefix.
23957         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23958         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23959         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23960         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23961         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23962
23963         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23964         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23965         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23966         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23967         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23968         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23969         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23970         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23971         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23972
23973         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23974         string.h any more.
23975
23976         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23977         not the default value.
23978
23979         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23980         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23981         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23982         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23983         Also check for iswcntrl, used for wcwidth fallback.
23984         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23985         to Autoconf 2.13.
23986
23987 2001-08-03  Jim Meyering  <meyering@lucent.com>
23988
23989         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23990         as it was in the original.  Reported by Paul Eggert.
23991
23992 2001-07-16  Jim Meyering  <meyering@lucent.com>
23993
23994         * m4/gettimeofday.m4: New file.
23995         Prompted by a report from Bernhard Baehr.
23996
23997 2001-07-15  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
24000         stuff. Now it's in ../Makefile.cfg.
24001
24002 2001-07-15  Jim Meyering  <meyering@lucent.com>
24003
24004         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
24005         (BUILT_SOURCES): Add unlocked-io.h.
24006         (io_functions): Define.
24007         (unlocked-io.h): New rule.
24008         (DISTCLEANFILES): Add unlocked-io.h.
24009         (all-local): Depend on unlocked-io.h, to ensure it is created.
24010
24011         * lib/unlocked-io.hin: New file
24012
24013         * lib/regex.c: Update from glibc.
24014
24015 2001-07-05  Jim Meyering  <meyering@lucent.com>
24016
24017         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
24018         recommendation.
24019         (libfetish_a_SOURCES): Put all .h files here instead.
24020         Remove a thus-exposed (better checks in automake) duplicate and
24021         two unnecessary .h files.
24022
24023 2001-07-04  Jim Meyering  <meyering@lucent.com>
24024
24025         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
24026         that generates jm-glibc-io.m4 so that it doesn't trigger any make
24027         distcheck failure.
24028
24029 2001-07-02  Jim Meyering  <meyering@lucent.com>
24030
24031         The following changes were prompted by suggestions from Bruno Haible.
24032
24033         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
24034         is now generated.
24035         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
24036         definition of EXTRA_DIST.
24037         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
24038         ensure that the generated file is created/updated whenever the list
24039         of $(unlocked_functions) is changed.
24040         (jm-glibc-io.m4): New rule.
24041         (unlocked-io.h): New rule -- currently unused.
24042
24043 2001-06-24  Jim Meyering  <meyering@lucent.com>
24044
24045         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
24046         unmatched right bracket, rather than kludging it with an extra,
24047         falsely-matching quote in a comment.  Patch by Akim Demaille.
24048
24049 2001-06-11  Jim Meyering  <meyering@lucent.com>
24050
24051         * lib/regex.c: Update from GNU libc.
24052
24053 2001-05-27  Jim Meyering  <meyering@lucent.com>
24054
24055         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
24056         Check for ut_type in struct utmp.
24057
24058 2001-05-27  Jim Meyering  <meyering@lucent.com>
24059
24060         * lib/readutmp.h (UT_TYPE): Define.
24061
24062 2001-05-24  Jim Meyering  <meyering@lucent.com>
24063
24064         * lib/argmatch.c: Include "quote.h".
24065         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
24066         quote function.  Reported by Göran Uddeborg.
24067
24068 2001-05-22  Jim Meyering  <meyering@lucent.com>
24069
24070         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
24071         now that we use the package-supplied version unconditionally.
24072         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
24073
24074 2001-05-21  Jim Meyering  <meyering@lucent.com>
24075
24076         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24077         shell syntax errors.
24078
24079 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24080
24081         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24082
24083 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24084
24085         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24086         Don't bother to check library strftime, since
24087         we'll be using our own my_strftime function anyway.
24088         Define my_strftime instead of strftime.
24089
24090 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24091
24092         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24093         which is not yet declared.
24094
24095 2001-05-15  Jim Meyering  <meyering@lucent.com>
24096
24097         * m4/regex.m4: Use proper quoting so brackets appear in the test
24098         program.
24099         Reported by, and with help from, Bruno Haible.
24100
24101 2001-05-13  Jim Meyering  <meyering@lucent.com>
24102
24103         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24104         undefined.
24105
24106 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24107
24108         dirname code cleanup.  base_name now behaves more compatibly
24109         with POSIX basename when given file names that have trailing
24110         slashes, and similarly for dir_name.  Add new primitives
24111         base_len and dir_len.  Put the directory-name-related decls
24112         into dirname.h.
24113
24114         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24115         * lib/backupfile.c (base_name): Likewise.
24116         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24117         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24118         * lib/makepath.c (strip_trailing_slashes): Likewise.
24119         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24120         ISSLASH): Likewise.
24121         * lib/rename.c (strip_trailing_slashes): Likewise.
24122         * lib/same.c (base_name): Likewise.
24123         * lib/stripslash.c (ISSLASH): Likewise.
24124
24125         * lib/addext.c: Include <dirname.h> after size_t is defined.
24126         * lib/backupfile.c: Likewise.
24127
24128         * lib/addext.c (addext): Use base_len to trim redundant
24129         trailing slashes instead of doing it ourselves.
24130         But do not trim the last slash if it is not redundant.
24131
24132         * lib/backupfile.c (find_backup_file_name,
24133         max_backup_version): Use base_len instead of rolling it ourselves.
24134         Handle the case of "" and (on DOS) "C:" correctly.
24135
24136         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24137         needed. Include <string.h>, <dirname.h>.
24138         (base_name): Allow file names ending in slashes, other than names
24139         that are all slashes.  In this case, return the basename followed
24140         by the slashes.  This is more general, and can be used in places
24141         where the original base_name purposely had an assertion failure.
24142         (base_len): New function.
24143
24144         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24145         Do not include <assert.h>; no longer needed.
24146         Include xalloc.h.
24147         (memrchr): Remove decl.
24148         (dir_name_r): Remove.
24149         (dir_len): Renamed from dirlen.  All callers changed.
24150         Rewrite in terms of base_name, for simplicity and consistency.
24151         (dir_name): Never return NULL.  All callers changed.
24152         Do not include <stdlib.h> in test program; no longer needed.
24153         return 0; is fine for test program.
24154
24155         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24156         New macros.
24157         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24158
24159         * lib/path-concat.c (path_concat): Use base_len to compute
24160         base length, not strlen; this means we cannot rely on memcpy
24161         to null-terminate.
24162
24163         * lib/same.c (STREQ): Remove.
24164         (same_name): Handle the case where the basename ends in trailing '/'.
24165
24166         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24167         a slash was stripped.  Do not strip the last slash after a
24168         file system prefix.
24169
24170 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24171
24172         * lib/Makefile.am (libfetish_a_SOURCES):
24173         Add strftime.c, since we now compile it on all hosts.
24174
24175         * lib/strftime.c (my_strftime):
24176         Define to nstrftime if emacs, but only if my_strftime is not defined.
24177         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24178         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24179         Add one more extra argument: a nanoseconds value.
24180         All uses changed.
24181         (ns): New macro.
24182         (my_strftime function): Add %N format.
24183         (emacs_strftimeu): Renamed from emacs_strftime,
24184         with extra ut argument.
24185
24186 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24187
24188         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24189
24190 2001-04-21  Jim Meyering  <meyering@lucent.com>
24191
24192         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24193         doesn't interfere.
24194
24195 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24196
24197         * m4/ftruncate.m4: Check for chsize.
24198         Link with ftruncate.o unconditionally if ftruncate is missing.
24199         This was required when cross-compiling to i586-mingw32msvc.
24200
24201 2001-04-08  Jim Meyering  <meyering@lucent.com>
24202
24203         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24204         recomputed; that's necessary when the offset spans a DST transition.
24205         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24206
24207 2001-04-02  Jim Meyering  <meyering@lucent.com>
24208
24209         * lib/regex.h, regex.c: Update from GNU libc.
24210
24211 2001-03-24  Jim Meyering  <meyering@lucent.com>
24212
24213         * m4/jm-macros.m4: Require autoconf-2.49d.
24214
24215 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24216
24217         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24218
24219 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24220
24221         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24222
24223 2001-03-17  Jim Meyering  <meyering@lucent.com>
24224
24225         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24226         now that the version in autoconf is equivalent.
24227         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24228
24229         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24230         Suggestion from Akim Demaille.
24231
24232         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24233         (jm_PREREQ_TEMPNAME): New function.
24234
24235 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24236
24237         * lib/tempname.c (uint64_t): Define to uintmax_t if
24238         not defined, and if UINT64_MAX is not defined.
24239         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24240         Reported by John David Anglin.
24241
24242 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24243
24244         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24245         resolve alias if codeset is empty.
24246         * lib/config.charset (BeOS): Use wildcard syntax.
24247
24248 2001-03-13  Jim Meyering  <meyering@lucent.com>
24249
24250         * lib/path-concat.c (path_concat)
24251         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24252         concatenating e.g., `C:' and `foo'.
24253         From Bruno Haible.
24254
24255 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24256
24257         * lib/localcharset.c (locale_charset): Don't use
24258         setlocale(LC_CTYPE,NULL). Don't return NULL.
24259         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24260
24261 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24262
24263         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24264         support for DOS/DJGPP.
24265
24266 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24267
24268         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24269         lacks mkstemp.  Compile our own tempname.c if we compile our own
24270         mkstemp.c, as mkstemp relies on tempname.
24271
24272 2001-03-01  Jim Meyering  <meyering@lucent.com>
24273
24274         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24275         AH_VERBATIM really does output its argument verbatim.
24276
24277 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24278
24279         * lib/Makefile.am (libfetish_a_SOURCES):
24280         Add dup-safer.c, fopen-safer.c.
24281         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24282
24283         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24284         * lib/unistd-safer.h: New files.
24285
24286 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24287
24288         The mkstemp replacement is taken from glibc 2.2.2, with some
24289         portability fixes for use outside glibc, as follows:
24290
24291         * lib/tempname.c (struct_stat64): New macro.
24292         (direxists, __gen_tempname): Use it.
24293         This avoids a portability problem with Solaris 8.
24294
24295         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24296         (<stddef.h>, <stdint.h>, <string.h>):
24297         Include only if STDC_HEADERS || _LIBC.
24298         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24299         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24300         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24301         (__set_errno): Define this macro if <errno.h> doesn't.
24302         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24303         Define these macros if <stdio.h> doesn't.
24304         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24305         Define these macros if <sys/stat.h>
24306         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24307         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24308         __xstat64): Define if not _LIBC.
24309         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24310         (__gen_tempname): Invoke gettimeofday only if
24311         HAVE_GETTIMEOFDAY || _LIBC;
24312         otherwise, fall back on plain "time".
24313         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24314
24315         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24316
24317         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24318
24319 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24320
24321         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24322
24323 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24324
24325         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24326         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24327         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24328         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24329
24330 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24331
24332         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24333         Remove workaround macros for hosts that have mbrtowc but not
24334         mbstate_t, as we now insist on proper declarations for both
24335         before using mbrtowc.
24336
24337 2001-02-17  Jim Meyering  <meyering@lucent.com>
24338
24339         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24340         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24341         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24342         UnixWare 7.1.1.
24343
24344         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24345         rather than AC_CACHE_VAL.
24346
24347 2001-02-17  Jim Meyering  <meyering@lucent.com>
24348
24349         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24350         around included file name.
24351
24352         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24353
24354         * lib/strftime.c: Update from GNU libc (the only changes were to
24355         comments).
24356
24357 2001-02-17  Jim Meyering  <meyering@lucent.com>
24358
24359         * lib/regex.c: Update from libc.
24360
24361 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24362
24363         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24364         clash.
24365
24366 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24367
24368         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24369         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24370         Reported by Mark Hounschell via Paul Eggert.
24371
24372 2001-02-07  Jim Meyering  <meyering@lucent.com>
24373
24374         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24375
24376 2001-02-05  Jim Meyering  <meyering@lucent.com>
24377
24378         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24379         it includes the patch required for `large file' support with at least
24380         HP-UX's 10.20 /bin/cc.
24381
24382 2001-02-03  Jim Meyering  <meyering@lucent.com>
24383
24384         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24385         AS_IF, now that it works once again (mysteriously).
24386         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24387
24388 2001-01-30  Jim Meyering  <meyering@lucent.com>
24389
24390         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24391         * m4/chown.m4: Rename conftestchown to conftest.chown.
24392         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24393         s/conftestdir2/conftest.d2/.
24394         * m4/utimes.m4: s/conftestdata/conftest.data/
24395         Inspired by Pavel Roskin's change in autoconf.
24396
24397 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24398
24399         * lib/config.charset: Update for FreeBSD 4.2.
24400
24401 2001-01-27  Jim Meyering  <meyering@lucent.com>
24402
24403         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24404         a use of AS_IF.
24405         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24406
24407 2001-01-26  Jim Meyering  <meyering@lucent.com>
24408
24409         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24410         quotearg.c includes it.
24411
24412 2001-01-26  Jim Meyering  <meyering@lucent.com>
24413
24414         * lib/quotearg.c: Include stddef.h.
24415         * lib/quote.c: Include stddef.h.
24416         Reported by Axel Kittenberger.
24417
24418         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24419         line in double quotes so that it evokes a better diagnostic.
24420         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24421         Reported by Axel Kittenberger.
24422
24423 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24424
24425         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24426         as if it was a `charset'.
24427
24428 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24429
24430         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24431         has const.
24432
24433 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24434
24435         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24436         to avoid a warning.  Add back 'const' to inptr.
24437
24438 2001-01-20  Jim Meyering  <meyering@lucent.com>
24439
24440         Be sure that headers are checked before used in code compiled
24441         for the type checks.
24442         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24443         In place of that, invoke jm_CHECK_ALL_TYPES.
24444         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24445         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24446         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24447         The check for ssize_t was mistakenly run before the test for unistd.h.
24448
24449         The configure-time check for stdbool.h was missing.
24450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24451         (jm_PREREQ_HASH): New function.
24452
24453 2001-01-17  Jim Meyering  <meyering@lucent.com>
24454
24455         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24456         for autoconf-2.49c.
24457         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24458
24459 2001-01-16  Jim Meyering  <meyering@lucent.com>
24460
24461         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24462         From Bruno Haible.
24463
24464 2001-01-14  Jim Meyering  <meyering@lucent.com>
24465
24466         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24467         foo and bar.  Create conftestdir/ in the script, not in the C code.
24468         Remove directories in the script, not in the C code.
24469         Remove conftestdir{,2} before trying to create the directory.
24470         Make the entire configure script fail if the mkdir fails.
24471
24472 2001-01-14  Jim Meyering  <meyering@lucent.com>
24473
24474         * lib/rename.c: New file.  From Volker Borchert.
24475         Include stdlib.h, string.h or strings.h, and xalloc.h.
24476         Use strip_trailing_slashes rather than open-coding it.
24477
24478 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24479
24480         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24481
24482 2001-01-03  Jim Meyering  <meyering@lucent.com>
24483
24484         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24485         of local `inptr' to avoid warning with some system declarations of
24486         iconv.
24487
24488 2001-01-02  Volker Borchert  <bt@teknon.de>
24489
24490         * m4/rename.m4: New file.
24491         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24492
24493 2001-01-01  Jim Meyering  <meyering@lucent.com>
24494
24495         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24496         even on systems with utmpx.h.  It's necessary for the declaration of
24497         utmp's ut_user member.  Reported by Andreas Jaeger.
24498
24499         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24500         available. They are required for the declarations of getgrgid and
24501         getpwuid resp.
24502         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24503         Reported by Andreas Jaeger.
24504
24505 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24506
24507         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24508         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24509         so `make install' also works in VPATH builds.
24510
24511 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24512
24513         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24514         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24515         can be used in subdirectories.
24516
24517 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24518
24519         * lib/modechange.c: Do not assume that mode_t uses the
24520         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24521         the other-execute bit of FOO even if S_IXOTH != 1.
24522
24523         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24524         WOTH, XOTH, ALLM): New macros.
24525         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24526          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24527         Use them.
24528         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24529         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24530         (mode_compile):
24531         No need to use uintmax_t; unsigned long is long enough.
24532         Don't bother to get suffix since we don't use it.
24533
24534 2000-12-26  Jim Meyering  <meyering@lucent.com>
24535
24536         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24537         better with autoheader.
24538
24539 2000-12-24  Jim Meyering  <meyering@lucent.com>
24540
24541         * lib/hash.c (is_prime): Return explicit boolean values.
24542         (hash_get_first): Return NULL to appease Irix5.6's 89.
24543         Reported by Nelson Beebe.
24544
24545 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24546
24547         * lib/localcharset.c (locale_charset): Add support for Win32.
24548
24549 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24550
24551         * lib/physmem.h, lib/physmem.c: New files.
24552
24553         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24554         (noinst_HEADERS): Add physmem.h.
24555
24556         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24557         't' for compatibility with Solaris 8 sort.
24558
24559 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24560
24561         * lib/config.charset: Add support for BeOS.
24562
24563 2000-12-17  Jim Meyering  <meyering@lucent.com>
24564
24565         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24566         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24567
24568 2000-12-16  Jim Meyering  <meyering@lucent.com>
24569
24570         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24571         N and M) would have treated it like `chown N:N FILE'.
24572
24573         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24574
24575 2000-12-16  Jim Meyering  <meyering@lucent.com>
24576
24577         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24578         SHELLS_FILE to a file name that's useful on djgpp systems.
24579         Include stdlib.h.
24580         (ADDITIONAL_DEFAULT_SHELLS): Define.
24581         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24582         Based mostly on a patch from Prashant TR.
24583
24584 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24585
24586         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24587         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24588         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24589
24590 2000-12-08  Andreas Schwab  <schwab@suse.de>
24591
24592         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24593         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24594
24595 2000-12-07  Jim Meyering  <meyering@lucent.com>
24596
24597         * lib/stripslash.c (ISSLASH): Define.
24598         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24599         `/'.
24600         From Prashant TR.
24601
24602         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24603         (dir_name_r): Declare this function as static.
24604         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24605         manifest itself on a name containing a mix of slashes and
24606         backslashes.
24607         Make this function work with names starting with a DOS-style
24608         drive letter and colon prefix.
24609         (dir_name): Append `.' if necessary.
24610         Based mostly on patches from Prashant TR and Eli Zaretskii.
24611
24612         * lib/dirname.h (dir_name_r): Remove prototype.
24613
24614 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24615
24616         * m4/off_t-format.m4: Remove this file.
24617         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24618
24619 2000-12-06  Jim Meyering  <meyering@lucent.com>
24620
24621         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24622         replacement strtoull, we may well need the replacement strtoul, too.
24623         Check for declarations of strtoul and strtoull.
24624         Check for strtol.  Mainly as a cue to cause automake to include
24625         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24626         Check for limits.h -- strtol.c needs it.
24627
24628 2000-12-05  Jim Meyering  <meyering@lucent.com>
24629
24630         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24631
24632 2000-12-04  Jim Meyering  <meyering@lucent.com>
24633
24634         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24635         Also include memory.h, stdlib.h, unistd.h if appropriate.
24636         Reported by Andreas Jaeger (conflicting declaration of malloc).
24637
24638 2000-12-02  Jim Meyering  <meyering@lucent.com>
24639
24640         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24641         * m4/jm-macros.m4 (jm_MACROS): require it.
24642
24643 2000-12-02  Jim Meyering  <meyering@lucent.com>
24644
24645         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24646
24647 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24648
24649         * lib/memrchr.c: Include <config.h> before any system include file.
24650
24651 2000-11-30  Jim Meyering  <meyering@lucent.com>
24652
24653         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24654
24655 2000-11-30  Jim Meyering  <meyering@lucent.com>
24656
24657         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24658
24659 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24660
24661         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24662
24663 2000-11-26  Jim Meyering  <meyering@lucent.com>
24664
24665         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24666
24667 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24668
24669         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24670         size of (size_t) -1; it's not portable.
24671
24672 2000-11-17  Jim Meyering  <meyering@lucent.com>
24673
24674         * lib/strstr.c: Update from GNU libc.
24675
24676 2000-11-17  Akim Demaille  <akim@epita.fr>
24677
24678         * lib/obstack.h: Formatting changes.
24679         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24680         prevent type checking.
24681         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24682         cast the value to (void *): assigning a `foo *' to a `void *'
24683         variable is valid.
24684         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24685
24686 2000-11-16  Jim Meyering  <meyering@lucent.com>
24687
24688         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24689
24690 2000-11-11  Jim Meyering  <meyering@lucent.com>
24691
24692         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24693
24694 2000-11-10  Jim Meyering  <meyering@lucent.com>
24695
24696         * lib/obstack.h: Update from GNU libc.
24697         * lib/obstack.c: Likewise.
24698
24699 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24700
24701         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24702
24703 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24704
24705         * lib/getusershell.c (setusershell): Use rewind rather than
24706         fseek/fseeko, to avoid configuration hassles with fseeko.
24707         Don't bother opening SHELLS_FILE if shellstream is NULL;
24708         it's not necessary.
24709
24710 2000-11-05  Jim Meyering  <meyering@lucent.com>
24711
24712         * lib/makepath.h (make_dir): Declare.
24713         * lib/makepath.c (make_dir): Remove `static' attribute.
24714         Tweak a comment.
24715
24716 2000-11-04  Jim Meyering  <meyering@lucent.com>
24717
24718         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24719
24720 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24721
24722         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24723         last one in a bucket, advance to the next bucket.
24724
24725 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24726
24727         * lib/fnmatch.c: Do not comment out all the code if we are using
24728         the GNU C library, because in some cases we are replacing buggy
24729         code in the GNU C library itself.
24730
24731 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24732
24733         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24734         (regex_compile): Catch bogus \(\1\).
24735
24736 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24737
24738         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24739         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24740         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24741
24742 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24743
24744         * lib/error.h, getline.h, modechange.h:
24745         Remove "2000" from Copyright line, as the file hasn't been
24746         changed this year other than in the copyright notice.
24747
24748         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24749         was changed this year.
24750
24751 2000-10-29  Jim Meyering  <meyering@lucent.com>
24752
24753         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24754         renaming.
24755         * m4/ls-mntd-fs.m4: Likewise
24756
24757 2000-10-29  Jim Meyering  <meyering@lucent.com>
24758
24759         * lib/xstat.in: Fix grammar in comment.
24760
24761 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24762
24763         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24764         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24765         doesn't define __restrict_arr.
24766
24767 2000-10-28  Jim Meyering  <meyering@lucent.com>
24768
24769         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24770         (jm_PREREQ_MEMCHR): New function.
24771
24772 2000-10-28  Jim Meyering  <meyering@lucent.com>
24773
24774         * lib/memchr.c: Update from libc.
24775         Adjust for portability:
24776         [HAVE_STDLIB_H]: Include stdlib.h.
24777         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24778         Undef __memchr, too.
24779         [!weak_alias]: Define __memchr to memchr.
24780
24781         * lib/regex.c: Update from libc.
24782         * lib/regex.h: Likewise.
24783         * lib/getopt1.c: Likewise.
24784         * lib/memcmp.c: Likewise.
24785
24786         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24787         Avoid using fseek, when possible -- it's broken by design.
24788         Patch by Ulrich Drepper.
24789
24790 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24791
24792         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24793         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24794         Giving in to popular pressure to shut up the compiler with casts.
24795
24796 2000-10-26  Jim Meyering  <meyering@lucent.com>
24797
24798         * lib/strftime.c: Update from libc.
24799
24800 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24801
24802         * regex.c: More `unsigned char' -> `re_char' changes.
24803         Also change several `int' into `re_wchar_t'.
24804         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24805         (PUSH_FAILURE_POINTER): Don't cast any more.
24806         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24807         We want GCC to complain, since this piece of code makes
24808         re_match non-reentrant, which *should* be fixed.
24809         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24810         (EXTEND_BUFFER): Use RETALLOC.
24811         (SET_LIST_BIT): Don't cast.
24812         (re_wchar_t): New type.
24813         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24814         that those two functions will always properly return.
24815         (IMMEDIATE_QUIT_CHECK): Cast to void.
24816         (analyse_first): Use recursion rather than an explicit stack.
24817         (re_compile_fastmap): Can't fail anymore.
24818         (re_search_2): Don't check re_compile_fastmap for failure.
24819         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24820         Now also sets the new value (passed in a new argument).
24821         (re_match_2_internal): Use it.
24822         Also, use a new var `reg' of type size_t when looping through regs
24823         rather than reuse the inappropriate `mcnt'.
24824
24825 2000-10-25  Jim Meyering  <meyering@lucent.com>
24826
24827         * lib/obstack.c: Update from libc.
24828
24829 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24830
24831         * regex.c (regex_compile): Change the way of handling a range from
24832         a char less than 256 to a char not less than 256.
24833
24834 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24835
24836         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24837         NT-Emacs only.
24838         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24839         so that re_search functions only quit when callers expect them to.
24840
24841 2000-10-23  Jim Meyering  <meyering@lucent.com>
24842
24843         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24844         wrong.  That set_locale call must not have any side effects.
24845         From Paul Eggert.
24846
24847 2000-10-22  Jim Meyering  <meyering@lucent.com>
24848
24849         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24850         [CYCLIC]: Remove now-unused definition.
24851
24852         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24853         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24854         Suggestion from Ulrich Drepper.
24855
24856 2000-10-21  Jim Meyering  <meyering@lucent.com>
24857
24858         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24859         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24860         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24861
24862 2000-10-21  Jim Meyering  <meyering@lucent.com>
24863
24864         * lib/dirname.c (memrchr): Declare if necessary.
24865         (dir_name): Remove the restriction that there be no
24866         trailing slashes.  Now, this code skips past them, effectively
24867         ignoring them.
24868         [TEST_DIRNAME] (main): New unit tests.
24869
24870         * lib/memrchr.c: New file from GNU libc.
24871         Undef __memrchr, too.
24872         [!weak_alias]: Define __memrchr to memrchr.
24873         Guard weak_alias use with `#ifdef weak_alias'.
24874
24875 2000-10-21  Jim Meyering  <meyering@lucent.com>
24876
24877         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24878         (dir_name): Use dir_name_r.
24879         * lib/dirname.h (dir_name_r): Declare it.
24880
24881 2000-10-17  Jim Meyering  <meyering@lucent.com>
24882
24883         * lib/quote.h (PARAMS): Define and use.
24884         Reported by Akim Demaille.
24885
24886         * lib/getopt.c: Update from libc.
24887
24888 2000-10-16  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24891         setlocale.
24892         From Jan Fedak.
24893
24894 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24895
24896         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24897
24898 2000-09-25  Jim Meyering  <meyering@lucent.com>
24899
24900         * lib/md5.h (rol): Define (from GnuPG).
24901
24902         * lib/sha.c: Give credit (GnuPG) where due.
24903         (M): Use rol rather than open-coding it.
24904         Add a FIXME comment.
24905
24906 2000-09-21  Jim Meyering  <meyering@lucent.com>
24907
24908         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24909         Reported by Michael Stone.
24910
24911 2000-09-20  Jim Meyering  <meyering@lucent.com>
24912
24913         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24914         (noinst_HEADERS): Add sha.h.
24915         Based on code from Scott G. Miller and from GnuPG.
24916
24917 2000-09-18  Jim Meyering  <meyering@lucent.com>
24918
24919         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24920         LIBS. Otherwise, everyone ends up linking with -lelf for some
24921         configurations.
24922         Reported by Mike Stone.
24923
24924 2000-09-15  Jim Meyering  <meyering@lucent.com>
24925
24926         * lib/regex.c: Update from libc.
24927
24928 2000-09-10  Jim Meyering  <meyering@lucent.com>
24929
24930         * lib/getopt.c (_getopt_internal): Update from glibc.
24931
24932 2000-09-09  Jim Meyering  <meyering@lucent.com>
24933
24934         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24935         think it should be used as a general replacement for isascii.
24936         * lib/fnmatch.c: Likewise.
24937         * lib/mbswidth.c: Likewise
24938         * lib/regex.c: Likewise.
24939
24940         Don't use atoi.
24941         * lib/userspec.c: Include sys/param.h and limits.h.
24942         Include xstrtol.h.
24943         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24944         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24945         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24946         UID, GID.  Check range.
24947
24948 2000-09-06  Jim Meyering  <meyering@lucent.com>
24949
24950         * lib/getopt.c (_getopt_internal): Update from glibc.
24951
24952 2000-08-30  Jim Meyering  <meyering@lucent.com>
24953
24954         * lib/strftime.c: Merge in changes from GNU libc.
24955
24956 2000-08-26  Jim Meyering  <meyering@lucent.com>
24957
24958         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24959         * m4/fpending.m4: New file.
24960
24961 2000-08-26  Jim Meyering  <meyering@lucent.com>
24962
24963         * lib/closeout.c: Include "__fpending.h".
24964         (close_stdout_status): Return right away if there's nothing to flush.
24965
24966         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24967         * lib/__fpending.c: New file.
24968         * lib/__fpending.h: New file.
24969
24970 2000-08-20  Jim Meyering  <meyering@lucent.com>
24971
24972         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24973         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24974         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24975
24976 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24977
24978         Improve fileutils installation on systems where running
24979         programs (like install) can't be unlinked.
24980         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24981         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24982
24983 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24984
24985         Standardize on "memory exhausted" instead of "Memory exhausted"
24986         or "virtual memory exhausted".
24987         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24988         "virtual memory exhausted".
24989         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24990         our own message.
24991         * lib/userspec.c (parse_user_spec): Likewise.
24992         * lib/bumpalloc.h: comment fix
24993         * lib/same.c, userspec.c: Include xalloc.h.
24994
24995         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24996         not char *const and pointing to a constant array.
24997         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24998         (xrealloc): Comment fix.
24999
25000         * lib/userspec.c (parse_user_spec):
25001         Don't translate a message until just before returning,
25002         to avoid unnecessary translation.
25003
25004 2000-08-07  Jim Meyering  <meyering@lucent.com>
25005
25006         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
25007         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
25008         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
25009         getgroups.c, gethostname.c, getopt.h, group-member.c,
25010         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
25011         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
25012         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
25013         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
25014         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
25015         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
25016         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
25017         yesno.c: Back out Copyright date changes for each file with no change
25018         this year.  This eases coordination with other programs using the same
25019         source code modules.  From Paul Eggert.
25020
25021 2000-08-06  Paul Eggert  <eggert@twinsun.com>
25022
25023         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
25024         not char, for compatibility with glibc 2.1.3 strftime.c.
25025
25026 2000-08-03  Greg McGary  <greg@mcgary.org>
25027
25028         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
25029         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
25030         (EXTEND_BUFFER): Use them.
25031
25032 2000-08-01  Jim Meyering  <meyering@lucent.com>
25033
25034         * lib/dirname.c (ISSLASH): Define.
25035         (BACKSLASH_IS_PATH_SEPARATOR): Define.
25036         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
25037         both `\' and `/' may be use as path separators.
25038         Based on a patch from Prashant TR.
25039
25040 2000-07-31  Paul Eggert  <eggert@twinsun.com>
25041
25042         * lib/quotearg.c (quotearg_n_options): Don't make the initial
25043         slot vector a constant, since it might get modified.
25044
25045 2000-07-31  Jim Meyering  <meyering@lucent.com>
25046
25047         * lib/xmalloc.c: Use `virtual memory exhausted', not
25048         `Memory exhausted'.
25049         * lib/obstack.c (print_and_abort): Likewise.
25050
25051 2000-07-30  Paul Eggert  <eggert@twinsun.com>
25052
25053         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
25054         buffer, so that the caller can always quote one small
25055         component of a "memory exhausted" message in slot 0.
25056         From a suggestion by Jim Meyering.
25057
25058 2000-07-30  Jim Meyering  <meyering@lucent.com>
25059
25060         * lib/makepath.c (make_path): Quote the other instance, too.
25061
25062         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
25063         (STATIC_BUF_SIZE): Define.
25064         (quotearg_n_options): Use only statically allocated storage when
25065         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
25066         than STATIC_BUF_SIZE.
25067
25068 2000-07-29  Jim Meyering  <meyering@lucent.com>
25069
25070         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
25071         * lib/dirname.c (dir_name): Likewise.
25072
25073         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25074         `/'.
25075
25076         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25077         (dir_name): Assert that there are no trailing slashes.
25078
25079 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25080
25081         * lib/mbswidth.h (mbswidth): Add a flags argument.
25082         (mbswidth): New declaration.
25083         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25084         * lib/mbswidth.c (mbswidth): Add a flags argument.
25085         (mbsnwidth): New function.
25086
25087 2000-07-24  Jim Meyering  <meyering@lucent.com>
25088
25089         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25090
25091 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25092
25093         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25094
25095 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25096
25097         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25098         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25099         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25100         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25101         invoke multibyte primitives.
25102
25103 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25104
25105         * lib/quotearg.c:
25106         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25107         so that mbstate_t is always defined.
25108
25109         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25110         be 1 in at least one GCC installation, and this configuration
25111         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25112         performance on hosts that have mbrtowc but have only unibyte
25113         locales, but I assume these hosts are rare.
25114
25115 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25116
25117         * lib/mbswidth.c (_XOPEN_SOURCE):
25118         Don't define; this causes problems on Solaris 7.
25119         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25120
25121 2000-07-23  Jim Meyering  <meyering@lucent.com>
25122
25123         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25124         too: getgrgid, getpwuid, getuid.
25125
25126 2000-07-23  Jim Meyering  <meyering@lucent.com>
25127
25128         * lib/basename.c (base_name): Add an assertion.
25129
25130 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25131
25132         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25133         shadow its mbsinit function.
25134
25135 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25136
25137         * lib/mbswidth.h: New file.
25138         * lib/mbswidth.c: New file.
25139         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25140         (noinst_HEADERS): Add mbswidth.h.
25141
25142 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25143
25144         * lib/config.charset: Add support for FreeBSD. Improve support for
25145         HP-UX and IRIX 6.
25146
25147 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25148
25149         * m4/mbswidth.m4: New file.
25150         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25151
25152 2000-07-15  Jim Meyering  <meyering@lucent.com>
25153
25154         * lib/makepath.c: Include quote.h.
25155         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25156         corresponding argument in a `quote (...)' call.
25157         Give better diagnostics.
25158
25159         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25160         (noinst_HEADERS): Add quote.h.
25161
25162         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25163         from tar's src/misc.c.
25164         * lib/quote.h: New file.  Prototypes for same.
25165
25166 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25167
25168         From a suggestion by Bruno Haible.
25169         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25170         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25171         to decide whether to define the BeOS workaround macro;
25172         this adjusts to the change to AC_MBSTATE_T.
25173
25174 2000-07-14  Jim Meyering  <meyering@lucent.com>
25175
25176         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25177         jm_AC_TYPE_UINTMAX_T.
25178
25179 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25180
25181         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25182
25183         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25184         quotearg_buffer_restyled): Add support for
25185         clocale_quoting_style.  Undo previous change to
25186         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25187         and "{RIGHT QUOTATION MARK}" msgids.
25188
25189 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25190
25191         From a suggestion by Bruno Haible.
25192         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25193         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25194         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25195         and mbstate_t, to a single-part test that simply defines mbstate_t.
25196         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25197         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25198
25199 2000-07-10  Jim Meyering  <meyering@lucent.com>
25200
25201         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25202
25203         * m4/gnu-source.m4: Output to confdefs.h directly.
25204         Suggestion from Akim Demaille.
25205
25206 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25207
25208         The old behavior of quoting `like this' doesn't look good with
25209         newer, ISO-style fonts.  See:
25210         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25211
25212         Instead, quote "like this" by default.  Let the translator
25213         tailor the locale-specific quoting behavior by providing
25214         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25215
25216         * lib/quotearg.c (N_): New macro.
25217         (gettext_default): New function.
25218         (quotearg_buffer_restyled): Use
25219         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25220         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25221
25222 2000-07-09  Jim Meyering  <meyering@lucent.com>
25223
25224         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25225         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25226
25227         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25229
25230 2000-07-09  Jim Meyering  <meyering@lucent.com>
25231
25232         * lib/Most files: Update copyright dates to include 2000.
25233
25234 2000-07-08  Jim Meyering  <meyering@lucent.com>
25235
25236         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25237         if not defined.
25238         (xgethostname): Remove now-unnecessary #ifdef.
25239         Move declaration of `err' into loop where it's used.
25240
25241 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25242         and Bruno Haible  <haible@clisp.cons.org>
25243
25244         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25245         only if the test for an object-type mbstate_t fails.  This
25246         prevents us from mistakenly reporting that mbstate_t is a
25247         system object type after we "#define mbstate_t int" to work
25248         around its lack.
25249
25250 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25251         and Bruno Haible  <haible@clisp.cons.org>
25252
25253         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25254
25255 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25256
25257         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25258         to strerror_r.
25259         Include <ctype.h> for use of isalpha.
25260
25261 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25262
25263         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25264         by allocating a larger buffer. Test the gethostname return value for
25265         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25266         returns an error and ENAMETOOLONG isn't defined.
25267
25268 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25269
25270         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25271         dimension.
25272
25273 2000-07-04  Jim Meyering  <meyering@lucent.com>
25274
25275         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25276         of the deprecated AC_CHECKING.
25277
25278 2000-07-04  Jim Meyering  <meyering@lucent.com>
25279
25280         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25281         Reported by Bruno Haible.
25282
25283 2000-07-04  Jim Meyering  <meyering@lucent.com>
25284
25285         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25286         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25287         lacks mbrtowc.
25288
25289 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25290
25291         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25292         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25293
25294 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25295         and Bruno Haible  <haible@clisp.cons.org>
25296
25297         * lib/quotearg.c (mbrtowc):
25298         Assign to *pwc, and return 1 only if result is nonzero.
25299         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25300
25301 2000-07-03  Jim Meyering  <meyering@lucent.com>
25302
25303         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25304
25305 2000-07-03  Jim Meyering  <meyering@lucent.com>
25306
25307         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25308         This is necessary to get a definition of e.g., UTMP_FILE on
25309         HP-UX 10.20.
25310         From Bob Proulx.
25311
25312 2000-07-02  Jim Meyering  <meyering@lucent.com>
25313
25314         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25315
25316         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25317         AC_LIBOBJ(function_name).
25318         * m4/chown.m4: Likewise.
25319         * m4/fnmatch.m4: Likewise.
25320         * m4/ftruncate.m4: Likewise.
25321         * m4/getgroups.m4: Likewise.
25322         * m4/getline.m4: Likewise.
25323         * m4/group-member.m4: Likewise.
25324         * m4/jm-macros.m4: Likewise.
25325         * m4/lstat.m4: Likewise.
25326         * m4/malloc.m4: Likewise.
25327         * m4/memcmp.m4: Likewise.
25328         * m4/nanosleep.m4: Likewise.
25329         * m4/putenv.m4: Likewise.
25330         * m4/realloc.m4: Likewise.
25331         * m4/regex.m4: Likewise.
25332         * m4/stat.m4: Likewise.
25333         * m4/strftime.m4: Likewise.
25334
25335 2000-07-02  Jim Meyering  <meyering@lucent.com>
25336
25337         * lib/quotearg.c (mbstate_t): Don't define here.
25338
25339 2000-07-02  Jim Meyering  <meyering@lucent.com>
25340
25341         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25342
25343 2000-07-01  Jim Meyering  <meyering@lucent.com>
25344
25345         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25346
25347 2000-07-01  Jim Meyering  <meyering@lucent.com>
25348
25349         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25350         problem.
25351
25352 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25353
25354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25355         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25356
25357 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25358
25359         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25360         per change in ../m4/ls-mntd-fs.m4.
25361         (read_filesystem_list): Ignore symbolic links.
25362
25363 2000-06-29  Jim Meyering  <meyering@lucent.com>
25364
25365         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25366         for declaration of strcmp.
25367
25368         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25369
25370         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25371         Avoid warning by casting result to `char *' to remove `const'.
25372
25373 2000-06-28  Jim Meyering  <meyering@lucent.com>
25374
25375         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25376         included by quotearg.c, for which we perform this test.  From
25377         Bruno Haible.
25378
25379 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25380
25381         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25382         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25383         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25384
25385 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25386
25387         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25388
25389 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25390
25391         savedir now sets errno on failure and invokes xmalloc to get memory.
25392         Fix a couple of other minor bugs while we're at it.
25393
25394         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25395         (NAMLEN): Remove macro.
25396         (malloc, realloc): Remove decls.
25397         (stpcpy): Likewise.
25398         ("xalloc.h"): Include.
25399         (NAME_SIZE_DEFAULT): New macro.
25400         (savedir): Use xmalloc / xrealloc to allocate memory.
25401         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25402         Skip "" directory entries.
25403         Use strlen to calculate directory entry length, since the old method
25404         is rarely used these days and isn't worth supporting.
25405         Don't use a pointer after freeing it.
25406         Check for integer overflow when calculating allocation size.
25407         Use memcpy to copy entries, instead of stpcpy.
25408         Set errno properly when returning NULL.
25409         Check for readdir error.
25410
25411 2000-06-26  Jim Meyering  <meyering@lucent.com>
25412
25413         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25414
25415 2000-06-25  Jim Meyering  <meyering@lucent.com>
25416
25417         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25418         Linux header bug when _XOPEN_SOURCE is defined to 500.
25419
25420 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25421
25422         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25423         deficiency.
25424
25425 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25426
25427         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25428         Include xalloc.h.
25429         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25430
25431 2000-06-24  Jim Meyering  <meyering@lucent.com>
25432
25433         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25434         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25435         for which strerror does return char*, but which lacks a conveniently
25436         accessible declaration of the function.  If the compile-test says
25437         strerror_r doesn't work, then resort to a `run'-test that works on
25438         BeOS and segfaults on DEC Unix.
25439
25440 2000-06-24  Jim Meyering  <meyering@lucent.com>
25441
25442         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25443
25444 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25445
25446         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25447         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25448
25449 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25450
25451         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25452         (mbrtowc, mbstate_t): Define substitutes if
25453         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25454         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25455         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25456
25457 2000-06-23  Jim Meyering  <meyering@lucent.com>
25458
25459         * m4/afs.m4: Add missing AC_MSG_RESULT.
25460         Reported by Bruno Haible.
25461
25462         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25463         Suggestion from Bruno Haible.
25464
25465 2000-06-23  Jim Meyering  <meyering@lucent.com>
25466
25467         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25468
25469 2000-06-21  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25472
25473 2000-06-21  Jim Meyering  <meyering@lucent.com>
25474
25475         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25476         (noinst_HEADERS): Add getstr.h.
25477
25478         * lib/getline.c (getstr): Move into a separate file.
25479         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25480         the following changes: new parameter, delim2; both delim[12]
25481         parameters have type `int', not `char'.  The latter would lose
25482         with 8-bit delimiters.
25483         * lib/getstr.h: New file.
25484
25485 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25486
25487         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25488         than 1024, return a memory chunk of least possible size, instead
25489         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25490         Use free/xmalloc instead of xrealloc to avoid copying for very long
25491         paths.
25492
25493 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25494
25495         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25496         the empty string.
25497
25498 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25499
25500         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25501         address, not strdup.  Include <stdlib.h> and don't declare free().
25502
25503 2000-06-19  Jim Meyering  <meyering@lucent.com>
25504
25505         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25506
25507 2000-06-18  Jim Meyering  <meyering@lucent.com>
25508
25509         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25510
25511         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25512         `checking whether...' message to be consistent with that of the
25513         lstat test.
25514
25515 2000-06-18  Jim Meyering  <meyering@lucent.com>
25516
25517         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25518         Besides, these days every porting target provides a mkdir function.
25519
25520         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25521         needed. (this snippet comes from src/system.h).
25522
25523 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25524
25525         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25526
25527 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25528
25529         * lib/human.c (adjust_value): New function.
25530         (human_readable_inexact): Apply rounding style even when
25531         printing approximate values.
25532
25533 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25534
25535         * lib/human.c (human_readable_inexact): Allow an input block
25536         size that is not a multiple of the output block size, and vice versa.
25537         Reported by Piergiorgio Sartor.
25538
25539 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25540
25541         * lib/getdate.y (get_date): Apply relative times after time
25542         zone indicator, not before.  Reported by Todd A. Jacobs.
25543
25544 2000-06-13  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25547
25548         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25549
25550 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25551
25552         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25553
25554 2000-06-12  Jim Meyering  <meyering@lucent.com>
25555
25556         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25557         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25558         optional argument.
25559         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25560         the optional argument, `lib'.
25561
25562 2000-06-08  Jim Meyering  <meyering@lucent.com>
25563
25564         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25565
25566 2000-06-04  Paul Eggert  <eggert@twinsun.com>